Dear NXP
Will NXP have plan to release freertos 9.0 sample project, example: freertos_blinking.
Because there are some feature in 9.0 version.
Thanks
Ken
Hi,
The current version for MCUXpreso SDK(http://www.nxp.com/products/software-and-tools/run-time-software/mcuxpresso-software-and-tools/mcuxp... ) , is FreeRTOS 9.0.0. Original package is available at freertos.org.
- 9.0.0
- New Features:
- Example freertos_sem_static.
- Static allocation support RTOS driver wrappers.
- Other changes:
- Tickless idle rework. Support for different timers is in separated files (fsl_tickless_systick.c, fsl_tickless_lptmr.c).
- Remove configuration option configSYSTICK_USE_LOW_POWER_TIMER. Low power timer is now selected by linking of apropriate file fsl_tickless_lptmr.c.
- Remove configOVERRIDE_DEFAULT_TICK_CONFIGURATION in RVDS port. Use of __attribute__((weak)) is preffered solution. Not same as _week!
Have a great day,
Sol
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------