summaryrefslogtreecommitdiff
path: root/hw/bsp/rx
AgeCommit message (Collapse)Author
2026-04-06remove IAR toolchain support from make build systemhathach
IAR is only supported with CMake. Remove all IAR-specific references from the Make build system including toolchain files, SRC_S_IAR, LD_FILE_IAR variables, and IAR toolchain detection. Also fix GET_SECTOR_COUNT truncation in msc_file_explorer and broken formatting in stm32f7 board_uart_write. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
2026-03-14update rx65n_target: correct pin configuration and remove unused USB ↵hathach
interrupt definitions
2026-03-13forgot to add fileshathach
add cmake support for rx
2026-02-28replace board_millis() with tusb_time_millis_api()hathach
2025-07-02remove legacy DEPS_SUBMODULES in makehathach
2024-12-27embed metadata to family.c and board.h to generate supported boards dochathach
2024-11-21fix cihathach
2024-04-09update gr_citrus as wellhathach
2024-04-09apply oldPRCR to board_init()hathach
2023-11-23make nanolib linking explicitly by each family/boardhathach
2023-09-27change hcd_int_handler(rhport, in_isr) signature: add in_isrhathach
change tuh_int_handler() to take in_isr as optional parameter (default = true)
2023-08-03more board_api.h renamehathach
2023-03-17fix trailing space and new linehathach
temporarily disable codespell
2023-03-16rename FREERTOS_PORT to FREERTOS_PORTABLE_SRChathach
also fix trailing spaces
2023-03-16rename file link to rusb2hathach
2023-03-11Merge branch 'master' into renesas-rahathach
2023-03-10fix cihathach
2023-03-08Merge branch 'master' into renesas-rahathach
2022-06-24add more warning option, also fix -Wconversion with rp2040hathach
-Wuninitialized, -Wunused, -Wredundant-decls
2022-06-02rework make freertos port handlingRafael Silva
this allows ports to specify a freertos port outside the FreeRTOS-Kernel lib directory, which would otherwise not be possible Signed-off-by: Rafael Silva <[email protected]>
2022-06-02generalize renesas LINK core driverRafael Silva
create local register access struct and move mcu specific code in preparation of support for other mcu families that use the LINK usb core Signed-off-by: Rafael Silva <[email protected]>
2022-06-02rename renesas driver to linkRafael Silva
link was chosen according to the name for the usb core on datasheets, LINK core Signed-off-by: Rafael Silva <[email protected]>
2022-02-25rename TUSB_OPT_HOST_ENABLED to CFG_TUH_ENABLEDhathach
2022-02-25rename TUSB_OPT_DEVICE_ENABLED to CFG_TUD_ENABLEDhathach
TUSB_OPT_DEVICE_ENABLED still usable for backward compatible
2021-12-27Increase stack sizekkitayam
2021-12-27Add hcd for Renesas RXkkitayam
2021-10-17more with -Wcast-qualhathach
2021-07-02extend stack areas to enable loggingkkitayam
add dummy functions to avoid warnings when logging is enable remove codes regarding OPTLIB
2021-06-29fix typohathach
2021-06-29rename rx65n cloud kit to targethathach
adding note for adding jlink support for rx65n_target board
2021-06-28update doc and clean uphathach
2021-06-28rename rx63n to simply rxhathach