auto-generate Arduino example, to keep in sync

This commit is contained in:
Toby Jaffey 2025-12-11 11:05:44 +00:00
parent 7a1656ab10
commit 9ca720d35c
9 changed files with 22 additions and 980 deletions

View file

@ -70,7 +70,7 @@ void uvm32_init(uvm32_state_t *vmst) {
vmst->status = UVM32_STATUS_PAUSED;
vmst->extramLen = 0;
vmst->extram = UVM32_NULL;
vmst->extram = (uint32_t *)UVM32_NULL;
vmst->extramDirty = false;
vmst->core.pc = MINIRV32_RAM_IMAGE_OFFSET;