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-21 22:11:57 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ec6f3d77c3
FreeRTOS-Kernel
/
FreeRTOS
/
Source
/
portable
/
IAR
/
ARM_CM0
History
Richard Barry
3203c5cc85
Previously the STM32F0518 compiler setting was changed to enable the use of the __weak attribute - however changing the port layer to use #pragma weak in place of __weak means the compiler setting change is not required and removes the risk of introducing incompatibilities - so this check in reverts the compiler settings change.
2019-12-30 22:24:58 +00:00
..
port.c
Previously the STM32F0518 compiler setting was changed to enable the use of the __weak attribute - however changing the port layer to use #pragma weak in place of __weak means the compiler setting change is not required and removes the risk of introducing incompatibilities - so this check in reverts the compiler settings change.
2019-12-30 22:24:58 +00:00
portasm.s
Update version number ready for next release.
2019-05-11 01:47:37 +00:00
portmacro.h
Cortex M0 GCC/IAR/Keil ports -- tickless support.
2019-12-18 09:55:08 +00:00