diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2018-06-09 15:15:54 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2018-06-09 15:15:54 +0200 |
commit | 19a7beddb11f852c00d2b98f7177d83047ed3178 (patch) | |
tree | 2f92566cf944feaaecc9cd8234c45eb89cb4b8fa | |
parent | 9b46055f142649d8bad251b030884c76d66b32ab (diff) | |
download | modern-esp-sandbox-19a7beddb11f852c00d2b98f7177d83047ed3178.tar.gz modern-esp-sandbox-19a7beddb11f852c00d2b98f7177d83047ed3178.tar.bz2 modern-esp-sandbox-19a7beddb11f852c00d2b98f7177d83047ed3178.tar.xz modern-esp-sandbox-19a7beddb11f852c00d2b98f7177d83047ed3178.zip |
wip
-rw-r--r-- | ota-test/sdkconfig | 19 | ||||
m--------- | thirdparty/ESP8266_RTOS_SDK | 0 |
2 files changed, 2 insertions, 17 deletions
diff --git a/ota-test/sdkconfig b/ota-test/sdkconfig index 9ada3d2..fd80628 100644 --- a/ota-test/sdkconfig +++ b/ota-test/sdkconfig @@ -14,17 +14,13 @@ CONFIG_MAKE_WARN_UNDEFINED_VARIABLES=y # Serial flasher config # CONFIG_ESPTOOLPY_PORT="/dev/ttyUSB0" -CONFIG_ESPTOOLPY_BAUD_57600B= -CONFIG_ESPTOOLPY_BAUD_115200B= +CONFIG_ESPTOOLPY_BAUD_115200B=y 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=460800 +CONFIG_ESPTOOLPY_BAUD=115200 CONFIG_ESPTOOLPY_COMPRESSED=y CONFIG_FLASHMODE_QIO=y CONFIG_FLASHMODE_QOUT= @@ -78,17 +74,6 @@ 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 2b0d5eb108d7c16c03a2ac368a0735138952e2d +Subproject e0b43b893f7835b082807ba59b087224442be0d |