deleted unused files

This commit is contained in:
2025-06-10 20:08:33 -07:00
parent e9dc460e96
commit 4ac35de22f
951 changed files with 206 additions and 586512 deletions

View File

@@ -0,0 +1,22 @@
[app]
platformio_cmd = platformio
cubemx_cmd = /opt/stm32cubemx/STM32CubeMX
java_cmd = java
[project]
cubemx_script_content = config load ${ioc_file_absolute_path}
generate code ${project_dir_absolute_path}
exit
platformio_ini_patch_content = [platformio]
include_dir = Inc
src_dir = Src
board =
ioc_file = ModuleCAN.ioc
cleanup_ignore = ModuleCAN.ioc
cleanup_use_git = False
inspect_ioc = True
last_error = PlatformIO board is not specified, it will be needed on PlatformIO project creation. Type 'pio boards' or go to https://platformio.org to find an appropriate identifier
Traceback (most recent call last):
File "/home/kymkim/.local/share/pipx/venvs/stm32pio/lib/python3.13/site-packages/stm32pio/cli/app.py", line 195, in main
raise Exception(no_board_message)