arduino-pico/libraries
Earle F. Philhower, III c99614c1f5
Add AsyncUDP and simple NetBIOS name lookup server (#2234)
Thanks to @me-no-dev's code.  Lets Windows look up the PicoW by name
using NBNS and needs much less memory and code than mDNS.

AsyncUDP ported from the old ESP8266 version, only minimal changes.  Will
probably only be valid in IPv4 environments and may not match current
ESP32 AsyncUDP interfaces.
2024-06-17 17:46:53 -07:00
..
Adafruit_TinyUSB_Arduino@c953968c46 Upgrade to Adafruit TinyUSB 3.1.5 (#2206) 2024-06-05 22:36:30 -07:00
ADCInput Addition ABM checks in PWMAudio and ADCInput (#1530) 2023-06-12 15:20:52 -07:00
ArduinoOTA Clean up OTA example references to ESP8266 (#2200) 2024-06-05 11:40:37 -07:00
AsyncUDP@dd32bfa7d9 Add AsyncUDP and simple NetBIOS name lookup server (#2234) 2024-06-17 17:46:53 -07:00
AudioBufferManager Fix crash on audio end from IRQ, refactor A2DP (#2189) 2024-05-31 12:14:57 -07:00
BluetoothAudio Avoid malloc/free while in HCI callbacks (#2219) 2024-06-10 16:38:50 -07:00
BluetoothHCI Avoid malloc/free while in HCI callbacks (#2219) 2024-06-10 16:38:50 -07:00
BluetoothHIDMaster Avoid malloc/free while in HCI callbacks (#2219) 2024-06-10 16:38:50 -07:00
BTstackLib BTstack: remove superfluous call during setup. (#2137) 2024-04-30 10:23:35 -07:00
DNSServer Add Bluetooth audio out (A2DP) on the PicoW (#2174) 2024-05-26 14:30:40 -07:00
EEPROM Clear dirty flag after commiting EEPROM to flash (#1776) 2023-10-18 17:21:27 -07:00
ESP8266SdFat@c6b7f4a6fb Update SDFat to use array transfers (#2164) 2024-05-17 13:52:47 -07:00
FatFS Add FatFS and FatFSUSB - Wear-Leveled FTL based FAT filesystem for onboard flash (#2028) 2024-04-19 10:52:02 -07:00
FatFSUSB Add FatFS and FatFSUSB - Wear-Leveled FTL based FAT filesystem for onboard flash (#2028) 2024-04-19 10:52:02 -07:00
FreeRTOS Update StaticMulticore-FreeRTOS.ino (#2161) 2024-05-15 07:57:46 -07:00
Hash Add more ESP8266 WiFi compatibility wrappers (#1128) 2023-01-19 12:44:05 -08:00
HID_Bluetooth Add Bluetooth audio out (A2DP) on the PicoW (#2174) 2024-05-26 14:30:40 -07:00
HID_Joystick@063dbde1ae Update to latest Joystick upstream (#2138) 2024-04-30 12:46:28 -07: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 Add Cookies to HTTPClient (#2186) 2024-05-30 13:27:43 -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 Avoid swapping L/R channels on I2S input (#2124) 2024-04-25 11:22:07 -07: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 Add Bluetooth audio out (A2DP) on the PicoW (#2174) 2024-05-26 14:30:40 -07:00
LittleFS Move to LittleFS 2.9.3. (#2193) 2024-06-03 09:32:52 -07:00
lwIP_CYW43 Add Bluetooth audio out (A2DP) on the PicoW (#2174) 2024-05-26 14:30:40 -07:00
lwIP_enc28j60 Protect W5500/ENC28J60 isLinked() call from IRQ (#2115) 2024-04-19 13:59:11 -07:00
lwIP_ESPHost CI can use custom defines, add ESPHost/WINC tests (#2142) 2024-05-02 13:37:50 -07:00
lwIP_Ethernet Fix LWIP crash on unexpected ping packets (#2159) 2024-05-14 17:37:54 -07:00
lwIP_w5100 Add RawDev::interruptMode (#2042) 2024-03-06 11:58:37 -08:00
lwIP_w5500 Protect W5500/ENC28J60 isLinked() call from IRQ (#2115) 2024-04-19 13:59:11 -07:00
lwIP_WINC1500 CI can use custom defines, add ESPHost/WINC tests (#2142) 2024-05-02 13:37:50 -07: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
NetBIOS Add AsyncUDP and simple NetBIOS name lookup server (#2234) 2024-06-17 17:46:53 -07:00
PDM Add functions to set PDM pins, remove unused pwrPin (#2133) 2024-04-29 09:32:22 -07:00
PicoOTA Add USB drive mode to TinyUSB, SingleFileDisk (#1034) 2022-12-09 13:59:23 -08:00
PWMAudio Fix PWMAudio::write(buffer, len) (#2202) 2024-06-05 13:08:08 -07:00
rp2040 Warn when Serial.printf() format is wrong (#1090) 2023-01-01 15:26:15 -08:00
SD Fix crash on SD.end() without initial SD.begin() (#2222) 2024-06-11 13:40:27 -07:00
SDFS Correct calculation of totalBlocks() in SD.h and SDFS.h (#1899) 2023-12-13 12:45:15 -08:00
SerialBT Allow setting SerialBT advertised name (#2181) 2024-05-30 11:40:40 -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 Add asynchronous SPI transactions (#2168) 2024-05-21 14:08:36 -07:00
SPISlave Update SPISlave.cpp (#2021) 2024-02-23 09:46:42 -08:00
Updater Fix FS upload crash (#1598) 2023-07-17 15:17:31 -07:00
WebServer Webserver: Add support for filters and removable routes (#2225) 2024-06-13 15:32:17 -07:00
WiFi Add lwIP_WINC1500 - new WiFi driver for ATWINC1500 (#2140) 2024-05-02 12:13:21 -07:00
Wire Add asynchronous I2C read and write operations (#2167) 2024-05-21 14:32:12 -07:00