summaryrefslogtreecommitdiff
path: root/notes.md
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2024-11-29 13:55:29 -0700
committerLuke T. Shumaker <lukeshu@lukeshu.com>2024-11-30 10:33:16 -0700
commitcda33a489898c18024823b4d4b6e5e0c3b2de24a (patch)
tree4fd3dc9af57e9451df072788cef20c8bc129db3f /notes.md
parentfb2322993268c0d8441971446a9c716b28545a7b (diff)
Don't use TinyUSB BSP
I guess the BSP is only meant for demos, and doesn't play nice with a larger project. Notably, board_init() re-initializes the UART hardware, causing weird glitches.
Diffstat (limited to 'notes.md')
-rw-r--r--notes.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/notes.md b/notes.md
index 5ecb152..362445f 100644
--- a/notes.md
+++ b/notes.md
@@ -149,3 +149,7 @@ IDK about HDMI compression yet, but naively uncompressed we're looking
at wanting to shove ~60 MB/s (480 Mb/s).
Compression is an optional feature introduced in HDMI 2.1 :(
+
+----
+
+PIO-based USB needs the system clock to be a multiple of 120mhz