- 10 Apr, 2023 1 commit
-
-
Paint Your Dragon authored
Change “N” to “M” and add “HOST” in the USB pins. Only two pins are actually affected; diff appears large to maintain the pleasant aligned-columns format.
-
- 07 Apr, 2023 1 commit
-
-
Earle F. Philhower, III authored
Fixes #1356 Mac and Windows have case-insensitive filesystems, so the will find the internal (all-lowercase) "btstack.h" and not the library's "BTstack.h", causing compilation errors. Rename the library and header to avoid the issue.
-
- 05 Apr, 2023 1 commit
-
-
Earle F. Philhower, III authored
-
- 04 Apr, 2023 2 commits
-
-
Earle F. Philhower, III authored
Fixes #1344
-
Maximilian Gerhardt authored
-
- 03 Apr, 2023 1 commit
-
-
Pontus Oldberg authored
-
- 30 Mar, 2023 2 commits
-
-
Earle F. Philhower, III authored
Fixes #1338 To be revisited when TinyUSB native support is added and picked up in the SDK
-
Earle F. Philhower, III authored
-
- 29 Mar, 2023 1 commit
-
-
Paint Your Dragon authored
-
- 28 Mar, 2023 1 commit
-
-
Paint Your Dragon authored
-
- 21 Mar, 2023 1 commit
-
-
Earle F. Philhower, III authored
-
- 20 Mar, 2023 1 commit
-
-
Earle F. Philhower, III authored
-
- 19 Mar, 2023 1 commit
-
-
Mark Hildreth authored
-
- 16 Mar, 2023 2 commits
-
-
Earle F. Philhower, III authored
See #1311 for more info. __isFreeRTOS is C++ linkage and only used in the core proper (all C++).
-
Earle F. Philhower, III authored
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
-
- 15 Mar, 2023 2 commits
-
-
Earle F. Philhower, III authored
Allow users of boards like the Pico-Audiom where the LRCLK comes before the BCLK pin, to swap the BCLK/LRCLK of the I2S interface. Fixes #1287
-
Earle F. Philhower, III authored
The BTstack driver includes a basic Arduino library as part of the ports directory.
-
- 14 Mar, 2023 2 commits
-
-
Earle F. Philhower, III authored
Fixes #1285 (or at least works well enough for now)
-
Limor "Ladyada" Fried authored
* make the main SPI SPI (even tho its on SPI1) * fix Wire to default pins
-
- 11 Mar, 2023 1 commit
-
-
Earle F. Philhower, III authored
Thanks to @e-tinkers for the initial PR!
-
- 10 Mar, 2023 3 commits
-
-
Earle F. Philhower, III authored
-
Earle F. Philhower, III authored
-
Philipp Molitor authored
-
- 09 Mar, 2023 2 commits
-
-
Earle F. Philhower, III authored
SDK 1.5 changed the behavior of the underlying CYW43 blob, and it seems to block MDNS multicast by default. Manually add back the Ethernet MACs used for MDNS multicast in IPV4 and IPV6. Fixes #1267
-
nanoparticle authored
-
- 08 Mar, 2023 1 commit
-
-
Earle F. Philhower, III authored
It seems possible now for TCP connection _pcbs to disappear while being processed, due to the new async context configuration. This would cause LWIP to panic when a NULL pcb was passed in. Check for and avoid passing in null PCBs in the ClientContext. Undo special-casing of sys_check_timeouts wrapper AdvancedWebServer with heavy F5-refresh and #1274 test both pass. Fixes #1274
-
- 05 Mar, 2023 4 commits
-
-
whimsee authored
-
Tim Boldt authored
Co-authored-by: timboldt <tim.boldt@gmail.com>
-
Earle F. Philhower, III authored
-
Sanjay Govind authored
-
- 04 Mar, 2023 2 commits
-
-
Earle F. Philhower, III authored
BLE seems to require some kind of characteristic callback that is not yeet implemented here. USB and BT tested and examples updated.
-
Earle F. Philhower, III authored
-
- 03 Mar, 2023 2 commits
-
-
Earle F. Philhower, III authored
Move the Joystick, Keyboard, and Mouse into a base class which handles the operation/input, and a subclass which will implement the reporting as a HID device via USB, Bluetooth Classic, or Bluetooth Low Energy (BLE). Reduce copies of library code and makes maintainability much better.
-
Rei Vilo authored
-
- 02 Mar, 2023 6 commits
-
-
Earle F. Philhower, III authored
-
Paint Your Dragon authored
Includes option for QSPI/4 flash access on specific Adafruit boards for use when overclocking.
-
Earle F. Philhower, III authored
-
Earle F. Philhower, III authored
-
Earle F. Philhower, III authored
-
Earle F. Philhower, III authored
-