File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,15 @@ as necessary to add any add'l fields or menus required. Used because the
3030` boards.txt ` file is very repetitive and it's safer to generate with code
3131than by hand.
3232
33+ ## makepacer.cpp
34+ Generates ``libraries/PWMAudio/src/PWMAudioPrecalc.h` which contains the
35+ precalculated DMA pacer settings for common audio sample rates and CPU
36+ frequencies. Makes setting the frequency for PWMAudio instantaneous.
37+
38+ ## makepio.py
39+ Rebuilds all the `` *.pio `` files in the core and libraries using the
40+ currently installed pioasm. Use when a new PIOASM is available.
41+
3342## makever.py
3443Updates the version info prior to a release in platform.txt, package.json,
3544and the version header. Run from root of the repo.
You can’t perform that action at this time.
0 commit comments