summaryrefslogtreecommitdiff
path: root/ports/atmel-samd/common-hal/microcontroller
AgeCommit message (Expand)Author
2020-06-23atmel-samd: Add support for SAM E54 family MCUsJeff Epler
2020-06-22Merge pull request #3052 from dhalbert/samd51-voltage-check-delayScott Shawcroft
2020-06-22never_reset_pin: Move pin validity check before first use of pin numberJeff Epler
2020-06-19delay 1ms on SAMD51 when reading processor voltageDan Halbert
2020-04-14Add Protomatter and FramebufferDisplayJeff Epler
2019-12-05wipDan Halbert
2019-11-15revert errorHierophect
2019-11-15move neopixel_in_use flag to shared-bindingsHierophect
2019-11-15Add never_reset and reset to pin common hal, adjust filesHierophect
2019-10-20Parameterize linker scriptDan Halbert
2019-10-12return chip vcc valueDan Halbert
2019-05-09Rework safe mode so we can trigger on all resetsScott Shawcroft
2019-05-08Update `on_next_reset` for new safe mode.Scott Shawcroft
2019-03-14Fix custom pin in use logic for SWDScott Shawcroft
2019-01-17External fourwire works and blinka splash afterScott Shawcroft
2019-01-16Rework displays in prep for dynamic support and 8bit parallel.Scott Shawcroft
2019-01-10Support the display on the pyportal.Scott Shawcroft
2018-11-09Incorporate feedback:Scott Shawcroft
2018-11-08Move atmel-samd to tinyusb and support nRF flash.Scott Shawcroft
2018-08-31add pin claiming to devicesDan Halbert
2018-08-09Change file mode back.Scott Shawcroft
2018-08-09Initial SAMR board revision.Scott Shawcroft
2018-08-07Support internationalisation.Scott Shawcroft
2018-08-02Move pin struct to the peripherals library.Scott Shawcroft
2018-06-15Split out the peripherals library in preparation of sharing with MakeCode.Scott Shawcroft
2018-06-08Prevent freezing USB during high frequency PulseIn.Scott Shawcroft
2018-06-01atmel-samd: Make ticks more atomic.Scott Shawcroft
2018-06-01atmel-samd: Re-org helper peripheral files into their own subdirectory.Scott Shawcroft
2018-05-15disable pins on trinket_m0 so that we can free a fair bit of flash - Issue #840Roy Hooper
2018-05-01Implement microcontroller.cpu.temperature on '21 and '51.Dan Halbert
2018-04-13Turn on nvm in 3.0.Scott Shawcroft
2018-04-05atmel-samd: reset: reset() was always entering bootloader modeJeff Epler
2018-03-25Don't lose half of the processor's serial numberJeff Epler
2018-03-14Remove SERCOM pointers from pin data structure because index isScott Shawcroft
2018-02-09m4 compiles, pwmout implementedScott Shawcroft
2018-02-09WIPScott Shawcroft
2018-01-18Added Unique ID Functions/Updated Support Matrix (#527)sommersoft
2018-01-02merge from 2.2.0 + fix up board defsDan Halbert
2017-11-07Implement busio.I2c.Dan Halbert
2017-11-02atmel-samd: Fix SAMD51 SWCLK reset so we can connect the JLinkScott Shawcroft
2017-10-24Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_mergeScott Shawcroft