Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "libesphttpd"]
path = libesphttpd
url = https://github.com/parallaxinc/libesphttpd.git
[submodule "ESP8266_NONOS_SDK"]
path = ESP8266_NONOS_SDK
url = https://github.com/espressif/ESP8266_NONOS_SDK.git
1 change: 1 addition & 0 deletions ESP8266_NONOS_SDK
Submodule ESP8266_NONOS_SDK added at 3fe474
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ XTENSA_TOOLS_ROOT ?=
# base directory of the ESP8266 SDK package, absolute
#SDK_BASE ?= /opt/Espressif/ESP8266_SDK
#SDK_BASE ?= $(abspath ../esp_iot_sdk_v1.5.2)
SDK_BASE ?= $(abspath ./esp_iot_sdk_v2.0.0.p1)
SDK_BASE ?= $(abspath ./ESP8266_NONOS_SDK)
#SDK_BASE ?= $(abspath ./new/ESP8266_NONOS_SDK)

# Opensdk patches stdint.h when compiled with an internal SDK. If you run into compile problems pertaining to
Expand Down
3 changes: 2 additions & 1 deletion esp-link-stuff/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ FlashConfig flashDefault = {
.sscp_need_pause_cnt = 2,
.sscp_pause_time_ms = 0,
.sscp_events = 0,
.dbg_enable = 0
.dbg_enable = 0,
.sscp_loader = 0
};

typedef union {
Expand Down
1 change: 1 addition & 0 deletions esp-link-stuff/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ typedef struct {
uint8_t sscp_start;
int8_t sscp_events;
int8_t dbg_enable;
int8_t sscp_loader;
} FlashConfig;

extern FlashConfig flashConfig;
Expand Down
24 changes: 0 additions & 24 deletions esp_iot_sdk_v2.0.0.p1/License

This file was deleted.

Loading