mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-05 22:43:39 +00:00
Initial test framework
Clean up makefiles Everything buildable under docker (or natively)
This commit is contained in:
parent
5a0c70a017
commit
da7f70c456
48 changed files with 7254 additions and 293 deletions
|
|
@ -1,8 +1,13 @@
|
|||
#ifndef UVM32_H
|
||||
#define UVM32_H 1
|
||||
|
||||
#ifndef CUSTOM_STDLIB_H
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#else
|
||||
#include CUSTOM_STDLIB_H
|
||||
#endif
|
||||
|
||||
#include "uvm32_sys.h"
|
||||
|
||||
#define LIST_OF_UVM32_ERRS \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue