Added missing Xtensa 64bit toolchain

This commit is contained in:
loboris
2018-01-05 09:52:08 +01:00
parent 23030cfa8c
commit 04aea8657e
3 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -6,6 +6,6 @@
nvs, data, nvs, 0x9000, 16K,
otadata, data, ota, 0xd000, 8K,
phy_init, data, phy, 0xf000, 4K,
MicroPython_1, app, ota_0, 0x10000, 1408K,
MicroPython_2, app, ota_1, , 1408K,
MicroPython_1, app, ota_0, 0x10000, 64K,
MicroPython_2, app, ota_1, , 64K,
internalfs, data, spiffs, , 1024K,
1 # -------------------------------------------------------
6 nvs, data, nvs, 0x9000, 16K,
7 otadata, data, ota, 0xd000, 8K,
8 phy_init, data, phy, 0xf000, 4K,
9 MicroPython_1, app, ota_0, 0x10000, 1408K, MicroPython_1, app, ota_0, 0x10000, 64K,
10 MicroPython_2, app, ota_1, , 1408K, MicroPython_2, app, ota_1, , 64K,
11 internalfs, data, spiffs, , 1024K,
Binary file not shown.
Binary file not shown.