adding code to allow configure MIC2555 to pull down D+/D- (still need bit bangding I2C on PB_0 PB_1)

add back port reset after get 8 bytes of device descriptor
This commit is contained in:
hathach
2013-04-09 02:13:18 +07:00
parent b0a54cbf8f
commit c036efff1d
6 changed files with 66 additions and 11 deletions

View File

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