summaryrefslogtreecommitdiff
path: root/hw/bsp/ra
AgeCommit message (Expand)Author
2026-07-13rusb2: EP0 OUT reliability, HS UTMI PHY power-up, FS-only build supporthathach
2026-04-06remove IAR toolchain support from make build systemhathach
2026-04-04make board_uart_read()/write() return -1 when unimplemented for consistency a...hathach
2026-02-28replace board_millis() with tusb_time_millis_api()hathach
2025-11-25bsp: Disable SysTick ISR if FreeRTOS is enabledZixun LI
2025-10-23refactor family.cmake: rename add_board_target() to family_add_board() and mo...hathach
2025-10-14fix lots of warnings for missing-prototypes for irqhandlerhathach
2025-01-25cmake remove EXAMPLE-tinyusb target as libraryhathach
2025-01-24add cmake RTOS=zephyr (default noos) for zephyr buildhathach
2025-01-22- change to use CMAKE_SYSTEM_CPU to prevent CMAKE_SYSTEM_PROCESSOR conflict w...hathach
2024-12-27embed metadata to family.c and board.h to generate supported boards dochathach
2024-12-17Merge branch 'refs/heads/master' into fork/HiFiPhile/rt1170hathach
2024-12-16fix warning due to bsp_rom_registers.chathach
2024-12-16make sure g_bsp_rom_registers is not dropped by linker in cmake build.hathach
2024-12-13fix portenta build, added core-m85.cmake/mkhathach
2024-12-13update build for ra8m1: usbfs work, but usbhs not working just yet. Probably ...hathach
2024-12-13ra8m1_ek led and button workshathach
2024-12-13update make build for rahathach
2024-12-12rasc for portenta_c33hathach
2024-12-12rasc ra2a1_ek, but usb does not seem to work. Note fsp.ld need extra 0x100 by...hathach
2024-12-12rasc for ra4m1_ekhathach
2024-12-12rasc for ra4m3 ekhathach
2024-12-12used pin generated by raschathach
2024-12-12more migrate to ra smart configuratorhathach
2024-12-10change ra bsp to match fsp generated directoryhathach
2024-11-30Fix cmake options.HiFiPhile
2024-11-30Add bin & hex output to cmake targets.HiFiPhile
2024-10-10add new tusb_int_handler(rhport, in_isr) as common irq handlerhathach
2024-07-19add ra4m1 ek for hil testhathach
2024-04-10support ra2a1 pipe numbering, fix ra2a1 ek led/button. Though usb not enumera...hathach
2024-04-08Merge pull request #2466 from wavenumber-eng/MCXHa Thach
2024-04-08fix configENABLE_FPU=0 for cortex-m33+nodsphathach
2024-04-06fix ra2a1 fpu with freertoshathach
2024-04-05fix ram overflow with ram41hathach
2023-12-18update FreeRTOSConfig.hhathach
2023-11-23move tools/cmake to examples/build_systemhathach
2023-11-23make nanolib linking explicitly by each family/boardhathach
2023-11-16switch freertos to static allocation only (dynamic = 0), since it is possible...hathach
2023-11-15add ra2a1 ekhathach
2023-09-27change hcd_int_handler(rhport, in_isr) signature: add in_isrhathach
2023-08-04Merge branch 'master' into enhance-bsphathach
2023-08-03Merge pull request #2052 from arduino/renesas_ra_hs_rebasedHa Thach
2023-08-03more board_api.h renamehathach
2023-08-03add osal queue name if neededhathach
2023-08-01fix build with -fltohathach
2023-08-01add rusb2_common.c for dynami irqhathach
2023-08-01enable flto for ra makefilehathach
2023-08-01add portenta c33 bsp, add flash by dfu-utilhathach
2023-07-31enable USBMC for uno r4, add board_init_after_tusb() APIhathach
2023-07-31enable_irq since uno bootloader can disable it. systick triggered, however us...hathach