X-Git-Url: https://git.rohieb.name/hackover2013-badge-firmware.git/blobdiff_plain/792119439b0f68cb94bc6300623a4020cb37f124..47c27a4c712e6a1927656c69651354df40c3864a:/projectconfig.h diff --git a/projectconfig.h b/projectconfig.h index 1d3c92f..de7d9c6 100644 --- a/projectconfig.h +++ b/projectconfig.h @@ -121,8 +121,8 @@ LPC1343 LPCXpresso board -----------------------------------------------------------------------*/ - #define CFG_BRD_LPC1343_REFDESIGN - // #define CFG_BRD_LPC1343_REFDESIGN_MINIMAL +// #define CFG_BRD_LPC1343_REFDESIGN +#define CFG_BRD_LPC1343_REFDESIGN_MINIMAL // #define CFG_BRD_LPC1343_TFTLCDSTANDALONE_USB // #define CFG_BRD_LPC1343_TFTLCDSTANDALONE_UART // #define CFG_BRD_LPC1343_802154USBSTICK @@ -196,12 +196,12 @@ LM75B 0x90 1001000x MCP24AA 0xA0 1010000x MCP4725 0xC0 1100000x *** - TEA5767 0xC0 1100000x *** + TEA5767 0xC0 1100000x *** TSL2561 0x72 0111001x TCS3414 0x72 0111001x PN532 0x48 0100100x SSD1306_I2C 0x78 0111100x // Assumes SA0 = GND - INA219 0xF0 10000000x // Assumes A0+A1 = GND + INA219 0xF0 10000000x // Assumes A0+A1 = GND [1] Alternative addresses may exists, but the addresses listed in this table are the values used in the code base @@ -617,9 +617,12 @@ CDC (see 'puts' in systeminit.c). -----------------------------------------------------------------------*/ - #define CFG_USB_VID (0x1d50) - #define CFG_USB_PID (0x600c) +#define CFG_USBMSC (1) + + #define CFG_USB_VID (0x239A) + #define CFG_USB_PID (0x1002) + #ifdef CFG_BRD_LPC1343_REFDESIGN // #define CFG_USBHID #define CFG_USBCDC