Simple example FreeRTOS for nRF52
This commit is contained in:
25
Simple_nRF52_FreeRTOS_LowPower/platformioini.bak
Normal file
25
Simple_nRF52_FreeRTOS_LowPower/platformioini.bak
Normal file
@ -0,0 +1,25 @@
|
||||
; PlatformIO Project Configuration File
|
||||
;
|
||||
; Build options: build flags, source filter
|
||||
; Upload options: custom upload port, speed and extra flags
|
||||
; Library options: dependencies, extra library storages
|
||||
; Advanced options: extra scripting
|
||||
;
|
||||
; Please visit documentation for the other options and examples
|
||||
; https://docs.platformio.org/page/projectconf.html
|
||||
|
||||
[env:delta_dfbm_nq620]
|
||||
platform = nordicnrf52
|
||||
board = delta_dfbm_nq620
|
||||
framework = arduino
|
||||
upload_protocol = cmsis-dap
|
||||
build_flags =
|
||||
-I lib/FreeRTOS/include
|
||||
-I lib/FreeRTOS/portable/GCC/ARM_CM4_MPU
|
||||
build_src_filter =
|
||||
+<*>
|
||||
+<lib/FreeRTOS/portable/GCC/ARM_CM4_MPU/*.c>
|
||||
+<lib/FreeRTOS/*.c>
|
||||
+<lib/FreeRTOS/portable/MemMang/*.c>
|
||||
|
||||
; build_type = debug # Ensures debug symbols are included for debug
|
||||
Reference in New Issue
Block a user