Commit Graph

13 Commits

Author SHA1 Message Date
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 027bd85bd6 Glue USB and net socket to GDB thread 2021-11-30 14:38:57 +10:00
DrZlo13 2e2ac24f4d Really use delay parameter 2021-11-29 20:06:42 +10:00
DrZlo13 0d66b45c45 Add usb delay on init 2021-11-22 21:57:40 +10:00
DrZlo13 6f284519c7 Enable GDB 2021-11-22 21:53:19 +10:00
DrZlo13 d30bde3e68 Increase USB delay to 500ms 2021-11-22 21:23:22 +10:00
DrZlo13 9a46514def CDC: mount\unmount led notifications. 2021-11-20 05:14:52 +10:00
DrZlo13 779aa6d81f Free USB pids! 2021-10-30 16:01:10 +10:00
DrZlo13 bca2160906 LL swdio to float mode 2021-10-30 03:21:16 +10:00
DrZlo13 f8fbb45d4e Simple led controller 2021-10-25 05:22:24 +10:00
DrZlo13 7439aec443 Working and fast usb gdb server 2021-10-18 06:30:20 +10:00
DrZlo13 b57b872386 Partually working usb gdb 2021-10-18 00:06:53 +10:00
DrZlo13 183a35b645 Organizing project files 2021-10-14 18:04:00 +10:00