arduino-pico/libraries
Earle F. Philhower, III 795968a8e0
Clean up WIFI local variable MAC size (#2006)
MACs are 6-bytes long, not 8.
2024-02-14 12:17:09 -08:00
..
Adafruit_TinyUSB_Arduino@e291865233 Support native USB as host (#1910) 2023-12-25 11:36:07 -08:00
ADCInput Addition ABM checks in PWMAudio and ADCInput (#1530) 2023-06-12 15:20:52 -07:00
ArduinoOTA Async scan + bugfixes (#947) 2022-10-31 17:01:10 -07:00
AudioBufferManager Fix I2S stop/start race condition #1656 (#1659) 2023-08-22 08:40:23 -07:00
BTstackLib Undo BSTstackLib warning (#1758) 2023-10-08 16:42:08 -07:00
DNSServer Replace ancient "boolean" with "bool" (#1908) 2023-12-20 13:46:07 -08:00
EEPROM Clear dirty flag after commiting EEPROM to flash (#1776) 2023-10-18 17:21:27 -07:00
ESP8266SdFat@255180be14 Add bidirectional bulk SPI transfer, update SdFAT (#819) 2022-08-31 07:42:34 -07:00
FreeRTOS Undo FreeRTOS idleOtherCore changes (#1992) 2024-02-09 09:46:30 -08:00
Hash Add more ESP8266 WiFi compatibility wrappers (#1128) 2023-01-19 12:44:05 -08:00
HID_Bluetooth Avoid infinite loop in BLE HID send (#1834) 2023-11-21 11:53:41 -08:00
HID_Joystick@4eb3e28dc2 Use generic HID classes to minimize code duplic'n (#1254) 2023-03-03 11:12:09 -08:00
HID_Keyboard@c0f474695f Add HID consumer (aka media) keys for USB, BT (#1309) 2023-03-15 19:10:31 -07:00
HID_Mouse@8bd9d96bd9 Add absolute mouse support (#1342) 2023-03-30 16:09:04 -07:00
http-parser Add WebServer, WebServerSecure, HTTPUpdateServer, HTTPUpdateServerSecure (#791) 2022-08-23 15:51:32 -07:00
HTTPClient Support wired network interfaces (W5500, W5100, ENC28J60) (#1703) 2023-09-14 19:04:39 -07:00
HTTPUpdate Remove obsolete refs to ATOMIC_FS_UPDATE (#1597) 2023-07-14 14:58:21 -07:00
HTTPUpdateServer Minor tweak, NULL=>nullptr (#844) 2022-09-07 14:41:04 -07:00
I2S Allow MCLK multiplier to be set on all I2S devices (#1813) 2023-11-13 06:57:37 -08:00
Joystick Allow full 8K stack for both cores, optionally (#1750) 2023-10-07 07:38:32 -07:00
JoystickBLE Allow full 8K stack for both cores, optionally (#1750) 2023-10-07 07:38:32 -07:00
JoystickBT Allow full 8K stack for both cores, optionally (#1750) 2023-10-07 07:38:32 -07:00
Keyboard Ensure HID reports aren't dropped (#1685) 2023-08-31 08:40:38 -07:00
KeyboardBLE BLE HID composite device support (#1587) 2023-09-22 17:27:20 -07:00
KeyboardBT BLE HID composite device support (#1587) 2023-09-22 17:27:20 -07:00
LEAmDNS Replace std::bind in MDNSResponder for UDP context (#1875) 2023-12-03 08:34:35 -08:00
LittleFS Remove redundant variable set in LittleFS lib (#1737) 2023-09-28 17:56:18 -07:00
lwIP_CYW43 WiFi - prepare for alternative drivers (#1935) 2024-01-20 12:35:13 -08:00
lwIP_enc28j60 Add W5100, W5500, and ECN28J60 interrupt-driven mode (#1986) 2024-02-06 14:15:37 -08:00
lwIP_ESPHost Fix ESPHost WiFi connect without a specified BSSID (#2007) 2024-02-14 12:00:06 -08:00
lwIP_Ethernet Add W5100, W5500, and ECN28J60 interrupt-driven mode (#1986) 2024-02-06 14:15:37 -08:00
lwIP_w5100 Make W5100 example run on Wiznet w/no changes (#1994) 2024-02-09 14:06:28 -08:00
lwIP_w5500 Add W5100, W5500, and ECN28J60 interrupt-driven mode (#1986) 2024-02-06 14:15:37 -08:00
MD5Builder Add OTA.O to make p.io builds function (#755) 2022-08-12 06:09:29 -07:00
Mouse Ensure HID reports aren't dropped (#1685) 2023-08-31 08:40:38 -07:00
MouseAbsolute Add absolute mouse support (#1342) 2023-03-30 16:09:04 -07:00
MouseBLE BLE HID composite device support (#1587) 2023-09-22 17:27:20 -07:00
MouseBT BLE HID composite device support (#1587) 2023-09-22 17:27:20 -07:00
PDM Minor clean up includes (#1520) 2023-06-10 20:42:28 -07:00
PicoOTA Add USB drive mode to TinyUSB, SingleFileDisk (#1034) 2022-12-09 13:59:23 -08:00
PWMAudio PWMAudio low bitrate whine fix (DMA pacing timer) (#1996) 2024-02-10 09:17:37 -08:00
rp2040 Warn when Serial.printf() format is wrong (#1090) 2023-01-01 15:26:15 -08:00
SD Updated listfiles example and added CardInfo example (#1914) 2023-12-27 12:01:06 -08:00
SDFS Correct calculation of totalBlocks() in SD.h and SDFS.h (#1899) 2023-12-13 12:45:15 -08:00
SerialBT BT Serial connection docs for Mac (#1459) 2023-05-20 10:56:06 -07:00
Servo Minor header/directrory cleanup (#802) 2022-08-27 13:04:57 -07:00
SingleFileDrive Reduce stack usage of several components (#1093) 2023-01-02 11:40:51 -08:00
SPI Fix initial SPI startup (#1970) 2024-01-28 16:21:48 -08:00
SPISlave Add SPISlave class (#1717) 2023-09-17 15:23:03 -07:00
Updater Fix FS upload crash (#1598) 2023-07-17 15:17:31 -07:00
WebServer Replace ancient "boolean" with "bool" (#1908) 2023-12-20 13:46:07 -08:00
WiFi Clean up WIFI local variable MAC size (#2006) 2024-02-14 12:17:09 -08:00
Wire Only create SPI/Wire instances if variant defined (#1842) 2023-11-24 09:56:13 -08:00