TheSlowGrowth

Results 25 issues of TheSlowGrowth

Occasionally, I get failed pipeline runs with this message: ``` Run fiam/arm-none-eabi-gcc@v1 (node:1671) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or...

**Please ensure that your pull request fulfills these requirements:** - [x] The pull request is being made against the `master` branch - [x] Tests for the changes have been added...

It would be great to have a platform-independent way for assertions (e.g. `bkpt 255` on ARM, `assert()`, etc.). 1. Create `Source/platform.h` 2. Add macro `D_SP_ASSERTFALSE` that triggers an assertion. The...

It would be neat to include a version.h file that contains a version number so that Daisy projects could use preprocessor statements to check if a matching version of DaisySP...

feature

**Use case:** A JUCE Module contains precompiled static libraries. It is included in a JUCE project that gets built on different IDE / compiler versions from the same source code....

enhancement

This is a proposal to add an .editorconfig file that can automatically configure code editors to use the recommended settings for this repository. - Add .editorconfig file - Add editorconfig...

There was a compiler error in `Max11300Driver::WriteAnalogPinVolts()`. This PR fixes that error and modifies the unit tests to use that function at least once so that an error like this...

Is this all that's needed to add support for 44.1kHz? It seems too simple, so I guess I'm missing something. 44.1kHz makes sense when sample playback from *.wav files is...

Problem: When configuring a MAX11300 PIXI pin as a digital input, and then sending negative voltages to that pin, all ADC readings turn into garbage. Solution: Inside of the MAX11300,...

I took a look at the current file system support in libDaisy, and I'd like to suggest an improved API. Before I get to work writing the code, I wanted...

rfc