diff options
| author | hathach <[email protected]> | 2018-10-24 13:45:17 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-10-24 13:45:17 +0700 |
| commit | c65e5b406fcf384011f9d8c6b2345b6cc77ea813 (patch) | |
| tree | 96901570172f1a7f7234d20947c10c8102fad518 /examples | |
| parent | 838e9c2f790756608cbd0c4cb863e50ed8995879 (diff) | |
add mcu specific freeRTOSConfig.h
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/device/nrf52840_freertos/segger/nrf5x_freertos.emProject | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/examples/device/nrf52840_freertos/segger/nrf5x_freertos.emProject b/examples/device/nrf52840_freertos/segger/nrf5x_freertos.emProject index efb2f6e6e..f01207bab 100644 --- a/examples/device/nrf52840_freertos/segger/nrf5x_freertos.emProject +++ b/examples/device/nrf52840_freertos/segger/nrf5x_freertos.emProject @@ -20,7 +20,7 @@ arm_target_interface_type="SWD" build_treat_warnings_as_errors="Yes" c_preprocessor_definitions="NRF52840_XXAA;__nRF_FAMILY;ARM_MATH_CM4;FLASH_PLACEMENT=1;BOARD_PCA10056" - c_user_include_directories="../src;$(tusbDir)/hw/cmsis/Include;$(tusbDir)/hw;$(tusbDir)/src;$(nrfxDir)/..;$(nrfxDir);$(nrfxDir)/mdk;$(nrfxDir)/hal;$(nrfxDir)/drivers/include;$(freertosDir);$(freertosDir)/Source/include;$(freertosDir)/Source/portable/GCC/ARM_CM4F" + c_user_include_directories="../src;$(tusbDir)/hw/cmsis/Include;$(tusbDir)/hw;$(tusbDir)/src;$(nrfxDir)/..;$(nrfxDir);$(nrfxDir)/mdk;$(nrfxDir)/hal;$(nrfxDir)/drivers/include;$(freertosDir)/Source/include;$(freertosDir)/Source/portable/GCC/ARM_CM4F" debug_register_definition_file="$(ProjectDir)/nrf52840_Registers.xml" debug_target_connection="J-Link" gcc_entry_point="Reset_Handler" @@ -102,7 +102,10 @@ </folder> </folder> </folder> - <configuration Name="Debug" build_treat_warnings_as_errors="Yes" /> + <configuration + Name="Debug" + build_treat_warnings_as_errors="Yes" + debug_threads_script="$(freertosDir)/FreeRTOS_ThreadScripts_ES/threads_CM4F.js" /> <folder Name="lib"> <folder Name="FreeRTOS"> <folder Name="Source"> |
