- 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
-
- 01 Nov, 2023 1 commit
-
-
Krzysztof Heim authored
, instead of .
-
- 28 Oct, 2023 1 commit
-
-
Andrew DeLisa authored
* add sea-picro board * add configurable board URL to makeboards.py * update board URL for sea picro * update note about QT port * update pin mappings * fix board vendor/name
-
- 24 Oct, 2023 1 commit
-
-
rlcamp authored
* add Serial.dtr() and Serial.rts() methods * added documentation for Serial.dtr() and Serial.rts()
-
- 22 Oct, 2023 1 commit
-
-
Johnny Stene authored
-
- 20 Oct, 2023 1 commit
-
-
rlcamp authored
Use __attribute((weak)) for _write() and other stubs called by newlib, so that sketch and library code can provide non-stub implementations (#1777)
-
- 19 Oct, 2023 1 commit
-
-
Cole Deck authored
* Clear dirty flag after commiting EEPROM to flash * Styling: remove whitespace
-
- 17 Oct, 2023 1 commit
-
-
Earle F. Philhower, III authored
Fixes #1769 Add a weak variable that can be overridden by the user to speed up or slow down the USB HID polling speed.
-