summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2018-06-18 16:52:30 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2018-06-18 16:52:30 +0200
commit968abdfeb18123e86449cc4f3866fc97d72c4914 (patch)
tree6ee3f614c9354513508acc63606841ef72fffeff
parent2592974e1022e00aa2f46aa4751bc51c7a62784a (diff)
downloadmodern-esp-sandbox-968abdfeb18123e86449cc4f3866fc97d72c4914.tar.gz
modern-esp-sandbox-968abdfeb18123e86449cc4f3866fc97d72c4914.tar.bz2
modern-esp-sandbox-968abdfeb18123e86449cc4f3866fc97d72c4914.tar.xz
modern-esp-sandbox-968abdfeb18123e86449cc4f3866fc97d72c4914.zip
o Upgrading to latest wip of sdk.
-rw-r--r--ota-test/sdkconfig19
m---------thirdparty/ESP8266_RTOS_SDK0
2 files changed, 17 insertions, 2 deletions
diff --git a/ota-test/sdkconfig b/ota-test/sdkconfig
index fd80628..9ada3d2 100644
--- a/ota-test/sdkconfig
+++ b/ota-test/sdkconfig
@@ -14,13 +14,17 @@ CONFIG_MAKE_WARN_UNDEFINED_VARIABLES=y
# Serial flasher config
#
CONFIG_ESPTOOLPY_PORT="/dev/ttyUSB0"
-CONFIG_ESPTOOLPY_BAUD_115200B=y
+CONFIG_ESPTOOLPY_BAUD_57600B=
+CONFIG_ESPTOOLPY_BAUD_115200B=
CONFIG_ESPTOOLPY_BAUD_230400B=
+CONFIG_ESPTOOLPY_BAUD_256000B=
+CONFIG_ESPTOOLPY_BAUD_460800B=y
+CONFIG_ESPTOOLPY_BAUD_512000B=
CONFIG_ESPTOOLPY_BAUD_921600B=
CONFIG_ESPTOOLPY_BAUD_2MB=
CONFIG_ESPTOOLPY_BAUD_OTHER=
CONFIG_ESPTOOLPY_BAUD_OTHER_VAL=115200
-CONFIG_ESPTOOLPY_BAUD=115200
+CONFIG_ESPTOOLPY_BAUD=460800
CONFIG_ESPTOOLPY_COMPRESSED=y
CONFIG_FLASHMODE_QIO=y
CONFIG_FLASHMODE_QOUT=
@@ -74,6 +78,17 @@ CONFIG_STACK_CHECK=
#
#
+# ESP8266
+#
+CONFIG_ESP8266_APP_START_ADDRESS=0x40202010
+CONFIG_ESP8266_APP_SIZE=0xFEFF0
+CONFIG_ESP8266_APP_FLASH_ADDRESS=0x2000
+CONFIG_ESP8266_BOOTLOADER_ESPRESSIF=
+CONFIG_ESP8266_BOOTLOADER_CUSTOM=y
+CONFIG_ESP8266_BOOTLOADER_CUSTOM_VAL="build/rboot.bin"
+CONFIG_ESP8266_BOOTLOADER="CUSTOM"
+
+#
# FreeRTOS
#
CONFIG_FREERTOS_ENABLE_REENT=
diff --git a/thirdparty/ESP8266_RTOS_SDK b/thirdparty/ESP8266_RTOS_SDK
-Subproject e0b43b893f7835b082807ba59b087224442be0d
+Subproject 13a6260c73ad3640193490c00830ff8f4f2993b