windowsair
fa3e6ec92f
fix: fix compile error
2024-02-16 19:22:10 +08:00
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
8abe565836
feat(dap): Add support for cmsis-dap v2.1.0
...
- Enhanced DAP_Info
- Added extra UART support
Extra UART for native cmsis-dap is not yet support now.
2024-02-08 19:33:59 +08:00
windowsair
acfd967106
feat(usb): change usb interface name to "Wireless ESP CMSIS-DAP"
...
pyOCD identifies the debugger by USB interface name, which include
substring "CMSIS-DAP". Let's change USB interface name to adapt pyOCD.
2024-01-28 21:21:14 +08:00
windowsair
3a7ed5922f
ci: update codeql to v3
...
Use esp32 target to build code for codeql.
2024-01-28 21:05:42 +08:00
windowsair
cc8e819009
ci: Bump codeql run os to ubuntu20.04
2023-11-05 23:42:52 +08:00
windowsair
687e9531b8
ci: bump esptool to v4.6.2
2023-11-05 23:26:52 +08:00
windowsair
6ffe17fb13
ci: Update to ubuntu20.04
2023-04-15 11:59:56 +08:00
ycwan9
64faa6948b
fix wrong BOS response length in Linux ( #49 )
...
Linux first sends a get BOS request with wLength=5, and then request the full BOS in the next packet. Replying the whole BOS results a driver error.
2022-12-07 12:15:32 +08:00
windowsair
914de2bc64
feat(dap): Add basic hardware reset based on nRESET
2022-11-20 20:11:16 +08:00
windowsair
9d3f7efb40
fix(dap): fix the debug clok of esp32/esp32c3 at low speed
2022-10-29 13:59:24 +08:00
windowsair
ab95979ad8
feat & ci: Update esp32c3 sdkconfig
2022-09-28 22:54:36 +08:00
windowsair
f5b83e6e81
Revert "thirdparty: Update corsacOTA"
...
This reverts commit fe0d2210f4
.
2022-09-17 21:09:21 +08:00
windowsair
fe0d2210f4
thirdparty: Update corsacOTA
2022-09-17 21:01:28 +08:00
windowsair
dabb85c6b0
ci: Add support for esp32c3
2022-09-17 14:15:23 +08:00
windowsair
efdfec0362
feat(esp32c3): Add support for esp32c3
2022-09-17 14:10:02 +08:00
windowsair
6d24440d7d
feat(esp32): Update esp-idf to v4.4
2022-09-10 11:14:11 +08:00
windowsair
6650ac7f6e
feat(esp32): Add support for esp32
2022-09-05 20:54:23 +08:00
windowsair
1e056aa445
docs: Add elaphureLink
2022-08-13 11:08:50 +08:00
windowsair
40778a7dc6
feat: Add elaphureLink support
2022-07-22 19:04:47 +08:00
windowsair
0f9f0eb27e
Merge branch 'master' into develop
2022-07-22 13:38:04 +08:00
windowsair
911a6ea292
ci: ESPTool deprecates older versions of Python
2022-05-24 14:51:18 +08:00
windowsair
e0740d72f1
Merge branch 'develop' into develop
2022-05-24 14:34:27 +08:00
windowsair
5154932b6a
docs: FAQ update
2022-03-01 21:35:10 +08:00
windowsair
8448ccc68b
feat(ci): Ignore files
2022-03-01 20:51:31 +08:00
windowsair
c13366dcd2
fix(mDNS): OOM fix
2022-02-26 13:06:12 +08:00
Lao·Zhu
2257c4317a
Update circuit, fix issue #29 ( #30 )
...
* Update circuit, Fix issue #29
* Update README_CN, Translate from README.
2022-02-25 23:59:30 +08:00
Lao·Zhu
40dfbb7fcd
Update circuit. Drawing with KiCAD 6.0.1. Update the pin assignment according to the project and change to use ESP8266 as the main control chip. ( #28 )
2022-02-09 22:49:45 +08:00
windowsair
df75bef21b
docs: Bump to v0.1.4
2022-01-20 15:22:48 +08:00
windowsair
98b984b17b
fix: Eliminating unused gpio function warnings
2022-01-20 15:13:34 +08:00
windowsair
a321da8fb6
fix(uart): Parse baudrate and does not send
2022-01-20 11:51:09 +08:00
windowsair
89ddfc0603
fix(wifi & uart):
...
- wifi failed to connect
- uart baud change
2022-01-18 22:50:38 +08:00
windowsair
08d5a81383
feat(uart): Change baudrate by first ime recv content
2022-01-18 22:12:41 +08:00
windowsair
2c4f61007f
feat: Change LED behavior
2022-01-18 20:48:16 +08:00
windowsair
79e6de3828
feat: Try to connect to wap in the wifi list
2022-01-18 20:11:31 +08:00
windowsair
ef18be8c99
fix(uart): Disable uart bridge by default
2022-01-18 17:39:40 +08:00
windowsair
0a5b96d22a
Merge branch 'master' of https://github.com/windowsair/wireless-esp8266-dap into develop
2022-01-18 17:33:23 +08:00
Lao·Zhu
9056158a1b
Translate README.md to README_CN.md ( #27 )
...
* Add README_CN.md, and translate README to Chinese.
* Add Chinese document link
2022-01-18 17:16:01 +08:00
windowsair
eee981dd0f
feat(uart): Add uart tcp bridge feature
2022-01-18 16:48:04 +08:00
windowsair
7b90b1fe0b
feat(ci): Release firmware as artifact
2022-01-17 16:55:55 +08:00
windowsair
3e3e3b6e68
feat(ota): Add ota support
2022-01-17 14:01:09 +08:00
windowsair
05b11494ad
chore(submodule): Update submodule
2022-01-16 20:34:17 +08:00
windowsair
faefa979dd
feat(mDNS): Add mDNS server
2022-01-16 20:12:42 +08:00
windowsair
5ab0a62cd3
Merge branch 'master' into develop
2021-12-21 13:11:05 +08:00
windowsair
41eb5d7409
docs: Add new hardware reference description
2021-12-21 13:07:54 +08:00
windowsair
fb348f2b47
feat(uart): Init
2021-12-21 12:36:07 +08:00
Lao·Zhu
f1b7cc343f
Feature/circuit ( #26 )
...
* feat: Add empty circuit project
* add ESP8285 library to circuit
* Add crystal to circuit
* Finished circuit design
* finished PCB design
2021-12-21 10:32:39 +08:00
windowsair
687929b43d
feat(lwip) & build: Imporve netconn code, modify the default idf tool to use the sdk under the project path
2021-11-14 22:04:32 +08:00
windowsair
676908adae
feat(lwip): Add netconn style tcp server
2021-11-12 17:53:04 +08:00
windowsair
d400d8bf8c
Update codeql-config.yml
2021-11-03 16:09:11 +08:00