circuitpython/atmel-samd/common-hal/busio
Scott Shawcroft c82b84e0a9 atmel-samd: Fix potential buffer overflow in UART.c by recalculating
the buffer end rather than naively adding 1. It could have needed to
wrap around. Thanks @dhalbert for spotting the bug.

Fixes #132
2017-07-13 16:21:12 -07:00
..
I2C.c atmel-samd: Rework status LED implementation 2017-04-12 15:24:50 -07:00
I2C.h atmel-samd: Rework status LED implementation 2017-04-12 15:24:50 -07:00
OneWire.h Split up nativeio. 2017-04-10 13:32:19 -07:00
SPI.c atmel-samd: Use DMA for user SPI. 2017-05-03 10:50:29 -07:00
SPI.h atmel-samd: Rework status LED implementation 2017-04-12 15:24:50 -07:00
UART.c atmel-samd: Fix potential buffer overflow in UART.c by recalculating 2017-07-13 16:21:12 -07:00
UART.h atmel-samd: Rework status LED implementation 2017-04-12 15:24:50 -07:00
__init__.c Split up nativeio. 2017-04-10 13:32:19 -07:00