Commit Graph

21 Commits

Author SHA1 Message Date
hathach
6080f89f3d - change to use CMAKE_SYSTEM_CPU to prevent CMAKE_SYSTEM_PROCESSOR conflict with zephyr
- change tinyusb CMakeLists.txt to function tinyusb_target_add() instead of defining tinyusb lib target
2025-01-22 22:31:08 +07:00
hathach
6a36c74b10 embed metadata to family.c and board.h to generate supported boards doc 2024-12-27 09:11:09 +07:00
hathach
656772fc9d make sure g_bsp_rom_registers is not dropped by linker in cmake build.
always reserve 0x100 for option setting in linker to prevent possible bricked mcu
2024-12-16 22:03:06 +07:00
hathach
0785daecc1 update build for ra8m1: usbfs work, but usbhs not working just yet. Probably missing configuration or clock setup 2024-12-13 17:28:45 +07:00
hathach
c79890c359 ra8m1_ek led and button works 2024-12-13 12:50:51 +07:00
hathach
8f2b1bc7b9 used pin generated by rasc 2024-12-12 16:07:30 +07:00
hathach
69dd473a4c more migrate to ra smart configurator 2024-12-12 13:17:15 +07:00
hathach
b5e84d26c2 change ra bsp to match fsp generated directory 2024-12-10 22:17:18 +07:00
hathach
6b6dcc6c09 refactored multiple ports for hcd rusb2 2023-07-26 19:52:33 +07:00
hathach
1cb3f0e92a increase stack size for 6 series to 0x1000, 4 series to 0x800 2023-07-26 18:56:13 +07:00
hathach
fbaa148fe0 updating hcd rusb2
- make osal_task_delay() as weak function in usbh
- implement osal_task_delay() in hcd rusb2 (may moved to other places)
2023-07-26 18:55:41 +07:00
hathach
88478a9d05 add PORT selection for makefile 2023-07-07 16:24:22 +07:00
hathach
e0f1ba8b0e fully work with multiple ports without CFG_TUSB_RHPORT0/1 2023-07-07 16:07:11 +07:00
hathach
4bbacb1008 correct setting trace clock 2023-07-07 11:07:57 +07:00
hathach
f79529c09c usb hs work with ra 6m5 ek 2023-07-05 17:13:01 +07:00
hathach
071c30f381 update fsp to version 4.5, correct RA BSP. Fix ETM Trace with 6m5 by lowering PLL to 128Mhz. 2023-07-04 19:27:37 +07:00
hathach
bb0e688b8e add jlinkscript for detect rtt 2023-07-03 16:35:22 +07:00
hathach
d5d1b43eb9 board pin data clean up 2023-07-03 12:07:27 +07:00
hathach
960d9fa6f1 move files around 2023-07-03 11:03:50 +07:00
hathach
787229a35e add etm trace for 6m5 2023-07-02 23:39:43 +07:00
hathach
ec02ddf986 initial ra6m5 ek, board_test led + sw works 2023-07-01 21:43:52 +07:00