summaryrefslogtreecommitdiff
path: root/atmel-samd/asf/common/services
AgeCommit message (Collapse)Author
2017-09-22Move to ASF4 and introduce SAMD51 support. (#258)3.0.0-alpha.0Scott Shawcroft
* atmel-samd: Remove ASF3. This will break builds. * atmel-samd: Add ASF4 for the SAMD21 and SAMD51. * Introduce the supervisor concept to facilitate porting. The supervisor is the code which runs individual MicroPython VMs. By splitting it out we make it more consistent and easier to find. This also adds very basic SAMD21 and SAMD51 support using the supervisor. Only the REPL currently works. This begins the work for #178.
2017-07-12Fix USB Busy error for kbd hid. Made kbd USB report descriptor beDan Halbert
COMPILER_WORD_ALIGNED as done in #118 for mouse. Added COMPILER_WORD_ALIGNED to other UDC_DESC_STORAGE declarations that might have the same issue in the future.
2017-04-15atmel-samd: HID report descriptor for mouse had to be COMPILER_WORD_ALIGNED.Dan Halbert
2017-02-27atmel-samd: Add USB HID mouse and keyboard support.Scott Shawcroft
2016-10-05atmel-samd: Support composite CDC and mass storage USB device.Scott Shawcroft
Be careful to not use the flash file system while using mass storage because both pieces of code attempting to change the fs can corrupt it.
2016-08-22Blinking the LED works. Clocks should be set up correctly.Scott Shawcroft
Everything works fine without USB being plugged in but faults (I think) when USB is plugged in. This is switched away from the USB code from the bootloader onto the USB code thats generated by Atmel Studio using the high level classes from ASF.