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
9
tests/tests.h
Normal file
9
tests/tests.h
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue