0
0
Fork 0
Commit Graph

149 Commits

Author SHA1 Message Date
kerms 90782fda82 feat async job runner
api_json_module can now fill api_json_module_async_t and return API_JSON_ASYNC to make the function call asynchronized. Useful for long running task like wifi scan.
2024-02-20 21:00:01 +08:00
kerms 537792e298 bump esp-idf version to v5.2.0 2024-02-20 20:54:01 +08:00
kerms f8b7592f13 feat wifi scan using http/json 2024-02-14 16:06:31 +08:00
kerms b00f2b2dd4 add base uri api using http post/json 2024-02-01 09:19:42 +08:00
kerms 96821809ad reformat esp32 chip and migrate skdconfig to idf-v5 2024-01-27 21:09:24 +08:00
kerms ea55a6f576 reformat wifi 2024-01-27 18:53:09 +08:00
kerms 24aa3bed7f remove unused includes, files and reference 2024-01-26 13:43:10 +08:00
kerms 8e3b541d26 reformat from main to components 2024-01-26 13:33:27 +08:00
kerms 5dd9b9dad8 fix address-of-packed-member warning of usb_handle 2023-12-18 21:13:58 +08:00
kerms 24b5f60b34 migrate to idfv5.1.2 (netif, wifi_event) 2023-12-18 16:48:34 +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