SmingRTOS icon indicating copy to clipboard operation
SmingRTOS copied to clipboard

Results 29 SmingRTOS issues
Sort by recently updated
recently updated
newest added

I am about to start development for the ESP32 and am evaluating the options available. I am looking for a framework (like sming) with low level access to the h/w,...

Backlog

@all : Seeing the recent deviations between SimgNONOS and SminRTOS I do not feel it is feasible to keep them in sync. Because of that, I will stop supporting/adding functionality...

Backlog

It's an error to call tcp_poll() on a pcb that has been converted to a listening socket via tcp_listen(), with such calls causing memory corruption. Call tcp_close to destroy the...

Waiting For Review

Addresses some routine crashes when using the MqttClient under SmingRTOS.

Waiting For Review

The example compiles and uploads just fine. I had to change `#define PIN 5` to `#define PIN 15`. With this value the signal is available on pin D8. The data...

Backlog

Based on preliminary information, it looks like Espressif will focus its development on the [(IDF)](https://github.com/espressif/esp-idf) more than the RTOS-SDK. According to the company: > FYI, esp-idf stands for Espressif IoT...

Backlog

Hi, Before reading further, please keep in mind that I'm really new at this. What is the correct procedure (starting from scratch) to compile a sample application? Let's say I'm...

Backlog

I tried out the sample app MqttClient_Hello. At first, ESP8266 keeps resetting itself. To finally get it to work, the following line in init() has to be commented out. `commandHandler.registerSystemCommands();`...

Backlog

I created 2 new files, a header and a .c file with 2 functions in it. The tx_udp_char(char c) function can be used to redirect the os_printf() to UDP. The...

Waiting For Review