This repository was archived by the owner on Sep 16, 2024. It is now read-only.
Commit 3264aaa
iwahdan88
Squashed commit of the following:
commit b6dd783
Author: Christian Ehlers <cehlers@pycom.io>
Date: Fri Feb 15 11:24:03 2019 +0100
Openthread Link Issue FIPY fix (#264)
Only reference xMeshTaskHndl if LORA_OPENTHREAD_ENABLED
commit 2833cf5
Author: Islam Wahdan <islam@pycom.io>
Date: Fri Feb 8 21:51:54 2019 +0100
Firmware Release Candidate v1.20.0.rc7 - Pybytes v0.9.7
## New Features
* Pymesh feature added from Pygo
## Improvments
* Adding do_handshake for non-blocking sockets
* Gracefully handle EAGAIN return of Socket.write in AwsMQTT lib
* make openthread over lora a build-time configuration option (Author: @martijnthe)
* Added factory LTE modem reset option and method to check UE coverage
* Updated Pybytes lib
## Bug Fixes
* Fix an issue in cleaning up user threads during of soft-reset
* Fix issue causing Device crash when safe booting (CTRL-F) while BLE/Wlan enabled
* LTE module bug fixes
* Fix Makefile bug where SIPY FIPY and LOPY4 excluded secure boot
co-authored by: @Xykon [cehlers@pycom.io](mailto:cehlers@pycom.io) and @martijnthe
commit a8a62b0
Author: Martijn Thé <martijnthe@users.noreply.github.com>
Date: Fri Feb 1 17:15:07 2019 +0100
build config: make openthread over lora a build-time configuration option (#253)
Adds a make variable to disable openthread. By default it's still enabled.
To disable it, add `OPENTHREAD=off` to the `make` invocation.
This shaves off 160KB of the .bin, making the firmware fit in the old OTA slot of 1536KB.1 parent a3a8dec commit 3264aaa
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| 103 | + | |
103 | 104 | | |
| 105 | + | |
104 | 106 | | |
105 | 107 | | |
106 | 108 | | |
| |||
316 | 318 | | |
317 | 319 | | |
318 | 320 | | |
| 321 | + | |
319 | 322 | | |
| 323 | + | |
320 | 324 | | |
321 | 325 | | |
322 | 326 | | |
| |||
0 commit comments