diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-11-29 13:55:29 -0700 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-11-30 10:33:16 -0700 |
commit | cda33a489898c18024823b4d4b6e5e0c3b2de24a (patch) | |
tree | 4fd3dc9af57e9451df072788cef20c8bc129db3f /notes.md | |
parent | fb2322993268c0d8441971446a9c716b28545a7b (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.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |