File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments