update build system for board specific code that's 'local' to the
program you are building. update tests to consolidate common code.
This commit is contained in:
parent
a791be393b
commit
87cd9c7a36
13 changed files with 126 additions and 166 deletions
|
@ -1,8 +1,6 @@
|
|||
#ifndef UTILS_H
|
||||
#define UTILS_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#define CAT2(x, y, z) x##y##z
|
||||
|
||||
#define bit(bit) (1 << bit)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue