- 30 Aug, 2023 2 commits
-
-
Earle F. Philhower, III authored
-
Earle F. Philhower, III authored
Fixes #1066 Implements a simple TDM mode for the I2S output object.
-
- 27 Aug, 2023 3 commits
-
-
João Vieira authored
Fixes #1676
-
Andriy Golovnya authored
-
Earle F. Philhower, III authored
-
- 25 Aug, 2023 2 commits
-
-
Earle F. Philhower, III authored
Fixes #1604. Supports 2MB and 8MB revs
-
Earle F. Philhower, III authored
Major toolchain update including: * GCC 12.3 * GDB 12 * OpenOCD 0.12 * Picotool 1.1.2 * Fix MDNS infinite recursion * Remove legacy Picoprobe Fixes #1313 Fixes #1650
-
- 22 Aug, 2023 1 commit
-
-
LinusHeu authored
Fixes #1656
-
- 21 Aug, 2023 1 commit
-
-
Earle F. Philhower, III authored
Setting a pin to the current value is a no-op, not fatal. Fixes #1652
-
- 20 Aug, 2023 1 commit
-
-
Jimmy Hedman authored
-
- 17 Aug, 2023 1 commit
-
-
Matt authored
fixed typo in license.rst
-
- 10 Aug, 2023 1 commit
-
-
LinusHeu authored
-
- 05 Aug, 2023 1 commit
-
-
Earle F. Philhower, III authored
-
- 04 Aug, 2023 3 commits
-
-
Rastloser authored
Fixes #1619 Requiring the auto-discovery tool and serial monitor if they have not already been included by other boards (namely if AVR cores have been uninstalled in the IDE).
-
Kattni authored
-
Dryw Wade authored
If another packet comes in between freeing `_rx_buf` and setting `_rx_buf` to 0, that new packet could get put into the same memory address and get concatenated to itself, which leads to an infinite loop. New solution assigns a temp pointer, sets `rx_buf` to 0, then frees the memory, which guarantees `_rx_buf` always points to valid data.
-
- 03 Aug, 2023 3 commits
-
-
Earle F. Philhower, III authored
-
Earle F. Philhower, III authored
-
marklinmax authored
Fixes #1620
-
- 02 Aug, 2023 1 commit
-
-
Patrick Van Oosterwijck authored
Board documentation can be found here: https://silicognition.com/Products/rp2040-shim/Signed-off-by: Patrick Van Oosterwijck <patrick@silicognition.com>
-
- 29 Jul, 2023 1 commit
-
-
Maximilian Gerhardt authored
The `_idedata` has been changed to `__idedata` in newer PlatformIO core versions per https://github.com/platformio/platformio-core/commit/158aabbdf23ed1ff8f5e3f01fb4ef1723a78d3bb. This change has broken the logic to expand out the `-iprefix PATH @INCLUDEFILE` argument into its individual include paths, causing Intellisense breakages on some VSCode systems and other IDEs that didn't handle these arguments correctly or in which the path was corrupted.
-
- 28 Jul, 2023 1 commit
-
-
Earle F. Philhower, III authored
-
- 26 Jul, 2023 1 commit
-
-
Earle F. Philhower, III authored
When we swap the Wire objects, we need the i2c0 IRQ shim to call Wire1.onIRQ, not the usual Wire.onIRQ. Same for i2c1 IRQ shim. Fixes #1607
-
- 17 Jul, 2023 1 commit
-
-
Earle F. Philhower, III authored
Thanks to @pietglas for finding and fixing. See #1590 for more info.
-
- 14 Jul, 2023 3 commits
-
-
Earle F. Philhower, III authored
See #1590
-
Pontus Oldberg authored
-
Jack Burgess authored
Spelling mistakes and grammatical corrections
-
- 12 Jul, 2023 1 commit
-
-
LinusHeu authored
-
- 07 Jul, 2023 2 commits
-
-
Earle F. Philhower, III authored
-
palmerr23 authored
Fixes #1065
-
- 02 Jul, 2023 1 commit
-
-
Earle F. Philhower, III authored
See #1161
-
- 28 Jun, 2023 1 commit
-
-
Max authored
-
- 27 Jun, 2023 1 commit
-
-
Ha Thach authored
The PicoProbe firmware has only supported CMSIS-DAP for some time, make it the default debugging option to work around IDE 2.0 issues.
-
- 23 Jun, 2023 1 commit
-
-
Earle F. Philhower, III authored
Fixes #1552 Ensure that 64 bit multiplication is done when calculating the total size available and used for SDFS.
-
- 22 Jun, 2023 1 commit
-
-
Tristan Rowley authored
-
- 20 Jun, 2023 1 commit
-
-
Mohammed Chamma authored
-
- 19 Jun, 2023 1 commit
-
-
LinusHeu authored
-
- 18 Jun, 2023 1 commit
-
-
Earle F. Philhower, III authored
-
- 16 Jun, 2023 1 commit
-
-
Earle F. Philhower, III authored
This should reduce the `git submodule update` space required as well as avoid the max-path-len errors under Windows in most cases.
-
- 15 Jun, 2023 1 commit
-
-
Paint Your Dragon authored
-