Skip to content

Commit ba1877f

Browse files
committed
Merge branch 'release/v0.9.1'
2 parents 7ac70d2 + a097a0c commit ba1877f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

builder/main.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,13 @@ def _get_board_f_flash(env):
3434
AS="xtensa-esp32-elf-as",
3535
CC="xtensa-esp32-elf-gcc",
3636
CXX="xtensa-esp32-elf-g++",
37+
GDB="xtensa-esp32-elf-gdb",
3738
OBJCOPY=join(
3839
platform.get_package_dir("tool-esptoolpy") or "", "esptool.py"),
3940
RANLIB="xtensa-esp32-elf-ranlib",
4041
SIZETOOL="xtensa-esp32-elf-size",
4142

42-
ARFLAGS=["rcs"],
43+
ARFLAGS=["rc"],
4344

4445
ASFLAGS=["-x", "assembler-with-cpp"],
4546

platform.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"type": "git",
1313
"url": "https://github.com/platformio/platform-espressif32.git"
1414
},
15-
"version": "0.9.0",
15+
"version": "0.9.1",
1616
"packageRepositories": [
1717
"https://dl.bintray.com/platformio/dl-packages/manifest.json",
1818
"http://dl.platformio.org/packages/manifest.json",

0 commit comments

Comments
 (0)