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
|
2024-03-13 07:20:51 -05:00
|
|
|
platform = platformio/nordicnrf52@^10.4.0
|
2022-09-12 14:02:21 +02:00
|
|
|
extends = arduino_base
|
2023-05-08 14:03:03 +02:00
|
|
|
|
2024-05-10 07:14:28 -05:00
|
|
|
build_type = debug
|
2022-09-12 14:02:21 +02:00
|
|
|
build_flags =
|
2023-08-02 10:08:59 -05:00
|
|
|
${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
|
2023-05-08 14:03:03 +02:00
|
|
|
|
2022-09-12 14:02:21 +02:00
|
|
|
build_src_filter =
|
2023-12-04 09:02:48 +01:00
|
|
|
${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>
|
2023-12-04 09:02:48 +01:00
|
|
|
-<platform/apollo3>
|
2023-05-08 14:03:03 +02:00
|
|
|
|
|
|
|
|
lib_deps=
|
|
|
|
|
${arduino_base.lib_deps}
|
|
|
|
|
|
2022-09-12 14:02:21 +02:00
|
|
|
lib_ignore =
|
2023-06-27 07:08:32 -05:00
|
|
|
BluetoothOTA
|