Commit Graph

47 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
380bfc0a63 fix portenta build, added core-m85.cmake/mk 2024-12-13 18:16:19 +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
4b39ecc519 update make build for ra 2024-12-13 08:53:54 +07:00
hathach
ec2f2f3523 rasc for portenta_c33 2024-12-12 23:50:50 +07:00
hathach
4d1f945096 rasc ra2a1_ek, but usb does not seem to work. Note fsp.ld need extra 0x100 byte for ROM registers to work. 2024-12-12 23:31:16 +07:00
hathach
ec1c8b99e2 rasc for ra4m1_ek 2024-12-12 16:30:09 +07:00
hathach
f294400a11 rasc for ra4m3 ek 2024-12-12 16:21:47 +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
241e436d19 support ra2a1 pipe numbering, fix ra2a1 ek led/button. Though usb not enumerated yet, probably due to bsp/clock setup 2024-04-10 19:17:23 +07:00
hathach
2f9700dc2b fix ram overflow with ram41 2024-04-05 16:28:17 +07:00
hathach
e0d632a954 add ra2a1 ek
also make some other changes
2023-11-15 16:07:44 +07:00
hathach
789e478d4d add portenta c33 bsp, add flash by dfu-util 2023-08-01 13:16:37 +07:00
hathach
3f788a4e5a enable USBMC for uno r4, add board_init_after_tusb() API
add BOARD_UPPERCASE for board detection
2023-07-31 19:09:40 +07:00
hathach
feb58ebd54 add uno r4 wih FLASH_IMAGE_START=0x4000, running but interrupt (systick) does not seems to work 2023-07-28 19:01:12 +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
1d6ca3bc9b fix ra4m3 ek build 2023-07-04 20:04:54 +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
ad7764b5b2 move vector_data.h and ioport_cfg.h to common family 2023-07-03 10:54:37 +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
hathach
54dc699ddd forgot board.mk for ra6m1 2023-07-01 17:43:06 +07:00
hathach
c5d958d104 add ra6m1 board 2023-07-01 17:27:45 +07:00
hathach
50381f7b4c refactor to match fsp_cfg 2023-07-01 17:09:09 +07:00
hathach
22fb66436d update linker 2023-07-01 16:40:47 +07:00
hathach
99e75e6a8a rework ra build 2023-07-01 12:41:12 +07:00
hathach
3cb4d73899 clean up ra makefile 2023-06-30 14:52:04 +07:00
hathach
eb7fcf1b74 add CPU_CORE for all family 2023-06-24 18:38:41 +07:00
hathach
e0b1de923c add ra4m1_ek board 2023-03-16 22:43:58 +07:00
hathach
2a10d5c20b rename ra board name 2023-03-16 11:39:53 +07:00
Rafael Silva
60aae59eeb style code for consistency with existing codebase 2022-06-02 09:35:30 +01:00
Rafael Silva
e0220c6594 fix int handling for host in ek_ra4m3 port 2022-06-02 09:35:30 +01:00
Rafael Silva
4c89776a27 add renesas ek-ra4m3 board port
Signed-off-by: Rafael Silva <rafaelsilva@ajtec.pt>
2022-06-02 09:35:30 +01:00