25 lines
701 B
INI
25 lines
701 B
INI
; PlatformIO Project Configuration File
|
|
;
|
|
; Build options: build flags, source filter
|
|
; Upload options: custom upload port, speed and extra flags
|
|
; Library options: dependencies, extra library storages
|
|
; Advanced options: extra scripting
|
|
;
|
|
; Please visit documentation for the other options and examples
|
|
; https://docs.platformio.org/page/projectconf.html
|
|
|
|
[env:stm8sblue]
|
|
platform = ststm8
|
|
board = stm8sblue
|
|
framework = spl
|
|
extra_scripts = pre:extra_script.py
|
|
upload_protocol = stlinkv2
|
|
board_build.mcu = stm8s103f3p6
|
|
board_build.f_cpu = 16000000L
|
|
; serial monitor options
|
|
monitor_speed = 115200
|
|
;build_unflags = --nostdlib
|
|
;build_flags =
|
|
; -I$PROJECT_PACKAGES_DIR/toolchain-sdcc/include/
|
|
|