From 20bc1965fdec543d68338fe08b5d1f750605ee4b Mon Sep 17 00:00:00 2001 From: "Kaz Saita(raspi5)" Date: Wed, 20 Nov 2024 21:15:09 +0900 Subject: [PATCH] sync notes(auto) --- content/20241114182939 CH32Vの開発環境.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/content/20241114182939 CH32Vの開発環境.md b/content/20241114182939 CH32Vの開発環境.md index 8bf4ef8..553ffdc 100644 --- a/content/20241114182939 CH32Vの開発環境.md +++ b/content/20241114182939 CH32Vの開発環境.md @@ -51,7 +51,10 @@ PlatformIOでやりたい(特に合理的な判断ではないかも)。Platform このドキュメントによると、将来的には FreeRTOSとかも使えそうな雰囲気を感じるが、リンク先は20241120 時点では何も書いていない。Ch32v003funとArduinoについては記載が無いなど、開発中な雰囲気を感じる。 20241120 時点で、PlatformIOで選択可能なのは以下の3種類。 -- Noneos-sdk Bare Metalっぽいやつ [GitHub - Community-PIO-CH32V/framework-wch-noneos-sdk: PlatformIO repackaging of W.CH CH32V NoneSDK Source Code](https://github.com/Community-PIO-CH32V/framework-wch-noneos-sdk) +- Noneos-sdk Bare Metalっぽいやつ + - [GitHub - Community-PIO-CH32V/framework-wch-noneos-sdk: PlatformIO repackaging of W.CH CH32V NoneSDK Source Code](https://github.com/Community-PIO-CH32V/framework-wch-noneos-sdk) + - [None OS SDK — PIO CH32V 0.1 documentation](https://pio-ch32v.readthedocs.io/en/latest/none%20os%20sdk.html) + - Arduino-sdk arduinoっぽく使えるやつ [GitHub - Community-PIO-CH32V/ArduinoCore-CH32V: Arduino core for WCH CH32V RISC-V devices.](https://github.com/Community-PIO-CH32V/ArduinoCore-CH32V) - Ch32v003fun [GitHub - cnlohr/ch32v003fun: Open source minimal stack for the ch32 line of WCH processors, including the ch32v003, a 10¢ 48 MHz RISC-V Microcontroller - as well as many other chips within the ch32v/x line.](https://github.com/cnlohr/ch32v003fun)