Files

57 lines
1.7 KiB
INI
Raw Permalink Normal View History

2024-12-10 10:14:52 -05:00
; The Portduino based 'native' environment. Currently supported on Linux targets with real LoRa hardware (or simulated).
2022-09-12 14:02:21 +02:00
[portduino_base]
2025-04-09 13:31:40 -04:00
platform =
# renovate: datasource=git-refs depName=platform-native packageName=https://github.com/meshtastic/platform-native gitBranch=develop
https://github.com/meshtastic/platform-native/archive/37d986499ce24511952d7146db72d667c6bdaff7.zip
2022-11-15 07:59:01 +01:00
framework = arduino
2023-05-10 11:01:59 +02:00
2022-09-12 14:02:21 +02:00
build_src_filter =
${env.build_src_filter}
-<platform/esp32/>
-<nimble/>
-<platform/nrf52/>
-<platform/stm32wl/>
2024-09-21 14:50:19 +02:00
-<platform/rp2xx0>
2023-12-02 21:47:52 +01:00
-<mesh/wifi/>
2022-10-22 16:42:36 +02:00
-<mesh/http/>
2024-03-06 16:23:04 -06:00
+<mesh/raspihttp/>
2022-10-22 16:42:36 +02:00
-<mesh/eth/>
2022-09-12 14:02:21 +02:00
-<modules/esp32>
2023-05-10 11:01:59 +02:00
2022-09-12 14:02:21 +02:00
lib_deps =
${env.lib_deps}
${networking_base.lib_deps}
2024-11-11 16:05:48 +01:00
${radiolib_base.lib_deps}
2025-04-28 18:35:13 -05:00
${environmental_base.lib_deps}
2025-04-09 13:31:40 -04:00
# renovate: datasource=custom.pio depName=rweather/Crypto packageName=rweather/library/Crypto
rweather/Crypto@0.4.0
2025-04-09 13:31:40 -04:00
# renovate: datasource=custom.pio depName=LovyanGFX packageName=lovyan03/library/LovyanGFX
2025-01-12 15:16:26 +08:00
lovyan03/LovyanGFX@^1.2.0
2025-04-09 13:31:40 -04:00
# renovate: datasource=git-refs depName=libch341-spi-userspace packageName=https://github.com/pine64/libch341-spi-userspace gitBranch=main
https://github.com/pine64/libch341-spi-userspace/archive/af9bc27c9c30fa90772279925b7c5913dff789b4.zip
2025-07-12 12:36:44 -05:00
# renovate: datasource=custom.pio depName=adafruit/Adafruit seesaw Library packageName=adafruit/library/Adafruit seesaw Library
adafruit/Adafruit seesaw Library@1.7.9
2023-05-10 11:01:59 +02:00
build_flags =
${arduino_base.build_flags}
2025-08-14 13:31:25 -04:00
-D ARCH_PORTDUINO
2023-05-10 11:01:59 +02:00
-fPIC
2023-11-30 11:26:48 +01:00
-Isrc/platform/portduino
2024-01-12 02:00:31 -06:00
-DRADIOLIB_EEPROM_UNSUPPORTED
-DPORTDUINO_LINUX_HARDWARE
-DHAS_UDP_MULTICAST=1
-lpthread
2024-11-07 08:23:08 -05:00
-lstdc++fs
2024-01-12 02:00:31 -06:00
-lbluetooth
-lgpiod
-lyaml-cpp
2024-12-22 22:53:54 -06:00
-li2c
2025-03-20 14:47:39 +01:00
-luv
2025-04-11 07:02:55 -04:00
-std=gnu17
2025-01-12 15:16:26 +08:00
-std=c++17
2025-04-28 18:35:13 -05:00
2025-07-12 12:36:44 -05:00
lib_ignore =
Adafruit NeoPixel
Adafruit ST7735 and ST7789 Library
SD