| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-06-12 | Merge pull request #3137 from HiFiPhile/uac_simplify | Ha Thach | |
| uac2: remove support fifo | |||
| 2025-06-12 | Merge branch 'master' into fork/james-advatek/stm32n657nucleo | hathach | |
| 2025-06-11 | Merge branch 'master' into fork/HiFiPhile/h7rs | hathach | |
| 2025-06-04 | chore: squash previous commits from other branches | James Sandison | |
| 2025-05-29 | uac2: remove support fifo | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-05-29 | examples/device/net_lwip_webserver: Simplify example code. | Andrew Leech | |
| Now that tud_network_recv_renew has protections against recursion it's safe and simpler to handle the lwip frame entirely in the same callback. | |||
| 2025-05-29 | Add USB NCM link state control support | Andrew Leech | |
| This adds the ability to dynamically control the network link state for NCM devices. The host OS will see the network interface as connected/disconnected based on the link state. New API: - tud_network_link_state(rhport, is_up): Set link up/down state Example updates: - Added button control to toggle link state - Fixed LWIP integration to properly handle link state changes - Added printf to show correct protocol (NCM vs RNDIS/ECM) 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> | |||
| 2025-05-15 | Merge branch 'master' into h7rs | HiFiPhile | |
| 2025-04-17 | fix iar make build with stm32 l0, f2, f3, u5, wb | hathach | |
| 2025-04-13 | Skip net_lwip_webserver, too big for h7rs | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-02-14 | Merge pull request #2984 from HiFiPhile/preset | Ha Thach | |
| Add CMake presets. | |||
| 2025-02-11 | Fix path. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-02-11 | update make to use FreeRTOSConfig in family instead of examples | hathach | |
| 2025-02-11 | remove freeeRTOSConfig in examples | hathach | |
| 2025-02-09 | Add CMake presets. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-02-07 | Merge branch 'refs/heads/master' into fork/jay94ks/styluspen | hathach | |
| 2025-01-25 | Merge branch 'master' into zephyr-support | hathach | |
| 2025-01-25 | correct offset check logic | hathach | |
| 2025-01-25 | fix ci | hathach | |
| 2025-01-25 | add -DRTOS=zephyr to ci west build | hathach | |
| 2025-01-24 | add cmake RTOS=zephyr (default noos) for zephyr build | hathach | |
| 2025-01-24 | msc_dual_lun and cdc_msc work with zephyr on pca10056 | hathach | |
| 2025-01-23 | kind of work with zephyr with pca10056 with cmake -DBUILD_ZEPHYR | hathach | |
| 2025-01-23 | kind of work with zephyr with pca10056 with cmake -DBUILD_ZEPHYR | hathach | |
| 2025-01-22 | Fix also cdc_msc example. | HiFiPhile | |
| 2025-01-22 | Fix CI. | HiFiPhile | |
| 2025-01-21 | zephyr | hathach | |
| 2025-01-21 | bump up cmake min to 3.20 | hathach | |
| 2025-01-09 | Fix potential out of bounds access in msc_disk.c | Ritvik | |
| 2024-12-23 | trimed trailing whitespaces. | Jay | |
| 2024-12-23 | Modified example app. | Jay | |
| 2024-12-23 | add hid stylus pen device. | Jay | |
| this works with android, for bypassing that absmouse does not support android. note that, to hide cursor on android for every touch signal, find cursor option in android settings menu. references: 1. https://stackoverflow.com/questions/28536602/hid-digitizer-descriptor-doesnt-perform-well-with-landscape-orientation 2. https://github.com/jonathanedgecombe/absmouse/blob/master/src/AbsMouse.cpp | |||
| 2024-11-30 | Update audio class with dcache support. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2024-11-28 | Merge branch 'master' into fork/HiFiPhile/lwip_fix | hathach | |
| 2024-11-21 | fix ci | hathach | |
| 2024-11-21 | fix build with midi_test_freertos | hathach | |
| 2024-11-21 | - move freertos_hooks to board.c | hathach | |
| - add device/midi_test_freertos example - update bth/dfu/midi device for cache line size | |||
| 2024-11-18 | Merge pull request #2866 from HiFiPhile/uac_fix | Ha Thach | |
| Fix 2 UAC issue | |||
| 2024-11-13 | hil add stm32f723disco, add test flags for device/host/dual | hathach | |
| 2024-11-09 | Merge pull request #2870 from hathach/hcd-dwc2 | Ha Thach | |
| Implement Host Driver support for synopsys dwc2 | |||
| 2024-11-02 | Improve EP IN flow control. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2024-10-15 | RP2040 Compile Errors | pschatzmann | |
| 2024-10-15 | Add comment to BOS descriptor. | HiFiPhile | |
| 2024-10-15 | move core init code to dwc2 common. update/correct build for esppressif | hathach | |
| 2024-10-14 | change the tusb_rhport_init_t struct, exclude the rhport to make API more ↵ | hathach | |
| consistent | |||
| 2024-10-11 | change tusb_init(), tusb_rhport_init() to use init struct for expandability | hathach | |
| 2024-10-10 | add new tusb_int_handler(rhport, in_isr) as common irq handler | hathach | |
| update tusb_init() to take rhport and role, defined as macro with optional argument for backward compatible | |||
| 2024-10-10 | remove stm32f769disco since it is not reliable | hathach | |
| 2024-10-07 | Merge pull request #2809 from shuffle2/master | Ha Thach | |
| make all python files executable and standardize interpreter | |||
| 2024-10-05 | Add MSOS 2.0 descriptor to auto load NCM driver on Windows. | HiFiPhile | |
