- 02 Feb, 2024 2 commits
-
-
Earle F. Philhower, III authored
-
Earle F. Philhower, III authored
Fixes #1973 The periodic LWIP pump/Ethernet packet reader async_context stopped firing occasionally under high packet loads, causing the LWIP stack to become unresponsive to any incoming data. Re-implement the 2-step process for polling (like the CYW43 driver from the RPI folks does) and undoes #1864 change.
-
- 01 Feb, 2024 2 commits
-
-
Earle F. Philhower, III authored
-
Earle F. Philhower, III authored
All binaries should now be native on Apple silicon.
-
- 31 Jan, 2024 2 commits
-
-
Earle F. Philhower, III authored
-
Earle F. Philhower, III authored
-
- 30 Jan, 2024 2 commits
-
-
Earle F. Philhower, III authored
* Add native Apple ARM silicon M1/M2/M3 support * Identify Mac ARM in download get.py script Thanks to the ESP32 `get.py` sources! * Rebuild M1 w/o using strip
-
Juraj Andrássy authored
-
- 29 Jan, 2024 1 commit
-
-
Earle F. Philhower, III authored
Clocks were not being set at all after #1934. Ensure they are by initting to an impossible 0hz clock on creation and ::end Fixes #1969
-
- 28 Jan, 2024 2 commits
-
-
Nerradia authored
-
Juraj Andrássy authored
-
- 22 Jan, 2024 1 commit
-
-
Pontus Oldberg authored
-
- 20 Jan, 2024 3 commits
-
-
Earle F. Philhower, III authored
-
Earle F. Philhower, III authored
-
Juraj Andrássy authored
-
- 12 Jan, 2024 1 commit
-
-
Pontus Oldberg authored
-
- 10 Jan, 2024 1 commit
-
-
Arnoz authored
Adding Dude's Cab board (rp2040 based board for virtual pinball use)
-
- 05 Jan, 2024 1 commit
-
-
noqman authored
-
- 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 1 commit
-
-
GUVWAF authored
-