Ha Thach
|
e889c0b51e
|
Fix ceedling (#2949)
* fixed unit test with ceedling 1.0.0
|
2025-01-15 14:53:13 +07:00 |
|
hathach
|
80ad7c4e87
|
add tusb_time_millis_api() and default/weak tusb_time_delay_ms_api(). Which is required for host and some device without RTOS.
|
2024-11-04 17:20:58 +07:00 |
|
hathach
|
e83e08343a
|
change dcd_init() return from void to bool
|
2024-10-14 19:42:22 +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
|
d997f0071e
|
change dcd_init() to take rhport struct
|
2024-10-11 15:31:49 +07:00 |
|
hathach
|
92602b9de3
|
change tusb_init(), tusb_rhport_init() to use init struct for expandability
|
2024-10-11 13:41:53 +07:00 |
|
hathach
|
57aac432b5
|
add new tusb_int_handler(rhport, in_isr) as common irq handler
update tusb_init() to take rhport and role, defined as macro with optional argument for backward compatible
|
2024-10-10 16:28:36 +07:00 |
|
hathach
|
0921edaf59
|
use tud_inited() instead of tusb_inited()
|
2023-03-22 09:23:11 +07:00 |
|
hathach
|
3623ba1884
|
fix trailing space and new line
temporarily disable codespell
|
2023-03-17 16:12:49 +07:00 |
|
hathach
|
f4c3f0800d
|
add test_common_func.c
|
2023-01-21 17:47:40 +07:00 |
|
hathach
|
2d7849282a
|
use TU_FIFO_INIT to replace TU_FIFO_DEF
|
2023-01-07 16:33:11 +07:00 |
|
hathach
|
b42d298b81
|
Merge branch 'master' into fix-fifo-memory-overflow
|
2023-01-06 10:52:25 +07:00 |
|
hathach
|
1e99480ad2
|
fix ci with usbh and unit test
|
2022-12-16 15:19:40 +07:00 |
|
hathach
|
75989673e5
|
add test_write_double_overflowed for fifo
|
2022-12-09 15:39:57 +07:00 |
|
hathach
|
bae7fe5be7
|
add test fifo overwritable + overflow, that cause buffer overflow
|
2022-12-08 13:10:24 +07:00 |
|
hathach
|
be4f4e4f79
|
move ceedling tests to test/unit-test
|
2022-12-08 09:59:02 +07:00 |
|