summaryrefslogtreecommitdiff
path: root/ports/nrf/supervisor
AgeCommit message (Expand)Author
2021-03-15run code formatting scriptmicroDev
2021-02-12wipDan Halbert
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-30merge from upstreamDan Halbert
2020-08-20merge from upstream; working; includes debug_out code for debugging via Salea...Dan Halbert
2020-08-18Split pulseio.PWMOut into pwmioScott Shawcroft
2020-08-12nrf: Make port build with -Werror=undefJeff Epler
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-08-02wip: compilesDan Halbert
2020-07-15supervisor: factor out, Handle USB via background callbackJeff Epler
2020-07-15nRF: Always use sd_nvic_critical_region callsJeff Epler
2020-07-06Add license to some obvious files.Diego Elio Pettenò
2020-06-25hci early wip; refactor supervisor bluetooth.c for nrf: testedDan Halbert
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