wolfBoot/hal/spi
David Garske 3444c47fdb * Added support for RX65N and RX72N with native Makefile and RX ELF GCC compiler.
* Added initialization of the clocks and UART driver.
   - wolfBoot uses on chip high speed oscillator (HOCO) at (120MHz RX65N and 240Mhz for RX72N).
* Added RX RSPI and QSPI driver support with external SPI flash
* Improve documentation and fix spelling errors.
* Added .srec (s-record) format support
* Added RX TSIP support for ECDSA (requires https://github.com/wolfSSL/wolfssl/pull/7685).
* Allow custom implementation of `get_trailer_at`, `set_trailer_at` and `set_partition_magic` using `CUSTOM_PARTITION_TRAILER`
2024-07-17 06:08:31 +02:00
..
spi_drv_nrf52.c Update license GPL2 -> GPL3 2024-04-16 16:46:15 +02:00
spi_drv_nrf52.h Update license GPL2 -> GPL3 2024-04-16 16:46:15 +02:00
spi_drv_nxp.c Update license GPL2 -> GPL3 2024-04-16 16:46:15 +02:00
spi_drv_nxp.h Update license GPL2 -> GPL3 2024-04-16 16:46:15 +02:00
spi_drv_renesas_rx.c * Added support for RX65N and RX72N with native Makefile and RX ELF GCC compiler. 2024-07-17 06:08:31 +02:00
spi_drv_renesas_rx.h * Added support for RX65N and RX72N with native Makefile and RX ELF GCC compiler. 2024-07-17 06:08:31 +02:00
spi_drv_stm32.c Update license GPL2 -> GPL3 2024-04-16 16:46:15 +02:00
spi_drv_stm32.h Update license GPL2 -> GPL3 2024-04-16 16:46:15 +02:00
spi_drv_zynq.c Update license GPL2 -> GPL3 2024-04-16 16:46:15 +02:00
spi_drv_zynq.h Update license GPL2 -> GPL3 2024-04-16 16:46:15 +02:00