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
Age
Commit message (
Expand
)
Author
2017-02-27
atmel-samd: Add USB HID mouse and keyboard support.
Scott Shawcroft
2017-02-26
atmel-samd: Use link time optimization to reduce code size of builds which
Scott Shawcroft
2017-02-24
atmel-samd: Fix linking by providing cpu info.
Scott Shawcroft
2017-02-24
Correct name of mp_raise_NotImplementedError to make error name.
Scott Shawcroft
2017-02-24
Make the build quieter by default.
Scott Shawcroft
2017-02-24
Add indices() support to slice.
Scott Shawcroft
2017-02-24
Switch exception throwing to mp_raise helpers. It saves a little code space e...
Scott Shawcroft
2017-02-24
atmel-samd: Switch to nano newlib and add size script to build.
Scott Shawcroft
2017-02-19
atmel-samd: Fix build by correcting internal neopixel writes.
Scott Shawcroft
2017-02-19
atmel-samd: Save a little space by tweaking error messages.
Scott Shawcroft
2017-02-19
atmel-samd: Remove support for UART REPL from Arduino Zero.
Scott Shawcroft
2017-02-19
Save space by only supporting 800khz neopixels.
Scott Shawcroft
2017-02-19
Two I2C fixes:
Scott Shawcroft
2017-02-19
Switch enum-like attributes to all caps and add print support for them. Make ...
Scott Shawcroft
2017-02-19
atmel-samd: Remove pin reference from AnalogOut error. Fixes #83
Scott Shawcroft
2017-02-19
atmel-samd: Stop calibrating the crystal for Gemma and Trinket. We need the s...
Scott Shawcroft
2017-02-13
atmel-samd: Clean up I2C correctly when an initialization error occurs. Fixes...
Scott Shawcroft
2017-02-10
atmel-samd: Rework the clock configs to only be crystalless when needed by th...
Scott Shawcroft
2017-02-10
SPI tweaks for SD Cards:
Scott Shawcroft
2017-02-02
atmel-samd: Update internal pins for Feather M0 Express Rev B
Scott Shawcroft
2017-02-01
atmel-samd: Switch Metro back to including bootloader space.
Scott Shawcroft
2017-02-01
atmel-samd: Turn down the brightness of the status colors.
Scott Shawcroft
2017-01-30
Add frequency changing support to PWMOut.
Scott Shawcroft
2017-01-19
atmel-samd: stop overwriting the flash FS.
Scott Shawcroft
2017-01-19
atmel-samd: Change new flash FS name to CIRCUITPY
Scott Shawcroft
2017-01-19
atmel-samd: Reset the DAC on soft reset. Fixes #80.
Scott Shawcroft
2017-01-19
atmel-samd: Fully reset the ADC state on reset to prevent a crash.
Scott Shawcroft
2017-01-18
atmel-samd: Fix two more SERCOM configs, PA07 and PA06.
Scott Shawcroft
2017-01-18
atmel-samd: Fix PA00 and PA01 sercoms. New CircuitPlayground prototype pinout.
Scott Shawcroft
2017-01-17
atmel-samd: Fix neopixel timing by forcing the NVM cache to be deterministicl...
0.8.3
Scott Shawcroft
2017-01-17
atmel-samd: Fix whitespace.
Scott Shawcroft
2017-01-17
atmel-samd: Support multiple ADC channels at once.
Scott Shawcroft
2017-01-16
More fixes to pin pull thanks to jerryn:
Scott Shawcroft
2017-01-13
atmel-samd: Ensure pin state for first script run because we don't
0.8.2
Scott Shawcroft
2017-01-12
atmel-samd: Split UART pin names into two so that all names start
Scott Shawcroft
2017-01-12
Add persistent VFS shares so that the devices can be used with USB
Scott Shawcroft
2017-01-12
atmel-samd: Turn off FRAMEBUF because it takes a lot of space.
Scott Shawcroft
2017-01-12
Fixup warnings from merge about undefined macro values, switch to
Scott Shawcroft
2017-01-08
atmel-samd: Update pinouts for prototypes.
Scott Shawcroft
2017-01-05
Improve docs and update to CircuitPython.
Scott Shawcroft
2017-01-05
atmel-samd: New revs which isolate the SPI for the external flash.
Scott Shawcroft
2016-12-21
atmel-samd: Change cplay pins to rev B.
Scott Shawcroft
2016-12-21
atmel-samd: Tweaks for rev B of the prototype circuit playground.
Scott Shawcroft
2016-12-20
atmel-samd: Improve TouchIn to allow for multiple simultaneous touch pads.
Scott Shawcroft
2016-12-19
atmel-samd: Add help() and remove mem_info functions from smallest builds to ...
Scott Shawcroft
2016-12-19
atmel-samd: Run the VM hook while waiting for the UART read to timeout in cas...
Scott Shawcroft
2016-12-19
atmel-samd: Save space by not creating default files on the FS and by only ke...
Scott Shawcroft
2016-12-19
atmel-samd: Add preliminary support for UART
Sebastian Plamauer
2016-12-13
atmel-samd: Add samd module for atmel-samd specific configuration.
Scott Shawcroft
2016-12-13
atmel-samd: Commit QTouch library. Missed because .a files are usually ignored.
Scott Shawcroft
[next]