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
/
mpconfigport.h
Age
Commit message (
Expand
)
Author
2017-08-27
Modernize module and class static dicts; update freetouch
Dan Halbert
2017-08-25
atmel-samd: Introduce a nvm module for non-volatile byte-level memory access....
Scott Shawcroft
2017-08-11
Turn on Rosie CI testing to test new builds on real hardware.
Scott Shawcroft
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: Switch streams to non-blocking mode. Fixes #159.
Scott Shawcroft
2017-06-28
atmel-samd: update boot output location for new mount point.
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-05-25
atmel-samd: Add input support. Fixes #143
Scott Shawcroft
2017-05-20
Enable ure, center, partition, frozenset, splitlines, reversed for Express bu...
Dan Halbert
2017-05-15
atmel-samd: Support wav file playback. Tested up to 16bit 22.1khz. Must be mo...
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-04
atmel-samd: Move heap objects into MICROPY_PORT_ROOT_POINTERS so they don't g...
Scott Shawcroft
2017-05-01
atmel-samd: Introduce audio sample playback via audioio.AudioOut.
Scott Shawcroft
2017-04-18
atmel-samd: Turn on framebuf for Express boards because they have space.
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-09
atmel-samd: Turn on stack checking so infinite recursion doesn't completely c...
Scott Shawcroft
2017-02-27
atmel-samd: Add USB HID mouse and keyboard support.
Scott Shawcroft
2017-02-24
Add indices() support to slice.
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
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: Add preliminary support for UART
Sebastian Plamauer
2016-12-13
atmel-samd: Add samd module for atmel-samd specific configuration.
Scott Shawcroft
2016-12-07
atmel-samd: Enable enumerate() adds 184 bytes.
Scott Shawcroft
2016-12-01
atmel-samd: Only include bitbangio on boards with flash.
Scott Shawcroft
2016-11-29
atmel-samd: Use MICROPY_VM_HOOK_LOOP to make sure the mass storage handling c...
Scott Shawcroft
2016-11-29
atmel-samd: Switch to MICROPY_PORT_ROOT_POINTERS for the flash cache.
Scott Shawcroft
2016-11-29
Only include uheap in debug builds.
Scott Shawcroft
2016-11-28
atmel-samd: Hook in bitbangio
Scott Shawcroft
2016-11-22
Add uheap for debugging the size of objects. Still not perfect though.
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-26
atmel-samd: Stop aliasing os to uos and time to utime. They expose different ...
Scott Shawcroft
2016-10-21
extmod: Fix getting sector size when the max and min sizes are the
Scott Shawcroft
2016-10-21
atmel-samd: Rework mass storage interaction with underlying block
Scott Shawcroft
2016-10-20
atmel-samd: Enable framebuffer for SSD1306 and other displays.
Tony DiCola
2016-10-20
atmel-samd: Enable full urandom module from extmod.
Tony DiCola
2016-10-10
atmel-samd: Fix FAT by giving the option of 4k sectors.
Scott Shawcroft
2016-10-05
atmel-samd: Add low level neopixel_write module & function for WS281x/neopixe...
Tony DiCola
2016-09-26
atmel-samd21: Support loading mpy files.
Scott Shawcroft
2016-09-22
atmel-samd: Note a potential REPL ram savings.
Scott Shawcroft
[next]