Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding support for Renesas RX (RX65N and RX72N) #408

Merged
merged 1 commit into from
Jul 17, 2024

Commits on Jul 17, 2024

  1. * Added support for RX65N and RX72N with native Makefile and RX ELF G…

    …CC 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 wolfSSL/wolfssl#7685).
    * Allow custom implementation of `get_trailer_at`, `set_trailer_at` and `set_partition_magic` using `CUSTOM_PARTITION_TRAILER`
    dgarske committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    2ca78bb View commit details
    Browse the repository at this point in the history