Add CH32V203 support.

This commit is contained in:
cnlohr
2024-06-19 04:31:21 -07:00
parent 200d271c0a
commit 956ac4a0c2
6 changed files with 346 additions and 2 deletions
+3
View File
@@ -1,3 +1,6 @@
// XXX TODO: Play with high bits of ADC control to see if there's a gain cicuit.
// XXX TODO: Try to see if there is a way to tightly control Q, right now it's kinda random.
// XXX TODO: It looks like our loop can exit early - or more specifically we can "wrap around" our data because adc may not be == because it is skipping numbers
/**
MIT-like-non-ai-license
+1 -1
View File
@@ -48,7 +48,7 @@ function computeTable()
else if( mode == 2 )
contents += DrawSpan( 2, freq * (h+.25), target, true );
else if( mode == 3 )
contents += DrawSpan( 2, freq + (h+ 0.5), target, true );
contents += DrawSpan( 2, freq * (h+0.5), target, true );
}
contents += "</TD>";