Skip to content

Commit

Permalink
更新文档
Browse files Browse the repository at this point in the history
  • Loading branch information
Aladdin-Wang committed Nov 11, 2024
1 parent 9f9dba6 commit 18881fe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# MicroBoot

MicroBoot is a lightweight framework designed to simplify and accelerate the setup and development process for embedded microcontroller applications.
MicroBoot 是一个由模块化代码组成的框架,旨在简化和加速嵌入式单片机程序的升级和开发过程。

文档介绍:

https://microboot.readthedocs.io/zh-cn/latest/
2 changes: 2 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@

MicroBoot就是为了解决这些灾难而生的,它是我开发的BootLoader框架,专为嵌入式单片机设备的升级而优化。从断电保护到断点续传,从校验机制到高效通信,它全面提升了升级过程的可靠性,让固件升级变得轻松愉快。

**一个稳定可靠的bootloader,是产品快速迭代的基石!**

### 问题1:bootloader 在跳转到app前没有清理干净存在的痕迹

**问题描述:** 固件更新完毕后从 bootloader 跳转至 APP 前需对所用的外设 deinit ,以使外设恢复至上电时的初始状态。但是当使用复杂的外设收取固件包时, deinit 也将变得复杂,甚至很难排除对 APP 的影响。因此最佳的方法是升级完固件进行软复位,再次进入bootloader在程序运行之前,先通过判断标志的方式,来直接跳转到app,这样就相当于给APP提供了一个干净的外设环境。
Expand Down
4 changes: 0 additions & 4 deletions docs/tools/microlink/microlink.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ MicroLink是一款集多功能于一体的嵌入式系统开发工具,专为

淘宝链接:https://item.taobao.com/item.htm?ft=t&id=826800975011

**手机淘宝扫码领优惠券:**

![](../../images/microlink/TB.jpg)



### 更多技术支持
Expand Down

0 comments on commit 18881fe

Please sign in to comment.