If you have any questions or issues related to these resources, please Ask a new question, and the NXP support team can address it there.
Zephyr includes the open-source MCUboot bootloader as a module, and makes it easy to use as a bootloader for Zephyr applications.
Zephyr includes an IPC subsystem. Zephyr also integrates the open-source OpenAMP framework for communication between cores using the RPMsg protocol.
Zephyr includes a Power Management subsystem, supported on many NXP SOCs.
For portability, Zephyr manages startup code that is not included in the application. The SOC, memory, device drivers, and some subsystems are initialized before main().
Return to Zephyr Support Resources