2
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 06, 2024 — Aug 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Refactoring to PolledTimeout or optimistic_yield on the grounds that these are not wait loops on slow input. More... over 5 years ago
Due to 3rd party use of symbol optimistic_yield without #include <Arduino>, have to resort to preprocessor definition for inlining. More... over 5 years ago
Allow constexpr evalution to occur. optimistic_yield is always called with a literal parameter value. More... over 5 years ago
Remove user_interface.h from gdbstub includes (#6862) More... over 5 years ago
added clock stretch yield, [issue 2162] fixed twi::status (#6860) More... over 5 years ago
Conflict with pre-included Arduino.h (the indirect includes thereof) (#6853) More... over 5 years ago
back to 2.7.0-dev (#6850) More... over 5 years ago
release 2.6.2 (#6849) More... over 5 years ago
Uninitialized stack object can have unintended bad values (#6846) More... over 5 years ago
Using clockCyclesPerMicrosecond() in host build fails (#6844) More... over 5 years ago
F_CPU is available and is 80000000 (#6841) More... over 5 years ago
[BREAKING] Update FS plugin info for python3 compat (#6807) More... over 5 years ago
Fix pointer arithmetic (#6830) More... over 5 years ago
Allow for POSTs larger than a few 100 bytes (#6800) More... over 5 years ago
reset artificial timezone when using newlib (#6828) More... over 5 years ago
switch to firmware 2.2.x-190703 by default (#6826) More... over 5 years ago
use wificlient.available() where relevant (#6827) More... over 5 years ago
EspSoftwareSerial: ctor/begin() compatibility to AVR/ESP8266/ESP32 (#6814) More... over 5 years ago
Move eboot_command_clear to after firmware copy. (#6823) More... over 5 years ago
Expand BSSL stack (#6819) More... over 5 years ago
Implement invert for HardwareSerial (#6816) More... over 5 years ago
Change Sphinx version to latest (#6817) More... over 5 years ago
Mark esp_schedule IRAM_ATTR to make it ISR safe - this complements the suspend CONT via esp_yield pattern in esp_delay for early returning from delay due to external events. In libraries/ESP8266WiFi/src/ESP8266WiFiGeneric.cpp this is done from CBs, that are called from tools/sdk/lwip/include/lwip/dns.h (#6809) More... over 5 years ago
Version bump for package.json (#6784) More... over 5 years ago
Add callbacks for ESP8266HTTPUpdate (#6796) More... over 5 years ago
Add const char* content to ESP8266WebServer::send() (#6797) More... over 5 years ago
Move yield start time set to esp_yield_within_cont More... over 5 years ago
Terminate the chunked printDirectory (#6808) More... over 5 years ago
Weak binding lessens version dependency between ESP8266 and MT library CoopTask. (#6790) More... over 5 years ago
Only add "l" to XX.htm URLs if XX.html exists (#6794) More... over 5 years ago