0
0
Fork 0
Commit Graph

167 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 d400d8bf8c
Update codeql-config.yml 2021-11-03 16:09:11 +08:00
windowsair 6e58e55a75
Update main.c 2021-11-03 15:56:03 +08:00
windowsair f5114020b3
Update codeql-analysis.yml 2021-11-03 15:41:23 +08:00
windowsair e1c171e7bc
Update codeql-analysis.yml 2021-11-03 15:38:26 +08:00
windowsair a35328732c
Update codeql-analysis.yml 2021-11-03 15:33:23 +08:00
windowsair 5f3abb5527
Create codeql-config.yml 2021-11-03 15:32:25 +08:00
windowsair 0f5f81accb
chore: test 2021-11-03 11:44:31 +08:00
windowsair 9d8219958e
Update codeql-analysis.yml 2021-11-03 11:28:47 +08:00
windowsair de33a1b93f
Update codeql-analysis.yml 2021-11-03 11:27:16 +08:00
windowsair 44e9f1c19f
Create codeql-analysis.yml 2021-11-03 11:25:29 +08:00
windowsair b1ab783a14 feat(usbip): Adopt more aggressive KCP strategy 2021-10-10 21:44:43 +08:00
windowsair 92b24e36c4
Update README.md 2021-10-10 16:49:49 +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 522beae5c8
Merge pull request #4 from windowsair/develop
Develop
2021-10-02 20:06:44 +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 856432b5f5
Merge pull request #3 from windowsair/develop
Develop
2021-06-07 10:36:20 +08:00
windowsair c7ea9da58f
Merge branch 'develop' into develop 2021-06-07 10:36:05 +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