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 |
|
Ha Thach
|
af1346c748
|
Merge pull request #2466 from wavenumber-eng/MCX
TinyUSB stack ported to MCXA and MXCN freedom boards.
|
2024-04-08 12:30:25 +07:00 |
|
hathach
|
7f7dca7b15
|
fix configENABLE_FPU=0 for cortex-m33+nodsp
|
2024-04-08 11:04:15 +07:00 |
|
hathach
|
dd3db9cc0c
|
fix ra2a1 fpu with freertos
|
2024-04-06 00:18:51 +07:00 |
|
hathach
|
2f9700dc2b
|
fix ram overflow with ram41
|
2024-04-05 16:28:17 +07:00 |
|
hathach
|
1a3f5f7a09
|
update FreeRTOSConfig.h
- remove configAssert()
- configCHECK_HANDLER_INSTALLATION=0 (to prevent unused-parameter error with configAssert(x)=nil
|
2023-12-18 20:33:43 +07:00 |
|
hathach
|
7213b8abb1
|
move tools/cmake to examples/build_system
|
2023-11-23 20:06:22 +07:00 |
|
hathach
|
82880eecbd
|
make nanolib linking explicitly by each family/board
|
2023-11-23 12:43:13 +07:00 |
|
hathach
|
fbf64b122d
|
switch freertos to static allocation only (dynamic = 0), since it is possible now with latest freertos cmake
|
2023-11-16 22:12:38 +07:00 |
|
hathach
|
e0d632a954
|
add ra2a1 ek
also make some other changes
|
2023-11-15 16:07:44 +07:00 |
|
hathach
|
3b0ffd0f48
|
change hcd_int_handler(rhport, in_isr) signature: add in_isr
change tuh_int_handler() to take in_isr as optional parameter (default =
true)
|
2023-09-27 15:51:03 +07:00 |
|
hathach
|
ef5bd9ee6c
|
Merge branch 'master' into enhance-bsp
|
2023-08-04 00:31:12 +07:00 |
|
Ha Thach
|
6d03bb9ffc
|
Merge pull request #2052 from arduino/renesas_ra_hs_rebased
Renesas_RA: add support for board with HS USB port
|
2023-08-03 20:41:13 +07:00 |
|
hathach
|
a5768f52b4
|
more board_api.h rename
|
2023-08-03 15:50:52 +07:00 |
|
hathach
|
473f37df95
|
add osal queue name if needed
also mass change configQUEUE_REGISTRY_SIZE = 4
|
2023-08-03 12:05:21 +07:00 |
|
hathach
|
47ae883ba0
|
fix build with -flto
|
2023-08-01 17:26:56 +07:00 |
|
hathach
|
04f1a34c39
|
add rusb2_common.c for dynami irq
|
2023-08-01 17:03:07 +07:00 |
|
hathach
|
40833b585b
|
enable flto for ra makefile
- remove ra from ci make build since it is already in cmake ci
|
2023-08-01 15:44:54 +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
|
0d9973ef87
|
enable_irq since uno bootloader can disable it. systick triggered, however usb still not work with uno
|
2023-07-31 16:21:19 +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
|
95b77a0e73
|
add rusb2_module_start(), more update for multiple ports for dcd rusb2
|
2023-07-06 15:54:07 +07:00 |
|
hathach
|
f308435b64
|
update ra type to include usbhs registers
|
2023-07-06 09:34:33 +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
|
04b1a67898
|
Merge branch 'master' into renesas_ra_hs_rebased
|
2023-07-03 13:09:43 +07:00 |
|
hathach
|
d5d1b43eb9
|
board pin data clean up
|
2023-07-03 12:07:27 +07:00 |
|
hathach
|
4080ab3d03
|
wrap up ra update
|
2023-07-03 11:22:19 +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 |
|
Martino Facchin
|
a349869906
|
renesas_ra: fix existing boards support
|
2023-05-03 10:06:58 +02:00 |
|
Martino Facchin
|
be54870c3b
|
renesas_ra: add support for HS port
|
2023-05-03 10:02:24 +02:00 |
|