FreeRTOS-Kernel/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR
Kody Stribrny 7d09b88e5a
Fix C source and header file license spacing (#1155)
The line 'Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.'
used to have two spaces between the first and second sentences.
This would cause the header check to fail due to the copyright regex located
ab999f9624/.github/scripts/core_checker.py (L396)
2024-01-12 16:43:31 -08:00
..
Eval-Board Add FreeRTOS-Plus directory. 2012-08-11 21:34:11 +00:00
Libraries Add FreeRTOS-Plus directory. 2012-08-11 21:34:11 +00:00
FreeRTOSConfig.h Fix C source and header file license spacing (#1155) 2024-01-12 16:43:31 -08:00
main-blinky.c Fix formatting in kernel demo application files (#1148) 2024-01-02 11:05:59 +05:30
main-full.c Fix formatting in kernel demo application files (#1148) 2024-01-02 11:05:59 +05:30
main.c Fix formatting in kernel demo application files (#1148) 2024-01-02 11:05:59 +05:30
ParTest.c Fix C source and header file license spacing (#1155) 2024-01-12 16:43:31 -08:00
RegTest.s [AUTO][RELEASE]: Bump file header version to "202212.00" 2022-12-10 01:17:30 +00:00
RTOSDemo.ewd Ensure the CORTEX_M0_STM32F0518_IAR demo builds after updates to the Cortex-M0 port layer - required an update to the project settings to allow IAR extensions as the port layer now uses the _weak qualifier. 2019-12-30 22:07:33 +00:00
RTOSDemo.ewp 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
RTOSDemo.eww Add FreeRTOS-Plus directory. 2012-08-11 21:34:11 +00:00
startup_stm32f0xx.s Ensure the CORTEX_M0_STM32F0518_IAR demo builds after updates to the Cortex-M0 port layer - required an update to the project settings to allow IAR extensions as the port layer now uses the _weak qualifier. 2019-12-30 22:07:33 +00:00
stm32f0xx_flash.icf Add FreeRTOS-Plus directory. 2012-08-11 21:34:11 +00:00