From ed28743a44ddfe791cc16b8494685167d67f7fc5 Mon Sep 17 00:00:00 2001 From: pedestriank Date: Sun, 23 Apr 2023 17:07:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86readme=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E4=B8=AD=E7=9A=84=E5=A4=B1=E6=95=88=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/23.CMSIS_RTOS_API_Use_Guide.md | 2 +- examples/tos_meets_rust/docs/rust.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/23.CMSIS_RTOS_API_Use_Guide.md b/doc/23.CMSIS_RTOS_API_Use_Guide.md index 2f1cf529..f563f515 100644 --- a/doc/23.CMSIS_RTOS_API_Use_Guide.md +++ b/doc/23.CMSIS_RTOS_API_Use_Guide.md @@ -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 v1.02 版本提供的所有API。 diff --git a/examples/tos_meets_rust/docs/rust.md b/examples/tos_meets_rust/docs/rust.md index 219da950..e86a4919 100644 --- a/examples/tos_meets_rust/docs/rust.md +++ b/examples/tos_meets_rust/docs/rust.md @@ -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/)