mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-14 06:42:34 +00:00
Compare commits
4 Commits
v2.5.15.79
...
custom-esp
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
009830bde9 | ||
|
|
50bf56132a | ||
|
|
6c6a1d9530 | ||
|
|
1b5edeb615 |
BIN
bin/arduino-esp32-libs-release_v4.4.tar.gz
Normal file
BIN
bin/arduino-esp32-libs-release_v4.4.tar.gz
Normal file
Binary file not shown.
@@ -7,6 +7,7 @@ from readprops import readProps
|
||||
|
||||
Import("env")
|
||||
platform = env.PioPlatform()
|
||||
board = env.GetProjectOption("board")
|
||||
|
||||
|
||||
def esp32_create_combined_bin(source, target, env):
|
||||
@@ -77,6 +78,9 @@ if platform.name == "espressif32":
|
||||
else:
|
||||
# For newer ESP32 targets, using newlib nano works better.
|
||||
env.Append(LINKFLAGS=["--specs=nano.specs", "-u", "_printf_float"])
|
||||
if board == "ttgo-t-beam":
|
||||
print("patching esp32 libs")
|
||||
env.Execute("tar -xvf bin/arduino-esp32-libs-release_*tar.gz -C ~/.platformio/packages/framework-arduinoespressif32/")
|
||||
|
||||
Import("projenv")
|
||||
|
||||
@@ -90,4 +94,4 @@ projenv.Append(
|
||||
"-DAPP_VERSION=" + verObj["long"],
|
||||
"-DAPP_VERSION_SHORT=" + verObj["short"],
|
||||
]
|
||||
)
|
||||
)
|
||||
Reference in New Issue
Block a user