Ishraq Ibne Ashraf
Ishraq Ibne Ashraf
This fix apparently seems to be very trivial but if the user terminates an executing Python example program with `CTRL+C` and then leaves the display at that state then power...
This PR adds the ability to output registered tasks as JSON as discussed in this [issue](https://github.com/gruntjs/grunt-cli/issues/107) and [this related PR](https://github.com/gruntjs/grunt-known-options/pull/2). A list of registered tasks from the target Gruntfile can...
1. Add UART driver and integrate it with the bus and console layers. 2. Working semaphore and timer configuration using internal clock. 3. User program demonstrates console usage with delay.
While compiling with ESP8266_NONOS_SDK-2.2.0 it was found that the SDK defines the function, `void ets_delay_us(uint32_t ms)` (in SDK root, include/osapi.h) which is defined in include/espmissingincludes.h as `void ets_delay_us(uint16_t ms)` which...
Even if a directory was specified in the HTMLDIR variable it was ignored in the Makefile and hard-coded "../html" directory was used instead.
When trying to compile libesphttpd using ESP8266 SDK 2.0.0 data type related error such as, **../esp-open-sdk/sdk//include/ets_sys.h:31:1: error: unknown type name 'uint32_t' typedef uint32_t ETSSignal;** are reported. It seems like in...