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

Renesas ra hs rebased from #2052 #2192

Merged
merged 44 commits into from
Aug 3, 2023
Merged

Renesas ra hs rebased from #2052 #2192

merged 44 commits into from
Aug 3, 2023

Commits on May 3, 2023

  1. Configuration menu
    Copy the full SHA
    be54870 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4afed62 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f7e7b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a349869 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6ff62c0 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Configuration menu
    Copy the full SHA
    161c95f View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. renesas: provide default for CFG_TUSB_RHPORT1_MODE

    Should fix CI failure for Renesas RX family
    facchinm committed May 17, 2023
    Configuration menu
    Copy the full SHA
    32f9f45 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. renesas_rx: fix compilation on latest GCC

    __CCRX__ only applyes to version 4 of RX family compiler http://tool-support.renesas.com/autoupdate/support/onlinehelp/csp/V4.01.00/CS+.chm/Compiler-CCRX.chm/Output/ccrx04c0201y.html
    
    __RX__ is one of the macros exported by latest gcc (gcc_8.3.0.202305_rx_elf)
    facchinm committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    cdae66c View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'mainline/master' into HEAD

    Update fsp to 4.0.0
    facchinm committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    cdbd3a0 View commit details
    Browse the repository at this point in the history
  3. renesas_ra: fix wrong ifdef

    Since CFG_TUSB_RHPORT1_MODE is always defined now for backwards compatibility
    facchinm committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    2b735ee View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Configuration menu
    Copy the full SHA
    04b1a67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb0e688 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. update fsp to version 4.5, correct RA BSP. Fix ETM Trace with 6m5 by …

    …lowering PLL to 128Mhz.
    hathach committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    071c30f View commit details
    Browse the repository at this point in the history
  2. fix ra4m3 ek build

    hathach committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    1d6ca3b View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. usb hs work with ra 6m5 ek

    hathach committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    f79529c View commit details
    Browse the repository at this point in the history
  2. minor pipe clean up

    hathach committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    4f4c935 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Configuration menu
    Copy the full SHA
    f308435 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95b77a0 View commit details
    Browse the repository at this point in the history
  3. more multiple ports update

    hathach committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    1eefc2b View commit details
    Browse the repository at this point in the history
  4. fix build with rx

    hathach committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    c53acb1 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. correct setting trace clock

    hathach committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    4bbacb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c15610 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0f1ba8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    88478a9 View commit details
    Browse the repository at this point in the history
  5. enable host example for ra

    hathach committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    f7e7ba9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0f53e74 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    b56c4fe View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. updating hcd rusb2

    - make osal_task_delay() as weak function in usbh
    - implement osal_task_delay() in hcd rusb2 (may moved to other places)
    hathach committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    fbaa148 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cb3f0e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b6dcc6 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    ec093be View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. fix ci

    hathach committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    6021803 View commit details
    Browse the repository at this point in the history
  2. - revert usb address

    - more clean up
    hathach committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    e56d544 View commit details
    Browse the repository at this point in the history
  3. add uno r4 wih FLASH_IMAGE_START=0x4000, running but interrupt (systi…

    …ck) does not seems to work
    hathach committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    feb58eb View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. enable_irq since uno bootloader can disable it. systick triggered, ho…

    …wever usb still not work with uno
    hathach committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    0d9973e View commit details
    Browse the repository at this point in the history
  2. revert out of scope changes

    hathach committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    cb47231 View commit details
    Browse the repository at this point in the history
  3. enable USBMC for uno r4, add board_init_after_tusb() API

    add BOARD_UPPERCASE for board detection
    hathach committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    3f788a4 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. fix board name with dash

    hathach committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    1cccbaf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    789e478 View commit details
    Browse the repository at this point in the history
  3. enable flto for ra makefile

    - remove ra from ci make build since it is already in cmake ci
    hathach committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    40833b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    965627e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    04f1a34 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f04e510 View commit details
    Browse the repository at this point in the history
  7. fix build with -flto

    hathach committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    47ae883 View commit details
    Browse the repository at this point in the history