Commit Graph

48 Commits

Author SHA1 Message Date
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
Sergey Gavrilov a398f19353
USB glue: check mode before read (#44) 2023-07-21 22:19:20 +03:00
Sergey Gavrilov e2738e8b6a
Update blackmagic version (#23)
* Blackmagic: update blackmagic-fw submodule
* Blackmagic: blackmagic-fw submodule, use release version
* Blackmagic: esp platform, gnu11
* Blackmagic: fix WB55 errata in blackmagic-fw submodule
* Blackmagic: remove comments from CmakeLists.txt

Co-authored-by: あく <alleteam@gmail.com>
2023-03-21 20:36:33 +09:00
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
Denis Bodor (aka Lefinnois) 473bdd4d09
Add MDNS hostname as a config element (#17)
* add MDNS hostname as a config element
* add MDNS hostname to http config

Co-authored-by: SG <who.just.the.doctor@gmail.com>
2022-10-28 09:41:29 +10:00
Duc Ha 74ef924fea
Fixed from credenitals to credentials (#9) 2022-06-02 23:21:14 +10:00
DrZlo13 0aafe9acee Portal: more mobile friendly 2022-02-25 11:57:23 +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 d963de828f CLI: correct command descriptions 2021-12-07 19:50:09 +10:00
DrZlo13 c6c233ebd2 Portal: use new config system and api 2021-12-07 01:43:37 +10:00
DrZlo13 1677d0a3b1 Strings: add cmp function 2021-12-07 01:37:12 +10:00
DrZlo13 984040ed16 Fix: db -> dBm for rssi 2021-12-02 23:35:45 +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 faab039929 Blackmagic: "get version" api 2021-12-02 16:36:45 +10:00
DrZlo13 c2d2e5ef96 CLI: gpio_set 2021-12-01 23:01:52 +10:00
DrZlo13 0e1a46c320 Added bunch of mstring wrappers 2021-12-01 14:15:33 +10:00
DrZlo13 883c2607c4 Portal: add ip and mac to SYS tab 2021-11-30 15:27:56 +10:00
DrZlo13 027bd85bd6 Glue USB and net socket to GDB thread 2021-11-30 14:38:57 +10:00
DrZlo13 38d675b6d8 Comments fix 2021-11-25 03:21:41 +10:00
DrZlo13 5668158f71 Portal: tabs and info/tasks api 2021-11-24 07:23:30 +10:00
DrZlo13 f7802855d2 Fix dev-server in portal 2021-11-22 21:57:23 +10:00
DrZlo13 6f284519c7 Enable GDB 2021-11-22 21:53:19 +10:00
DrZlo13 1e58e7004f Update svelte portal 2021-11-22 21:34:00 +10:00
DrZlo13 79f62da153 Update svelte portal bundle 2021-11-22 21:27:31 +10:00
DrZlo13 b8b04bff33 Add mstring_length 2021-11-22 21:24:44 +10:00
DrZlo13 14724b2654 Update svelte portal 2021-11-22 21:24:38 +10:00
DrZlo13 c52561984a add Svelte site as component 2021-11-21 06:51:44 +10:00
DrZlo13 a887209411 Fix mlib path 2021-11-12 20:25:40 +10:00
DrZlo13 73eaec52a6 NVS save/load string value 2021-11-01 05:59:10 +10:00
DrZlo13 53b67ff02c Add MLIB and MLIB wrapper library 2021-11-01 04:39:00 +10:00
DrZlo13 a09bd3b720 Add blackmagic-fw as submodule 2021-10-31 02:13:09 +10:00
DrZlo13 9780cb5173 Remove blackmagic-fw as raw folder 2021-10-31 02:12:21 +10:00
DrZlo13 98e6c79d60 Unsuccessful attempt to use spi as swd tap. 2021-10-30 15:22:47 +10:00
DrZlo13 bca2160906 LL swdio to float mode 2021-10-30 03:21:16 +10:00
DrZlo13 31b29c0167 Leds bells and whistles 2021-10-28 15:03:33 +10:00
DrZlo13 141289743c Add RM for STM32WB 2021-10-28 14:29:15 +10:00
DrZlo13 b350dd6c2b STM32WB55 support 2021-10-28 11:51:40 +10:00
DrZlo13 4cdf634a62 Removed unused defines from platform file 2021-10-28 07:58:41 +10:00
DrZlo13 be5b1878c5 Fix swd\swc pins 2021-10-25 05:43:17 +10:00
DrZlo13 ab75e1f832 Add blackmagic as folder 2021-10-25 05:20:25 +10:00
DrZlo13 b8dab8f638 Remove blackmagic as submodule 2021-10-25 05:17:35 +10:00
DrZlo13 bc4861cbea Remove unused headers 2021-10-18 07:05:59 +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 3515036a4c Add blackmagic-probe fw as submodule 2021-10-14 17:27:32 +10:00
DrZlo13 48972cfa3b Add blackmagic-probe fw as component 2021-10-14 15:41:33 +10:00