Commit Graph

20 Commits

Author SHA1 Message Date
Sergey Gavrilov b182ceffe9
Dap-link support mode (#18)
* DAP-link usb driver
* Blackmagic glue works
* Blackmagic on wifi interface and dap on usb
* Wifi: disabled mode, USB: BM/DAP mode, SWD: access lock
* USB config via cli
* Web interface: mobile friendly
2023-02-10 00:57:03 +10:00
SG d845ae3d72
UX improvements (#6)
* UX: factory reset on long press on boot button
* Portal: reboot button
* Renamed "reset service" to "factory reset service"
2022-02-24 17:03:17 +03:00
SG f7e4e686fa
Dual CDC implementation (#5)
* Move cli-related files to subfolder
* TinyUSB as our component
* Disable TinyUSB module in SDKConfig
* USB-CDC 0: GDB
* Cli: show MOTD on reboot
* Uart: simple driver
* Cli: use simple uart driver
* Simple UART driver documentation
* Software uart driver
* Forward esp logs to software uart at pin 7, baud 57600
* Delete network uart driver
* Disable booltoader and main esp log output
* Connect uart 0 and cdc port 1
* USB-UART: removed unused tx cache
* Simple UART driver: clear interrupts mask on start
* USB: better startup logging
* LOG: critical section on log print
2021-12-20 15:15:35 +03:00
DrZlo13 3f87d9c276 Better COMPILE_OPTIONS setting for a single file 2021-12-13 01:56:50 +10:00
DrZlo13 35df50691c Cli: reset, wifi_ap_clients, config_get\set, nvs_dump 2021-12-07 01:41:33 +10:00
DrZlo13 80e7a8b262 Cmake: log IDF version 2021-12-03 00:25:12 +10:00
DrZlo13 dee98521c8 CLI: wifi scan 2021-12-02 22:30:22 +10:00
DrZlo13 279a9f6e8a CLI: gpio_set, gpio_get, chip information in device_info 2021-12-02 22:11:32 +10:00
DrZlo13 8bc89c4dda CLI: device info 2021-12-02 17:28:01 +10:00
DrZlo13 c2d2e5ef96 CLI: gpio_set 2021-12-01 23:01:52 +10:00
DrZlo13 7ca4c3b631 Initial CLI implementation 2021-12-01 14:15:45 +10:00
DrZlo13 027bd85bd6 Glue USB and net socket to GDB thread 2021-11-30 14:38:57 +10:00
DrZlo13 1c8fbb7f2b Unoptimal uart-tcp server at 4444 port 2021-11-23 08:13:12 +10:00
DrZlo13 279a5c66a3 Correct network interface 2021-11-22 21:24:16 +10:00
DrZlo13 9a46514def CDC: mount\unmount led notifications. 2021-11-20 05:14:52 +10:00
DrZlo13 bfc8f3b43a Second uart and i2c test 2021-10-26 19:37:49 +10:00
DrZlo13 f8fbb45d4e Simple led controller 2021-10-25 05:22:24 +10:00
DrZlo13 012fa54f4e Wifi 2021-10-14 18:30:43 +10:00
DrZlo13 183a35b645 Organizing project files 2021-10-14 18:04:00 +10:00
DrZlo13 fc2af48a9a Initial commit 2 2021-10-14 14:04:11 +10:00