Updated misc project config.

This commit is contained in:
imi415 2022-05-02 23:13:55 +08:00
parent 669ca62ee2
commit c4d41ac812
Signed by: imi415
GPG Key ID: 885EC2B5A8A6F8A7
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
cmake_minimum_required(VERSION 3.10)
project(ch32v307_template)
project(ch32v307_freertos)
enable_language(CXX)
enable_language(ASM)

View File

@ -1,6 +1,6 @@
<!-- SPDX-License-Identifier: MIT -->
# Template for WCH CH32V30x series MCU
# FreeRTOS demo for WCH CH32V30x series MCU
## How to use
* Write your own CMake toolchain file (see `riscv64-elf.cmake` for example)