circuitpython/ports/atmel-samd/common-hal
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
..
analogio Split out the peripherals library in preparation of sharing with MakeCode. 2018-06-15 16:16:21 -07:00
audiobusio Split out the peripherals library in preparation of sharing with MakeCode. 2018-06-15 16:16:21 -07:00
audioio Split out the peripherals library in preparation of sharing with MakeCode. 2018-06-15 16:16:21 -07:00
board Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge 2017-10-24 22:31:16 -07:00
busio atmel-samd: UART: allocate rx buffer in long-lived region 2018-08-08 19:21:57 -05:00
digitalio must set pull after setting direction with gpio_set_pin routines 2018-07-09 17:18:06 -04:00
microcontroller Split out the peripherals library in preparation of sharing with MakeCode. 2018-06-15 16:16:21 -07:00
neopixel_write Retune neopixel timings on SAMD51. They were too slow. 2018-08-07 16:58:37 -07:00
nvm Turn on nvm in 3.0. 2018-04-13 16:22:28 -07:00
os Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge 2017-10-24 22:31:16 -07:00
pulseio Split out the peripherals library in preparation of sharing with MakeCode. 2018-06-15 16:16:21 -07:00
rotaryio Split out the peripherals library in preparation of sharing with MakeCode. 2018-06-15 16:16:21 -07:00
rtc atmel-samd: RTC: Improve precision when setting datetime 2018-05-01 21:35:24 -04:00
storage esp8266 and nrf: raise NotImplementedError 2018-04-10 12:08:41 -04:00
supervisor atmel-samd: changed Status to Runtime; instituted runtime singleton 2018-03-09 02:19:51 +00:00
time Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge 2017-10-24 22:31:16 -07:00
touchio Split out the peripherals library in preparation of sharing with MakeCode. 2018-06-15 16:16:21 -07:00
usb_hid HID gamepad support 2018-04-23 23:51:23 -04:00