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 RX65N #408

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

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 240Mhz.
  • Added RX RSPI driver support with external SPI flash
  • Improve documentation and fix spelling errors.
  • Added .srec (s-record) format support

@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 added 13 commits May 10, 2024 11:07
…C compiler. Fix documentation spelling errors. Improve documentation.
…rget development board has no external clocks, so use onboard high speed clock (HOCO).
…n Renesas RX. Support for build-time switching of endianess (`BIG_ENDIAN=1`).
…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.
@dgarske dgarske marked this pull request as ready for review May 10, 2024 18:32
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

1 participant