mbed library sources. Supersedes mbed-src.

Dependents:   Nucleo_Hello_Encoder BLE_iBeaconScan AM1805_DEMO DISCO-F429ZI_ExportTemplate1 ... more

Committer:
<>
Date:
Fri Oct 28 11:17:30 2016 +0100
Revision:
149:156823d33999
Parent:
targets/hal/TARGET_NORDIC/TARGET_MCU_NRF51822/TARGET_TY51822R3/device.h@144:ef7eb2e8f9f7
This updates the lib to the mbed lib v128

NOTE: This release includes a restructuring of the file and directory locations and thus some
include paths in your code may need updating accordingly.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
<> 144:ef7eb2e8f9f7 1 // The 'features' section in 'target.json' is now used to create the device's hardware preprocessor switches.
<> 144:ef7eb2e8f9f7 2 // Check the 'features' section of the target description in 'targets.json' for more details.
mbed_official 51:2dcb841baa4f 3 /* mbed Microcontroller Library
mbed_official 51:2dcb841baa4f 4 * Copyright (c) 2006-2015 ARM Limited
mbed_official 51:2dcb841baa4f 5 *
mbed_official 51:2dcb841baa4f 6 * Licensed under the Apache License, Version 2.0 (the "License");
mbed_official 51:2dcb841baa4f 7 * you may not use this file except in compliance with the License.
mbed_official 51:2dcb841baa4f 8 * You may obtain a copy of the License at
mbed_official 51:2dcb841baa4f 9 *
mbed_official 51:2dcb841baa4f 10 * http://www.apache.org/licenses/LICENSE-2.0
mbed_official 51:2dcb841baa4f 11 *
mbed_official 51:2dcb841baa4f 12 * Unless required by applicable law or agreed to in writing, software
mbed_official 51:2dcb841baa4f 13 * distributed under the License is distributed on an "AS IS" BASIS,
mbed_official 51:2dcb841baa4f 14 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
mbed_official 51:2dcb841baa4f 15 * See the License for the specific language governing permissions and
mbed_official 51:2dcb841baa4f 16 * limitations under the License.
mbed_official 51:2dcb841baa4f 17 */
mbed_official 51:2dcb841baa4f 18 #ifndef MBED_DEVICE_H
mbed_official 51:2dcb841baa4f 19 #define MBED_DEVICE_H
mbed_official 51:2dcb841baa4f 20
mbed_official 51:2dcb841baa4f 21
<> 144:ef7eb2e8f9f7 22
mbed_official 51:2dcb841baa4f 23
mbed_official 51:2dcb841baa4f 24
mbed_official 51:2dcb841baa4f 25
mbed_official 51:2dcb841baa4f 26
mbed_official 51:2dcb841baa4f 27
mbed_official 51:2dcb841baa4f 28
mbed_official 51:2dcb841baa4f 29
mbed_official 51:2dcb841baa4f 30
mbed_official 51:2dcb841baa4f 31
mbed_official 51:2dcb841baa4f 32
mbed_official 51:2dcb841baa4f 33
mbed_official 51:2dcb841baa4f 34
mbed_official 51:2dcb841baa4f 35
mbed_official 51:2dcb841baa4f 36 #include "objects.h"
mbed_official 51:2dcb841baa4f 37
mbed_official 51:2dcb841baa4f 38 #endif