circuitpython/ports
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
..
atmel-samd Merge pull request #4449 from ladyada/main 2021-03-20 13:37:31 -04:00
cxd56 Merge pull request #4415 from jepler/pre-commit-no-run-if-empty 2021-03-16 09:54:12 -05:00
esp32s2 swap recvfrom_into() port byte-order 2021-03-22 20:03:26 -05:00
litex run code formatting script 2021-03-15 19:27:36 +05:30
mimxrt10xx mimxrt: SPI: Set the TCR value returned by MasterBaudSetRate 2021-03-24 13:33:21 -05:00
nrf Merge pull request #4421 from kattni/led-pin 2021-03-16 18:58:14 -05:00
raspberrypi Improve Winbond naming and correct board settings 2021-03-23 09:06:48 -07:00
stm fix stm compiler error 2021-03-19 11:04:46 -04:00
unix run code formatting script 2021-03-15 19:27:36 +05:30