Initial Commit
This commit is contained in:
24
platformio.ini
Normal file
24
platformio.ini
Normal file
@@ -0,0 +1,24 @@
|
||||
; 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/
|
||||
|
||||
Reference in New Issue
Block a user