Skip to content

Commit 8ea503c

Browse files
authored
Update README.md
1 parent 0d1b740 commit 8ea503c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)