circuitpython/ports/atmel-samd/common-hal
Jeff Epler a2e1867f69 _canio: Minimal implementation for SAM E5x MCUs
Tested & working:

 * Send standard packets
 * Receive standard packets (1 FIFO, no filter)

Interoperation between SAM E54 Xplained running this tree and
MicroPython running on STM32F405 Feather with an external
transceiver was also tested.

Many other aspects of a full implementation are not yet present,
such as error detection and recovery.
2020-09-21 16:44:26 -05:00
..
_canio _canio: Minimal implementation for SAM E5x MCUs 2020-09-21 16:44:26 -05:00
_pew atmel-samd: Add support for SAM E54 family MCUs 2020-06-23 10:41:48 -05:00
analogio Add license to some obvious files. 2020-07-06 19:16:25 +01:00
audiobusio add blm_badge; add CIRCUITPY_AUDIOBUSIOIO_I2SOUT 2020-07-28 11:49:54 -04:00
audioio atmel-samd: Add support for SAM E54 family MCUs 2020-06-23 10:41:48 -05:00
board Add license to some obvious files. 2020-07-06 19:16:25 +01:00
busio samd: SPI: improve conditional code 2020-09-17 18:30:22 -05:00
countio Fix up end of file and trailing whitespace. 2020-06-03 10:56:35 +01:00
digitalio Update digitalio api for other ports 2020-05-20 09:23:42 -07:00
displayio Initial work on SAMD 2020-03-13 11:16:41 -07:00
frequencyio supervisor: factor supervisor_background_tasks from sundry ports 2020-07-15 11:49:44 -05:00
i2cperipheral I2CPeripheral: Rename class and its module 2020-06-25 11:44:19 -05:00
microcontroller samd: move mcu_find_pin_function to header 2020-09-21 16:44:07 -05:00
neopixel_write atmel-samd: add same51, feather_m4_can 2020-09-08 13:06:45 -05:00
nvm wip 2020-01-03 10:24:07 -05:00
os atmel-samd: Add support for SAM E54 family MCUs 2020-06-23 10:41:48 -05:00
ps2io Initial work on SAMD 2020-03-13 11:16:41 -07:00
pulseio Merge pull request #28 from adafruit/main 2020-09-14 16:50:40 -05:00
pwmio Split pulseio.PWMOut into pwmio 2020-08-18 13:08:33 -07:00
rgbmatrix RGBMatrix: finish renaming from Protomatter 2020-04-17 18:44:07 -05:00
rotaryio typo in IncrementalEncoder.c 2019-08-20 16:23:17 -04:00
rtc Combine similar strings to reduce size of translations 2020-08-04 13:34:29 -05:00
sdioio samd: move mcu_find_pin_function to header 2020-09-21 16:44:07 -05:00
supervisor Fix up end of file and trailing whitespace. 2020-06-03 10:56:35 +01:00
touchio fix up SAMD21 sleep 2020-03-17 12:10:35 -07:00