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

@@ -49,11 +49,6 @@
#include "lpc43xx_i2s.h"
#include "lpc43xx_emc.h"
// TODO abstract later: n-th Bit
#ifndef BIT_
#define BIT_(n) (1 << (n))
#endif
#define BOARD_MAX_LEDS 2
const static struct {
uint8_t port;