2022-09-12 12:02:21 +00:00
|
|
|
; The Portduino based sim environment on top of any host OS, all hardware will be simulated
|
|
|
|
[portduino_base]
|
2022-11-15 09:49:55 +00:00
|
|
|
platform = https://github.com/meshtastic/platform-native.git#develop
|
2022-11-15 06:59:01 +00:00
|
|
|
framework = arduino
|
2022-09-12 12:02:21 +00:00
|
|
|
build_src_filter =
|
|
|
|
${env.build_src_filter}
|
|
|
|
-<platform/esp32/>
|
|
|
|
-<nimble/>
|
|
|
|
-<platform/nrf52/>
|
|
|
|
-<platform/stm32wl/>
|
|
|
|
-<platform/rp2040>
|
2022-10-22 14:42:36 +00:00
|
|
|
-<mesh/http/>
|
|
|
|
-<mesh/eth/>
|
2022-09-12 12:02:21 +00:00
|
|
|
-<modules/esp32>
|
|
|
|
-<modules/Telemetry>
|
|
|
|
+<../variants/portduino>
|
|
|
|
lib_deps =
|
|
|
|
${env.lib_deps}
|
|
|
|
${networking_base.lib_deps}
|
2022-10-04 06:40:39 +00:00
|
|
|
rweather/Crypto@^0.4.0
|
2022-11-15 06:59:01 +00:00
|
|
|
; jgromes/RadioLib@5.4.1
|
2022-11-15 16:01:15 +00:00
|
|
|
https://github.com/jgromes/RadioLib.git#63208f1e89d4dac6eedaafbe234bf90f1fd5402b ; 5.4.1 with some fixes, remove when 5.4.2 is released
|
2022-09-12 12:02:21 +00:00
|
|
|
build_flags = ${arduino_base.build_flags} -Isrc/platform/portduino
|