- 03 Aug, 2023 2 commits
-
-
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 3 commits
-
-
Paint Your Dragon authored
-
hreintke authored
Serve next wificlient (http_request) if current client does not have data
-
Earle F. Philhower, III authored
-
- 13 Jun, 2023 1 commit
-
-
Earle F. Philhower, III authored
* Enable proper reuse of PIO programs Rewrite the PIOProgram helper class to properly re-use loaded programs and to try to re-use loaded instructions before allocating a new PIO program. Supersedes #1524 * Less copy-pasta
-
- 12 Jun, 2023 3 commits
-
-
Earle F. Philhower, III authored
Handle the case where the DMA manager is unable to completely allocate needed resources (DMA channels or memory) and return `false` in ::begin()
-
- 11 Jun, 2023 1 commit
-
-
Earle F. Philhower, III authored
-
- 10 Jun, 2023 1 commit
-
-
Linar Yusupov authored
-
- 09 Jun, 2023 1 commit
-
-
Earle F. Philhower, III authored
-
- 08 Jun, 2023 3 commits
-
-
Earle F. Philhower, III authored
-
madias123 authored
-
Earle F. Philhower, III authored
-
- 07 Jun, 2023 3 commits
-
-
hreintke authored
-
Earle F. Philhower, III authored
-
Earle F. Philhower, III authored
Fixes #1509
-
- 05 Jun, 2023 2 commits
-
-
LinusHeu authored
-
Earle F. Philhower, III authored
-