summaryrefslogtreecommitdiff
path: root/ports/mimxrt10xx/common-hal
AgeCommit message (Expand)Author
2020-07-15supervisor: factor supervisor_background_tasks from sundry portsJeff Epler
2020-07-06Add license to some obvious files.Diego Elio Pettenò
2020-06-24Compiles!Scott Shawcroft
2020-06-24Add UART supportScott Shawcroft
2020-06-03Fix up end of file and trailing whitespace.Diego Elio Pettenò
2020-05-27Merge branch 'mimxrt-uart-oneway' into mimxrt-busio-cleanupLucian Copeland
2020-05-27translationsLucian Copeland
2020-05-27Merge branch 'mimxrt-uart-oneway' of https://github.com/hierophect/circuitpyt...Lucian Copeland
2020-05-27Change exception text and typeLucian Copeland
2020-05-27Add pin resetting across boards, fix array size detection issueLucian Copeland
2020-05-27Merge pull request #2961 from arturo182/i2c-exceptionarturo182
2020-05-26mimxrt10xx: Change exception type to match other portsarturo182
2020-05-22Merge remote-tracking branch 'upstream/master' into mimxrt-busio-cleanupLucian Copeland
2020-05-22Merge branch 'master' into mimxrt-uart-onewayhierophect
2020-05-22Minor style changes and translationsLucian Copeland
2020-05-21Merge branch 'master' into esp32s2_digitalioScott Shawcroft
2020-05-20Merge pull request #2898 from hierophect/mimxrt-claimingScott Shawcroft
2020-05-20Merge remote-tracking branch 'adafruit/master' into esp32s2_digitalioScott Shawcroft
2020-05-20Add UART one-way instance search, fix bugs in stm32 implementationLucian Copeland
2020-05-20Update digitalio api for other portsScott Shawcroft
2020-05-19Re-add APA102Lucian Copeland
2020-05-19Remove pin/port distinctionLucian Copeland
2020-05-19Implement core requested changesLucian Copeland
2020-05-18Merge pull request #2837 from k0d/serial-debugScott Shawcroft
2020-05-19Enable showing the console on a debug uartMark Olsson
2020-05-18Merge pull request #2925 from arturo182/imx-spiScott Shawcroft
2020-05-18mimxrt10xx: Fix cpu.temperature crasharturo182
2020-05-18mimxrt1010: Increase max SPI speedarturo182
2020-05-15Implement pin claiming, pin reset, and pin protectionsLucian Copeland
2020-05-06Merge pull request #2841 from hierophect/mimxrt-spi-onewayScott Shawcroft
2020-05-05text fixes, postpone warning disableLucian Copeland
2020-05-04make translate againDan Halbert
2020-05-01Add-unidirectional-SPILucian Copeland
2020-04-21ringbuf testedDan Halbert
2020-04-21further ringbuf cleanupDan Halbert
2020-04-14Merge remote-tracking branch 'adafruit/master' into lower_powerScott Shawcroft
2020-04-07Fix alarm so that it is correctly set.Scott Shawcroft
2020-04-06mimxrt1011: Only re-init SPI when it's actually neededarturo182
2020-03-31Fix iMX buildsScott Shawcroft
2020-03-31Merge remote-tracking branch 'adafruit/master' into lower_powerScott Shawcroft
2020-03-31mimxrt10xx: Fix neopixel_writearturo182
2020-03-27Update board.c's to remove remaining tick.hScott Shawcroft
2020-03-26mimxrt10xx: Return proper UART read length when everything was readarturo182
2020-03-24Get basic sleep going on the iMX RT 1011Scott Shawcroft
2020-02-28new pin validation routines; don't use mp_const_none if NULL will doDan Halbert
2020-02-27Fix I2C clock dividerDave Marples
2020-02-26Fix SPI clock speed on mimxrt10xx family & mimxrt1020 pinmux fixupDave Marples
2020-02-19mimxrt10xx: Enable displayioarturo182
2020-02-19Edits as a result of reviewDave Marples
2020-02-18Addition of RS485 supportDave Marples