mbed-src updated for BMD-200 evaluation board. Just pin numbers are updated.
Dependents: mbed_blinky-bmd-200 bmd-200_accel_demo firstRig
Fork of mbed-src by
Replacement for the "mbed" or "mbed-src" library when using the BMD-200 Evaluation kit. This library only remaps the pin names (i.e. LED1 points to p0.01 instead of p0.18, etc) as used by the BMD-200 Evaluation board (select the nRF51822_mkit platform). All other code is untouched.
Diff: targets/hal/TARGET_NXP/TARGET_LPC408X/device.h
- Revision:
- 17:151ab7482c89
- Parent:
- 16:7da2369b400c
--- a/targets/hal/TARGET_NXP/TARGET_LPC408X/device.h Wed Aug 07 16:33:54 2013 +0000 +++ b/targets/hal/TARGET_NXP/TARGET_LPC408X/device.h Thu Aug 08 15:42:46 2013 +0100 @@ -33,7 +33,7 @@ #define DEVICE_SPI 1 #define DEVICE_SPISLAVE 1 -#define DEVICE_CAN 0 +#define DEVICE_CAN 1 #define DEVICE_RTC 1 @@ -41,8 +41,8 @@ #define DEVICE_PWMOUT 1 -#define DEVICE_SEMIHOST 0 // Need HW? -#define DEVICE_LOCALFILESYSTEM 0 // Need HW? +#define DEVICE_SEMIHOST 0 +#define DEVICE_LOCALFILESYSTEM 0 #define DEVICE_ID_LENGTH 32 #define DEVICE_MAC_OFFSET 20