mirror of
https://github.com/martinloren/Artery-AT32-PlatformIO.git
synced 2026-05-21 09:22:14 +00:00
Guide update
This commit is contained in:
@@ -59,14 +59,16 @@ More details about custom device configuration for J-Link are available [here](h
|
|||||||
|
|
||||||
|
|
||||||
## Info about Platform.ini Project Configuration File
|
## Info about Platform.ini Project Configuration File
|
||||||
`[env:(write here project name)]
|
```
|
||||||
|
[env:(write here project name)]
|
||||||
platform = at32
|
platform = at32
|
||||||
framework = cmsis
|
framework = cmsis
|
||||||
board = generic_f435 ;or: generic_f403a
|
board = generic_f435 ;or: generic_f403a
|
||||||
build_flags = -I include
|
build_flags = -I include
|
||||||
monitor_speed = 921600
|
monitor_speed = 921600
|
||||||
upload_protocol = jlink ;or: serial
|
upload_protocol = jlink ;or: serial
|
||||||
debug_tool = jlink`
|
debug_tool = jlink
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user