8000 Fix PlatformIO build · markEfive/arduino-esp32@0f83dbc · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0f83dbc

Browse files
authored
Fix PlatformIO build
Ref: platformio/platform-espressif32#33
1 parent fd9cc00 commit 0f83dbc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/platformio-build.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@
109109
"-Wl,-EL",
110110
"-T", "esp32.common.ld",
111111
"-T", "esp32.rom.ld",
112-
"-T", "esp32.peripherals.ld"
112+
"-T", "esp32.peripherals.ld",
113+
"-u", "ld_include_panic_highint_hdl"
113114
],
114115

115116
UPLOADERFLAGS=[

0 commit comments

Comments
 (0)
0