circuitpython/ports/mimxrt10xx/common-hal/busio
Jeff Epler b440883fe5 mimxrt: SPI: Set the TCR value returned by MasterBaudSetRate
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-24 13:33:21 -05:00
..
__init__.c Add initial MIMXRT10XX port 2020-01-06 21:08:49 +01:00
I2C.c run code formatting script 2021-03-15 19:27:36 +05:30
I2C.h Add pin resetting across boards, fix array size detection issue 2020-05-27 11:45:15 -04:00
OneWire.h Add initial MIMXRT10XX port 2020-01-06 21:08:49 +01:00
SPI.c mimxrt: SPI: Set the TCR value returned by MasterBaudSetRate 2021-03-24 13:33:21 -05:00
SPI.h Add-unidirectional-SPI 2020-05-01 13:15:38 -04:00
UART.c run code formatting script 2021-03-15 19:27:36 +05:30
UART.h run code formatting script 2021-03-15 19:27:36 +05:30