circuitpython/ports/mimxrt10xx/common-hal
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
..
analogio run code formatting script 2021-03-15 19:27:36 +05:30
board Add license to some obvious files. 2020-07-06 19:16:25 +01:00
busio mimxrt: SPI: Set the TCR value returned by MasterBaudSetRate 2021-03-24 13:33:21 -05:00
digitalio run code formatting script 2021-03-15 19:27:36 +05:30
displayio Formatting fixes 2021-03-16 08:22:02 -05:00
microcontroller mimxrt1011: Fix reset-to-bootloader 2021-03-19 10:11:45 -05:00
neopixel_write run code formatting script 2021-03-15 19:27:36 +05:30
os run code formatting script 2021-03-15 19:27:36 +05:30
pulseio run code formatting script 2021-03-15 19:27:36 +05:30
pwmio run code formatting script 2021-03-15 19:27:36 +05:30
rtc run code formatting script 2021-03-15 19:27:36 +05:30
supervisor run code formatting script 2021-03-15 19:27:36 +05:30