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

Conversation

dgarske
Copy link
Contributor

@dgarske dgarske commented Feb 16, 2024

  • 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 Renesas RX TSIP ECDSA support wolfssl#7685).
  • Allow custom implementation of get_trailer_at, set_trailer_at and set_partition_magic using CUSTOM_PARTITION_TRAILER

@dgarske dgarske self-assigned this Feb 16, 2024
@dgarske dgarske force-pushed the renesas_rx branch 4 times, most recently from f1a4a6e to 0c4793e Compare February 22, 2024 20:41
@dgarske dgarske force-pushed the renesas_rx branch 2 times, most recently from 3729f8e to c3a147f Compare March 8, 2024 21:37
@dgarske dgarske force-pushed the renesas_rx branch 2 times, most recently from 8869b80 to 31a0e40 Compare April 26, 2024 19:03
@dgarske dgarske marked this pull request as ready for review May 10, 2024 18:32
@dgarske dgarske requested a review from danielinux May 30, 2024 23:38
@dgarske dgarske removed the request for review from danielinux May 31, 2024 12:53
@dgarske dgarske changed the title Adding support for Renesas RX65N Adding support for Renesas RX (RX65N and RX72N) Jun 4, 2024
@dgarske dgarske force-pushed the renesas_rx branch 6 times, most recently from ae03ddd to bd45a09 Compare June 28, 2024 19:46
@dgarske dgarske requested a review from danielinux July 17, 2024 00:48
@dgarske dgarske assigned danielinux and unassigned dgarske Jul 17, 2024
…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
Copy link
Contributor Author

dgarske commented Jul 17, 2024

@danielinux this PR is ready for merge. I've squashed it and finished all customer testing.

@danielinux danielinux merged commit 3444c47 into wolfSSL:master Jul 17, 2024
94 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants