20 lines
431 B
INI
20 lines
431 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 = bluepill_f103c8
|
|
ioc_file = mainboard.ioc
|
|
cleanup_ignore = mainboard.ioc
|
|
cleanup_use_git = False
|
|
inspect_ioc = True
|
|
last_error =
|
|
|