テスト用
Fork of nRF51822 by
nordic/nordic_global.h@69:936d81c963fe, 2014-09-26 (annotated)
- Committer:
- Rohit Grover
- Date:
- Fri Sep 26 14:46:19 2014 +0100
- Revision:
- 69:936d81c963fe
- Parent:
- 0:eff01767de02
Release 0.2.1
=============
Features
~~~~~~~~
- Turn on the service-changed characteristic by default.
Bugfixes
~~~~~~~~
- Raised the maximum number of supported characteristics/descriptors to 24
(was 10 previously). We're beginning to find services like Device-
Information with several characteristics populated.
Compatibility
~~~~~~~~~~~~~
Works with 0.2.0 of BLE_API.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
bogdanm | 0:eff01767de02 | 1 | /* Copyright (c) 2014 Nordic Semiconductor. All Rights Reserved. |
bogdanm | 0:eff01767de02 | 2 | * |
bogdanm | 0:eff01767de02 | 3 | * Licensed under the Apache License, Version 2.0 (the "License"); |
bogdanm | 0:eff01767de02 | 4 | * you may not use this file except in compliance with the License. |
bogdanm | 0:eff01767de02 | 5 | * You may obtain a copy of the License at |
bogdanm | 0:eff01767de02 | 6 | * |
bogdanm | 0:eff01767de02 | 7 | * http://www.apache.org/licenses/LICENSE-2.0 |
bogdanm | 0:eff01767de02 | 8 | * |
bogdanm | 0:eff01767de02 | 9 | * Unless required by applicable law or agreed to in writing, software |
bogdanm | 0:eff01767de02 | 10 | * distributed under the License is distributed on an "AS IS" BASIS, |
bogdanm | 0:eff01767de02 | 11 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
bogdanm | 0:eff01767de02 | 12 | * See the License for the specific language governing permissions and |
bogdanm | 0:eff01767de02 | 13 | * limitations under the License. |
bogdanm | 0:eff01767de02 | 14 | */ |
bogdanm | 0:eff01767de02 | 15 | |
bogdanm | 0:eff01767de02 | 16 | #ifndef _NORDIC_GLOBAL_H_ |
bogdanm | 0:eff01767de02 | 17 | #define _NORDIC_GLOBAL_H_ |
bogdanm | 0:eff01767de02 | 18 | |
bogdanm | 0:eff01767de02 | 19 | /* There are no global defines in mbed, so we need to define */ |
bogdanm | 0:eff01767de02 | 20 | /* mandatory conditional compilation flags here */ |
bogdanm | 0:eff01767de02 | 21 | #define NRF51 |
bogdanm | 0:eff01767de02 | 22 | #define DEBUG_NRF_USER |
bogdanm | 0:eff01767de02 | 23 | #define BLE_STACK_SUPPORT_REQD |
bogdanm | 0:eff01767de02 | 24 | #define BOARD_PCA10001 |
bogdanm | 0:eff01767de02 | 25 | |
bogdanm | 0:eff01767de02 | 26 | #endif |