summaryrefslogtreecommitdiff
path: root/ports/atmel-samd/supervisor/port.c
AgeCommit message (Expand)Author
2020-07-09SAMD: configurable brownout, separate the variablesRadomir Dopieralski
2020-07-08SAMD: make the brownout detection level configurable per boardRadomir Dopieralski
2020-07-06Correct for SAMD51 buildDavePutz
2020-07-06Corrected file for SAMD51 buildDavePutz
2020-07-06Made requested changesDavePutz
2020-07-04Implementation of continuous synchronization of RTC during pulseinDavePutz
2020-06-23atmel-samd: Add support for SAM E54 family MCUsJeff Epler
2020-06-22_pew: move to common-halJeff Epler
2020-05-25fix racing issue for SAMD when executing WFIhathach
2020-05-15Initial ESP32S2 port.Scott Shawcroft
2020-05-11Added a check for platforms supporting RTC before calling rtc_reset()DavePutz
2020-05-11Added call to rtc_reset() in rtc_init()DavePutz
2020-04-08Tweaks based on dhalberts feedbackScott Shawcroft
2020-04-03Rework sleep timingScott Shawcroft
2020-03-17fix up SAMD21 sleepScott Shawcroft
2020-03-13Fix autoreload and ticks in generalScott Shawcroft
2020-03-13Initial work on SAMDScott Shawcroft
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
2019-12-06atmel-samd workingDan Halbert
2019-10-18Add functions to get top and limit stackKamil Tomaszewski
2019-08-18make nrf touchio be generic: now available for SAMD51 tooDan Halbert
2019-06-04Add PS/2 support -- ps2io moduleElvis Pfützenreuter
2019-04-16Fully split gamepadshift from gamepadScott Shawcroft
2019-03-12Be more careful when initing the board outside the VM.Scott Shawcroft
2019-03-01Add more guards for CIRCUITPYTHON_PEWRadomir Dopieralski
2019-03-01Apply review fixes:Radomir Dopieralski
2019-02-28Some cleanupRadomir Dopieralski
2019-02-28Use a dedicated timerRadomir Dopieralski
2019-02-28Add a _pew moduleRadomir Dopieralski
2019-02-18Fix #ifdefs in port.c to call xxx_reset() rroutines properly. Remove most use...Dan Halbert
2019-02-15WIP: fix issues with remaining atmel-samd buildsDan Halbert
2019-02-13A safe mode fix and displayio fixesScott Shawcroft
2019-01-16Rework displays in prep for dynamic support and 8bit parallel.Scott Shawcroft
2018-12-06Rework safe mode and have heap overwrite trigger it.Scott Shawcroft
2018-12-04Add stack validity check and raise an error when it happens.Scott Shawcroft
2018-11-08Move atmel-samd to tinyusb and support nRF flash.Scott Shawcroft
2018-10-16Ramp values to and from a default value while active.Scott Shawcroft
2018-09-18merge 3.0.2 to masterDan Halbert
2018-09-12UART fixes and enhancements; default board object fixDan Halbert
2018-08-31Introduce displayio to render graphics to displays.Scott Shawcroft
2018-08-09Change file mode back.Scott Shawcroft
2018-08-09Initial SAMR board revision.Scott Shawcroft
2018-06-15Split out the peripherals library in preparation of sharing with MakeCode.Scott Shawcroft
2018-06-01Use the external crystal on SAMD21 again.Scott Shawcroft
2018-06-01atmel-samd: Add rotary encoder support.Scott Shawcroft
2018-06-01atmel-samd: Re-org helper peripheral files into their own subdirectory.Scott Shawcroft
2018-06-01Merge pull request #890 from tannewt/brownout3Dan Halbert
2018-06-01Support brownout to safe mode. Fixes #870Scott Shawcroft