summaryrefslogtreecommitdiff
path: root/ports/nrf
AgeCommit message (Expand)Author
2020-07-08 modified: ports/nrf/boards/raytac_mdbt50q-db-40/pins.cArudinne
2020-07-07 modified: ports/nrf/boards/raytac_mdbt50q-db-40/pins.cArudinne
2020-07-07 modified: ports/nrf/boards/raytac_mdbt50q-db-40/mpconfigboard.mkArudinne
2020-07-07 new file: ports/nrf/boards/raytac_mdbt50q-db-40/board.cArudinne
2020-07-01Merge pull request #3083 from tannewt/esp32s2_busioJeff Epler
2020-06-26sdcardio: implement new library for SD card I/OJeff Epler
2020-06-25I2CPeripheral: Rename class and its moduleJeff Epler
2020-06-24Compiles!Scott Shawcroft
2020-06-24Add UART supportScott Shawcroft
2020-06-05Add nice!nano board supportNick
2020-06-03Fix up end of file and trailing whitespace.Diego Elio Pettenò
2020-06-01Merge remote-tracking branch 'adafruit/master' into wdt-nrfScott Shawcroft
2020-06-01Merge pull request #2890 from jepler/nrf-audio-tickScott Shawcroft
2020-06-01Merge remote-tracking branch 'adafruit/master' into wdt-nrfScott Shawcroft
2020-05-29Merge remote-tracking branch 'adafruit/master' into wdt-nrfScott Shawcroft
2020-05-29enable aesio on all nRF52840 boardsDan Halbert
2020-05-28A number of small ESP32S2 fixes:Scott Shawcroft
2020-05-27Merge remote-tracking branch 'adafruit/master' into wdt-nrfScott Shawcroft
2020-05-27Correct HiiBot BlueFi USB_PIDDan Halbert
2020-05-27watchdog: use common_hal_watchdog_* patternSean Cross
2020-05-27nrf: add ticks (not subticks) to overflow count during resetSean Cross
2020-05-27nrf: set WDT priority to 2Sean Cross
2020-05-27nrf: pca10100: disable some unused features to shrink imageSean Cross
2020-05-27nrf: simmel: shrink filesystem to fit watchdog timerSean Cross
2020-05-27nrf: port: save rtc value across rebootsSean Cross
2020-05-27nrf: microcontroller: use port reset pathSean Cross
2020-05-27watchdog: move timeout exception to shared-bindingsSean Cross
2020-05-27nrf: reset watchdog as part of port_reset()Sean Cross
2020-05-27nrf: common-hal: finish reworking exceptionsSean Cross
2020-05-27Revert "add WatchDogTimeout exception"Sean Cross
2020-05-27nrf: watchdog: use nrfx_wdt driverSean Cross
2020-05-27nrf: boot into safe mode sometimes for watchdog resetSean Cross
2020-05-27watchdogtimer: refactor to new apiSean Cross
2020-05-27add WatchDogTimeout exceptionSean Cross
2020-05-27nrf: discard arm exception sectionsSean Cross
2020-05-27nrf: watchdog: implement software watchdogtimerSean Cross
2020-05-27watchdog: rename module from `wdt` and move to `microcontroller`Sean Cross
2020-05-27nrf: enable wdt for all platformsSean Cross
2020-05-27nrf: simmel: enable wdt supportSean Cross
2020-05-27nrf: add watchdog moduleSean Cross
2020-05-27nrf: ld: add ARM.exidx to output imageSean Cross
2020-05-26Merge remote-tracking branch 'adafruit/master' into esp32s2_digitalioScott Shawcroft
2020-05-26Merge pull request #2955 from BradChan/masterDan Halbert
2020-05-21Merge branch 'master' into esp32s2_digitalioScott Shawcroft
2020-05-21nrf: nvm: assume sd is not enabled if interrupts are offSean 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-20Merge remote-tracking branch 'adafruit/master' into esp32s2_digitalioScott Shawcroft
2020-05-20Update digitalio api for other portsScott Shawcroft