summaryrefslogtreecommitdiff
path: root/ports/atmel-samd/common-hal/microcontroller/Pin.c
AgeCommit message (Expand)Author
2020-12-28update common_hal_reset_pin()microDev
2020-10-17samd: pin: Fix 'undefined reference to pin_PA30'Jeff Epler
2020-09-21samd: move mcu_find_pin_function to headerJeff Epler
2020-09-05Moved checks for invalid pin to common-hal/microcontroller/Pin.croot
2020-06-23atmel-samd: Add support for SAM E54 family MCUsJeff Epler
2020-06-22never_reset_pin: Move pin validity check before first use of pin numberJeff Epler
2020-04-14Add Protomatter and FramebufferDisplayJeff Epler
2019-11-15Add never_reset and reset to pin common hal, adjust filesHierophect
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
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-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-01atmel-samd: Re-org helper peripheral files into their own subdirectory.Scott Shawcroft
2017-11-02atmel-samd: Fix SAMD51 SWCLK reset so we can connect the JLinkScott Shawcroft
2017-10-24Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_mergeScott Shawcroft