WIP don't optimize the setup function at all

This commit is contained in:
Jeff Epler 2025-03-14 10:19:19 -05:00
parent a939ea65a1
commit 002236b93a

View file

@ -133,6 +133,7 @@ static void __not_in_flash_func(dma_irq_handler)(void) {
#error Only VGA resolution is supported
#endif
__attribute__((optimize("-O0")))
void video_init(uint32_t *framebuffer) {
picodvi_framebuffer_obj_t *self = &picodvi;