Files
firmware/arch/nrf52/nrf52.ini

32 lines
756 B
INI
Raw Normal View History

2022-09-12 14:02:21 +02:00
[nrf52_base]
; Instead of the standard nordicnrf52 platform, we use our fork which has our added variant files
platform = platformio/nordicnrf52@^10.4.0
2022-09-12 14:02:21 +02:00
extends = arduino_base
build_type = debug
2022-09-12 14:02:21 +02:00
build_flags =
${arduino_base.build_flags}
-DSERIAL_BUFFER_SIZE=1024
-Wno-unused-variable
2022-09-12 14:02:21 +02:00
-Isrc/platform/nrf52
2024-05-08 08:46:08 +08:00
-DLFS_NO_ASSERT ; Disable LFS assertions , see https://github.com/meshtastic/firmware/pull/3818
2022-09-12 14:02:21 +02:00
build_src_filter =
${arduino_base.build_src_filter}
-<platform/esp32/>
-<platform/stm32wl>
-<nimble/>
-<mesh/wifi/>
-<mesh/api/>
-<mesh/http/>
-<modules/esp32>
-<platform/rp2040>
-<mesh/eth/>
2024-03-18 12:03:44 +01:00
-<mesh/raspihttp>
-<platform/apollo3>
lib_deps=
${arduino_base.lib_deps}
2022-09-12 14:02:21 +02:00
lib_ignore =
BluetoothOTA