forked from SmingHub/Sming
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added the latest SDK as part of the distribution.
In order to use it make sure to set SDK_BASE to $(SMING_HOME)/third-party/ESP8266_NONOS_SDK.
- Loading branch information
1 parent
db0b4e4
commit 66c61ca
Showing
5 changed files
with
28 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/include/osapi.h b/include/osapi.h | ||
index 0462a9c..52ad21f 100644 | ||
--- a/include/osapi.h | ||
+++ b/include/osapi.h | ||
@@ -30,7 +30,7 @@ | ||
#include "user_config.h" | ||
|
||
void ets_bzero(void *s, size_t n); | ||
-void ets_delay_us(uint16_t us); | ||
+void ets_delay_us(uint32_t us); | ||
void ets_install_putc1(void (*p)(char c)); | ||
|
||
#define os_bzero ets_bzero |
Submodule ESP8266_NONOS_SDK
added at
61248d