kopia lustrzana https://github.com/meshtastic/firmware
35 wiersze
848 B
INI
35 wiersze
848 B
INI
; The Portduino based sim environment on top of any host OS, all hardware will be simulated
|
|
[portduino_base]
|
|
platform = https://github.com/meshtastic/platform-native.git#05255283879a0c65a7d3eba6c468b9186438bb14
|
|
framework = arduino
|
|
|
|
build_src_filter =
|
|
${env.build_src_filter}
|
|
-<platform/esp32/>
|
|
-<nimble/>
|
|
-<platform/nrf52/>
|
|
-<platform/stm32wl/>
|
|
-<platform/rp2040>
|
|
-<platform/apollo3>
|
|
-<mesh/wifi/>
|
|
-<mesh/http/>
|
|
-<mesh/eth/>
|
|
-<modules/esp32>
|
|
-<modules/Telemetry/EnvironmentTelemetry.cpp>
|
|
-<modules/Telemetry/AirQualityTelemetry.cpp>
|
|
-<modules/Telemetry/Sensor>
|
|
+<../variants/portduino>
|
|
|
|
lib_deps =
|
|
${env.lib_deps}
|
|
${networking_base.lib_deps}
|
|
rweather/Crypto@^0.4.0
|
|
jgromes/RadioLib@^6.1.0
|
|
|
|
build_flags =
|
|
${arduino_base.build_flags}
|
|
-fPIC
|
|
-Isrc/platform/portduino
|
|
-DRADIOLIB_EEPROM_UNSUPPORTED
|
|
|