Mike
Mike
Addresses #1937. This fixes the immediate problem but may have other unintended side-effects. Maybe others can comment on possible solutions to this issue?
General option editing now seems to be satisfied using Kconfig, but managing pin assignments needs some special consideration so I've opened a new issue to discuss. Other than Host, Sming...
## Options, options, everywhere! Sming is highly configurable with a lot of settings. You can see some of them by running `make list-config`, though that list is actually incomplete (e.g....
I've opened this issue to discuss how OTA (over-the-air) upgrading of existing ESP8266 devices might work when migrating to the new partition-table structure. With partition tables the ESP8266 layout has...
There are numerous places within the framework where we have functions and methods to convert typed values into strings. A few examples: * `NanoTime::Frequency::toString()` and other classes * `IpAddress::toString()` *...
You may encounter this when (re)compiling under Windows. One cause is case-sensitivity in pathnames, specifically the setting for SMING_HOME. For example, on my dev. system: ``` set SMING_HOME=s:\sandboxes\sming-dev\Sming make ```...
One of the things I like most about Sming is the large selection of libraries and sample applications available out of the box. However, we cannot just keep adding to...
My particular scenario is simple: - Request arrives to turn a light on - Send command to remote device for execution - Mark request 'pending' - Response arrives from remote...
This is happening fairly frequently at the moment during CI tests. Can we fork it to SmingHub? https://git.savannah.nongnu.org/git/lwip.git/ See #1989, #1825
Picking up from #1333 I've opened this issue so we can have a discussion about how to develop and test on the Host emulator with real devices. For example: *...