circuitpython/ports/nrf/common-hal
Jeff Epler 8f4bab2d24 i2sout: Correctly retrieve channel_count
The meaning of the "single channel" parameter is not well-documented,
but in fact it seems that "true" must be passed or else the returned
channel_count is always 1.  This caused stereo samples to be played
incorrectly.
2019-11-25 10:59:59 -06:00
..
_bleio Clean up debug changes 2019-11-21 16:39:57 -08:00
analogio change calibration from analogin_reset() to analogin_init() 2019-10-14 23:38:41 -04:00
audiobusio i2sout: Correctly retrieve channel_count 2019-11-25 10:59:59 -06:00
audiopwmio nrf: PWMAudioOut: deactivate PWM when deinitting self 2019-10-12 14:01:35 +09:00
board Remove nRF52832 support 2018-12-30 22:49:20 -05:00
busio Check for no pullups on I2C on nrf; give arduino nano 33 ble two I2C devices 2019-11-02 22:47:03 -04:00
digitalio Move atmel-samd to tinyusb and support nRF flash. 2018-11-08 17:25:30 -08:00
displayio Rework based on Dan's review 2019-08-23 15:27:21 -07:00
microcontroller revert error 2019-11-15 13:04:25 -05:00
neopixel_write nrf: Use RUN_BACKGROUND_TASKS 2019-08-11 08:53:02 -05:00
nvm Fix up single-byte access to nvm.ByteArray 2019-04-16 14:53:44 +10:00
os nrf: Rewrite the os common-hal using nrfx 2018-06-27 21:01:07 +02:00
pulseio nRF: PWMOut: At deinit, make pin available again 2019-09-11 20:09:38 -05:00
rotaryio Change pin mode to pullup for adafruit/circuitpython#1045 2019-02-07 09:47:56 +11:00
rtc Remove unnecessary MP_WEAK declarations 2019-04-02 13:33:22 +11:00
supervisor replacing change to input() with separate method to check for USB Serial input 2018-10-09 18:37:52 -04:00
time nrf: Remove the old time hal and replace with nRFx 2018-07-10 14:59:10 +02:00