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

Currently prebuilt esp-open-sdk binaries are hosted on Dropbox. Would it be possible to host them on [Bintray](https://bintray.com/)? This service has a free plan for open source projects that seems more...

0 - Backlog

## Description This request enables better control over the Sming choco package generation and opens the possibility for automatically creating new choco packages on release. **THIS REQUEST REQUIRES REPOSITORY OWNER...

Enhancement

While upgrading to Sming 3.3.0 my old basic authentication is not supported (ex. using response.authorizationRequired() ) Where can I find en example of how to use it in sming 3.3.0...

Ideas

Hello everyone, I'm currently having some small issues with my ESP8266 based sensors at home. After rebooting an AP all the sensors will go and connect to the remaining AP...

After some time I am going to return to sming. There is a lot of changes, but chocolatey problem still exists. I have sming 3.1.1 instaled and I have tried...

Hi, someone made a bridge (TCP Serial) with Sming 3.3.0 ?

According to #1137 I have finally tried rboot with ESP8266-01, 1MB Flash board, Sming 3.3.0 I tested Basic_rBoot example and after ota command there were a lot of Software Watchdog...

I am trying to modyfy Basic_rBoot sample to work with ESP8266-01 with 8Mb FLASH (2 x 512kB) - RBOOT_BIG_FLASH ?= 0 and RBOOT_TWO_ROMS ?= 1 I think with sming version...

I created a simple project only holding this code: ``` #include #include void init() { } ``` This is the error I get: > C:\Users\programmer\Downloads\sming\sming-skel>make > LD out/build/app.out > c:/tools/sming/Sming/compiler/lib/\libsming.a(user_main.o):(.text.user_init+0x0):...

The standard function `difftime` from `time.h` and `ctime` seems to be not available for linker. The code that uses this function compiles, but I get linker errors: ``` C+ app/application.cpp...