Skip to content

Commit dbeee2a

Browse files
committed
added device MICRONFCBOARD's provides to targets.json
1 parent 9cf3268 commit dbeee2a

File tree

1 file changed

+2
-21
lines changed
  • hal/targets/hal/TARGET_NXP/TARGET_LPC11UXX/TARGET_APPNEARME_MICRONFCBOARD

1 file changed

+2
-21
lines changed

hal/targets/hal/TARGET_NXP/TARGET_LPC11UXX/TARGET_APPNEARME_MICRONFCBOARD/device.h

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// The 'features' section in 'target.json' is now used to create the device's hardware preprocessor switches.
2+
// Check the 'features' section of the target description in 'targets.json' for more details.
13
/* mbed Microcontroller Library
24
* Copyright (c) 2006-2015 ARM Limited
35
*
@@ -16,43 +18,22 @@
1618
#ifndef MBED_DEVICE_H
1719
#define MBED_DEVICE_H
1820

19-
#define DEVICE_PORTIN 1
20-
#define DEVICE_PORTOUT 1
21-
#define DEVICE_PORTINOUT 1
2221

23-
#define DEVICE_INTERRUPTIN 1
2422

25-
#define DEVICE_ANALOGIN 1
26-
#define DEVICE_ANALOGOUT 0
2723

28-
#define DEVICE_SERIAL 1
2924

30-
#define DEVICE_I2C 1
31-
#define DEVICE_I2CSLAVE 1
3225

33-
#define DEVICE_SPI 1
34-
#define DEVICE_SPISLAVE 1
3526

36-
#define DEVICE_CAN 0
3727

38-
#define DEVICE_RTC 0
3928

40-
#define DEVICE_ETHERNET 0
4129

42-
#define DEVICE_PWMOUT 1
4330

44-
#define DEVICE_SEMIHOST 0
45-
#define DEVICE_LOCALFILESYSTEM 0
4631
#define DEVICE_ID_LENGTH 32
4732
#define DEVICE_MAC_OFFSET 20
4833

49-
#define DEVICE_SLEEP 1
5034

51-
#define DEVICE_DEBUG_AWARENESS 0
5235

53-
#define DEVICE_STDIO_MESSAGES 0
5436

55-
#define DEVICE_ERROR_PATTERN 1
5637

5738
#include "objects.h"
5839

0 commit comments

Comments
 (0)