mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
* Removing USB Need to refine the drive to the iron tip * Update README.md * * Rewrite all code from scratch * Only kept settings * New font * New PID * New Menus * Use Hardware I2C * Faster System * Better Heating Time * No USB * Full Menu System
15 lines
364 B
INI
15 lines
364 B
INI
# This is an ts100 board with a single STM32F103T8Ux chip.
|
|
# Generated by System Workbench for STM32
|
|
|
|
source [find interface/stlink-v2.cfg]
|
|
|
|
set WORKAREASIZE 0x5000
|
|
transport select "hla_swd"
|
|
|
|
|
|
source [find target/stm32f1x_stlink.cfg]
|
|
|
|
# use hardware reset, connect under reset
|
|
#reset_config srst_only srst_nogate
|
|
#software
|
|
reset_config none separate |