File tree Expand file tree Collapse file tree 14 files changed +175
-45
lines changed
Expand file tree Collapse file tree 14 files changed +175
-45
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 88 uri : https://github.com/trunk-io/plugins
99lint :
1010 enabled :
11+ 111212131314
Original file line number Diff line number Diff line change 22[esp32_base]
33extends = arduino_base
44custom_esp32_kind = esp32
5- platform = platformio/
[email protected] 5+ platform =
6+ # renovate: datasource=custom.pio depName=platformio/espressif32 packageName=platformio/platform/espressif32
7+ 68
79build_src_filter =
810 ${arduino_base.build_src_filter} -<platform/nrf52/> -<platform/stm32wl> -<platform/rp2xx0> -<mesh/eth/> -<mesh/raspihttp>
@@ -45,11 +47,17 @@ lib_deps =
4547 ${networking_base.lib_deps}
4648 ${environmental_base.lib_deps}
4749 ${radiolib_base.lib_deps}
50+ # renovate: datasource=git-refs depName=meshtastic-esp32_https_server packageName=https://github.com/meshtastic/esp32_https_server gitBranch=master
4851 https://github.com/meshtastic/esp32_https_server/archive/23665b3adc080a311dcbb586ed5941b5f94d6ea2.zip
52+ # renovate: datasource=custom.pio depName=NimBLE-Arduino packageName=h2zero/library/NimBLE-Arduino
4953 h2zero/NimBLE-Arduino@^1.4.3
54+ # renovate: datasource=git-refs depName=libpax packageName=https://github.com/dbinfrago/libpax gitBranch=master
5055 https://github.com/dbinfrago/libpax/archive/3cdc0371c375676a97967547f4065607d4c53fd1.zip
56+ # renovate: datasource=custom.pio depName=XPowersLib packageName=lewisxhe/library/XPowersLib
5157 lewisxhe/XPowersLib@^0.2.7
58+ # renovate: datasource=git-refs depName=meshtastic-ESP32_Codec2 packageName=https://github.com/meshtastic/ESP32_Codec2 gitBranch=master
5259 https://github.com/meshtastic/ESP32_Codec2/archive/633326c78ac251c059ab3a8c430fcdf25b41672f.zip
60+ # renovate: datasource=custom.pio depName=rweather/Crypto packageName=rweather/library/Crypto
5361 rweather/Crypto@^0.4.0
5462
5563lib_ignore =
Original file line number Diff line number Diff line change 11[esp32c6_base]
22extends = esp32_base
3- platform = https://github.com/Jason2866/platform-espressif32/archive/22faa566df8c789000f8136cd8d0aca49617af55.zip
3+ platform =
4+ # renovate: datasource=git-refs depName=ESP32c6 platform-espressif32 packageName=https://github.com/Jason2866/platform-espressif32 gitBranch=Arduino/IDF5
5+ https://github.com/Jason2866/platform-espressif32/archive/22faa566df8c789000f8136cd8d0aca49617af55.zip
46build_flags =
57 ${arduino_base.build_flags}
68 -Wall
@@ -24,8 +26,11 @@ lib_deps =
2426 ${networking_base.lib_deps}
2527 ${environmental_base.lib_deps}
2628 ${radiolib_base.lib_deps}
29+ # renovate: datasource=custom.pio depName=XPowersLib packageName=lewisxhe/library/XPowersLib
2730 lewisxhe/XPowersLib@^0.2.7
31+ # renovate: datasource=git-refs depName=meshtastic-ESP32_Codec2 packageName=https://github.com/meshtastic/ESP32_Codec2 gitBranch=master
2832 https://github.com/meshtastic/ESP32_Codec2/archive/633326c78ac251c059ab3a8c430fcdf25b41672f.zip
33+ # renovate: datasource=custom.pio depName=rweather/Crypto packageName=rweather/library/Crypto
2934 rweather/Crypto@^0.4.0
3035
3136build_src_filter =
Original file line number Diff line number Diff line change @@ -16,4 +16,4 @@ build_flags =
1616lib_ignore =
1717 ${esp32_base.lib_ignore}
1818 NimBLE-Arduino
19- libpax
19+ libpax
Original file line number Diff line number Diff line change @@ -3,4 +3,3 @@ extends = esp32_base
33custom_esp32_kind = esp32s3
44
55monitor_speed = 115200
6-
Original file line number Diff line number Diff line change 11[nrf52_base]
22; Instead of the standard nordicnrf52 platform, we use our fork which has our added variant files
3- platform = platformio/nordicnrf52@^10.8.0
3+ platform =
4+ # renovate: datasource=custom.pio depName=platformio/nordicnrf52 packageName=platformio/platform/nordicnrf52
5+ platformio/nordicnrf52@^10.8.0
46extends = arduino_base
57platform_packages =
68 ; our custom Git version until they merge our PR
9+ # TODO renovate
710 platformio/framework-arduinoadafruitnrf52 @ https://github.com/meshtastic/Adafruit_nRF52_Arduino# e13f5820002a4fb2a5e6754b42ace185277e5adf
11+ # renovate: datasource=custom.pio depName=platformio/toolchain-gccarmnoneeabi packageName=platformio/tool/toolchain-gccarmnoneeabi
812 platformio/toolchain-gccarmnoneeabi@~1.90301.0
913
1014build_type = debug
@@ -28,4 +32,4 @@ lib_deps=
2832
2933lib_ignore =
3034 BluetoothOTA
31- lvgl
35+ lvgl
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ build_flags = ${nrf52_base.build_flags}
66lib_deps =
77 ${nrf52_base.lib_deps}
88 ${environmental_base.lib_deps}
9+ # renovate: datasource=git-refs depName=Kongduino-Adafruit_nRFCrypto packageName=https://github.com/Kongduino/Adafruit_nRFCrypto gitBranch=master
910 https://github.com/Kongduino/Adafruit_nRFCrypto/archive/e31a8825ea3300b163a0a3c1ddd5de34e10e1371.zip
1011
1112; Common NRF52 debugging settings follow. See the Meshtastic developer docs for how to connect SWD debugging probes to your board.
Original file line number Diff line number Diff line change 11; The Portduino based 'native' environment. Currently supported on Linux targets with real LoRa hardware (or simulated).
22[portduino_base]
3- platform = https://github.com/meshtastic/platform-native/archive/c5bd469ab9b5a6966321e09557b27d906961da63.zip
3+ platform =
4+ # renovate: datasource=git-refs depName=platform-native packageName=https://github.com/meshtastic/platform-native gitBranch=develop
5+ https://github.com/meshtastic/platform-native/archive/c5bd469ab9b5a6966321e09557b27d906961da63.zip
46framework = arduino
57
68build_src_filter =
@@ -24,8 +26,11 @@ lib_deps =
2426 ${env.lib_deps}
2527 ${networking_base.lib_deps}
2628 ${radiolib_base.lib_deps}
29+ # renovate: datasource=custom.pio depName=rweather/Crypto packageName=rweather/library/Crypto
2730 rweather/Crypto@^0.4.0
31+ # renovate: datasource=custom.pio depName=LovyanGFX packageName=lovyan03/library/LovyanGFX
2832 lovyan03/LovyanGFX@^1.2.0
33+ # renovate: datasource=git-refs depName=libch341-spi-userspace packageName=https://github.com/pine64/libch341-spi-userspace gitBranch=main
2934 https://github.com/pine64/libch341-spi-userspace/archive/a9b17e3452f7fb747000d9b4ad4409155b39f6ef.zip
3035
3136build_flags =
Original file line number Diff line number Diff line change 11; Common settings for rp2040 Processor based targets
22[rp2040_base]
3- platform = https://github.com/maxgerhardt/platform-raspberrypi# 76ecf3c7e9dd4503af0331154c4ca1cddc4b03e5 ; For arduino-pico >= 4.4.3
3+ platform =
4+ # TODO renovate
5+ https://github.com/maxgerhardt/platform-raspberrypi# 76ecf3c7e9dd4503af0331154c4ca1cddc4b03e5
6+ ; For arduino-pico >= 4.4.3
47extends = arduino_base
5- platform_packages = framework-arduinopico@https://github.com/earlephilhower/arduino-pico# 4.4.3
8+ platform_packages =
9+ # TODO renovate
10+ framework-arduinopico@https://github.com/earlephilhower/arduino-pico# 4.4.3
611
712board_build.core = earlephilhower
813board_build.filesystem_size = 0.5m
@@ -24,4 +29,5 @@ lib_deps =
2429 ${arduino_base.lib_deps}
2530 ${environmental_base.lib_deps}
2631 ${radiolib_base.lib_deps}
27- rweather/Crypto
32+ # renovate: datasource=custom.pio depName=rweather/Crypto packageName=rweather/library/Crypto
33+
You can’t perform that action at this time.
0 commit comments