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]
|
2024-01-12 08:00:31 +00:00
|
|
|
platform = https://github.com/meshtastic/platform-native.git#04435d06e39916a6c019d511518d8e95c659dfbd
|
2022-11-15 06:59:01 +00:00
|
|
|
framework = arduino
|
2023-05-10 09:01:59 +00:00
|
|
|
|
2022-09-12 12:02:21 +00:00
|
|
|
build_src_filter =
|
|
|
|
${env.build_src_filter}
|
|
|
|
-<platform/esp32/>
|
|
|
|
-<nimble/>
|
|
|
|
-<platform/nrf52/>
|
|
|
|
-<platform/stm32wl/>
|
|
|
|
-<platform/rp2040>
|
2023-12-02 20:47:52 +00:00
|
|
|
-<mesh/wifi/>
|
2022-10-22 14:42:36 +00:00
|
|
|
-<mesh/http/>
|
|
|
|
-<mesh/eth/>
|
2022-09-12 12:02:21 +00:00
|
|
|
-<modules/esp32>
|
2023-02-11 09:08:25 +00:00
|
|
|
-<modules/Telemetry/EnvironmentTelemetry.cpp>
|
|
|
|
-<modules/Telemetry/AirQualityTelemetry.cpp>
|
|
|
|
-<modules/Telemetry/Sensor>
|
2022-09-12 12:02:21 +00:00
|
|
|
+<../variants/portduino>
|
2023-05-10 09:01:59 +00:00
|
|
|
|
2022-09-12 12:02:21 +00:00
|
|
|
lib_deps =
|
|
|
|
${env.lib_deps}
|
|
|
|
${networking_base.lib_deps}
|
2022-10-04 06:40:39 +00:00
|
|
|
rweather/Crypto@^0.4.0
|
2023-05-10 09:01:59 +00:00
|
|
|
|
|
|
|
build_flags =
|
|
|
|
${arduino_base.build_flags}
|
|
|
|
-fPIC
|
2023-11-30 10:26:48 +00:00
|
|
|
-Isrc/platform/portduino
|
2024-01-12 08:00:31 +00:00
|
|
|
-DRADIOLIB_EEPROM_UNSUPPORTED
|
|
|
|
-DPORTDUINO_LINUX_HARDWARE
|
|
|
|
-lbluetooth
|
|
|
|
-lgpiod
|
|
|
|
-lyaml-cpp
|