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/source/supress-warnings.cmake@11:c8cbc4bc2c17, 2015-12-08 (annotated)
- Committer:
- arch
- Date:
- Tue Dec 08 06:02:25 2015 +0000
- Revision:
- 11:c8cbc4bc2c17
test firmware for BLE Micro V1.3
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
arch | 11:c8cbc4bc2c17 | 1 | # Copyright 2015 ARM Limited |
arch | 11:c8cbc4bc2c17 | 2 | # |
arch | 11:c8cbc4bc2c17 | 3 | # Licensed under the Apache License, Version 2.0 (the "License"); |
arch | 11:c8cbc4bc2c17 | 4 | # you may not use this file except in compliance with the License. |
arch | 11:c8cbc4bc2c17 | 5 | # You may obtain a copy of the License at |
arch | 11:c8cbc4bc2c17 | 6 | # |
arch | 11:c8cbc4bc2c17 | 7 | # http://www.apache.org/licenses/LICENSE-2.0 |
arch | 11:c8cbc4bc2c17 | 8 | # |
arch | 11:c8cbc4bc2c17 | 9 | # Unless required by applicable law or agreed to in writing, software |
arch | 11:c8cbc4bc2c17 | 10 | # distributed under the License is distributed on an "AS IS" BASIS, |
arch | 11:c8cbc4bc2c17 | 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
arch | 11:c8cbc4bc2c17 | 12 | # See the License for the specific language governing permissions and |
arch | 11:c8cbc4bc2c17 | 13 | # limitations under the License. |
arch | 11:c8cbc4bc2c17 | 14 | |
arch | 11:c8cbc4bc2c17 | 15 | message("suppressing warnings from ble-nrf51822") |
arch | 11:c8cbc4bc2c17 | 16 | |
arch | 11:c8cbc4bc2c17 | 17 | if(CMAKE_C_COMPILER_ID STREQUAL "GNU") |
arch | 11:c8cbc4bc2c17 | 18 | set_target_properties(ble-nrf51822 |
arch | 11:c8cbc4bc2c17 | 19 | PROPERTIES COMPILE_FLAGS "-Wno-sign-compare -Wno-unused-variable -Wno-unused-parameter -Wno-missing-field-initializers" |
arch | 11:c8cbc4bc2c17 | 20 | ) |
arch | 11:c8cbc4bc2c17 | 21 | endif() |