Simple example FreeRTOS for nRF52

This commit is contained in:
2024-11-05 15:31:34 +03:00
commit e3f9583977
89 changed files with 74186 additions and 0 deletions

View 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