- 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 3 commits
-
-
LinusHeu authored
-
Earle F. Philhower, III authored
-
Earle F. Philhower, III authored
The ABM had an off-by-one error in the DMA buffer swapover. Instead of setting the DMA address to the newly added buffer in active[], it set it to the buffer that was currently running. This would effectively disable the ping-pong and cause clicks/lost data. Fixes #1491
-
- 04 Jun, 2023 5 commits
-
-
Earle F. Philhower, III authored
Per the Arduino documentation, I2s::available should return bytes free, not samples. Adjust accordingly.
-
Earle F. Philhower, III authored
See #1491. Thanks @LinusHeu
-
Earle F. Philhower, III authored
Return the actual number of samples that can be read/written, not the number of 32-bit values there is space for.
-
Earle F. Philhower, III authored
The serial port reset logic was calling `sleep_ms()` which ended up doing a task switch...while the other core was frozen and everything was supposed to be locked. Use `busy_wait_ms()` which is a tight loop to delay in the reset portion. Fixes #1486
-
hreintke authored
Since FreeRTOS has real tasks and mutexes with support for priority bumping, actually always try and take a `CoreMutex` instead of seeing if someone else already has it and aborting immediately. This fix helps ensure things like Serial output in a multi-task system won't get lost.
-