0
0
Fork 0
Commit Graph

93 Commits

Author SHA1 Message Date
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 b1ab783a14 feat(usbip): Adopt more aggressive KCP strategy 2021-10-10 21:44:43 +08:00
windowsair c7fa99c7ca feat(usbip): Add kcp support 2021-10-09 17:17:09 +08:00
windowsair 45c5ec307f fix(usbip): Fix null pointer dereference 2021-10-07 22:28:29 +08:00
windowsair c67afb07a1 fix(usbip): Try to handle UNLINK behavior 2021-10-03 23:04:27 +08:00
windowsair f9db957170 fix(dap): Fix timing problems in the SPI 2021-10-02 19:56:27 +08:00
windowsair 9c297070cb Merge branch 'hotfix/doc' 2021-06-07 11:07:23 +08:00
windowsair 1f30a57c78 Merge branch 'master' into develop 2021-06-07 11:07:23 +08:00
windowsair 49025c7972 docs: Update doc 2021-06-07 11:06:44 +08:00
windowsair aa00dcf4fd Merge branch 'master' into develop 2021-06-07 10:38:53 +08:00
windowsair e2ae719a3e Merge branch 'release/v0.1.3-release' 2021-06-07 10:38:52 +08:00
windowsair c9239f9610 docs: Update schematic 2021-06-07 10:26:24 +08:00
windowsair e78da8cfb8 fix(dap): Cannot find JTAG device when power up 2021-06-06 22:10:05 +08:00
windowsair 9876edd6ef chore: Refactor build dependencies 2021-06-05 22:10:29 +08:00
windowsair b2c8a832cc fix(dap): JTAG speed 2021-05-31 12:46:20 +08:00
windowsair 126ad0adaa chore: Easier firmware download 2021-05-14 21:35:01 +08:00
windowsair c9113ee08f feat: Add support for USB 3.0 2021-05-13 00:23:20 +08:00
windowsair c4bacc62ce refactor: Cache friendly 2021-04-08 22:29:01 +08:00
windowsair 9ef7c4535f fix(ci): Fix the ci problem of the sdk v3.3 2021-04-06 20:37:50 +08:00
windowsair c521505cb4 feat: Update SDK to v3.3 2021-04-06 19:54:46 +08:00
windowsair f39c6f6c06 feat: Improve tcp performance 2021-03-28 19:33:13 +08:00
windowsair a78ed0aa8b Merge tag 'ci_tag_name' into develop 2021-03-13 22:17:20 +08:00
windowsair fb60e12c3b Merge branch 'hotfix/ci_tag_name' 2021-03-13 22:17:19 +08:00
windowsair 2bf0006241 fix(ci): Fix invalid git tag name 2021-03-13 22:16:40 +08:00
windowsair 5ec463ccfd feat: Support 3-wire spi 2021-03-10 20:52:20 +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 e396d11d0f Merge branch 'release/v0.1.2' 2021-02-15 20:47:42 +08:00
windowsair dc0ab3b547 Merge tag 'v0.1.2' into develop 2021-02-15 20:47:42 +08:00