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
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
2018-09-18
merge 3.0.2 to master
Dan Halbert
2018-09-12
UART fixes and enhancements; default board object fix
Dan Halbert
2018-08-31
Introduce displayio to render graphics to displays.
Scott Shawcroft
2018-08-09
Change file mode back.
Scott Shawcroft
2018-08-09
Initial SAMR board revision.
Scott Shawcroft
2018-06-15
Split out the peripherals library in preparation of sharing with MakeCode.
Scott Shawcroft
2018-06-01
Use the external crystal on SAMD21 again.
Scott Shawcroft
2018-06-01
atmel-samd: Add rotary encoder support.
Scott Shawcroft
2018-06-01
atmel-samd: Re-org helper peripheral files into their own subdirectory.
Scott Shawcroft
2018-06-01
Merge pull request #890 from tannewt/brownout3
Dan Halbert
2018-06-01
Support brownout to safe mode. Fixes #870
Scott Shawcroft
[next]