Skip to content

Commit e0c7a81

Browse files
authored
Merge pull request #39 from iseries1/master
Updated SDK with enhancements
2 parents a5bcb63 + fdcafc5 commit e0c7a81

File tree

354 files changed

+334
-78130
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

354 files changed

+334
-78130
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[submodule "libesphttpd"]
22
path = libesphttpd
33
url = https://github.com/parallaxinc/libesphttpd.git
4+
[submodule "ESP8266_NONOS_SDK"]
5+
path = ESP8266_NONOS_SDK
6+
url = https://github.com/espressif/ESP8266_NONOS_SDK.git

ESP8266_NONOS_SDK

Submodule ESP8266_NONOS_SDK added at 3fe474e

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ XTENSA_TOOLS_ROOT ?=
7171
# base directory of the ESP8266 SDK package, absolute
7272
#SDK_BASE ?= /opt/Espressif/ESP8266_SDK
7373
#SDK_BASE ?= $(abspath ../esp_iot_sdk_v1.5.2)
74-
SDK_BASE ?= $(abspath ./esp_iot_sdk_v2.0.0.p1)
74+
SDK_BASE ?= $(abspath ./ESP8266_NONOS_SDK)
7575
#SDK_BASE ?= $(abspath ./new/ESP8266_NONOS_SDK)
7676

7777
# Opensdk patches stdint.h when compiled with an internal SDK. If you run into compile problems pertaining to

esp-link-stuff/config.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ FlashConfig flashDefault = {
4343
.sscp_need_pause_cnt = 2,
4444
.sscp_pause_time_ms = 0,
4545
.sscp_events = 0,
46-
.dbg_enable = 0
46+
.dbg_enable = 0,
47+
.sscp_loader = 0
4748
};
4849

4950
typedef union {

esp-link-stuff/config.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ typedef struct {
2626
uint8_t sscp_start;
2727
int8_t sscp_events;
2828
int8_t dbg_enable;
29+
int8_t sscp_loader;
2930
} FlashConfig;
3031

3132
extern FlashConfig flashConfig;

esp_iot_sdk_v2.0.0.p1/License

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)