add README_zh.md

This commit is contained in:
2026-01-04 15:47:29 +08:00
parent 00405d4665
commit adcd2c86a8
2 changed files with 183 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
# STM8 Bootloader Template Project
(English | [中文](README_zh.md))
## Overview
This project provides a flexible bootloader implementation for STM8 microcontrollers using the SDCC compiler. The bootloader resides in the option bytes reserved area and enables in-application programming (IAP) capabilities via UART communication.