|
60fe7b4ca8
|
Add code-spell spelling checks to CI (#8067)
Help find and fix silly spelling errors as they are added to the repo.
|
2021-05-23 08:53:04 -07:00 |
|
|
656a33e6f8
|
BREAKING - Use IRAM_ATTR in place of ICACHE_RAM_ATTR (#7921)
Update the core to use the define that the ESP32 uses, IRAM_ATTR, for
placing code in DRAM.
|
2021-03-14 16:56:47 -07:00 |
|
|
d9684351c2
|
Make delay() as overridable as yield() already is, and add overridable loop_end() (#6306)
* Make delay() overridable "weak"
* Add pluggable loop_end()
* Release tag 5.2.3 for SoftwareSerial
|
2019-07-18 14:40:58 -07:00 |
|
|
eea9999dc5
|
Revert "Allman now (#6080)" (#6090)
This reverts commit 98125f8860 .
|
2019-05-14 00:09:54 +02:00 |
|
|
98125f8860
|
Allman now (#6080)
* switch restyle script for CI
* remove confirmation
* restyle with allman
|
2019-05-13 16:41:34 +02:00 |
|
|
f706c83b66
|
Move .C to .CPP in the code (#5696)
Use g++ to compile core files to get additional C++ checks on the code.
Also move libb64 constants to PROGMEM, saving ~128 bytes of heap when used.
|
2019-02-06 23:06:17 -03:00 |
|