add initial support for output using ITM via SWO (not tested though)

This commit is contained in:
hathach
2013-01-17 02:04:47 +07:00
parent aae51e985f
commit 10009cba99
4 changed files with 27 additions and 5 deletions

View File

@@ -56,6 +56,7 @@
#endif
#include <stdint.h>
#include "common/binary.h" // This file is too good to not use
#define BOARD_AT86RF2XX 0
#define BOARD_LPCXPRESSO1347 1