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

9
tests/tests.h Normal file
View file

@ -0,0 +1,9 @@
#ifndef TESTS_H
#define TESTS_H
#include "put.h"
void uart_init(uint16_t inc, uint16_t mod);
void print_welcome(char* testname);
#endif