8679 Commits

Author SHA1 Message Date
hathach
f74ee9c4ed
change rx url 2024-12-17 10:54:03 +07:00
hathach
73ec14d926
install libc++ for clang build fuzzer 2024-12-17 00:35:05 +07:00
hathach
7e207e4f4a
fix warning due to bsp_rom_registers.c 2024-12-16 23:48:44 +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
ad0ac6780d
change OPT_MCU_RAXXX, fix missing prototype warnings. 2024-12-13 17:33:21 +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
Ha Thach
cb22301f91
Merge pull request #2898 from hathach/update-h5-bsp
correct clock setting for h563 nucleo
2024-12-06 16:36:31 +07:00
Ha Thach
ed4b1a9b68
Merge pull request #2656 from lijunru-hub/feat/uvc_support_frame_based
feat(uvc): support format frame based
2024-12-06 16:25:32 +07:00
hathach
6cc2c98daf
correct clock setting for h563 nucleo 2024-12-06 16:12:19 +07:00
Ha Thach
310b8657f0
try to run arm-iar with circleci with new token (#2890)
* try to run arm-iar with circleci with new token
* limit iar ci parallel build to 4 for medium+ and 6 for large
* add hil-hfp to compile and test with IAR
2024-12-05 18:01:16 +07:00
Ha Thach
eabf68bd91
Merge pull request #2895 from tannewt/p4_fixes
Disable DWC HCD interrupt with MAX3421
2024-12-03 14:25:24 +07:00
Scott Shawcroft
3653c23240
Disable DWC HCD interrupt with MAX3421 enabled
hcd_int_handler isn't found otherwise.
2024-12-02 12:35:32 -08:00
Ha Thach
2179fb1bd9
Merge pull request #2891 from roma-jam/fix/dcd_dwc2_counters
fix(dcd_dwc2): Fix EP IN counters assignment and usage
2024-11-29 14:07:30 +07:00
Ha Thach
444277f4a2
Merge pull request #2892 from roma-jam/fix/usbd_control_debug_buffer_name
refactor(usbd_control): Updated the buffer name for deeper debug
2024-11-29 11:22:29 +07:00
Roman Leonov
ecc65a86c8 refactor(usbd_control): Updated the buffer name for deeper debug 2024-11-28 13:16:06 +01:00
Roman Leonov
239443c197 fix(dcd_dwc2): Correct usage of dwc2_controller 2024-11-28 13:11:54 +01:00
Roman Leonov
741fdaaee7 fix(dcd_dwc2): Reset allocated_epin_count on bus reset and close all ep 2024-11-28 13:01:07 +01:00
Ha Thach
6b36df3e39
Merge pull request #2829 from HiFiPhile/lwip_fix
net_lwip_webserver example fix and improvement
2024-11-28 16:23:41 +07:00
Ha Thach
c6dccffa2d
Merge pull request #2847 from pschatzmann/rp2040-iso
Rp2040 - ISO API to make Audio work / Merge to master
2024-11-28 16:13:20 +07:00
hathach
79373afaaf
Merge branch 'master' into fork/HiFiPhile/lwip_fix 2024-11-28 16:11:30 +07:00
hathach
7f61a5a43b
made change per reviews, remove dcd_edpt_close(), rename and move thing around 2024-11-28 15:56:47 +07:00
Ha Thach
3142927114
Merge pull request #2852 from GuavTek/recover_zero_length_desc
USBH: Recover from unexpected descriptor size
2024-11-28 11:03:17 +07:00
hathach
c514a8c879
Merge branch 'master' into fork/pschatzmann/rp2040-iso 2024-11-28 11:02:23 +07:00
hathach
3cacb01459
Merge branch 'refs/heads/master' into fork/GuavTek/recover_zero_length_desc 2024-11-28 10:36:17 +07:00
GuavTek
4212db1b83 Move desc_len sanity checks to start of loops 2024-11-27 22:19:42 +01:00
Ha Thach
5bb90efd5f
Merge pull request #2848 from DavidEGrayson/pr_stm32c0
Add support for the STM32C0 and the NUCLEO-C071RB
2024-11-27 23:22:10 +07:00
hathach
f090b64227
enable ci for stm32c0, fix build issue with video example and clang 2024-11-27 23:00:49 +07:00
David (Pololu)
568c785da1
Add support for the STM32C0 and the NUCLEO-C071RB. 2024-11-27 22:28:32 +07:00
Ha Thach
dbc2c8d972
Fix missing protoype warning, change TUD_EPBUF_TYPE_DEF order (#2889)
* change TUD_EPBUF_TYPE_DEF order
* add and fix -Wmissing-prototypes warnings  for   cmake (skip  make)
2024-11-27 18:28:12 +07:00
Ha Thach
2732aff7dd
Merge pull request #2888 from hathach/esp32p4-host-dma
Esp32p4 host dma
2024-11-27 12:52:56 +07:00
hathach
ae7cdcd070
fix typo 2024-11-27 12:18:54 +07:00
hathach
d9ef3cd1b3
default CFG_TUH_DWC2_DMA_ENABLE to 0 2024-11-27 11:54:11 +07:00
hathach
9e4b855e53
minor clean up 2024-11-27 11:35:21 +07:00
hathach
453d69517b
fix multiple flag on compiling 2024-11-27 11:10:06 +07:00
hathach
63771086d9
enable dwc2 dma for hil test for esp32s3/p4 and stm32 2024-11-27 00:22:56 +07:00
hathach
123f1affb7
update device_info example to work with p4 dcache 2024-11-27 00:01:37 +07:00
hathach
67e92e6688
add TUH_EPBUF_DEF for cdc host 2024-11-26 22:07:28 +07:00
hathach
f7efcf3c47
msc host, use usbh_get_enum_buf() for set_config() process 2024-11-26 18:02:59 +07:00
hathach
e9a3f88894
add buffer note for host msc api 2024-11-26 17:28:27 +07:00
hathach
d9f3e7dd25
add TUH_EPBUF_DEF for hid host 2024-11-26 16:32:19 +07:00