Commit Graph

122 Commits

Author SHA1 Message Date
hathach
9290788a23 add at32 to README.rst, rename at32 board to lower case, correct name to match mcu, add meta data 2025-08-01 22:10:12 +07:00
hathach
e598972438 add board_vbus_set() for samd21/d51 to enable usb host vbus
enable host example build for samd21/d51
2025-07-09 16:01:11 +07:00
hathach
809af3e74c chore(usbh): change removing_hubs to array instead of bitmask 2025-05-06 15:58:07 +07:00
hathach
e7d4b5c9e7 add enum for set addr recovery 2025-04-29 20:16:50 +07:00
hathach
fc43eeddf2 attach debouncing fixed issue with port1 highspeed on imxrt 2025-04-29 10:11:20 +07:00
hathach
b5b7a4be60 hub check status before get 1st device descriptor 2025-04-24 22:21:38 +07:00
hathach
741cb3cf02 rename hcd_devtree_info_t to tuh_bus_info_t, hcd_devtree_get_info to hcd_bus_info_get
streamline bus info to usbh_devies, also replace dev0 (renamed to dev0_bus)
2025-04-23 12:35:32 +07:00
hathach
5531de4f2c add clion debugserver 2025-03-26 23:20:00 +07:00
hathach
7dbad0a23e add adafruit metro rp2350 2025-03-04 22:42:27 +07:00
hathach
882cb1406d update cmake.xml 2025-01-25 23:50:09 +07:00
hathach
31071ccf0e kind of work with zephyr with pca10056 with cmake -DBUILD_ZEPHYR 2025-01-23 17:10:48 +07:00
hathach
ad0ac6780d change OPT_MCU_RAXXX, fix missing prototype warnings. 2024-12-13 17:33:21 +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
69dd473a4c more migrate to ra smart configurator 2024-12-12 13:17:15 +07:00
hathach
6cc2c98daf correct clock setting for h563 nucleo 2024-12-06 16:12:19 +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
hathach
c09eedaf24 try to fix circleci with kinetis 2024-11-25 17:45:54 +07:00
hathach
42ead3a8e0 hil cleanup flahser 2024-11-13 13:37:29 +07:00
hathach
48b32f5d1e enable host dwc2 dma by default 2024-11-07 15:18:09 +07:00
hathach
1f18be93db change the tusb_rhport_init_t struct, exclude the rhport to make API more consistent 2024-10-14 18:27:52 +07:00
hathach
ba3a5b4374 clion files 2024-10-10 10:48:25 +07:00
hathach
599bb0c822 improving dwc2, merging diep and doep if possible 2024-10-10 00:08:45 +07:00
hathach
87f1993304 esp32p4 use port0 as fs, port1 as highspeed 2024-09-30 11:53:19 +07:00
hathach
67e5577b42 added p4, seems to work well and enumerated 2024-09-30 11:53:18 +07:00
hathach
c419b1e7c5 add pico2 rp2350 (arm) board
add pico2 to hil ci
2024-09-13 19:12:26 +07:00
hathach
3ab63fbc65 remove vendor ep_addr, use stream api instead 2024-09-10 18:27:22 +07:00
hathach
8e3093e06f update cmake profile 2024-08-16 08:21:20 +07:00
hathach
ad411b6c25 minor update to cmake profile 2024-08-13 10:55:17 +07:00
hathach
57c26fdc72 use EP_KIND for STATUS OUT to fix OUT packet is auto accepted after SETUP without usbd consent 2024-08-08 00:27:51 +07:00
hathach
6bb59eeb3f add lpc11u37 for hil rpi 2024-07-19 22:33:53 +07:00
hathach
94454684f7 add ra4m1 ek for hil test 2024-07-19 11:29:48 +07:00
hathach
57a08200fc add family cmake/make for da1469x boards 2024-07-17 19:28:59 +07:00
hathach
4396ecd22c change COMPILE_DEFINE to CFLAGS_CLI for cmake/make 2024-06-25 11:31:19 +07:00
hathach
f9cd5ccdf0 skip examples for ch32v203g6 2024-06-21 18:50:44 +07:00
hathach
ab55bc077d update cmake.xml 2024-06-21 16:09:08 +07:00
hathach
90deeddf3d add c6 devkit, tested with max3421e 2024-06-06 15:49:20 +07:00
hathach
daffb24111 minor clean up 2024-05-24 14:13:58 +07:00
hathach
937b2eac36 change default clock to 144mhz 2024-05-24 14:00:02 +07:00
hathach
07d879378f code format
add missing MIT license
2024-05-20 17:41:48 +07:00
hathach
2a67ce773d change default risv-gcc to riscv-none-elf- and add _zicsr extension
add cmake for ch32v20x, skip freertos examples for CH32V20X, also skip net webserver due to lack of RAM
update to use openocd with wlinke adapter
2024-05-16 19:18:43 +07:00
Ha Thach
ba6babf570 Rework ci (#2631)
* add name field to usbd_class_driver_t
* ci: use set matrix py script
* add riscv32 and cmake support for ch32v307, fomu,  gd32vf103
* update build_cmake.py to take --family --board --toolchain
* separate hil test to its own workflow
* move esp32 board into separated hil json
* add make build to ci
* remov build_make.py
* build.py support esp32 board
* setup toolchain support esp-idf
* fix missing click
* merge family in matrix build to reduce jobs
* skip cifuzz since it still has issue with get_deps and click
2024-05-09 20:43:46 +07:00
hathach
3791514908 add cmake for samg55 2024-05-04 17:23:16 +07:00
hathach
7c7be885b4 clion setting 2024-05-03 23:16:21 +07:00
hathach
59f8e9dff9 rename to samd5x_e5x 2024-05-03 15:17:07 +07:00
hathach
41f9fd6513 update clion metadata 2024-04-24 11:38:33 +07:00
hathach
9f0e4c2889 run config update 2024-04-19 23:16:56 +07:00
hathach
abddc850ac add cmake support for msp430 2024-04-12 11:45:36 +07:00
hathach
fc54ad43b1 move walkaround to dcd_ep_ctr_rx_handler(), increase cycle_count from 10 to 20 (40 cycle) 2024-03-31 21:54:40 +07:00
hathach
834e2c9560 usbd only process last setup packet in the event queue 2024-03-13 11:46:23 +07:00
hathach
65a2e5cdf8 fix build with cpu without USB_CLK_RECOVER using old dcd_khci driver 2024-02-24 00:53:05 +07:00