summaryrefslogtreecommitdiff
path: root/ports/nrf/supervisor/port.c
AgeCommit message (Expand)Author
2021-03-15run code formatting scriptmicroDev
2021-01-06overflowed tick counter needs 64 bits everywhereDan Halbert
2020-12-08Add `board_deinit` for use with sleepScott Shawcroft
2020-11-28Add movable allocation system.Christian Walther
2020-10-12Finer grained, per port tick lockingScott Shawcroft
2020-09-28Add some NORETURN attributesJeff Epler
2020-08-18Split pulseio.PWMOut into pwmioScott Shawcroft
2020-08-07dynamically enable or disable QSPI by defaultYihui Xiong
2020-08-06add qspi_disable()Yihui Xiong
2020-08-05adjustYihui Xiong
2020-08-05add an option to turn off QSPI when sleepYihui Xiong
2020-07-15nRF: Always use sd_nvic_critical_region callsJeff Epler
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-21nrf: supervisor: support building without BUSIOSean Cross
2020-04-21nrf: make neopixel support optionalSean Cross
2020-03-13Initial work on SAMDScott 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-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-10-18Add functions to get top and limit stackKamil Tomaszewski
2019-10-14change calibration from analogin_reset() to analogin_init()Dan Halbert
2019-10-12return chip vcc valueDan 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-04-02Remove unnecessary MP_WEAK declarationsNick Moore
2019-04-02starting on #1046 rtc for nRFNick Moore
2019-03-29Revert "Circuitpython nickzoic 1046 nrf rtc"Dan Halbert
2019-03-28starting on #1046 rtc for nRFNick Moore
2019-02-12Add second UARTE to busio.UART. Init uarts on startup.Dan Halbert
2019-01-10merge translations; add bleio comments; fix minor sphinx issues in midiDan Halbert