- 04 Jan, 2024 1 commit
-
-
Earle F. Philhower, III authored
-
- 03 Jan, 2024 2 commits
-
-
Earle F. Philhower, III authored
Fixes #1919 by using binaries from https://github.com/earlephilhower/pico-quick-toolchain/pull/37
-
Earle F. Philhower, III authored
The Arduino WiFi normalization ended up calling the underlying LWIP ::config after the AP was begin, resulting in a failure to set the IP configuration of the AP. Move the _wifi.begin() call to after the IP configuration is set. Fixes #1989
-
- 02 Jan, 2024 1 commit
-
-
Steve Bian authored
* Adds definition for WIRE_INTERFACES_COUNT so those libraries which rely on it can detect and use... Wire1. e.g. u8g2 will not use Wire1 unless this is (a) defined and (b) >1. This constant is defined on other cores, e.g. for SAMD based boards.
-
- 27 Dec, 2023 1 commit
-
-
Richard Teel authored
-
- 26 Dec, 2023 1 commit
-
-
Joseph Duchesne authored
-
- 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
-