project for nrf51822 qfab
Dependencies: eddystone_URL mbed
Fork of eddystone_URL by
nRF51822/nordic/nordic_global.h@5:267bdacf5508, 2017-11-23 (annotated)
- Committer:
- tridung141196
- Date:
- Thu Nov 23 15:38:48 2017 +0000
- Revision:
- 5:267bdacf5508
- Parent:
- 0:76dfa9657d9d
ibeacon
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
jksoft | 0:76dfa9657d9d | 1 | /* Copyright (c) 2014 Nordic Semiconductor. All Rights Reserved. |
jksoft | 0:76dfa9657d9d | 2 | * |
jksoft | 0:76dfa9657d9d | 3 | * Licensed under the Apache License, Version 2.0 (the "License"); |
jksoft | 0:76dfa9657d9d | 4 | * you may not use this file except in compliance with the License. |
jksoft | 0:76dfa9657d9d | 5 | * You may obtain a copy of the License at |
jksoft | 0:76dfa9657d9d | 6 | * |
jksoft | 0:76dfa9657d9d | 7 | * http://www.apache.org/licenses/LICENSE-2.0 |
jksoft | 0:76dfa9657d9d | 8 | * |
jksoft | 0:76dfa9657d9d | 9 | * Unless required by applicable law or agreed to in writing, software |
jksoft | 0:76dfa9657d9d | 10 | * distributed under the License is distributed on an "AS IS" BASIS, |
jksoft | 0:76dfa9657d9d | 11 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
jksoft | 0:76dfa9657d9d | 12 | * See the License for the specific language governing permissions and |
jksoft | 0:76dfa9657d9d | 13 | * limitations under the License. |
jksoft | 0:76dfa9657d9d | 14 | */ |
jksoft | 0:76dfa9657d9d | 15 | |
jksoft | 0:76dfa9657d9d | 16 | #ifndef _NORDIC_GLOBAL_H_ |
jksoft | 0:76dfa9657d9d | 17 | #define _NORDIC_GLOBAL_H_ |
jksoft | 0:76dfa9657d9d | 18 | |
jksoft | 0:76dfa9657d9d | 19 | /* There are no global defines in mbed, so we need to define */ |
jksoft | 0:76dfa9657d9d | 20 | /* mandatory conditional compilation flags here */ |
jksoft | 0:76dfa9657d9d | 21 | #define NRF51 |
jksoft | 0:76dfa9657d9d | 22 | #define DEBUG_NRF_USER |
jksoft | 0:76dfa9657d9d | 23 | #define BLE_STACK_SUPPORT_REQD |
jksoft | 0:76dfa9657d9d | 24 | #define BOARD_PCA10001 |
jksoft | 0:76dfa9657d9d | 25 | |
jksoft | 0:76dfa9657d9d | 26 | #endif |