summaryrefslogtreecommitdiff
path: root/ports/atmel-samd/background.c
AgeCommit message (Expand)Author
2020-07-15supervisor: factor supervisor_background_tasks from sundry portsJeff Epler
2020-07-15supervisor: factor out, Handle USB via background callbackJeff Epler
2020-07-15samd: audio: Move to background callbackJeff Epler
2020-03-13Initial work on SAMDScott Shawcroft
2019-11-18samd: background: Allow monitoring time taken in background taskJeff Epler
2019-11-18Supervisor: move most of systick to the supervisorJeff Epler
2019-08-22Begin refresh rework.Scott Shawcroft
2019-08-07samd: audio_dma, audio_background: Gate with CIRCUITPY_ definesJeff Epler
2019-04-09Don't let a background task call run_background_tasks()Dan Halbert
2019-03-20flush flash filesystem once a secondDan Halbert
2019-02-15WIP: atmel-samd trinket build worksDan Halbert
2019-01-17Fix up nrf and using board.SPI in FourWireScott Shawcroft
2019-01-17External fourwire works and blinka splash afterScott Shawcroft
2018-12-07Fix running the USB task on nRF.Scott Shawcroft
2018-12-04Add stack validity check and raise an error when it happens.Scott Shawcroft
2018-11-08Move atmel-samd to tinyusb and support nRF flash.Scott Shawcroft
2018-10-25Fix build without network codeNick Moore
2018-10-16add mechanism for timer ticks in NICsNick Moore
2018-08-31Introduce displayio to render graphics to displays.Scott Shawcroft
2018-08-09Change file mode back.Scott Shawcroft
2018-08-09Initial SAMR board revision.Scott Shawcroft
2018-06-08Prevent freezing USB during high frequency PulseIn.Scott Shawcroft
2018-04-12Add audio output support!Scott Shawcroft
2017-10-27Read serial input as a background task so we can check for the interrupt char...Dan Halbert
2017-10-27Revert "Allow main.py to be interrupted by ctrl-C" (#381)Dan Halbert
2017-10-27Read serial input as a background task so we can check for the interrupt char...Dan Halbert
2017-10-24Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_mergeScott Shawcroft