circuitpython/ports/atmel-samd/common-hal
Jeff Epler 6b44e40ee8 audiocore: Factor from audioio
When nrf pwm audio is introduced, it will be called `audiopwmio`.  To
enable code sharing with the existing (dac-based) `audioio`, factor
the sample and mixer types to `audiocore`.

INCOMPATIBLE CHANGE: Now, `Mixer`, `RawSample` and `WaveFile` must
be imported from `audiocore`, not `audioio`.
2019-07-25 06:44:26 -05:00
..
analogio Fix #ifdefs in port.c to call xxx_reset() rroutines properly. Remove most uses of EXPRESS_BOARD. 2019-02-18 22:44:31 -05:00
audiobusio audiocore: Factor from audioio 2019-07-25 06:44:26 -05:00
audioio handle 'set_timer_handler' on this side, vs samd-periphs. 2019-02-19 20:18:21 -06:00
board Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge 2017-10-24 22:31:16 -07:00
busio Add support for grayscale displays that are < 8 bit depth. 2019-07-19 16:06:11 -07:00
digitalio Fix crash when getting board.SPI outside the VM 2019-04-05 19:06:37 -07:00
displayio Add support for grayscale displays that are < 8 bit depth. 2019-07-19 16:06:11 -07:00
frequencyio avoid double float arithmetic in FrequencyIn 2019-05-07 00:25:22 -04:00
i2cslave add pin claiming to devices 2018-08-31 18:38:05 -04:00
microcontroller Rework safe mode so we can trigger on all resets 2019-05-09 10:15:28 -07:00
neopixel_write Add pragma to ensure neopixel_write is always -Os 2018-11-13 10:56:00 -08:00
nvm Add stack validity check and raise an error when it happens. 2018-12-04 23:26:04 -08:00
os Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge 2017-10-24 22:31:16 -07:00
ps2io Add PS/2 support -- ps2io module 2019-06-04 18:05:46 -03:00
pulseio remove CPy-specific EIC handlers from samd-peripherals 2019-04-04 16:04:11 -04:00
rotaryio remove CPy-specific EIC handlers from samd-peripherals 2019-04-04 16:04:11 -04:00
rtc Support internationalisation. 2018-08-07 14:58:57 -07:00
supervisor merge 3.x swap of /lib and .frozen; update frozen libs 2018-11-15 15:00:23 -05:00
time Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge 2017-10-24 22:31:16 -07:00
touchio add pin claiming to devices 2018-08-31 18:38:05 -04:00