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
79e6de3828
feat: Try to connect to wap in the wifi list
2022-01-18 20:11:31 +08:00
windowsair
fb348f2b47
feat(uart): Init
2021-12-21 12:36:07 +08:00
windowsair
676908adae
feat(lwip): Add netconn style tcp server
2021-11-12 17:53:04 +08:00
windowsair
c7fa99c7ca
feat(usbip): Add kcp support
2021-10-09 17:17:09 +08:00
windowsair
9876edd6ef
chore: Refactor build dependencies
2021-06-05 22:10:29 +08:00
windowsair
822aa0b6ad
chore: Add cmake file for components
2020-01-26 16:29:52 +08:00
windowsair
529e0a375f
feat: URB packet processing & DAP command push
2020-01-25 21:45:24 +08:00
windowsair
a15f873744
feat: Add USBIP component (partially completed)
2020-01-22 22:06:29 +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