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:
Mariano Alvira 2010-02-26 14:04:10 -05:00
parent a791be393b
commit 87cd9c7a36
13 changed files with 126 additions and 166 deletions

View file

@ -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)