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
/
nrf
/
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-01-05
wip; compiles
Dan Halbert
2019-10-21
Refine _bleio
Scott Shawcroft
2019-09-08
nrf: Add i2s audio output
jepler
2019-08-22
Begin refresh rework.
Scott Shawcroft
2019-07-29
PWM audio: Rename AudioOut -> PWMAudioOut, _audioio_ -> _audiopwmio_
Jeff Epler
2019-07-26
ports/nrf: Implement audioio.AudioOut using PWM
Jeff Epler
2019-06-06
Include display objects in gc.
Dan Halbert
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-01-17
Fix up nrf and using board.SPI in FourWire
Scott Shawcroft
2018-12-07
Fix running the USB task on nRF.
Scott Shawcroft
2018-11-08
Move atmel-samd to tinyusb and support nRF flash.
Scott Shawcroft
2018-07-17
should fix #1021
hathach
2018-07-10
code format
hathach
2018-07-06
make SD default to s140 and s132 for nrf52840 and nrf52832
hathach
2018-07-05
replace jlink with native usb cdc for serial REPL
hathach