summaryrefslogtreecommitdiff
path: root/hw/bsp/ra/family.cmake
AgeCommit message (Collapse)Author
2025-10-23refactor family.cmake: rename add_board_target() to family_add_board() and ↵hathach
move it to family_configure_common() also move startup and linker from board target to actual exe
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
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
always reserve 0x100 for option setting in linker to prevent possible bricked mcu
2024-12-13update build for ra8m1: usbfs work, but usbhs not working just yet. Probably ↵hathach
missing configuration or clock setup
2024-12-13update make build for rahathach
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
Signed-off-by: HiFiPhile <[email protected]>
2024-11-30Add bin & hex output to cmake targets.HiFiPhile
2023-11-23move tools/cmake to examples/build_systemhathach
2023-08-01add rusb2_common.c for dynami irqhathach
2023-08-01add portenta c33 bsp, add flash by dfu-utilhathach
2023-07-26updating hcd rusb2hathach
- make osal_task_delay() as weak function in usbh - implement osal_task_delay() in hcd rusb2 (may moved to other places)
2023-07-07add PORT selection for makefilehathach
2023-07-07correct setting trace clockhathach
2023-07-06update ra type to include usbhs registershathach
2023-07-04update fsp to version 4.5, correct RA BSP. Fix ETM Trace with 6m5 by ↵hathach
lowering PLL to 128Mhz.
2023-07-03Merge branch 'master' into renesas_ra_hs_rebasedhathach
2023-07-01initial ra6m5 ek, board_test led + sw workshathach
2023-07-01refactor to match fsp_cfghathach
2023-07-01update linkerhathach
2023-07-01rework ra buildhathach