mbed library sources. Supersedes mbed-src.

Fork of mbed-dev by mbed official

Committer:
<>
Date:
Tue Nov 08 17:45:16 2016 +0000
Revision:
151:02e0a0aed4ec
This updates the lib to the mbed lib v129

Who changed what in which revision?

UserRevisionLine numberNew contents of line
<> 151:02e0a0aed4ec 1 /*
<> 151:02e0a0aed4ec 2 * PackageLicenseDeclared: Apache-2.0
<> 151:02e0a0aed4ec 3 * Copyright (c) 2015 ARM Limited
<> 151:02e0a0aed4ec 4 *
<> 151:02e0a0aed4ec 5 * Licensed under the Apache License, Version 2.0 (the "License");
<> 151:02e0a0aed4ec 6 * you may not use this file except in compliance with the License.
<> 151:02e0a0aed4ec 7 * You may obtain a copy of the License at
<> 151:02e0a0aed4ec 8 *
<> 151:02e0a0aed4ec 9 * http://www.apache.org/licenses/LICENSE-2.0
<> 151:02e0a0aed4ec 10 *
<> 151:02e0a0aed4ec 11 * Unless required by applicable law or agreed to in writing, software
<> 151:02e0a0aed4ec 12 * distributed under the License is distributed on an "AS IS" BASIS,
<> 151:02e0a0aed4ec 13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
<> 151:02e0a0aed4ec 14 * See the License for the specific language governing permissions and
<> 151:02e0a0aed4ec 15 * limitations under the License.
<> 151:02e0a0aed4ec 16 */
<> 151:02e0a0aed4ec 17
<> 151:02e0a0aed4ec 18 #ifndef MBED_CMSIS_H
<> 151:02e0a0aed4ec 19 #define MBED_CMSIS_H
<> 151:02e0a0aed4ec 20
<> 151:02e0a0aed4ec 21 #include "hi2110.h"
<> 151:02e0a0aed4ec 22 #include "cmsis_nvic.h"
<> 151:02e0a0aed4ec 23
<> 151:02e0a0aed4ec 24 /** Reference clock in Hz */
<> 151:02e0a0aed4ec 25 #define CLOCKS_REFERENCE_CLOCK_FREQ 32768
<> 151:02e0a0aed4ec 26
<> 151:02e0a0aed4ec 27 #endif