This website requires JavaScript.
Explore
Help
Sign In
len0rd
/
FreeRTOS-Kernel
Watch
1
Star
0
Fork
You've already forked FreeRTOS-Kernel
0
mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced
2025-04-20 05:21:59 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
05c17e7e6d
FreeRTOS-Kernel
/
FreeRTOS
/
Source
/
portable
/
RVDS
History
Richard Barry
87f663a461
Correct #if( configMAX_PRIORITIES >= 32 ) check performed when configUSE_PORT_OPTIMISED_TASK_SELECTION == 1 to instead be #if( configMAX_PRIORITIES > 32 ).
2012-09-24 12:10:08 +00:00
..
ARM7_LPC21xx
Prepare for V7.2.0 release.
2012-08-14 12:14:48 +00:00
ARM_CM3
Correct #if( configMAX_PRIORITIES >= 32 ) check performed when configUSE_PORT_OPTIMISED_TASK_SELECTION == 1 to instead be #if( configMAX_PRIORITIES > 32 ).
2012-09-24 12:10:08 +00:00
ARM_CM4F
Correct #if( configMAX_PRIORITIES >= 32 ) check performed when configUSE_PORT_OPTIMISED_TASK_SELECTION == 1 to instead be #if( configMAX_PRIORITIES > 32 ).
2012-09-24 12:10:08 +00:00