-
-
Notifications
You must be signed in to change notification settings - Fork 346
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
10bbefa
commit 5609b89
Showing
8 changed files
with
8 additions
and
5 deletions.
There are no files selected for viewing
Submodule ESP8266_NONOS_SDK
updated
27 files
+2 −1 | .gitlab-ci.yml | |
+36 −0 | README.md | |
+15 −15 | VERSION | |
+ − | bin/at/1024+1024/user1.2048.new.5.bin | |
+ − | bin/at/1024+1024/user2.2048.new.5.bin | |
+ − | bin/at_sdio/1024+1024/user1.2048.new.5.bin | |
+ − | bin/at_sdio/1024+1024/user2.2048.new.5.bin | |
+2 −0 | include/user_interface.h | |
+4 −4 | include/version.h | |
+ − | lib/libat.a | |
+ − | lib/libcrypto.a | |
+ − | lib/libespnow.a | |
+ − | lib/liblwip.a | |
+ − | lib/libmain.a | |
+ − | lib/libmbedtls.a | |
+ − | lib/libnet80211.a | |
+ − | lib/libphy.a | |
+ − | lib/libpp.a | |
+ − | lib/libsmartconfig.a | |
+ − | lib/libssl.a | |
+ − | lib/libupgrade.a | |
+ − | lib/libwpa.a | |
+ − | lib/libwpa2.a | |
+ − | lib/libwps.a | |
+5 −5 | third_party/include/mbedtls/config_esp.h | |
+1 −1 | third_party/lwip/core/dhcp.c | |
+16 −1 | third_party/lwip/core/dns.c |
Submodule bearssl
updated
7 files
+1 −1 | inc/bearssl_ec.h | |
+1 −1 | inc/bearssl_ssl.h | |
+0 −4 | src/ec/ec_c25519_m64.c | |
+1 −1 | src/ec/ec_p256_m62.c | |
+15 −0 | src/ssl/ssl_engine.c | |
+1 −1 | src/x509/x509_minimal.t0 | |
+1 −1 | tools/sslio.c |
Submodule http-parser
updated
4 files
+6 −6 | Makefile | |
+218 −73 | http_parser.c | |
+15 −5 | http_parser.h | |
+266 −122 | test.c |
Submodule ws_parser
updated
from 5d3fa4 to e94a4b
Submodule Adafruit_VL53L0X
added at
cc4ca5
Submodule Arduino_TensorFlowLite
added at
521b88
Submodule DHTesp
updated
9 files
+340 −264 | DHTesp.cpp | |
+14 −3 | DHTesp.h | |
+21 −2 | README.md | |
+8 −1 | examples/DHT_ESP32/DHT_ESP32.ino | |
+12 −1 | examples/DHT_ESP8266/DHT_ESP8266.ino | |
+6 −1 | examples/DHT_Multi_ESP32/DHT_Multi_ESP32.ino | |
+15 −14 | keywords.txt | |
+18 −13 | library.json | |
+4 −4 | library.properties |