Sming icon indicating copy to clipboard operation
Sming copied to clipboard

Sming - powerful open source framework simplifying the creation of embedded C++ applications.

Results 111 Sming issues
Sort by recently updated
recently updated
newest added

This PR adds a simple mechanism to ensure the SystemClock timezone offset can be maintained efficiently. Obtaining the local time involves converting the current system clock time from UTC using...

I'm raising this issue so we can decide when to remove IDF 4.3, 4.4 support from the codebase. According to https://github.com/espressif/esp-idf 4.3 is no longer supported and 4.4 support ends...

I'm trying to build the basic blink example to debug it in my host machine (Apple M1 Pro) but it fails with the following error: ``` ❯ make SMING_ARCH=Host Basic_Blink:...

This PR is just a refactor of the `DnsServer` class as it's a bit more complex than necessary. No additional functionality added, but a few extra bounds checks have been...

General review and update to documentation

PHY init data is only 128 bytes so using an entire sector is not optimal. We could refactor to include the data as a BLOB in each ROM. esp-idf does...

Ideas

There is an ongoing issue with the apparent lack of response when HTTP connections fail, such as with invalid URLs (issue #1937). PR #1939 was a simple attempt to address...

Ideas

ESP IDF defines `ESP_PARTITION_SUBTYPE_DATA_LITTLEFS` as 0x83, but Sming uses 0xF3. This should not cause problems but noted here just in case. Note: Added to IDF June 2023 https://github.com/espressif/esp-idf/commit/c9b2b03d3d2da8d33c5250279a79b67b63f80bf9. Added to...

HostTests builds for esp32 look suspicously large. These are all default builds. Needs further investigation. esp32: app.bin 1,173,952 bytes ``` Section| Description| Start (hex)| End (hex)|Used space ------------------------------------------------------------------------------ data| Initialized...