blackmagic-esp32-s2/main/cli
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
..
cli-args.c Dual CDC implementation (#5) 2021-12-20 15:15:35 +03:00
cli-args.h Dual CDC implementation (#5) 2021-12-20 15:15:35 +03:00
cli-commands-config.c Dual CDC implementation (#5) 2021-12-20 15:15:35 +03:00
cli-commands-device-info.c Dual CDC implementation (#5) 2021-12-20 15:15:35 +03:00
cli-commands-gpio.c Dual CDC implementation (#5) 2021-12-20 15:15:35 +03:00
cli-commands-wifi.c Dual CDC implementation (#5) 2021-12-20 15:15:35 +03:00
cli-commands.c Dual CDC implementation (#5) 2021-12-20 15:15:35 +03:00
cli-commands.h Dual CDC implementation (#5) 2021-12-20 15:15:35 +03:00
cli.c Dual CDC implementation (#5) 2021-12-20 15:15:35 +03:00
cli.h Dual CDC implementation (#5) 2021-12-20 15:15:35 +03:00
cli.motd.art Dual CDC implementation (#5) 2021-12-20 15:15:35 +03:00