FreeRTOS 9.0 Sample project

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

FreeRTOS 9.0 Sample project

680 Views
kensu
Contributor V

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

Labels (1)
Tags (2)
0 Kudos
1 Reply

354 Views
soledad
NXP Employee
NXP Employee

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!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos