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 26 commits into
base: master
Choose a base branch
from

Commits on May 31, 2024

  1. Adding support for RX65N and RX72N with native Makefile and RX ELF GC…

    …C compiler. Fix documentation spelling errors. Improve documentation.
    dgarske committed May 31, 2024
    Configuration menu
    Copy the full SHA
    61bd21d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ed1add View commit details
    Browse the repository at this point in the history
  3. Support for running from on-chip high speed oscillator (HOCO). The ta…

    …rget development board has no external clocks, so use onboard high speed clock (HOCO).
    dgarske committed May 31, 2024
    Configuration menu
    Copy the full SHA
    13028fa View commit details
    Browse the repository at this point in the history
  4. Fix stack issue and implement RX GCC do_boot. Increased user stack …

    …to 16KB and interrupt stack to 4KB.
    dgarske committed May 31, 2024
    Configuration menu
    Copy the full SHA
    01fe472 View commit details
    Browse the repository at this point in the history
  5. Fixes for test-app. Fixes and cleanups for big endian data handling o…

    …n Renesas RX. Support for build-time switching of endianess (`BIG_ENDIAN=1`).
    dgarske committed May 31, 2024
    Configuration menu
    Copy the full SHA
    2ea4f84 View commit details
    Browse the repository at this point in the history
  6. Improvements for endianess.

    dgarske committed May 31, 2024
    Configuration menu
    Copy the full SHA
    abbb97f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aecd27d View commit details
    Browse the repository at this point in the history
  8. Added srecord output support. Added RX GPIO registers. Fixed startup …

    …code for jump and gate switching to user mode if not already in it (so code works in test-app).
    dgarske committed May 31, 2024
    Configuration menu
    Copy the full SHA
    a7202dc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b6a6d23 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ffb3dfa View commit details
    Browse the repository at this point in the history
  11. Fix GPL version.

    dgarske committed May 31, 2024
    Configuration menu
    Copy the full SHA
    89aa922 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    247b237 View commit details
    Browse the repository at this point in the history
  13. Fix RTC clock stop issue. Add new BOOT_ENTRY_OFFSET option for RX t…

    …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 committed May 31, 2024
    Configuration menu
    Copy the full SHA
    ab79ed8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    48ba0c4 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ca0f1cc View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a7a4587 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    43a6330 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b32bb02 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    547f72e View commit details
    Browse the repository at this point in the history
  20. Support for Renesas RX QSPI.

    dgarske committed May 31, 2024
    Configuration menu
    Copy the full SHA
    f2afd3c View commit details
    Browse the repository at this point in the history
  21. QSPI fixes.

    dgarske committed May 31, 2024
    Configuration menu
    Copy the full SHA
    fa64ff6 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    c937a43 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    649c37b View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    1aee86b View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Fixes for RX QSPI and Flash after additional testing. QSPI fixes for …

    …FIFO and clearing status flags by writing 0. Added native RX support for internal flash erase/write. Enable support for RAM_CODE.
    dgarske committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    6d69959 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d34d8b6 View commit details
    Browse the repository at this point in the history