About your question
Is there a way for mcuxpresso ide to support rt-thread?
For the processor that you are going to use you will need to make sure that its Hardware Abstraction Layer, fits the RTOS. That includes the SVCALL, the PendSV, and Systick handlers. Currently, there is no integration with the RT-Thread RTOS and MCUxpresso and NXP devices, the implementation is left to the customer.
Best regards, Diego
Have a great day,
Diego
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------
Hello, zhuijun@hotmail.com
Unfortunately, I am not experienced with the RT-Thread and currently, NXP does not provide guidelines to port an RTOS like RT-Thread.
However, NXP offers the Amazon FreeRTOS ( which MCUxpresso has integrated support) and the SDK device drivers that the FreeRTOS implement for the LPC54xx. You can take this in order to have a reference to port RT-Thread.
Best regards, Diego