circuitpython/ports
Jeff Epler aabb56c840 nrf: i2sout: Only update hold_value when appropriate
If we put no samples into the buffer, then there is no last
sample to fill out hold_value with.  (and, in fact, the expression such
as *(uint32_t*)(buffer-4) is outside an allocated region)

Detect this condition, and leave the prior value in place.

This improves clicks heard when pausing and resuming a waveform.
2019-11-22 13:54:37 -06:00
..
atmel-samd removed Robo HAT MM1 M0 board. 2019-11-20 21:34:24 +11:00
cxd56 CXD56 is a better platform name 2019-10-28 10:47:09 -04:00
nrf nrf: i2sout: Only update hold_value when appropriate 2019-11-22 13:54:37 -06:00
stm32f4 requested style changes 2019-11-21 14:30:07 -05:00
unix Fix unix build by using safe mode stub 2019-03-12 11:56:35 -07:00