| .. |
|
apps/sntp
|
Update IDF to 3.2-3276a13 and esptool.py to 2.5.0 (#1878)
|
2018-09-21 08:39:36 +02:00 |
|
libb64
|
refactor(style): Change some style options (#9526)
|
2024-04-19 18:16:55 +03:00 |
|
Arduino.h
|
fix(arduino): restore proper pin remapping functionality (#11315)
|
2025-04-29 08:57:51 +03:00 |
|
base64.cpp
|
Refactor repository with pre-commit hooks (#9515)
|
2024-04-15 19:40:56 +03:00 |
|
base64.h
|
refactor(style): Change some style options (#9526)
|
2024-04-19 18:16:55 +03:00 |
|
binary.h
|
Refactor repository with pre-commit hooks (#9515)
|
2024-04-15 19:40:56 +03:00 |
|
cbuf.cpp
|
refactor(style): Change some style options (#9526)
|
2024-04-19 18:16:55 +03:00 |
|
cbuf.h
|
refactor(style): Change some style options (#9526)
|
2024-04-19 18:16:55 +03:00 |
|
chip-debug-report.cpp
|
feat(esp32p4): Add initial ESP32-P4 support (#10358)
|
2024-09-24 21:18:28 +03:00 |
|
chip-debug-report.h
|
ESP-IDF v5.1 (#7733)
|
2023-10-05 14:54:25 +03:00 |
|
Client.h
|
fix(client): Restore Arduino Client API (#10776)
|
2025-01-07 12:03:11 +02:00 |
|
ColorFormat.c
|
feat(Matter): add new MatterColorLight endpoint (#10654)
|
2024-11-26 17:14:38 -03:00 |
|
ColorFormat.h
|
feat(Matter): add new MatterColorLight endpoint (#10654)
|
2024-11-26 17:14:38 -03:00 |
|
Esp.cpp
|
Merge branch 'master' into release/v3.1.x
|
2024-12-10 10:23:39 -03:00 |
|
Esp.h
|
refactor(style): Change some style options (#9526)
|
2024-04-19 18:16:55 +03:00 |
|
esp32-hal-adc.c
|
feat(esp32p4): Add initial ESP32-P4 support (#10358)
|
2024-09-24 21:18:28 +03:00 |
|
esp32-hal-adc.h
|
Update analogContinuous function for passing pins as const and constexpr (#10044)
|
2024-07-22 11:59:18 +03:00 |
|
esp32-hal-bt.c
|
make BT core code execution conditional from include esp_bt.h (#11413)
|
2025-06-04 17:39:54 +03:00 |
|
esp32-hal-bt.h
|
refactor(style): Change some style options (#9526)
|
2024-04-19 18:16:55 +03:00 |
|
esp32-hal-cpu.c
|
IDF release/v5.4 (#11406)
|
2025-05-30 15:18:57 +03:00 |
|
esp32-hal-cpu.h
|
refactor(style): Change some style options (#9526)
|
2024-04-19 18:16:55 +03:00 |
|
esp32-hal-dac.c
|
refactor(style): Change some style options (#9526)
|
2024-04-19 18:16:55 +03:00 |
|
esp32-hal-dac.h
|
refactor(style): Change some style options (#9526)
|
2024-04-19 18:16:55 +03:00 |
|
esp32-hal-gpio.c
|
fix(gpio): Fix GPIO warning message (#11268)
|
2025-04-22 09:16:46 +03:00 |
|
esp32-hal-gpio.h
|
Bugfix/include order (#10841)
|
2025-01-13 12:40:14 +02:00 |
|
esp32-hal-i2c-ng.c
|
feat(i2c): Add support for the new I2C driver in IDF v5.4 (#10858)
|
2025-02-18 10:11:55 +02:00 |
|
esp32-hal-i2c-slave.c
|
IDF release/v5.4 (#11212)
|
2025-05-13 11:46:58 +02:00 |
|
esp32-hal-i2c-slave.h
|
refactor(style): Change some style options (#9526)
|
2024-04-19 18:16:55 +03:00 |
|
esp32-hal-i2c.c
|
feat(i2c): Add support for the new I2C driver in IDF v5.4 (#10858)
|
2025-02-18 10:11:55 +02:00 |
|
esp32-hal-i2c.h
|
refactor(style): Change some style options (#9526)
|
2024-04-19 18:16:55 +03:00 |
|
esp32-hal-ledc.c
|
feat(LEDC): Add Gamma Fade support and enhance auto channel/timer selection for multi-group (#11464)
|
2025-06-16 14:44:11 +03:00 |
|
esp32-hal-ledc.h
|
feat(LEDC): Add Gamma Fade support and enhance auto channel/timer selection for multi-group (#11464)
|
2025-06-16 14:44:11 +03:00 |
|
esp32-hal-log.h
|
fix(psram): Init PSRAM before app_main to fix mmu_map (#10390)
|
2024-10-01 12:11:21 +03:00 |
|
esp32-hal-matrix.c
|
feat(esp32p4): Add initial ESP32-P4 support (#10358)
|
2024-09-24 21:18:28 +03:00 |
|
esp32-hal-matrix.h
|
refactor(style): Change some style options (#9526)
|
2024-04-19 18:16:55 +03:00 |
|
esp32-hal-misc.c
|
include "esp_bt.h" only when existing (#11438)
|
2025-06-10 10:29:29 +03:00 |
|
esp32-hal-periman.c
|
refactor(style): Change some style options (#9526)
|
2024-04-19 18:16:55 +03:00 |
|
esp32-hal-periman.h
|
refactor(style): Change some style options (#9526)
|
2024-04-19 18:16:55 +03:00 |
|
esp32-hal-psram.c
|
fix(psram): Do not abort if PSRAM is not found (#10395)
|
2024-10-01 16:34:41 +03:00 |
|
esp32-hal-psram.h
|
IDF release/v5.3 (#10503)
|
2024-10-23 02:04:03 +03:00 |
|
esp32-hal-rgb-led.c
|
Change "neopixel" references to use RGB LED naming (#10225)
|
2024-08-28 09:53:24 +03:00 |
|
esp32-hal-rgb-led.h
|
Change "neopixel" references to use RGB LED naming (#10225)
|
2024-08-28 09:53:24 +03:00 |
|
esp32-hal-rmt.c
|
fix(rmt): memset all config structs to zero before using (#11203)
|
2025-04-01 09:36:19 -03:00 |
|
esp32-hal-rmt.h
|
refactor(style): Change some style options (#9526)
|
2024-04-19 18:16:55 +03:00 |
|
esp32-hal-sigmadelta.c
|
refactor(style): Change some style options (#9526)
|
2024-04-19 18:16:55 +03:00 |
|
esp32-hal-sigmadelta.h
|
refactor(style): Change some style options (#9526)
|
2024-04-19 18:16:55 +03:00 |
|
esp32-hal-spi.c
|
fix(spi): Add missing initializer for ss_invert (#11320)
|
2025-04-29 10:49:23 +03:00 |
|
esp32-hal-spi.h
|
feat(spi): Add return values to SPI begin (#11477)
|
2025-06-17 16:23:35 +03:00 |
|
esp32-hal-time.c
|
fix(sntp): Lock / Unlock LWIP if CONFIG_LWIP_TCPIP_CORE_LOCKING is set
|
2024-12-13 09:09:09 +01:00 |
|
esp32-hal-timer.c
|
fix(timer): Typo - milis instead of millis (#10193)
|
2024-08-22 23:44:17 +03:00 |
|
esp32-hal-timer.h
|
fix(timer): Typo - milis instead of millis (#10193)
|
2024-08-22 23:44:17 +03:00 |
|
esp32-hal-tinyusb.c
|
fix(msc): remove weak function declaration of tud_msc_is_writable_cb (#11353)
|
2025-06-10 14:29:27 +03:00 |
|
esp32-hal-tinyusb.h
|
feat(cdc): Add support for two CDC ports at once (#10962)
|
2025-02-13 12:51:28 +02:00 |
|
esp32-hal-touch-ng.c
|
feat(touch): Support NG touch driver for P4 (#10448)
|
2024-10-21 13:29:01 +03:00 |
|
esp32-hal-touch-ng.h
|
feat(touch): Support NG touch driver for P4 (#10448)
|
2024-10-21 13:29:01 +03:00 |
|
esp32-hal-touch.c
|
feat(touch): Support NG touch driver for P4 (#10448)
|
2024-10-21 13:29:01 +03:00 |
|
esp32-hal-touch.h
|
feat(touch): Support NG touch driver for P4 (#10448)
|
2024-10-21 13:29:01 +03:00 |
|
esp32-hal-uart.c
|
feat(logging): Arduino log redirection (#11159)
|
2025-04-14 12:08:33 +03:00 |
|
esp32-hal-uart.h
|
Add an option to force IDF's default UART clock source (#11191)
|
2025-04-09 11:25:06 +03:00 |
|
esp32-hal.h
|
fix(littlefs): Converted core disableWDT functions to bool (#10896)
|
2025-01-27 12:39:15 +02:00 |
|
esp8266-compat.h
|
refactor(style): Change some style options (#9526)
|
2024-04-19 18:16:55 +03:00 |
|
esp_arduino_version.h
|
Update core version to 3.2.0
|
2025-02-18 19:10:54 +02:00 |
|
extra_attr.h
|
refactor(style): Change some style options (#9526)
|
2024-04-19 18:16:55 +03:00 |
|
firmware_msc_fat.c
|
refactor(style): Change some style options (#9526)
|
2024-04-19 18:16:55 +03:00 |
|
firmware_msc_fat.h
|
refactor(style): Change some style options (#9526)
|
2024-04-19 18:16:55 +03:00 |
|
FirmwareMSC.cpp
|
Bugfix/include order (#10841)
|
2025-01-13 12:40:14 +02:00 |
|
FirmwareMSC.h
|
Refactor repository with pre-commit hooks (#9515)
|
2024-04-15 19:40:56 +03:00 |
|
freertos_stats.cpp
|
fix(freertos_stats): remove volatile c++ 20 deprecated warning (#11158)
|
2025-03-24 14:59:42 +02:00 |
|
freertos_stats.h
|
feature(rtos): Add Tasks status print function (#10515)
|
2024-10-25 14:57:21 +03:00 |
|
FunctionalInterrupt.cpp
|
refactor(style): Change some style options (#9526)
|
2024-04-19 18:16:55 +03:00 |
|
FunctionalInterrupt.h
|
Refactor repository with pre-commit hooks (#9515)
|
2024-04-15 19:40:56 +03:00 |
|
HardwareI2C.h
|
Refactor repository with pre-commit hooks (#9515)
|
2024-04-15 19:40:56 +03:00 |
|
HardwareSerial.cpp
|
Add an option to force IDF's default UART clock source (#11191)
|
2025-04-09 11:25:06 +03:00 |
|
HardwareSerial.h
|
Add an option to force IDF's default UART clock source (#11191)
|
2025-04-09 11:25:06 +03:00 |
|
HashBuilder.h
|
refactor(style): Change some style options (#9526)
|
2024-04-19 18:16:55 +03:00 |
|
HEXBuilder.cpp
|
refactor(style): Change some style options (#9526)
|
2024-04-19 18:16:55 +03:00 |
|
HEXBuilder.h
|
refactor(style): Change some style options (#9526)
|
2024-04-19 18:16:55 +03:00 |
|
HWCDC.cpp
|
feat(logging): Arduino log redirection (#11159)
|
2025-04-14 12:08:33 +03:00 |
|
HWCDC.h
|
fix(cdc): Disable SOF interrupt and CDC reset on begin() (#9628)
|
2024-05-15 13:58:45 +02:00 |
|
io_pin_remap.h
|
feat(touch): Support NG touch driver for P4 (#10448)
|
2024-10-21 13:29:01 +03:00 |
|
IPAddress.cpp
|
fix(net): Allow to compile without IPv6 enabled (#10582)
|
2024-11-12 11:29:52 +02:00 |
|
IPAddress.h
|
fix(net): Allow to compile without IPv6 enabled (#10582)
|
2024-11-12 11:29:52 +02:00 |
|
MacAddress.cpp
|
change(idf): Rename component example and fix compilation warnings (#9801)
|
2024-06-10 15:30:18 +03:00 |
|
MacAddress.h
|
refactor(style): Change some style options (#9526)
|
2024-04-19 18:16:55 +03:00 |
|
main.cpp
|
fix(xtal): Add a way to change the XTAL frequency for SparkFun ESP32 Thing (#9844)
|
2024-06-13 10:26:54 +03:00 |
|
MD5Builder.cpp
|
refactor(style): Change some style options (#9526)
|
2024-04-19 18:16:55 +03:00 |
|
MD5Builder.h
|
refactor(style): Change some style options (#9526)
|
2024-04-19 18:16:55 +03:00 |
|
pgmspace.h
|
refactor(style): Change some style options (#9526)
|
2024-04-19 18:16:55 +03:00 |
|
Print.cpp
|
Refactor repository with pre-commit hooks (#9515)
|
2024-04-15 19:40:56 +03:00 |
|
Print.h
|
refactor(style): Change some style options (#9526)
|
2024-04-19 18:16:55 +03:00 |
|
Printable.h
|
refactor(style): Change some style options (#9526)
|
2024-04-19 18:16:55 +03:00 |
|
Server.h
|
Refactor repository with pre-commit hooks (#9515)
|
2024-04-15 19:40:56 +03:00 |
|
SHA1Builder.cpp
|
refactor(style): Change some style options (#9526)
|
2024-04-19 18:16:55 +03:00 |
|
SHA1Builder.h
|
refactor(style): Change some style options (#9526)
|
2024-04-19 18:16:55 +03:00 |
|
stdlib_noniso.c
|
refactor(style): Change some style options (#9526)
|
2024-04-19 18:16:55 +03:00 |
|
stdlib_noniso.h
|
refactor(style): Change some style options (#9526)
|
2024-04-19 18:16:55 +03:00 |
|
Stream.cpp
|
fix(api): Update Arduino Stream class (#10328)
|
2024-09-13 10:49:49 +03:00 |
|
Stream.h
|
Fix missing virtual declarations in Stream.h (#10348)
|
2024-09-17 11:54:48 +03:00 |
|
StreamString.cpp
|
refactor(style): Change some style options (#9526)
|
2024-04-19 18:16:55 +03:00 |
|
StreamString.h
|
refactor(style): Change some style options (#9526)
|
2024-04-19 18:16:55 +03:00 |
|
Tone.cpp
|
feat(tone): missing set tone channel implementation (#10305)
|
2024-09-09 12:45:13 +03:00 |
|
Udp.h
|
refactor(style): Change some style options (#9526)
|
2024-04-19 18:16:55 +03:00 |
|
USB.cpp
|
fix(usb): uninitilized variable warning message (#11222)
|
2025-04-09 11:56:52 +03:00 |
|
USB.h
|
refactor(style): Change some style options (#9526)
|
2024-04-19 18:16:55 +03:00 |
|
USBCDC.cpp
|
feat(logging): Arduino log redirection (#11159)
|
2025-04-14 12:08:33 +03:00 |
|
USBCDC.h
|
refactor(style): Change some style options (#9526)
|
2024-04-19 18:16:55 +03:00 |
|
USBMSC.cpp
|
fix(usb): Add support for HighSpeed USB
|
2024-10-03 13:47:24 +03:00 |
|
USBMSC.h
|
feat(usbmsc): Add is_writable function to the USBMSC class. (#9569)
|
2024-05-13 15:10:45 +02:00 |
|
WCharacter.h
|
refactor(style): Change some style options (#9526)
|
2024-04-19 18:16:55 +03:00 |
|
wiring_private.h
|
refactor(style): Change some style options (#9526)
|
2024-04-19 18:16:55 +03:00 |
|
wiring_pulse.c
|
refactor(style): Change some style options (#9526)
|
2024-04-19 18:16:55 +03:00 |
|
wiring_shift.c
|
fix(spelling): Fix misspellings detected by codespell and enable it (#10232)
|
2024-08-28 15:43:02 +03:00 |
|
WMath.cpp
|
Refactor repository with pre-commit hooks (#9515)
|
2024-04-15 19:40:56 +03:00 |
|
WString.cpp
|
Fix crash in String when using nullptr (#10971) (#10972)
|
2025-02-17 15:27:41 +02:00 |
|
WString.h
|
refactor(style): Change some style options (#9526)
|
2024-04-19 18:16:55 +03:00 |