mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-06 06:53:39 +00:00
Remove RV32 breakpoints and interrupts, to save a tiny bit of code size.
Some checks are pending
CI / test (ubuntu-latest) (push) Waiting to run
Some checks are pending
CI / test (ubuntu-latest) (push) Waiting to run
This commit is contained in:
parent
065d2c64aa
commit
5fb03b7d66
4 changed files with 14 additions and 3 deletions
|
|
@ -44,6 +44,7 @@ SOFTWARE.
|
|||
#define MINIRV32_NO_TIMERS_NO_CYCLES
|
||||
#define MINIRV32_NO_ZICSR
|
||||
#define MINIRV32_NO_ATOMICS
|
||||
#define MINIRV32_NO_BREAKPOINT_NO_INTERRUPTS
|
||||
#define MINI_RV32_RAM_SIZE UVM32_MEMORY_SIZE
|
||||
#define MINIRV32_POSTEXEC(pc, ir, retval) {if (retval > 0) return retval;}
|
||||
uint32_t _uvm32_extramLoad(void *userdata, uint32_t addr, uint32_t accessTyp);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue