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

Open
wants to merge 34 commits into
base: master
Choose a base branch
from

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).

@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 4 times, most recently from 08c6959 to 2a0a6fa Compare June 26, 2024 17:53
…C compiler. Fix documentation spelling errors. Improve documentation.
…rget development board has no external clocks, so use onboard high speed clock (HOCO).
…code for jump and gate switching to user mode if not already in it (so code works in test-app).
…o provide offset to entry function. Improve RX arch flags for portability for building with older compiler. Cleanup the USE_GCC and GDB debugging options.
…FIFO and clearing status flags by writing 0. Added native RX support for internal flash erase/write. Enable support for RAM_CODE.
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