test firmware for BLE Micro V1.3 1. test io, vcc and ble 2. act as a UART to BLE bridge
Dependencies: BLE_API Buffer mbed
Fork of BLE_LEDBlinker by
nRF51822/BSD-3clause-Nordic.txt@12:c4090cb58976, 2015-12-08 (annotated)
- Committer:
- arch
- Date:
- Tue Dec 08 08:34:22 2015 +0000
- Revision:
- 12:c4090cb58976
- Parent:
- 11:c8cbc4bc2c17
fix USBTX/USBRX pins config
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
arch | 11:c8cbc4bc2c17 | 1 | /* |
arch | 11:c8cbc4bc2c17 | 2 | * Copyright (c) Nordic Semiconductor ASA |
arch | 11:c8cbc4bc2c17 | 3 | * All rights reserved. |
arch | 11:c8cbc4bc2c17 | 4 | * |
arch | 11:c8cbc4bc2c17 | 5 | * Redistribution and use in source and binary forms, with or without modification, |
arch | 11:c8cbc4bc2c17 | 6 | * are permitted provided that the following conditions are met: |
arch | 11:c8cbc4bc2c17 | 7 | * |
arch | 11:c8cbc4bc2c17 | 8 | * 1. Redistributions of source code must retain the above copyright notice, this |
arch | 11:c8cbc4bc2c17 | 9 | * list of conditions and the following disclaimer. |
arch | 11:c8cbc4bc2c17 | 10 | * |
arch | 11:c8cbc4bc2c17 | 11 | * 2. Redistributions in binary form must reproduce the above copyright notice, this |
arch | 11:c8cbc4bc2c17 | 12 | * list of conditions and the following disclaimer in the documentation and/or |
arch | 11:c8cbc4bc2c17 | 13 | * other materials provided with the distribution. |
arch | 11:c8cbc4bc2c17 | 14 | * |
arch | 11:c8cbc4bc2c17 | 15 | * 3. Neither the name of Nordic Semiconductor ASA nor the names of other |
arch | 11:c8cbc4bc2c17 | 16 | * contributors to this software may be used to endorse or promote products |
arch | 11:c8cbc4bc2c17 | 17 | * derived from this software without specific prior written permission. |
arch | 11:c8cbc4bc2c17 | 18 | * |
arch | 11:c8cbc4bc2c17 | 19 | * |
arch | 11:c8cbc4bc2c17 | 20 | * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
arch | 11:c8cbc4bc2c17 | 21 | * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
arch | 11:c8cbc4bc2c17 | 22 | * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
arch | 11:c8cbc4bc2c17 | 23 | * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR |
arch | 11:c8cbc4bc2c17 | 24 | * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
arch | 11:c8cbc4bc2c17 | 25 | * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
arch | 11:c8cbc4bc2c17 | 26 | * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
arch | 11:c8cbc4bc2c17 | 27 | * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
arch | 11:c8cbc4bc2c17 | 28 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
arch | 11:c8cbc4bc2c17 | 29 | * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
arch | 11:c8cbc4bc2c17 | 30 | * |
arch | 11:c8cbc4bc2c17 | 31 | */ |