23 lines
783 B
INI
23 lines
783 B
INI
[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)
|
|
|