summaryrefslogtreecommitdiff
path: root/ports/mimxrt10xx/common-hal/microcontroller
AgeCommit message (Collapse)Author
2021-03-19mimxrt1011: Fix reset-to-bootloaderJeff Epler
The definition of DBL_TAP_REG must match tinyuf2
2021-03-15run code formatting scriptmicroDev
2020-12-28update common_hal_reset_pin()microDev
2020-12-01address review commentsDan Halbert
2020-11-26deep sleep working; deep sleep delay when connectedDan Halbert
2020-11-22wipDan Halbert
2020-11-21wip: ResetReason to microcontroller.cpuDan Halbert
2020-10-27Add check for invalid io, function to disable all alarmsmicroDev
2020-10-27Add description of alarm modulesmicroDev
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-20Merge pull request #2898 from hierophect/mimxrt-claimingScott Shawcroft
MIMXRT: Implement pin claiming, pin reset, and pin protections
2020-05-19Re-add APA102Lucian Copeland
2020-05-19Remove pin/port distinctionLucian Copeland
2020-05-19Implement core requested changesLucian Copeland
2020-05-18mimxrt10xx: Fix cpu.temperature crasharturo182
Fixes #2514
2020-05-15Implement pin claiming, pin reset, and pin protectionsLucian Copeland
2020-02-19mimxrt10xx: Enable displayioarturo182
Closes #2466
2020-02-16Formatting updatesDave Marples
2020-02-14Updated formattingDave Marples
2020-02-12Fix alignment warningDave Marples
2020-01-17Refine iMX RT memory layout and add three boardsScott Shawcroft
Introduces a way to place CircuitPython code and data into tightly coupled memory (TCM) which is accessible by the CPU in a single cycle. It also frees up room in the corresponding cache for intermittent data. Loading from external flash is slow! The data cache is also now enabled. Adds support for the iMX RT 1021 chip. Adds three new boards: * iMX RT 1020 EVK * iMX RT 1060 EVK * Teensy 4.0 Related to #2492, #2472 and #2477. Fixes #2475.
2020-01-06Add initial MIMXRT10XX portarturo182