Corvus
Corvus
Initially, the `RPDelay` member of the `FMC_SDRAM_TimingTypeDef` struct in the SDRAM's `PeriphInit` method was set to 0, which resulted in an underflow that wrapped to 15 due to a subtraction...
The libDaisy capitalization is inconsistent across the tools in DaisyExamples. The submodule is set to always clone into `libdaisy`, and some of the `helper.py` commands create lower case libDaisy references....
During the copy operation of `helper.py`, the source code can be opened and modified by the `rewrite_replace` function. This is not ideal of the project name is, say, `QSPI`, and...
This provides a probable solution for occasional missed samples on dual PCM3060 boards.
Types such as `context::online::AudioContext`, `GainNode`, and likely others do not implement `std::fmt::Debug`. This makes implementing `Debug` for wrapping types cumbersome, and prevents the use of `expect` (among other things) involving...
As in `shutil.copytree(os.path.join(output, 'daisy'), output, dirs_exist_ok=True)`. This breaks on version `3.7.3`.
On the gui_installer branch, I've run into issues attempting to create a program with "Size" selected for RAM with the STM32 bootloader. For now I've just disabled that option.
This pull request adds support for the Petal 125B SM in addition to small QOL improvements. The testing for this PR consisted of the `petal_125b_sm_test.pd` file. Tested components include: *...
 For some reason, the above configuration on the Daisy Field results in unreliable behavior from the LED. From my testing, the button bang itself is actually perfectly reliable, but...
[User ArguZ on the Daisy forum has run into an issue with the Petal and Versio targets.](https://forum.electro-smith.com/t/oopsy-update-prerelease-want-to-try-the-new-features-early/3456/13)