Files
IRremoteESP8266/examples
Ton Huisman 95b87cccd2 [Build] Add compatibility with C++20 (#2040)
* [Build] Add compatibility with C++20

* [Build] ESP32 builds both IDF 4.x and IDF 5.x

* [Build] C++20 Use typedefs to switch compilation (volatile vs atomic where needed)

* [Linter] Fix complaint about spaces :-|

* [Linter] Fix more complaints about spaces :-|

* [Build] esp32dev build restore standard espressif32 platform

* [Build] C++20 Adjust typedefs and code to avoid deprecation warnings

* [Build] esp32devIDF5x build restore Arduino 2.0.14 platform

* [Build] esp32devIDF5x build enable Arduino 3.0.0 alpha1 platform by switching interrupts off/on instead of (missing) low-level IDF calls

* [Build] Remove unneeded duplicate typedefs

* [Linter] Fix complaint about comment line-length :-|

* [Build] Add correct include to get `gpio_intr_enable` and `gpio_intr_disable`, thnx Jason2866!

* Add comment why code was changed

* [Lib] Add latest ESP32 fixes by @s-hadinger, add extra NULL safeguard, update Platform build

* [IDF5] Update platform package to avoid python script issues long solved
2025-12-17 06:48:58 +10:00
..
2025-01-07 21:20:19 +10:00
2021-02-13 20:12:36 +10:00