gregdavill / CH32V003-makefile-example

CH32V003 is an ultra-cheap RISC-V MCU with 2KB SRAM, 16KB flash, and up to 18 GPIOs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic CH32V003 RISCV Makefile project

Requirements:

Set up udev rules for WCH link

sudo cp ./50-wch.rules   /etc/udev/rules.d  
sudo udevadm control --reload-rules

Make project

make

Licence

Unless otherwise stated files are licensed as Apache-2.0

Files under vendor/ are from openwch (https://github.com/openwch/ch32v003) Licensed under Apache-2.0 Makefile is based on an example here: https://github.com/gregdavill/CH32V307-makefile-example

About

CH32V003 is an ultra-cheap RISC-V MCU with 2KB SRAM, 16KB flash, and up to 18 GPIOs

License:Apache License 2.0


Languages

Language:Makefile 63.3%Language:C 36.7%