| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-31 | mimxrt10xx: Fix bogus assertion. | Jeff Epler | |
| .. as noted by @d-c-d | |||
| 2021-03-30 | mimxrt1011: UART: Add additional error checking | Jeff Epler | |
| .. and make the 'invalid pin' messages standard. Closes #4502 | |||
| 2021-03-26 | Parenthesize double-division for clarity | Jeff Epler | |
| 2021-03-26 | mimxrt10xx: Use the proper "betweenTransferDelay" (et al) values | Jeff Epler | |
| Set the betweenTransferDelay to the SCK low-time, to avoid long pauses between bytes (transfers) while preventing the last SCK cycle in a byte from being a runt pulse. Compared to an earlier revision of this change, which just set the delays all to zero, this doesn't break using an AirLift, which was sensitive to the runt pulses (the simple loopback-wire test didn't detect the problem) | |||
| 2021-03-26 | mimxrt10xx: Factor out "transfer_common" | Jeff Epler | |
| .. and set the "MasterPcsContinuous" flag, which removes some of the gap between bytes of a single SPI transaction | |||
| 2021-03-26 | mimxrt10xx: busio: cap SPI baudrate at 30MHz per datasheet | Jeff Epler | |
| 2021-03-24 | mimxrt: SPI: Set the TCR value returned by MasterBaudSetRate | Jeff Epler | |
| without this, the baud rate could be wrong; in my testing, it was low by a factor of 2 when requesating baudrate=1_000_000 (1MHz). When passing the baudrate in to LPSPI_MasterInit, the setting is made automatically, but LPSPI_MAster_SetBaudRate just returns it via the out-parameter tcrPrescaleValue. | |||
| 2021-03-15 | run code formatting script | microDev | |
| 2021-02-25 | implement suggested changes | microDev | |
| - add internal buffering - rtc initialization fix | |||
| 2021-02-07 | adds: maximum retries on SPI busy | Philip Jander | |
| 2021-02-07 | chore: whitespace fixed | Philip Jander | |
| 2021-02-07 | adds: idle loop to wait for SPI not busy (mimxrt10xx) | Philip Jander | |
| 2021-02-03 | Initial commit. Edited error messages in .c files | BiffoBear | |
| 2020-12-28 | update common_hal_reset_pin() | microDev | |
| 2020-07-06 | Add license to some obvious files. | Diego Elio Pettenò | |
| 2020-06-24 | Compiles! | Scott Shawcroft | |
| 2020-06-24 | Add UART support | Scott Shawcroft | |
| 2020-06-03 | Fix 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-27 | Merge branch 'mimxrt-uart-oneway' into mimxrt-busio-cleanup | Lucian Copeland | |
| 2020-05-27 | translations | Lucian Copeland | |
| 2020-05-27 | Change exception text and type | Lucian Copeland | |
| 2020-05-27 | Add pin resetting across boards, fix array size detection issue | Lucian Copeland | |
| 2020-05-26 | mimxrt10xx: Change exception type to match other ports | arturo182 | |
| 2020-05-22 | Minor style changes and translations | Lucian Copeland | |
| 2020-05-20 | Add UART one-way instance search, fix bugs in stm32 implementation | Lucian Copeland | |
| 2020-05-18 | Merge pull request #2837 from k0d/serial-debug | Scott Shawcroft | |
| Add support for a debug console, such as ST-Link VCP. | |||
| 2020-05-19 | Enable showing the console on a debug uart | Mark Olsson | |
| 2020-05-18 | mimxrt1010: Increase max SPI speed | arturo182 | |
| 2020-05-06 | Merge pull request #2841 from hierophect/mimxrt-spi-oneway | Scott Shawcroft | |
| mimxrt10xx: add one-directional SPI | |||
| 2020-05-05 | text fixes, postpone warning disable | Lucian Copeland | |
| 2020-05-01 | Add-unidirectional-SPI | Lucian Copeland | |
| 2020-04-21 | ringbuf tested | Dan Halbert | |
| 2020-04-21 | further ringbuf cleanup | Dan Halbert | |
| 2020-04-06 | mimxrt1011: Only re-init SPI when it's actually needed | arturo182 | |
| If some crazy code (*cough* FourWire) decides to reconfigure the bus before every transfer, it might get a bit slow... | |||
| 2020-03-26 | mimxrt10xx: Return proper UART read length when everything was read | arturo182 | |
| 2020-02-28 | new pin validation routines; don't use mp_const_none if NULL will do | Dan Halbert | |
| 2020-02-27 | Fix I2C clock divider | Dave Marples | |
| 2020-02-26 | Fix SPI clock speed on mimxrt10xx family & mimxrt1020 pinmux fixup | Dave Marples | |
| 2020-02-19 | Edits as a result of review | Dave Marples | |
| 2020-02-18 | Addition of RS485 support | Dave Marples | |
| 2020-02-18 | Addition of RTS/CTS/RS485 UART functionality | Dave Marples | |
| 2020-01-10 | add flag to i.mx port | Dan Halbert | |
| 2020-01-06 | Add initial MIMXRT10XX port | arturo182 | |
