Dear NuttX developers,
I am currently working on a NuttX port for our Kinetis-based board and I
would like to contribute back some changes I found useful.
This set of patches consists of a small addition to the UART and some
improvements to the SPI.
Please, note that I have used ./tools/checkpatch.sh and received
.../kinetis_spi.c:790:78: error: Long line found
I am happy to fix that, but I have troubles with the appropriate value
-- I use editorconfig, where max_line_length is set to 78 and surely,
the "Long line found" has exactly 78 characters.
Thank you,
jiri
Jiri Vlasak (5):
arm/kinetis: Add SPI1, improve errors
arm/kinetis: Add FTM3 and its PIN defines
arm/kinetis: Add SPI's delay control
arm/kinetis: Rework SPI send data
arm/kinetis: Add SPI procedure to set PCS
Miloš Pokorný (1):
arm/kinetis: Add option to use RTS as RS-485 transmit enable
arch/arm/src/kinetis/Kconfig | 54 +++
arch/arm/src/kinetis/hardware/kinetis_dspi.h | 6 +
.../kinetis/hardware/kinetis_k60memorymap.h | 1 +
.../src/kinetis/hardware/kinetis_k60pinmux.h | 18 +
arch/arm/src/kinetis/kinetis.h | 2 +-
arch/arm/src/kinetis/kinetis_clockconfig.c | 9 +-
arch/arm/src/kinetis/kinetis_lowputc.c | 40 ++-
arch/arm/src/kinetis/kinetis_serial.c | 30 +-
arch/arm/src/kinetis/kinetis_spi.c | 337 ++++++++++++++----
arch/arm/src/kinetis/kinetis_spi.h | 30 ++
10 files changed, 443 insertions(+), 84 deletions(-)
--
2.47.3