]> git.sur5r.net Git - freertos/commit
Previously the STM32F0518 compiler setting was changed to enable the use of the __wea...
authorrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 30 Dec 2019 22:24:58 +0000 (22:24 +0000)
committerrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 30 Dec 2019 22:24:58 +0000 (22:24 +0000)
commitfe7154a8e99216f16b74c6786e7bb02f8e42e4c8
treed4450fe29a8a4ff3ed4dd75ab58601aacb839d10
parenta0e4f5b40a0c2f49ff3cd4c30bb132dfbe7d9cc1
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.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2784 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/RTOSDemo.ewp
FreeRTOS/Source/portable/IAR/ARM_CM0/port.c