Commit graph

19 commits

Author SHA1 Message Date
Limor "Ladyada" Fried
b797c40f2f
Merge branch 'master' into master 2019-09-24 17:14:45 -04:00
Jan Hoffmann
4d113f56a7 skips for unsuported arch 2019-08-07 17:36:55 +02:00
Richard Teel
09f62caff9 - Fixed issues with Teensy support - The code NVIC_DisableIRQ(MP3_IRQn); applies only to the feather and metro m4 but was applied to all boards which resulted in MP3\_IRQn being undefined. (Adafruit\_MP3.cpp)
- Added support for Teensy 3.5 - Added `defined(__MK64FX512__)` wherever `defined(__MK66FX1M0__)` was found
- Added/modified comments on compiler directives for Teensy boards
- Included test.mp3 sample file (58.3 KB)
- Fix applied to library and the "play_from_SD.ino" example only. *(Other examples may have the same errors so use the above notes to fix other examples if needed.)*

This release was tested with the Teensy 3.5 only. It is expected that it will work with all other supported boards. *(At least as supported as the previous version.)*
2018-10-06 13:12:45 -04:00
Adam Wolf
a27db356bc
Add missing VOLUME_MAX 2018-07-28 15:47:48 -05:00
dean
ad5b02357d DM: update fancy player header 2018-07-24 15:49:17 -04:00
dean
df720f28ec DM: add fancy example 2018-07-24 15:47:33 -04:00
dean
0fc3946d8e DM: make DMA play from SD auto-detect mono or stereo 2018-07-24 14:50:57 -04:00
dean
be8712536a DM: fix some things and working DMA play from SD example 2018-07-24 13:02:03 -04:00
dean
33635bc731 DM: add DMA 2018-07-23 18:16:21 -04:00
dean
6c2d63ffac fix bugs 2018-04-17 15:06:42 -04:00
dean
f236eb5c80 DM: added teensy 3.2 support 2017-11-14 12:51:42 -05:00
dean
8e13b279a4 DM: add adjustable volume control to sd example 2017-11-09 15:15:16 -05:00
dean
b65daf6742 DM: fix play from header example for teensy as well 2017-11-06 16:51:27 -05:00
dean
e7f46ada2c DM: ported to teensy 3.6, squish warnings 2017-11-06 16:39:43 -05:00
ladyada
80727f1df8 update name and fix up examples a tad 2017-11-03 20:39:25 -04:00
dean
a4442c0323 DM: working w/ current core, 12 bit dac 2017-11-03 11:46:34 -04:00
dean
f84c1be4f8 DM: added play from SD example 2017-10-30 18:06:55 -04:00
dean
66c9dc05e6 DM: working now 2017-10-30 15:28:24 -04:00
dean
7b353850b4 first commit 2017-10-27 17:34:32 -04:00