|
30 | 30 | ; SOFTWARE. |
31 | 31 | ;****************************************************************************** |
32 | 32 |
|
33 | | -[env:esp32-s2-saola-1] |
| 33 | +[env:ground_station] |
34 | 34 | board = esp32-s2-saola-1 |
35 | 35 | framework = arduino |
36 | 36 | platform = https://github.com/tasmota/platform-espressif32/releases/download/2023.06.04/platform-espressif32.zip |
@@ -67,7 +67,7 @@ build_flags = |
67 | 67 | -DCFG_TUSB_CONFIG_FILE='"sdkconfig.h"' ; Use default TinyUSB configuration |
68 | 68 | -DFIRMWARE_VERSION='"1.1.0"' ; Enter Firmware Version here |
69 | 69 | -DUSB_MANUFACTURER='"CATS"' ; USB Manufacturer string |
70 | | - -DUSB_PRODUCT='"CATS Groundstation"' ; USB Product String |
| 70 | + -DUSB_PRODUCT='"CATS Ground Station"' ; USB Product String |
71 | 71 | -D USB_SERIAL="0" ; Enter Device Serial Number here |
72 | 72 | -D USB_VID=0x239A ; Default Adafruit USB VID |
73 | 73 | -D USB_PID=0x80AB ; Default Adafruit USB PID |
@@ -114,13 +114,13 @@ extra_scripts = |
114 | 114 |
|
115 | 115 | upload_protocol = custom |
116 | 116 | upload_flags = |
117 | | - ${env:esp32-s2-saola-1.build_flags} ; Pass build flags as argument to python script |
118 | | - COMPARE_SERIAL_NUMBER=false ; Download only to devices with specified USB Serial Number, otherwise to all connected devices |
119 | | - USE_SERIAL_NUMBER_LIST=false ; Overwrite single USB Serial Number (USB_SERIAL) with list of accepted Serial Numbers |
120 | | - SERIAL_NUMBER_LIST=["0", "1", "2"] ; List of specific USB Serial Numbers to program and open COM-Port (if enabled) |
121 | | - ENABLE_AUTOMATIC_CONSOLE=false ; Enables automatic opening of serial ports |
122 | | - COMPARE_VID_PID_CONSOLE=true ; Open only COM-Ports with same VID/PID as specified above (USB_VID, USB_PID) |
123 | | - USE_TABS_CONSOLE=true ; Use Windows Terminal Tabs-Feature (One Tab for each COM-Port) -> Not fully implemented yet |
| 117 | + ${env:ground_station.build_flags} ; Pass build flags as argument to python script |
| 118 | + COMPARE_SERIAL_NUMBER=false ; Download only to devices with specified USB Serial Number, otherwise to all connected devices |
| 119 | + USE_SERIAL_NUMBER_LIST=false ; Overwrite single USB Serial Number (USB_SERIAL) with list of accepted Serial Numbers |
| 120 | + SERIAL_NUMBER_LIST=["0", "1", "2"] ; List of specific USB Serial Numbers to program and open COM-Port (if enabled) |
| 121 | + ENABLE_AUTOMATIC_CONSOLE=false ; Enables automatic opening of serial ports |
| 122 | + COMPARE_VID_PID_CONSOLE=true ; Open only COM-Ports with same VID/PID as specified above (USB_VID, USB_PID) |
| 123 | + USE_TABS_CONSOLE=true ; Use Windows Terminal Tabs-Feature (One Tab for each COM-Port) -> Not fully implemented yet |
124 | 124 |
|
125 | 125 | check_tool = clangtidy |
126 | 126 | check_flags = |
|
0 commit comments