aboutsummaryrefslogtreecommitdiff
path: root/atmel-samd/Makefile
AgeCommit message (Expand)Author
2016-10-21atmel-samd: Rework mass storage interaction with underlying blockScott Shawcroft
2016-10-14atmel-samd: Add modules directory with frozen bytecode support (like ESP8266 ...Tony DiCola
2016-10-11atmel-samd: Add support for SPI.Scott Shawcroft
2016-10-07atmel-samd: Make UART REPL Arduino Zero specific. Most will use USB REPL.Scott Shawcroft
2016-10-05atmel-samd: Add low level neopixel_write module & function for WS281x/neopixe...Tony DiCola
2016-10-05atmel-samd: Support composite CDC and mass storage USB device.Scott Shawcroft
2016-10-04atmel-samd: Add Micro Trace Buffer support to the debug build.Scott Shawcroft
2016-09-21atmel-samd: Support ampy get and fix USB dropping characters.Scott Shawcroft
2016-09-20atmel-samd: Remove path specific to me.Scott Shawcroft
2016-09-19atmel-samd: Add sys, fix import and increase the size of the heap.Scott Shawcroft
2016-09-15atmel-samd: Support raw repl and soft reset to support ampy.Scott Shawcroft
2016-09-13atmel-samd: Add I2C support.Scott Shawcroft
2016-09-02atmel/samd: Add filesystem support. 64k is stored in flash.v1.8.3-62-g09be96aScott Shawcroft
2016-08-31atmel-samd: Support floats.v1.8.3-61-g559434aScott Shawcroft
2016-08-31atmel-samd: Re-enable -Os (size) optimizations.Scott Shawcroft
2016-08-31atmel/samd: Support CTRL-C on USB. This won't escape native code but it will ...Scott Shawcroft
2016-08-30atmel/samd: Add basic PWM support which only allows for changing the duty.Scott Shawcroft
2016-08-28atmel-samd: Rename module classes so they don't conflict with names from ASF.Scott Shawcroft
2016-08-27atmel-samd: Add direct write access to the DAC output.Scott Shawcroft
2016-08-26atmel-samd: Initial ADC support.Scott Shawcroft
2016-08-24atmel-samd: Support Digital IO pins.Scott Shawcroft
2016-08-24atmel-samd: Add limited time module support.Scott Shawcroft
2016-08-23Add support for REPL on Arduino Zero through EDBG via UART.Scott Shawcroft
2016-08-22Blinking the LED works. Clocks should be set up correctly.Scott Shawcroft
2016-08-22Compiled and linked SAMD21x18 version successfully.Scott Shawcroft