github earlephilhower/arduino-pico 3.9.3
Release 3.9.3

13 days ago

Overview

Multiple new boards were added, alongside several Bluetooth updates (BLE support for the HID Master so you can use BLE mice for input to the PicoW; BT Classic and BLE Joystick input support, and documentation) and some WiFi updates for Windows name resolution and more powerful Webserver abstractions. TinyUSB moved to the latest release as well.

New Boards

  • Add Adafruit Adalogger Feather (#2229)
  • Add METE HOCA Akana R1 (#2230)
  • Added Raspberry Breadstick (#2205)
  • Add GroundStudio Marble Pico board (#2203)

WiFi

  • Add AsyncUDP and simple NetBIOS name lookup server (#2234)
  • Webserver: Add support for filters and removable routes (#2225)

SD card access

  • Fix crash on SD.end() without initial SD.begin() (#2222)

Bluetooth Audio and HID

  • Avoid malloc/free while in HCI callbacks (#2219)
  • For consistency, BTHID Joypad->Joystick (#2218)
  • Add basic A2DP BluetoothAudio documentation (#2217)
  • Add BluetoothHIDMaster documentation (#2216)
  • Add joypad HID master support (#2214)
  • Add BLE support to BluetoothHIDMaster (#2208)
  • Use block writes for BT audio consumers (#2204)

Audio

  • Fix PWMAudio::write(buffer, len) (#2202)

Miscellaneous

  • Remove leftover LWIP debug/redefines (#2213)
  • Upgrade to Adafruit TinyUSB 3.1.5 (#2206)

Don't miss a new arduino-pico release

NewReleases is sending notifications on new releases.