index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
atmel-samd
/
Makefile
Age
Commit message (
Expand
)
Author
2016-10-14
atmel-samd: Add modules directory with frozen bytecode support (like ESP8266 ...
Tony DiCola
2016-10-11
atmel-samd: Add support for SPI.
Scott Shawcroft
2016-10-07
atmel-samd: Make UART REPL Arduino Zero specific. Most will use USB REPL.
Scott Shawcroft
2016-10-05
atmel-samd: Add low level neopixel_write module & function for WS281x/neopixe...
Tony DiCola
2016-10-05
atmel-samd: Support composite CDC and mass storage USB device.
Scott Shawcroft
2016-10-04
atmel-samd: Add Micro Trace Buffer support to the debug build.
Scott Shawcroft
2016-09-21
atmel-samd: Support ampy get and fix USB dropping characters.
Scott Shawcroft
2016-09-20
atmel-samd: Remove path specific to me.
Scott Shawcroft
2016-09-19
atmel-samd: Add sys, fix import and increase the size of the heap.
Scott Shawcroft
2016-09-15
atmel-samd: Support raw repl and soft reset to support ampy.
Scott Shawcroft
2016-09-13
atmel-samd: Add I2C support.
Scott Shawcroft
2016-09-02
atmel/samd: Add filesystem support. 64k is stored in flash.
v1.8.3-62-g09be96a
Scott Shawcroft
2016-08-31
atmel-samd: Support floats.
v1.8.3-61-g559434a
Scott Shawcroft
2016-08-31
atmel-samd: Re-enable -Os (size) optimizations.
Scott Shawcroft
2016-08-31
atmel/samd: Support CTRL-C on USB. This won't escape native code but it will ...
Scott Shawcroft
2016-08-30
atmel/samd: Add basic PWM support which only allows for changing the duty.
Scott Shawcroft
2016-08-28
atmel-samd: Rename module classes so they don't conflict with names from ASF.
Scott Shawcroft
2016-08-27
atmel-samd: Add direct write access to the DAC output.
Scott Shawcroft
2016-08-26
atmel-samd: Initial ADC support.
Scott Shawcroft
2016-08-24
atmel-samd: Support Digital IO pins.
Scott Shawcroft
2016-08-24
atmel-samd: Add limited time module support.
Scott Shawcroft
2016-08-23
Add support for REPL on Arduino Zero through EDBG via UART.
Scott Shawcroft
2016-08-22
Blinking the LED works. Clocks should be set up correctly.
Scott Shawcroft
2016-08-22
Compiled and linked SAMD21x18 version successfully.
Scott Shawcroft