File tree Expand file tree Collapse file tree 1 file changed +2
-21
lines changed
hal/targets/hal/TARGET_NXP/TARGET_LPC11UXX/TARGET_APPNEARME_MICRONFCBOARD Expand file tree Collapse file tree 1 file changed +2
-21
lines changed Original file line number Diff line number Diff line change
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.
1
3
/* mbed Microcontroller Library
2
4
* Copyright (c) 2006-2015 ARM Limited
3
5
*
16
18
#ifndef MBED_DEVICE_H
17
19
#define MBED_DEVICE_H
18
20
19
- #define DEVICE_PORTIN 1
20
- #define DEVICE_PORTOUT 1
21
- #define DEVICE_PORTINOUT 1
22
21
23
- #define DEVICE_INTERRUPTIN 1
24
22
25
- #define DEVICE_ANALOGIN 1
26
- #define DEVICE_ANALOGOUT 0
27
23
28
- #define DEVICE_SERIAL 1
29
24
30
- #define DEVICE_I2C 1
31
- #define DEVICE_I2CSLAVE 1
32
25
33
- #define DEVICE_SPI 1
34
- #define DEVICE_SPISLAVE 1
35
26
36
- #define DEVICE_CAN 0
37
27
38
- #define DEVICE_RTC 0
39
28
40
- #define DEVICE_ETHERNET 0
41
29
42
- #define DEVICE_PWMOUT 1
43
30
44
- #define DEVICE_SEMIHOST 0
45
- #define DEVICE_LOCALFILESYSTEM 0
46
31
#define DEVICE_ID_LENGTH 32
47
32
#define DEVICE_MAC_OFFSET 20
48
33
49
- #define DEVICE_SLEEP 1
50
34
51
- #define DEVICE_DEBUG_AWARENESS 0
52
35
53
- #define DEVICE_STDIO_MESSAGES 0
54
36
55
- #define DEVICE_ERROR_PATTERN 1
56
37
57
38
#include "objects.h"
58
39
You can’t perform that action at this time.
0 commit comments