Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESP8266 No-WiFi library updates #2347

Merged
merged 7 commits into from
Jul 12, 2021
Merged

Conversation

mikee47
Copy link
Contributor

@mikee47 mikee47 commented Jul 11, 2021

Add os_get_random() implementation
Require system_rtc_clock_cali_proc to use filesystem as SPIFFS uses time functions
Call to Storage::initialize() required in user_init()
KNOWN ISSUE: Call to spi_flash_get_id() hangs in application code.
Add Platform/Timers.h to SmingCore.h - required when compiling without network component

@slaff slaff added this to the 4.4.0 milestone Jul 12, 2021
@slaff slaff merged commit dbbf8df into SmingHub:develop Jul 12, 2021
@mikee47 mikee47 deleted the fix/esp-no-wifi branch July 12, 2021 08:24
@slaff slaff mentioned this pull request Aug 12, 2021
5 tasks
slaff pushed a commit that referenced this pull request Sep 27, 2021
* Add `os_get_random()` implementation for no_wifi library

* Filesystem fixes for `esp_no_wifi` library

Require `system_rtc_clock_cali_proc` to use filesystem as SPIFFS uses time functions
Call to `Storage::initialize()` required in `user_init()`

KNOWN ISSUE: Call to `spi_flash_get_id()` hangs in application code.

* Use flash cache control register definitions from RTOS SDK

* Expand SPI ext0-2 struct definitions (likely related to flash)

* Fix unused static variables in esp-lwip mem_manager.h

* Add Platform/Timers.h to SmingCore.h

* Update README
@slaff
Copy link
Contributor

slaff commented Feb 22, 2022

@mikee47 Did you look also at this library: https://github.com/pvvx/SDKnoWiFi ? It might be helpful to improve your No-WIFI library for ESP8266 even further.

@mikee47
Copy link
Contributor Author

mikee47 commented Feb 22, 2022

@slaff Thanks, already seen that https://sming.readthedocs.io/en/latest/_inc/Sming/Arch/Esp8266/Components/esp_no_wifi/index.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants