Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-src by
Diff: targets/hal/TARGET_NXP/TARGET_LPC43XX/device.h
- Revision:
- 256:76fd9a263045
- Parent:
- 20:4263a77256ae
--- a/targets/hal/TARGET_NXP/TARGET_LPC43XX/device.h Fri Jul 11 10:00:08 2014 +0100 +++ b/targets/hal/TARGET_NXP/TARGET_LPC43XX/device.h Tue Jul 15 07:45:08 2014 +0100 @@ -26,9 +26,10 @@ #define DEVICE_ANALOGOUT 1 #define DEVICE_SERIAL 1 +//#define DEVICE_SERIAL_FC 1 -#define DEVICE_I2C 0 -#define DEVICE_I2CSLAVE 0 +#define DEVICE_I2C 1 +#define DEVICE_I2CSLAVE 1 #define DEVICE_SPI 1 #define DEVICE_SPISLAVE 1 @@ -37,9 +38,9 @@ #define DEVICE_RTC 1 -#define DEVICE_ETHERNET 0 +#define DEVICE_ETHERNET 1 -#define DEVICE_PWMOUT 0 +#define DEVICE_PWMOUT 1 #define DEVICE_SEMIHOST 0 #define DEVICE_LOCALFILESYSTEM 0 @@ -52,7 +53,7 @@ #define DEVICE_STDIO_MESSAGES 1 -#define DEVICE_ERROR_RED 1 +#define DEVICE_ERROR_PATTERN 1 #include "objects.h"
