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
/
ports
/
atmel-samd
/
supervisor
/
port.c
Age
Commit message (
Expand
)
Author
2021-01-12
samd21 board with only 4 neopixels + two touchpads
lady ada
2021-01-08
update tinyusb; _ticks_enabled only for SAMD21
Dan Halbert
2021-01-06
overflowed tick counter needs 64 bits everywhere
Dan Halbert
2020-12-08
Add `board_deinit` for use with sleep
Scott Shawcroft
2020-11-28
Add movable allocation system.
Christian Walther
2020-10-13
Remove readreq when changing continuous
Scott Shawcroft
2020-10-12
Finer grained, per port tick locking
Scott Shawcroft
2020-10-09
Fix autoreload on SAMD21
Scott Shawcroft
2020-09-08
atmel-samd: add same51, feather_m4_can
Jeff Epler
2020-08-18
Split pulseio.PWMOut into pwmio
Scott Shawcroft
2020-07-28
add blm_badge; add CIRCUITPY_AUDIOBUSIOIO_I2SOUT
Dan Halbert
2020-07-09
SAMD: configurable brownout, separate the variables
Radomir Dopieralski
2020-07-08
SAMD: make the brownout detection level configurable per board
Radomir Dopieralski
2020-07-06
Correct for SAMD51 build
DavePutz
2020-07-06
Corrected file for SAMD51 build
DavePutz
2020-07-06
Made requested changes
DavePutz
2020-07-04
Implementation of continuous synchronization of RTC during pulsein
DavePutz
2020-06-23
atmel-samd: Add support for SAM E54 family MCUs
Jeff Epler
2020-06-22
_pew: move to common-hal
Jeff Epler
2020-05-25
fix racing issue for SAMD when executing WFI
hathach
2020-05-15
Initial ESP32S2 port.
Scott Shawcroft
2020-05-11
Added a check for platforms supporting RTC before calling rtc_reset()
DavePutz
2020-05-11
Added call to rtc_reset() in rtc_init()
DavePutz
2020-04-08
Tweaks based on dhalberts feedback
Scott Shawcroft
2020-04-03
Rework sleep timing
Scott Shawcroft
2020-03-17
fix up SAMD21 sleep
Scott Shawcroft
2020-03-13
Fix autoreload and ticks in general
Scott Shawcroft
2020-03-13
Initial work on SAMD
Scott Shawcroft
2020-01-29
Merge branch 'master' into stm32-meowbit
hierophect
2020-01-29
Move board_init to main.c
Lucian Copeland
2020-01-18
Fix other builds missing new heap bounds functions
Scott Shawcroft
2019-12-06
atmel-samd working
Dan Halbert
2019-10-18
Add functions to get top and limit stack
Kamil Tomaszewski
2019-08-18
make nrf touchio be generic: now available for SAMD51 too
Dan Halbert
2019-06-04
Add PS/2 support -- ps2io module
Elvis Pfützenreuter
2019-04-16
Fully split gamepadshift from gamepad
Scott Shawcroft
2019-03-12
Be more careful when initing the board outside the VM.
Scott Shawcroft
2019-03-01
Add more guards for CIRCUITPYTHON_PEW
Radomir Dopieralski
2019-03-01
Apply review fixes:
Radomir Dopieralski
2019-02-28
Some cleanup
Radomir Dopieralski
2019-02-28
Use a dedicated timer
Radomir Dopieralski
2019-02-28
Add a _pew module
Radomir Dopieralski
2019-02-18
Fix #ifdefs in port.c to call xxx_reset() rroutines properly. Remove most use...
Dan Halbert
2019-02-15
WIP: fix issues with remaining atmel-samd builds
Dan Halbert
2019-02-13
A safe mode fix and displayio fixes
Scott Shawcroft
2019-01-16
Rework displays in prep for dynamic support and 8bit parallel.
Scott Shawcroft
2018-12-06
Rework safe mode and have heap overwrite trigger it.
Scott Shawcroft
2018-12-04
Add stack validity check and raise an error when it happens.
Scott Shawcroft
2018-11-08
Move atmel-samd to tinyusb and support nRF flash.
Scott Shawcroft
2018-10-16
Ramp values to and from a default value while active.
Scott Shawcroft
[next]