- 01 Dec, 2023 1 commit
-
-
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.
-
- 12 Oct, 2023 2 commits
-
-
Earle F. Philhower, III authored
-
Earle F. Philhower, III authored
BTStack requires a special logger registration to enable debugging. Add support through the IDE menus.
-
- 11 Oct, 2023 3 commits
-
-
Earle F. Philhower, III authored
With HW chip select enabled, transfer16's 2 individual byte transfers will actualy deassert CS for a brief instant between bytes. Avoid this by doing a single multi-byte (2) tranfer of 16b.
-
Earle F. Philhower, III authored
Avoid potential interaction with Pico SDK 1.5.1 update that causes hiccups in SPI transmissions. Fixes #1760
-
Earle F. Philhower, III authored
Avoid potential interaction with Pico SDK 1.5.1 update that causes hiccups in SPI transmissions. SPI.transfer16 to use 8-bit transfers. Fixes #1760
-
- 08 Oct, 2023 1 commit
-
-
Earle F. Philhower, III authored
Undo #1751
-
- 07 Oct, 2023 2 commits
-
-
palmerr23 authored
Added text about specific dependencies between analogWriteRange and analogWriteFreq
-
Earle F. Philhower, III authored
Fixes #1749 Defining a global true `bool core1_separate_stack = true` will separate the two cores' stacks, with core 0 using the scratch RAM while core 1 will use 8K from the heap.
-
- 06 Oct, 2023 1 commit
-
-
Earle F. Philhower, III authored
Fix #1753
-
- 05 Oct, 2023 1 commit
-
-
Earle F. Philhower, III authored
-
- 04 Oct, 2023 1 commit
-
-
Earle F. Philhower, III authored
Per https://github.com/bluekitchen/btstack/issues/529#issuecomment-1746293987 Don't run BTstackLib examples in CI
-
- 30 Sep, 2023 1 commit
-
-
Earle F. Philhower, III authored
-
- 29 Sep, 2023 2 commits
-
-
Earle F. Philhower, III authored
-
Earle F. Philhower, III authored
-