windowsair
16f8b53a76
refactor(network): Refactor usbip and tcp process code
...
In previous versions, parsing of the usbip protocol was implemented
via a global state machine and shared with elaphureLink.
The refactored code removes these global state machines and handles them
with the corresponding protocol header commands.
2024-02-16 18:46:50 +08:00
windowsair
40778a7dc6
feat: Add elaphureLink support
2022-07-22 19:04:47 +08:00
windowsair
fb348f2b47
feat(uart): Init
2021-12-21 12:36:07 +08:00
windowsair
45c5ec307f
fix(usbip): Fix null pointer dereference
2021-10-07 22:28:29 +08:00
windowsair
9876edd6ef
chore: Refactor build dependencies
2021-06-05 22:10:29 +08:00
windowsair
c9113ee08f
feat: Add support for USB 3.0
2021-05-13 00:23:20 +08:00
windowsair
bc63a07a9b
feat: Improve WINUSB transfer speed
2020-12-27 20:02:38 +08:00
windowsair
a7165d69ab
feat: Try to use SPI to implement SWD protocol
2020-12-07 00:15:01 +08:00
windowsair
88c12b5332
feat: add winusb support
2020-11-12 13:20:57 +08:00
windowsair
ede735c2a7
feat: Improve DAP performance on USB-HID
2020-02-04 20:45:01 +08:00
windowsair
c3582e8e2b
feat: Switch to USB HID, now fully available
2020-02-02 14:49:14 +08:00
windowsair
ad6b9b3609
fix: Fixed some rookie mistakes
...
This is a temporary "stable" release. See the Readme.md file in the root directory for more instructions.
2020-01-31 15:58:47 +08:00
windowsair
50079136ab
fix: Fix some simple bugs (spelling errors, etc.)
2020-01-27 10:49:29 +08:00
windowsair
a6a5e6ec0c
feat: USBIP & Standard USB Descriptor Definitions
...
1. Add Standard USB Descriptor Definitions
2. USBIP stage1 completed
2020-01-23 21:55:51 +08:00
windowsair
a15f873744
feat: Add USBIP component (partially completed)
2020-01-22 22:06:29 +08:00
windowsair
2037ba6392
fix: project name & main.c file
2020-01-22 10:29:15 +08:00
windowsair
2c09346169
feat: Mainly improve DAP configuration:
...
1. improve DAP configuration independent of specific hardware
2. add hardware timer
3. cmake configuration file simple modification
4. add some to-do items
2020-01-21 22:03:05 +08:00
windowsair
ba04bf3a5b
init commit
2020-01-20 22:09:00 +08:00