circuitpython/ports/atmel-samd/common-hal/busio
Jeff Epler b0e33f6a11 atmel-samd: UART: allocate rx buffer in long-lived region
This is not strictly needed in order for #1056 to be resolved,
because the "make long-lived" machinery is unaware of this pointer.

However, as UARTs are assumed to be long-lived, this change is
beneficial because it moves the long-lived buffer into the upper
memory area with other long-lived objects, instead of remaining in
the low heap.
2018-08-08 19:21:57 -05:00
..
I2C.c Split out the peripherals library in preparation of sharing with MakeCode. 2018-06-15 16:16:21 -07:00
I2C.h Implement busio.I2c. 2017-11-07 09:59:54 -08:00
OneWire.h Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge 2017-10-24 22:31:16 -07:00
SPI.c Split out the peripherals library in preparation of sharing with MakeCode. 2018-06-15 16:16:21 -07:00
SPI.h non-DMA SPI working; adding this now for testing; will continue with DMA 2017-11-16 19:09:35 -05:00
UART.c atmel-samd: UART: allocate rx buffer in long-lived region 2018-08-08 19:21:57 -05:00
UART.h Implement UART for 3.0 + related fixes. 2018-02-21 17:18:49 -05:00
__init__.c Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge 2017-10-24 22:31:16 -07:00