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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
atmel-samd
/
Makefile
Age
Commit message (
Expand
)
Author
2017-09-22
Move to ASF4 and introduce SAMD51 support. (#258)
3.0.0-alpha.0
Scott Shawcroft
2017-09-12
add set_rgb_status_brightness (#246)
Asher Lieber
2017-08-31
Add microcontroller.cpu.temperature, for use as a simple sensor on minimal bo...
Dan Halbert
2017-08-27
Modernize module and class static dicts; update freetouch
Dan Halbert
2017-08-25
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...
Dan Halbert
2017-08-25
atmel-samd: Introduce a nvm module for non-volatile byte-level memory access....
Scott Shawcroft
2017-08-23
Added ability to freeze multiple directories; freeze neopixel library in cpx ...
Dan Halbert
2017-08-05
Allow max stack checking to be used with -flto build by determining top
Dan Halbert
2017-07-28
atmel-samd: Introduce audiobusio.PDMIn for recording audio from PDM
Scott Shawcroft
2017-07-23
Measure and report maximum stack usage. (#175)
Dan Halbert
2017-07-16
Fix problems that prevented use of internal frozen modules:
Dan Halbert
2017-07-12
atmel-samd: Reboot to bootloader when a 1200 baud serial connection is
Scott Shawcroft
2017-06-28
shared-bindings: Introduce storage.remount() so you can set root as
Scott Shawcroft
2017-06-27
Introduce a random module that is a subset of CPython's random. It
Scott Shawcroft
2017-06-27
Split uos module into os and storage.
Scott Shawcroft
2017-06-20
Merge tag 'v1.9.1'
2.0.0-alpha.0
Scott Shawcroft
2017-06-16
atmel-samd: Add user initiated safe mode and rework board.c for
Scott Shawcroft
2017-06-16
shared-bindings: Move enum-like classes out of DigitalInOut into digitalio.
Scott Shawcroft
2017-05-25
Change the approach for input so that its not included in every single build....
Scott Shawcroft
2017-05-25
atmel-samd: Add input support. Fixes #143
Scott Shawcroft
2017-05-15
atmel-samd: Support wav file playback. Tested up to 16bit 22.1khz. Must be mo...
Scott Shawcroft
2017-05-15
atmel-samd: Add a safe mode which detects hard faults and reboots without run...
Scott Shawcroft
2017-05-12
atmel-samd: Rework boot, main and REPL order.
Scott Shawcroft
2017-05-12
atmel-samd: Rename auto-reset to auto-reload to reduce confusion with physica...
Scott Shawcroft
2017-05-12
atmel-samd: Rework SPI flash defines for clarity.
Scott Shawcroft
2017-05-01
atmel-samd: Introduce audio sample playback via audioio.AudioOut.
Scott Shawcroft
2017-04-20
Switch to a shared piece of code to compute start and length of a
Scott Shawcroft
2017-04-18
atmel-samd: Use LTO for all builds to get 5000 bytes back on express boards.
Scott Shawcroft
2017-04-18
atmel-samd: Swap out pulseio for touchio based on FreeTouch.
Scott Shawcroft
2017-04-10
Split up nativeio.
0.9.4
Scott Shawcroft
2017-03-25
Add low-level OneWire support class.
Scott Shawcroft
2017-03-24
Add PulseIn support which can be used to measure a series of pulse widths.
0.9.2
Scott Shawcroft
2017-03-10
Add PulseOut which can pulse a PWMOut for IR remote transmission.
Scott Shawcroft
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
Make the build quieter by default.
Scott Shawcroft
2017-02-24
atmel-samd: Switch to nano newlib and add size script to build.
Scott Shawcroft
2017-02-19
Switch enum-like attributes to all caps and add print support for them. Make ...
Scott Shawcroft
2017-01-12
Fixup warnings from merge about undefined macro values, switch to
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: Add preliminary support for UART
Sebastian Plamauer
2016-12-13
atmel-samd: Add samd module for atmel-samd specific configuration.
Scott Shawcroft
2016-12-12
atmel-samd: Basic capacitive touch button support.
Scott Shawcroft
2016-12-09
atmel-samd: Add APA102 support and flash more advanced status.
Scott Shawcroft
2016-11-22
Add uheap for debugging the size of objects. Still not perfect though.
Scott Shawcroft
2016-11-22
atmel-samd: Support Trinket and Gemma M0 prototypes.
Scott Shawcroft
2016-11-21
This introduces an alternative hardware API called nativeio structured around...
Scott Shawcroft
2016-11-14
Merge tag 'v1.8.6'
Scott Shawcroft
2016-10-28
atmel-samd: Rework tick timer to use TC5 and support neopixel status LED.
Scott Shawcroft
[next]