Merge branch 'release/v0.9.1'

This commit is contained in:
Valerii Koval
2017-08-22 16:45:03 +03:00
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -34,12 +34,13 @@ env.Replace(
AS="xtensa-esp32-elf-as",
CC="xtensa-esp32-elf-gcc",
CXX="xtensa-esp32-elf-g++",
GDB="xtensa-esp32-elf-gdb",
OBJCOPY=join(
platform.get_package_dir("tool-esptoolpy") or "", "esptool.py"),
RANLIB="xtensa-esp32-elf-ranlib",
SIZETOOL="xtensa-esp32-elf-size",
ARFLAGS=["rcs"],
ARFLAGS=["rc"],
ASFLAGS=["-x", "assembler-with-cpp"],
+1 -1
View File
@@ -12,7 +12,7 @@
"type": "git",
"url": "https://github.com/platformio/platform-espressif32.git"
},
"version": "0.9.0",
"version": "0.9.1",
"packageRepositories": [
"https://dl.bintray.com/platformio/dl-packages/manifest.json",
"http://dl.platformio.org/packages/manifest.json",