circuitpython/ports/atmel-samd/boards
Scott Shawcroft 6697544cdf
Introduce displayio to render graphics to displays.
It's designed to minimize RAM footprint by using Sprites to
represent objects on the screen. The object model also facilitates
partial screen updating which reduces the bandwidth needed to display.

This is all handled in C. Python simply manipulates the objects with
the ability to synchronize to frame timing.
2018-08-31 12:31:52 -07:00
..
arduino_zero Turn off USB pin objects since they are always used for USB. 2018-06-08 12:56:32 -07:00
circuitplayground_express Turn off USB pin objects since they are always used for USB. 2018-06-08 12:56:32 -07:00
circuitplayground_express_crickit bring all frozen libraries up to date 2018-07-03 14:39:21 -04:00
feather_m0_adalogger Turn off USB pin objects since they are always used for USB. 2018-06-08 12:56:32 -07:00
feather_m0_basic Turn off USB pin objects since they are always used for USB. 2018-06-08 12:56:32 -07:00
feather_m0_express ports/atmel-samd: Implement i2cslave.I2CSlave 2018-08-16 17:20:49 +02:00
feather_m0_express_crickit bring all frozen libraries up to date 2018-07-03 14:39:21 -04:00
feather_m0_rfm9x Turn off USB pin objects since they are always used for USB. 2018-06-08 12:56:32 -07:00
feather_m0_rfm69 Turn off USB pin objects since they are always used for USB. 2018-06-08 12:56:32 -07:00
feather_m0_supersized Turn off USB pin objects since they are always used for USB. 2018-06-08 12:56:32 -07:00
feather_m4_express ports/atmel-samd: Implement i2cslave.I2CSlave 2018-08-16 17:20:49 +02:00
feather_radiofruit_zigbee Initial SAMR board revision. 2018-08-09 05:36:46 -07:00
gemma_m0 Turn off USB pin objects since they are always used for USB. 2018-06-08 12:56:32 -07:00
hallowing_m0_express Introduce displayio to render graphics to displays. 2018-08-31 12:31:52 -07:00
itsybitsy_m0_express Turn off USB pin objects since they are always used for USB. 2018-06-08 12:56:32 -07:00
itsybitsy_m4_express add pins D3/D4 to pins.c 2018-06-20 22:26:59 -04:00
metro_m0_express ports/atmel-samd: Implement i2cslave.I2CSlave 2018-08-16 17:20:49 +02:00
metro_m4_express ports/atmel-samd: Implement i2cslave.I2CSlave 2018-08-16 17:20:49 +02:00
pirkey_m0 atmel-samd: Re-org helper peripheral files into their own subdirectory. 2018-06-01 15:07:31 -07:00
trinket_m0 Turn off USB pin objects since they are always used for USB. 2018-06-08 12:56:32 -07:00
trinket_m0_haxpress Turn off USB pin objects since they are always used for USB. 2018-06-08 12:56:32 -07:00
ugame10 Turn off USB pin objects since they are always used for USB. 2018-06-08 12:56:32 -07:00
board.h Introduce displayio to render graphics to displays. 2018-08-31 12:31:52 -07:00
samd21x18-bootloader-crystalless.ld atmel-samd: Fix rebooting to bootloader 2018-04-03 21:40:10 -05:00
samd21x18-bootloader-external-flash-crystalless.ld atmel-samd: Fix rebooting to bootloader 2018-04-03 21:40:10 -05:00
samd21x18-bootloader-external-flash.ld atmel-samd: Fix rebooting to bootloader 2018-04-03 21:40:10 -05:00
samd21x18-bootloader.ld atmel-samd: Fix rebooting to bootloader 2018-04-03 21:40:10 -05:00
samd21x18-external-flash.ld Correct _etext location; clean up .ld files 2018-02-09 11:31:18 -05:00
samd21x18.ld Correct _etext location; clean up .ld files 2018-02-09 11:31:18 -05:00
samd51x18-bootloader-external-flash.ld Turn on nvm in 3.0. 2018-04-13 16:22:28 -07:00
samd51x19-bootloader-external-flash.ld Turn on nvm in 3.0. 2018-04-13 16:22:28 -07:00
samd51x19-bootloader.ld Turn on nvm in 3.0. 2018-04-13 16:22:28 -07:00
samd51x20-bootloader-external-flash.ld Turn on nvm in 3.0. 2018-04-13 16:22:28 -07:00
samd51x20-bootloader.ld Turn on nvm in 3.0. 2018-04-13 16:22:28 -07:00
samd51x20-external-flash.ld Turn on nvm in 3.0. 2018-04-13 16:22:28 -07:00
samd51x20.ld Turn on nvm in 3.0. 2018-04-13 16:22:28 -07:00