summaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Expand)Author
2020-06-02Merge pull request #2933 from simmel-project/wdt-nrfScott Shawcroft
2020-06-02litex: remove call to `board_init()`Sean Cross
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 pull request #2979 from hierophect/stm32-remove-crystalsScott Shawcroft
2020-06-01Merge remote-tracking branch 'adafruit/master' into wdt-nrfScott Shawcroft
2020-06-01Note temporary issue with Nucleo boardsLucian Copeland
2020-06-01Fix port_get_raw_ticksKamil Tomaszewski
2020-05-29Merge pull request #2975 from dhalbert/aesio-nrf52840Dan Halbert
2020-05-29Set correct crystal settings on Discovery boardsLucian Copeland
2020-05-29Merge pull request #2964 from hierophect/mimxrt-busio-cleanupScott Shawcroft
2020-05-29Merge remote-tracking branch 'adafruit/master' into wdt-nrfScott Shawcroft
2020-05-29Fix SWO/Analog overlap, style changesLucian Copeland
2020-05-29enable aesio on all nRF52840 boardsDan Halbert
2020-05-28Spill registers before scanning the stack.Scott Shawcroft
2020-05-28A number of small ESP32S2 fixes:Scott Shawcroft
2020-05-28Update ESP IDFScott Shawcroft
2020-05-28Merge remote-tracking branch 'upstream/master' into mimxrt-busio-cleanupLucian Copeland
2020-05-28Fix pin reset flash conflict errorLucian Copeland
2020-05-27Merge remote-tracking branch 'adafruit/master' into wdt-nrfScott Shawcroft
2020-05-27Merge pull request #2934 from hierophect/mimxrt-uart-onewayScott Shawcroft
2020-05-27Merge branch 'mimxrt-uart-oneway' into mimxrt-busio-cleanupLucian Copeland
2020-05-27translationsLucian Copeland
2020-05-27Merge branch 'mimxrt-uart-oneway' of https://github.com/hierophect/circuitpyt...Lucian Copeland
2020-05-27Change exception text and typeLucian Copeland
2020-05-27Correct HiiBot BlueFi USB_PIDDan Halbert
2020-05-27Add pin resetting across boards, fix array size detection issueLucian Copeland
2020-05-27Merge pull request #2961 from arturo182/i2c-exceptionarturo182
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