Guide update

This commit is contained in:
Martin Loren
2026-04-14 14:02:27 +08:00
parent 4872623300
commit 66dba3a7de

View File

@@ -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
```