arduino-pico/libraries
Earle F. Philhower, III 1dfd9ebac7
Add HID consumer (aka media) keys for USB, BT (#1309)
Allow sending thigns like KEY_MUTE or KEY_SCAN_NEXT from the USB and
Bluetooth Classic keyboard libraries.

BLE requires some add'l magic, not yet discovered.

Pull in latest upstream Keyboard library changes
2023-03-15 19:10:31 -07:00
..
Adafruit_TinyUSB_Arduino@e1e922d2ca Update to Adafruyit TinyUSB 1.17 (#1071) 2022-12-28 09:05:20 -08:00
ADCInput DMA-based ADC input (microphone, analog sensor) (#1101) 2023-01-05 16:00:34 -08:00
ArduinoOTA Async scan + bugfixes (#947) 2022-10-31 17:01:10 -07:00
AudioBufferManager Avoid race condition in I2S/PWMAudio delete (#1163) 2023-02-09 13:29:45 -08:00
BTstack Add (unsupported) BTstack Arduino library (#1305) 2023-03-15 13:02:24 -07:00
DNSServer Minor tweak, NULL=>nullptr (#844) 2022-09-07 14:41:04 -07:00
EEPROM Fix memcpy to unallocated memory in EEPROM.cpp (#1000) 2022-11-24 10:25:48 -08:00
ESP8266SdFat@255180be14 Add bidirectional bulk SPI transfer, update SdFAT (#819) 2022-08-31 07:42:34 -07:00
FreeRTOS Warn when Serial.printf() format is wrong (#1090) 2023-01-01 15:26:15 -08:00
Hash Add more ESP8266 WiFi compatibility wrappers (#1128) 2023-01-19 12:44:05 -08:00
HID_Bluetooth Use generic HID classes to minimize code duplic'n (#1254) 2023-03-03 11:12:09 -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@2aa06d1615 Use generic HID classes to minimize code duplic'n (#1254) 2023-03-03 11:12:09 -08:00
http-parser Add WebServer, WebServerSecure, HTTPUpdateServer, HTTPUpdateServerSecure (#791) 2022-08-23 15:51:32 -07:00
HTTPClient Minor tweak, NULL=>nullptr (#844) 2022-09-07 14:41:04 -07:00
HTTPUpdate Add WebServer, WebServerSecure, HTTPUpdateServer, HTTPUpdateServerSecure (#791) 2022-08-23 15:51:32 -07:00
HTTPUpdateServer Minor tweak, NULL=>nullptr (#844) 2022-09-07 14:41:04 -07:00
I2S Add I2S::swapClocks() for boards w/reversed pins (#1298) 2023-03-15 15:23:56 -07:00
Joystick Use generic HID classes to minimize code duplic'n (#1254) 2023-03-03 11:12:09 -08:00
JoystickBLE Allow setting names for BT/BLE HID devices (#1260) 2023-03-04 12:38:34 -08:00
JoystickBT Allow setting names for BT/BLE HID devices (#1260) 2023-03-04 12:38:34 -08:00
Keyboard Add HID consumer (aka media) keys for USB, BT (#1309) 2023-03-15 19:10:31 -07:00
KeyboardBLE Add HID consumer (aka media) keys for USB, BT (#1309) 2023-03-15 19:10:31 -07:00
KeyboardBT Add HID consumer (aka media) keys for USB, BT (#1309) 2023-03-15 19:10:31 -07:00
LEAmDNS Rewrite PicoW LWIP interface for stability (#916) 2022-10-15 12:00:35 -07:00
LittleFS Update to LittleFS 2.5.1 (only minor updates) (#1099) 2023-01-03 18:51:28 -08:00
lwIP_CYW43 Manually add MDNS multicast Ethernet MACs to CYW43 (#1290) 2023-03-09 14:15:14 -08:00
lwIP_Ethernet Rewrite PicoW LWIP interface for stability (#916) 2022-10-15 12:00:35 -07:00
MD5Builder Add OTA.O to make p.io builds function (#755) 2022-08-12 06:09:29 -07:00
Mouse Use generic HID classes to minimize code duplic'n (#1254) 2023-03-03 11:12:09 -08:00
MouseBLE Allow setting names for BT/BLE HID devices (#1260) 2023-03-04 12:38:34 -08:00
MouseBT Allow setting names for BT/BLE HID devices (#1260) 2023-03-04 12:38:34 -08:00
PDM PDM library re-port (#1160) 2023-02-07 08:10:24 -08:00
PicoOTA Add USB drive mode to TinyUSB, SingleFileDisk (#1034) 2022-12-09 13:59:23 -08:00
PWMAudio Update PlayStereo.ino (#1210) 2023-02-20 09:58:14 -08:00
rp2040 Warn when Serial.printf() format is wrong (#1090) 2023-01-01 15:26:15 -08:00
SD Fix SD.H FILE_WRITE mapping (#1178) 2023-02-12 17:46:50 -08:00
SDFS Minor header/directrory cleanup (#802) 2022-08-27 13:04:57 -07:00
SerialBT Update to SDK 1.5, add alpha-level BT support, use Pico-SDK CYW43 infrastructure (#1167) 2023-02-27 20:09:02 -08: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 Remove extra SPI byte flip (#1202) 2023-02-17 12:42:31 -08:00
Updater Remove debug printout warnings (#1091) 2023-01-02 10:51:04 -08:00
WebServer Add more ESP8266 WiFi compatibility wrappers (#1128) 2023-01-19 12:44:05 -08:00
WiFi Adjust LWIP intf to avoid hangs/crashes under load (#1286) 2023-03-08 11:48:23 -08:00
Wire Handle slave mode I2C restarts (#1104) 2023-01-06 12:23:53 -08:00