Commit Graph

5 Commits

Author SHA1 Message Date
DaOfficialWizard
351605a1b6 refactor: begin cleaning up USB impl 2023-04-12 23:49:54 +01:00
Zdzislaw Goik
8e34e31a2a
feat: usb support for esp32s3 (#47)
* fix: completed esp32s3 boards config

* feat: enable usb cdc on boot
* fix: memory_type has to be octal qio_opi for psram to init
* fix: cannot flash from platformio without --no-stub flag

* fix: fixed pinouts copy paste issues

* feat: add system header to unify future traits

* feat: add rudimentary usb cdc video streaming impl

* feat: add rudimentary impl for usb tracker in main

* fix: revert wrovers3 board names

* feat: disable radio to reduce power usage

* feat: add v2 serial comms with packet headers

---------

authored-by: Sebastian Fitt <sebastian.fitt@sebastianfitt.pl>
2023-04-10 20:36:12 +02:00
ZanzyTHEbar
c0d090de90 fix: fix pinout for s3 module 2023-03-09 21:15:57 +00:00
ZanzyTHEbar
6ba704f1f8 fix: cleanup main ini file 2023-02-13 12:33:25 +00:00
ZanzyTHEbar
5fbe5a358b feat: clean up config for users
- added custom ini files for configurations
-  created user config file for easier access
- added formatting to codebase
2023-01-31 10:35:22 +00:00