File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -47,8 +47,8 @@ Play 16-bit PCM RAW or WAV audio samples at variable playback rates on Teensy
4747<details >
4848 <summary >build for teensy with cmake and gcc-arm-none-eabi</summary >
4949* required software
50- ``` cmake `` ` [ gcc-arm-none-eabi] ( https://developer.arm.com/-/media/Files/downloads/gnu-rm/9-2019q4/RC2.1 )
51- * remember to update ``` COMPILERPATH ``` in ``` cmake\toolchains\teensy41.cmake ``` to ``` gcc-arm-none-eabi\bin `` ` folder
50+ ` cmake ` [ gcc-arm-none-eabi] ( https://developer.arm.com/-/media/Files/downloads/gnu-rm/9-2019q4/RC2.1 )
51+ * remember to update ` COMPILERPATH ` in ` cmake\toolchains\teensy41.cmake ` to ` gcc-arm-none-eabi\bin ` folder
5252
5353<details >
5454 <summary >dependencies (click to expand image) </summary >
@@ -230,8 +230,10 @@ void loop() {
230230</details>
231231
232232## updates
233+
233234<details>
234235 <summary>updates</summary>
236+
235237* 2025-02-20: build for teensy/linux without needing to install dependencies, using CMake FetchContent to pull project-relative dependencies
236238* 2025-02-02: v1.1.0
237239 * wide-ranging changes to allow more robust playback of multiple files
You can’t perform that action at this time.
0 commit comments