Hi @MatthewRuzzi ,
Thanks for your interest in NXP MIMXRT series!
The official development paths listed on the NXP MCUXpresso Software Overview, SDK page, and IDE page are primarily:
MCUXpresso for VS Code
MCUXpresso IDE
IAR Embedded Workbench
Arm Keil MDK
GCC with CMake/Kconfig
Therefore, there is no such list of supported platforms for Swift / Embedded Swift. However, I checked the official documentation on swift.org, and they provide the following resources:
https://docs.swift.org/embedded/documentation/embedded/integratingwithplatforms/#Bare-metal-Developm...
https://docs.swift.org/embedded/documentation/embedded/integratewithzephyr/
Embedded Swift is not limited to specific hardware devices or platforms, and according to the documentation they provided regarding integration with Zephyr, NXP MCUs that support Zephyr should also be compatible with Embedded Swift; however, NXP has not provided any examples of this.
Best regards,
Gavin