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
/
background.c
Age
Commit message (
Expand
)
Author
2020-07-15
supervisor: factor supervisor_background_tasks from sundry ports
Jeff Epler
2020-07-15
supervisor: factor out, Handle USB via background callback
Jeff Epler
2020-07-15
samd: audio: Move to background callback
Jeff Epler
2020-03-13
Initial work on SAMD
Scott Shawcroft
2019-11-18
samd: background: Allow monitoring time taken in background task
Jeff Epler
2019-11-18
Supervisor: move most of systick to the supervisor
Jeff Epler
2019-08-22
Begin refresh rework.
Scott Shawcroft
2019-08-07
samd: audio_dma, audio_background: Gate with CIRCUITPY_ defines
Jeff Epler
2019-04-09
Don't let a background task call run_background_tasks()
Dan Halbert
2019-03-20
flush flash filesystem once a second
Dan Halbert
2019-02-15
WIP: atmel-samd trinket build works
Dan Halbert
2019-01-17
Fix up nrf and using board.SPI in FourWire
Scott Shawcroft
2019-01-17
External fourwire works and blinka splash after
Scott Shawcroft
2018-12-07
Fix running the USB task on nRF.
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-25
Fix build without network code
Nick Moore
2018-10-16
add mechanism for timer ticks in NICs
Nick Moore
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-08
Prevent freezing USB during high frequency PulseIn.
Scott Shawcroft
2018-04-12
Add audio output support!
Scott Shawcroft
2017-10-27
Read serial input as a background task so we can check for the interrupt char...
Dan Halbert
2017-10-27
Revert "Allow main.py to be interrupted by ctrl-C" (#381)
Dan Halbert
2017-10-27
Read serial input as a background task so we can check for the interrupt char...
Dan Halbert
2017-10-24
Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge
Scott Shawcroft