Mirror of flipperdevices/blackmagic-esp32-s2@github.com
Go to file
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
.github/workflows CI: additionally cleanup artifacts (#4) 2021-12-03 14:58:35 +03:00
components Dual CDC implementation (#5) 2021-12-20 15:15:35 +03:00
main Dual CDC implementation (#5) 2021-12-20 15:15:35 +03:00
scripts Scripts: fix for macOS 2021-11-25 15:37:49 +03:00
.clang-format Add clang-format 2021-10-14 15:41:05 +10:00
.gitattributes Initial commit 2021-10-14 14:03:42 +10:00
.gitignore Welcome, CI 2021-11-23 20:19:32 +03:00
.gitmodules Dual CDC implementation (#5) 2021-12-20 15:15:35 +03:00
CMakeLists.txt NVS save/load string value 2021-11-01 05:59:10 +10:00
LICENSE Initial commit 2021-10-14 14:03:42 +10:00
README.md README 2021-10-30 09:51:10 +03:00
partitions.csv Increase app partition 2021-11-01 06:00:52 +10:00
sdkconfig Dual CDC implementation (#5) 2021-12-20 15:15:35 +03:00

README.md

Black Magic Probe for ESP32-S2

WiFi/USB capable version of the famous Black Magic Probe debugger.