blackmagic-esp32-s2/main
Sergey Gavrilov 9447ee9260
[FL-2630] Wireless UART (#45)
* HTTP: websocket mockup
* PSRAM: 2M, store some global objects there
* Web interface: UART console and refactoring
* Simple-UART: get config
* Network: websocket for web uart
* Web interface: UART history, receive indicator
* Build: artifacts
* Web interface: UART config
* Simple UART: proxy config
* Web interface: cleanup API and fix README
* software uart logs: more precise timings
* software uart logs: enlarge buffer
* uart: network socket
* app: network uart
* Web interface: UART send
* Web interface: update dependencies
* UART Rx: 1Mb stream buffer
* HTTP Server: cleanup websocket fns
* Web interface: smart nbsp in terminal
* Web interface: add keypress to non-interactive elements with on:click
* bundle
* Web interface: fix first nbsp on line
* Web interface: firmware version
* Attempts to fix build: 1
* Attempts to fix build: 2
* Attempts to fix build: 3
* Web interface: mobile friendly uart terminal
* Web interface: mobile friendly input
2023-09-27 01:37:47 +09:00
..
cli Dap-link support mode (#18) 2023-02-10 00:57:03 +10:00
CMakeLists.txt [FL-2630] Wireless UART (#45) 2023-09-27 01:37:47 +09:00
cli-uart.c Dual CDC implementation (#5) 2021-12-20 15:15:35 +03:00
cli-uart.h Initial CLI implementation 2021-12-01 14:15:45 +10:00
delay.c Really use delay parameter 2021-11-29 20:06:42 +10:00
delay.h CDC: mount\unmount led notifications. 2021-11-20 05:14:52 +10:00
factory-reset-service.c UX improvements (#6) 2022-02-24 17:03:17 +03:00
factory-reset-service.h UX improvements (#6) 2022-02-24 17:03:17 +03:00
helpers.h CLI: device info 2021-12-02 17:28:01 +10:00
i2c.c Second uart and i2c test 2021-10-26 19:37:49 +10:00
i2c.h Second uart and i2c test 2021-10-26 19:37:49 +10:00
led.c LED: PWM limiter (for dimming) 2021-11-24 07:22:18 +10:00
led.h Leds bells and whistles 2021-10-28 15:03:33 +10:00
main.c [FL-2630] Wireless UART (#45) 2023-09-27 01:37:47 +09:00
network-gdb.c [FL-2630] Wireless UART (#45) 2023-09-27 01:37:47 +09:00
network-gdb.h Glue USB and net socket to GDB thread 2021-11-30 14:38:57 +10:00
network-http.c [FL-2630] Wireless UART (#45) 2023-09-27 01:37:47 +09:00
network-http.h [FL-2630] Wireless UART (#45) 2023-09-27 01:37:47 +09:00
network-uart.c [FL-2630] Wireless UART (#45) 2023-09-27 01:37:47 +09:00
network-uart.h [FL-2630] Wireless UART (#45) 2023-09-27 01:37:47 +09:00
network.c Init hostnames earlier (#29) 2023-03-21 21:22:48 +10:00
network.h Network: use new config 2021-12-07 01:39:11 +10:00
nvs-config.c Dap-link support mode (#18) 2023-02-10 00:57:03 +10:00
nvs-config.h Dap-link support mode (#18) 2023-02-10 00:57:03 +10:00
nvs.c Nvs: use targeted partition 2021-12-07 01:38:35 +10:00
nvs.h CLI: factory reset 2021-12-03 10:33:06 +10:00
soft-uart-log.c [FL-2630] Wireless UART (#45) 2023-09-27 01:37:47 +09:00
soft-uart-log.h Dual CDC implementation (#5) 2021-12-20 15:15:35 +03:00
usb-uart.c [FL-2630] Wireless UART (#45) 2023-09-27 01:37:47 +09:00
usb-uart.h [FL-2630] Wireless UART (#45) 2023-09-27 01:37:47 +09:00
usb.c [FL-2630] Wireless UART (#45) 2023-09-27 01:37:47 +09:00
usb.h Dap-link support mode (#18) 2023-02-10 00:57:03 +10:00