Merge pull request #372 from pedestriank/master

[HUST CSE]Modify invalid links
This commit is contained in:
Supowang
2023-04-25 14:17:03 +08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ CMSIS-RTOS是用于实时操作系统RTOS的一层通用API它提供了
CMSIS-RTOS API的整体架构如下图
![](./image/CMSIS_RTOS_API_User_Guide/cmsis-rtos-api.png)
CMSIS-RTOS API官方参考文档链接[https://www.keil.com/pack/doc/CMSIS/RTOS/html/index.html](https://www.keil.com/pack/doc/CMSIS/RTOS/html/index.html/)
CMSIS-RTOS API官方参考文档链接[https://www.keil.com/pack/doc/CMSIS/RTOS/html/index.html](https://www.keil.com/pack/doc/CMSIS/RTOS/html/index.html)
# 2. CMSIS-RTOS API列表
下面列出了 CMSIS-RTOS API <font color="red">v1.02</font> 版本提供的所有API。

View File

@@ -190,6 +190,6 @@
# 参考
- [Hosting Embedded Rust apps on Apache Mynewt with STM32 Blue Pill](https://medium.com/@ly.lee/hosting-embedded-rust-apps-on-apache-mynewt-with-stm32-blue-pill-c86b119fe5f)
- [Hosting Embedded Rust apps on Apache Mynewt with STM32 Blue Pill](https://lupyuen.github.io/articles/hosting-embedded-rust-apps-on-apache-mynewt-with-stm32-blue-pill)
- [STM32L0 Rust Part 1 - Getting Started](https://craigjb.com/2019/12/31/stm32l0-rust/)
- [FreeRTOS meets Rust](http://www.hashmismatch.net/freertos-meets-rust/)