STM32F103

Fork of mbed-rpc by Mbed

Committer:
olympux
Date:
Wed Aug 12 15:51:47 2015 +0000
Revision:
11:74cf20da6924
Parent:
1:6919289a5946
Added TARGET_STM32F103RB and Arguments.Reply.putData for short

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mbed_official 0:efe8172b4113 1 /* mbed Microcontroller Library
emilmont 1:6919289a5946 2 * Copyright (c) 2006-2013 ARM Limited
mbed_official 0:efe8172b4113 3 *
emilmont 1:6919289a5946 4 * Licensed under the Apache License, Version 2.0 (the "License");
emilmont 1:6919289a5946 5 * you may not use this file except in compliance with the License.
emilmont 1:6919289a5946 6 * You may obtain a copy of the License at
mbed_official 0:efe8172b4113 7 *
emilmont 1:6919289a5946 8 * http://www.apache.org/licenses/LICENSE-2.0
mbed_official 0:efe8172b4113 9 *
emilmont 1:6919289a5946 10 * Unless required by applicable law or agreed to in writing, software
emilmont 1:6919289a5946 11 * distributed under the License is distributed on an "AS IS" BASIS,
emilmont 1:6919289a5946 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
emilmont 1:6919289a5946 13 * See the License for the specific language governing permissions and
emilmont 1:6919289a5946 14 * limitations under the License.
mbed_official 0:efe8172b4113 15 */
mbed_official 0:efe8172b4113 16 #ifndef MBED_RPC_H
mbed_official 0:efe8172b4113 17 #define MBED_RPC_H
mbed_official 0:efe8172b4113 18
mbed_official 0:efe8172b4113 19 #include "rpc.h"
mbed_official 0:efe8172b4113 20 #include "RPCVariable.h"
mbed_official 0:efe8172b4113 21 #include "RPCFunction.h"
mbed_official 0:efe8172b4113 22 #include "RpcClasses.h"
mbed_official 0:efe8172b4113 23 #include "Arguments.h"
mbed_official 0:efe8172b4113 24
mbed_official 0:efe8172b4113 25 #endif