summaryrefslogtreecommitdiff
path: root/ports/mimxrt10xx/common-hal/microcontroller/Pin.c
AgeCommit message (Collapse)Author
2021-03-15run code formatting scriptmicroDev
2020-12-28update common_hal_reset_pin()microDev
2020-06-03Fix up end of file and trailing whitespace.Diego Elio Pettenò
This can be enforced by pre-commit, but correct it separately to make it easier to review.
2020-05-27Add pin resetting across boards, fix array size detection issueLucian Copeland
2020-05-19Re-add APA102Lucian Copeland
2020-05-19Remove pin/port distinctionLucian Copeland
2020-05-19Implement core requested changesLucian Copeland
2020-05-15Implement pin claiming, pin reset, and pin protectionsLucian Copeland
2020-02-19mimxrt10xx: Enable displayioarturo182
Closes #2466
2020-01-06Add initial MIMXRT10XX portarturo182