implement ch32v003 decoder

This commit is contained in:
Crispy 2024-04-12 22:26:24 +02:00
parent dc26664372
commit 0e95a0a1bb
9 changed files with 2082 additions and 4 deletions

7
ch32_decoder/funconfig.h Normal file
View file

@ -0,0 +1,7 @@
#ifndef _FUNCONFIG_H
#define _FUNCONFIG_H
#define CH32V003 1
#endif