- 25 Dec, 2023 1 commit
-
-
Ha Thach authored
* add a new usbstack menu to use native usb as host * update tinyusb library to 2.3.0 * skip Host native example in ci
-
- 20 Dec, 2023 2 commits
-
-
Earle F. Philhower, III authored
-
Earle F. Philhower, III authored
-
- 13 Dec, 2023 1 commit
-
-
erpebe authored
-
- 11 Dec, 2023 1 commit
-
-
Earle F. Philhower, III authored
-
- 10 Dec, 2023 1 commit
-
-
Earle F. Philhower, III authored
-
- 08 Dec, 2023 1 commit
-
-
Dominic Pearman authored
-
- 06 Dec, 2023 3 commits
-
-
Earle F. Philhower, III authored
-
Earle F. Philhower, III authored
Avoid issues with interrupts and priority inversions and other deadlocks and use a SW based random generator for LWIP when under FreeRTOS. This means removing any overrides for sleep_until and the two get_rand_xx calls from the SDK, making things much saner. Related to #1883, #1872, and other random FreeRTOS lockups.
-
Dominic Pearman authored
* Corrected minor typo. * Removed superfluous newline. --------- Co-authored-by: Dominic Pearman <dominic@phymorous.de>
-
- 05 Dec, 2023 2 commits
-
-
GUVWAF authored
-
Earle F. Philhower, III authored
Fixes #1879 Fixes #1874
-
- 04 Dec, 2023 2 commits
-
-
Earle F. Philhower, III authored
-
Earle F. Philhower, III authored
See #1875
-
- 03 Dec, 2023 1 commit
-
-
GUVWAF authored
-
- 02 Dec, 2023 2 commits
-
-
GUVWAF authored
-
Juraj Andrássy authored
-
- 01 Dec, 2023 5 commits
-
-
Taylor Alexander aka Sequoia authored
Change "RP20400" to "RP2040"
-
Earle F. Philhower, III authored
-
Juraj Andrássy authored
-
Earle F. Philhower, III authored
Remove the always pending worker whose job it was to fire another async worker after a timeout.
-
Juraj Andrássy authored
-
- 30 Nov, 2023 2 commits
-
-
Juraj Andrássy authored
to have standard version with two parameters
-
Juraj Andrássy authored
-
- 29 Nov, 2023 1 commit
-
-
Juraj Andrássy authored
and dnsIP(n) getter in WiFiClass too
-
- 27 Nov, 2023 1 commit
-
-
Richard Teel authored
Fixes #1846
-
- 24 Nov, 2023 2 commits
-
-
Earle F. Philhower, III authored
Fixes #1841
-
noqman authored
-
- 22 Nov, 2023 1 commit
-
-
Earle F. Philhower, III authored
-
- 21 Nov, 2023 2 commits
-
-
Earle F. Philhower, III authored
Fixes #1835
-
Earle F. Philhower, III authored
If the BLE connection is severed, don't wait for the needToSend flag to clear in the HID::send routine since it may never actually clear unless the BLE connection is restored. Partial #1817
-
- 20 Nov, 2023 1 commit
-
-
Abdullah "Hayri" Kırmızıyüz authored
-
- 16 Nov, 2023 1 commit
-
-
Marco Scholl authored
Fixes #1814
-
- 14 Nov, 2023 1 commit
-
-
Earle F. Philhower, III authored
std::bind can cause a memory allocation to occur during the periodic polling interrupt which is a very bad thing. Use a lambda instead. Fixes #1812
-
- 13 Nov, 2023 1 commit
-
-
David Ross Smith authored
As discussed in #1765.
-
- 12 Nov, 2023 1 commit
-
-
Earle F. Philhower, III authored
Fixes #1786
-
- 10 Nov, 2023 1 commit
-
-
ZinnerC authored
-
- 05 Nov, 2023 3 commits
-
-
Andriy Golovnya authored
* Aggregated several earlier patches in one to add RP2040-Eins board into the project. - Moved RP2040-ProMini in alphabetical order position. - Added board description files for RP2040-Eins. - Added board header file for RP2040-Eins. - Adjusted unused pins order of RP2040-ProMini to be the same as in RP2040-Eins. - Added RP2040-Eins to README.md. - Renamed board files to use underscores to better fit the existing file naming style. * Updated README.md
-
James Sleeman authored
-
Nico Maas authored
-