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
6650ac7f6e
feat(esp32): Add support for esp32
2022-09-05 20:54:23 +08:00
windowsair
40778a7dc6
feat: Add elaphureLink support
2022-07-22 19:04:47 +08:00
windowsair
c13366dcd2
fix(mDNS): OOM fix
2022-02-26 13:06:12 +08:00
windowsair
c7fa99c7ca
feat(usbip): Add kcp support
2021-10-09 17:17:09 +08:00
windowsair
c67afb07a1
fix(usbip): Try to handle UNLINK behavior
2021-10-03 23:04:27 +08:00
windowsair
9876edd6ef
chore: Refactor build dependencies
2021-06-05 22:10:29 +08:00
windowsair
c4bacc62ce
refactor: Cache friendly
2021-04-08 22:29:01 +08:00
windowsair
f39c6f6c06
feat: Improve tcp performance
2021-03-28 19:33:13 +08:00
windowsair
8429361cf8
feat: Add static IP feature
2021-03-09 15:51:36 +08:00
windowsair
2863553018
feat: Try to support SWO (Still Unavailable)
2021-02-25 11:54:50 +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
3258b84795
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 16:24:06 +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
1070f63074
feat: DAP function completion
...
1. Add streaming SWO trace support(Not tested)
2. Fix Unlink function
2020-01-28 20:21:18 +08:00
windowsair
529e0a375f
feat: URB packet processing & DAP command push
2020-01-25 21:45:24 +08:00