first commit

This commit is contained in:
2025-11-07 17:02:04 +06:00
commit d577c5193c
16 changed files with 951 additions and 0 deletions

22
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,22 @@
{
"files.associations": {
"*.rmd": "markdown",
"sys.h": "c",
"cstdio": "c",
"__verbose_abort": "c",
"*.inc": "c",
"ch32fun.h": "c",
"stdio.h": "c",
"systick.h": "c",
"def.h": "c",
"ch32v20xhw.h": "c",
"future": "c",
"compare": "c",
"cstdint": "c",
"snmp.h": "c",
"etharp.h": "c",
"dhcp.h": "c",
"netif.h": "c",
"ch32v307gigabit.h": "c"
}
}