summaryrefslogtreecommitdiff
path: root/hw/bsp/ra
AgeCommit message (Expand)Author
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
2023-07-28add uno r4 wih FLASH_IMAGE_START=0x4000, running but interrupt (systick) does...hathach
2023-07-26refactored multiple ports for hcd rusb2hathach
2023-07-26increase stack size for 6 series to 0x1000, 4 series to 0x800hathach
2023-07-26updating hcd rusb2hathach
2023-07-07add PORT selection for makefilehathach
2023-07-07fully work with multiple ports without CFG_TUSB_RHPORT0/1hathach
2023-07-07correct setting trace clockhathach
2023-07-06add rusb2_module_start(), more update for multiple ports for dcd rusb2hathach
2023-07-06update ra type to include usbhs registershathach
2023-07-05usb hs work with ra 6m5 ekhathach
2023-07-04fix ra4m3 ek buildhathach
2023-07-04update fsp to version 4.5, correct RA BSP. Fix ETM Trace with 6m5 by lowering...hathach
2023-07-03add jlinkscript for detect rtthathach
2023-07-03Merge branch 'master' into renesas_ra_hs_rebasedhathach
2023-07-03board pin data clean uphathach
2023-07-03wrap up ra updatehathach
2023-07-03move files aroundhathach
2023-07-03move vector_data.h and ioport_cfg.h to common familyhathach
2023-07-02add etm trace for 6m5hathach
2023-07-01initial ra6m5 ek, board_test led + sw workshathach
2023-07-01forgot board.mk for ra6m1hathach
2023-07-01add ra6m1 boardhathach
2023-07-01refactor to match fsp_cfghathach
2023-07-01update linkerhathach
2023-07-01rework ra buildhathach
2023-06-30clean up ra makefilehathach
2023-06-24add CPU_CORE for all familyhathach