summaryrefslogtreecommitdiff
path: root/ports/nrf/supervisor
AgeCommit message (Expand)Author
2020-05-27nrf: add ticks (not subticks) to overflow count during resetSean Cross
2020-05-27nrf: port: save rtc value across rebootsSean Cross
2020-05-27nrf: reset watchdog as part of port_reset()Sean Cross
2020-05-27nrf: boot into safe mode sometimes for watchdog resetSean Cross
2020-05-21nrf: port: add memory barrier before wfiSean Cross
2020-05-21nrf: disable interrupts before running wfiSean Cross
2020-05-20Merge pull request #2932 from simmel-project/nrf-rtc-resetScott Shawcroft
2020-05-20nrf: reset rtc as part of port_reset()Sean Cross
2020-05-18Merge remote-tracking branch 'adafruit/master' into esp32s2Scott Shawcroft
2020-05-18nrf: port: call common_hal_rtc_init() during initSean Cross
2020-05-18nrf: port: move saved word into .uninitialized sectionSean Cross
2020-05-18nrf: port: move the heap after .uninitializedSean Cross
2020-05-15Add port_fixed_stack for more buildsScott Shawcroft
2020-04-27Merge remote-tracking branch 'adafruit/master' into lower_powerScott Shawcroft
2020-04-26Merge pull request #2805 from tannewt/update_tinyusbScott Shawcroft
2020-04-24Remove empty #if and add missing includes.Scott Shawcroft
2020-04-21nrf: supervisor: support building without BUSIOSean Cross
2020-04-21nrf: make neopixel support optionalSean Cross
2020-04-17Update TinyUSB and add interrupt hooks.Scott Shawcroft
2020-03-13Initial work on SAMDScott Shawcroft
2020-03-13Hopefully fix flash flush and hopefully audio as well.Scott Shawcroft
2020-03-13Fix autoreload, neopixel, monotonic_ns and sleep w/o SDScott Shawcroft
2020-03-13First try at lowering the power consumptionScott Shawcroft
2020-02-28nrf: sqpi_flash: Handle unaligned readsJeff Epler
2020-02-20merge from upstreamDan Halbert
2020-01-29Merge branch 'master' into stm32-meowbithierophect
2020-01-29Move board_init to main.cLucian Copeland
2020-01-18Fix other builds missing new heap bounds functionsScott Shawcroft
2020-01-08add reset of heap to board reset for nrf portRoy Hooper
2019-12-12merge from masterDan Halbert
2019-12-12Fix flash write error handling; clean up safe mode message printingDan Halbert
2019-12-10working on all portsDan Halbert
2019-12-05wipDan Halbert
2019-10-20Parameterize linker scriptDan Halbert
2019-10-18Add functions to get top and limit stackKamil Tomaszewski
2019-10-15Merge remote-tracking branch 'adafruit/master' into bonding1Dan Halbert
2019-10-14change calibration from analogin_reset() to analogin_init()Dan Halbert
2019-10-12return chip vcc valueDan Halbert
2019-10-06WIP: bondingDan Halbert
2019-09-08nrf: Add i2s audio outputjepler
2019-08-29rename bleio module to _bleioDan Halbert
2019-07-29PWM audio: Rename AudioOut -> PWMAudioOut, _audioio_ -> _audiopwmio_Jeff Epler
2019-07-26ports/nrf: Implement audioio.AudioOut using PWMJeff Epler
2019-06-06Include display objects in gc.Dan Halbert
2019-05-08Fix crash in internal filesystem on nrfScott Shawcroft
2019-04-16Fixups for adafruit/circuitpython#1042Nick Moore
2019-04-16Make some space for NVM adafruit/circuitpython#1042Nick Moore
2019-04-16Switch supervisor/internal_flash to use new nrf_nvm_safe_flash_page_writeNick Moore
2019-04-15Revert "nrf nvm: touchups to nickzoic PR #1768"Scott Shawcroft
2019-04-10Merge remote-tracking branch 'adafruit/master' into circuitpython-nickzoic-10...Dan Halbert