temp

Dependencies:   mbed SDFileSystem MS5607 ADXL345_I2C FATFileSystem

Committer:
IKobayashi
Date:
Mon Mar 16 23:37:42 2020 +0900
Revision:
0:c88c3b616c00
copy

Who changed what in which revision?

UserRevisionLine numberNew contents of line
IKobayashi 0:c88c3b616c00 1 /*
IKobayashi 0:c88c3b616c00 2 * mbed SDK
IKobayashi 0:c88c3b616c00 3 * Copyright (c) 2017 ARM Limited
IKobayashi 0:c88c3b616c00 4 *
IKobayashi 0:c88c3b616c00 5 * Licensed under the Apache License, Version 2.0 (the "License");
IKobayashi 0:c88c3b616c00 6 * you may not use this file except in compliance with the License.
IKobayashi 0:c88c3b616c00 7 * You may obtain a copy of the License at
IKobayashi 0:c88c3b616c00 8 *
IKobayashi 0:c88c3b616c00 9 * http://www.apache.org/licenses/LICENSE-2.0
IKobayashi 0:c88c3b616c00 10 *
IKobayashi 0:c88c3b616c00 11 * Unless required by applicable law or agreed to in writing, software
IKobayashi 0:c88c3b616c00 12 * distributed under the License is distributed on an "AS IS" BASIS,
IKobayashi 0:c88c3b616c00 13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
IKobayashi 0:c88c3b616c00 14 * See the License for the specific language governing permissions and
IKobayashi 0:c88c3b616c00 15 * limitations under the License.
IKobayashi 0:c88c3b616c00 16 */
IKobayashi 0:c88c3b616c00 17
IKobayashi 0:c88c3b616c00 18 // Automatically generated configuration file.
IKobayashi 0:c88c3b616c00 19 // DO NOT EDIT, content will be overwritten.
IKobayashi 0:c88c3b616c00 20
IKobayashi 0:c88c3b616c00 21 #ifndef __MBED_CONFIG_DATA__
IKobayashi 0:c88c3b616c00 22 #define __MBED_CONFIG_DATA__
IKobayashi 0:c88c3b616c00 23
IKobayashi 0:c88c3b616c00 24 // Configuration parameters
IKobayashi 0:c88c3b616c00 25 #define MBED_CONF_PLATFORM_DEFAULT_SERIAL_BAUD_RATE 9600 // set by library:platform
IKobayashi 0:c88c3b616c00 26 #define MBED_CONF_PLATFORM_STDIO_BAUD_RATE 9600 // set by library:platform
IKobayashi 0:c88c3b616c00 27 #define MBED_CONF_PLATFORM_STDIO_CONVERT_NEWLINES 0 // set by library:platform
IKobayashi 0:c88c3b616c00 28 #define MBED_CONF_PLATFORM_STDIO_FLUSH_AT_EXIT 1 // set by library:platform
IKobayashi 0:c88c3b616c00 29 #define MBED_CONF_TARGET_BOOT_STACK_SIZE 0x1000 // set by target:Target
IKobayashi 0:c88c3b616c00 30 #define MBED_CONF_TARGET_CONSOLE_UART 1 // set by target:Target
IKobayashi 0:c88c3b616c00 31 #define MBED_CONF_TARGET_DEEP_SLEEP_LATENCY 0 // set by target:Target
IKobayashi 0:c88c3b616c00 32 #define MBED_CONF_TARGET_INIT_US_TICKER_AT_BOOT 0 // set by target:Target
IKobayashi 0:c88c3b616c00 33 #define MBED_CONF_TARGET_MPU_ROM_END 0x0fffffff // set by target:Target
IKobayashi 0:c88c3b616c00 34 #define MBED_CONF_TARGET_NETWORK_DEFAULT_INTERFACE_TYPE ETHERNET // set by target:LPC1768
IKobayashi 0:c88c3b616c00 35 #define MBED_CONF_TARGET_TICKLESS_FROM_US_TICKER 0 // set by target:Target
IKobayashi 0:c88c3b616c00 36 #define MBED_CONF_TARGET_US_TICKER_TIMER 3 // set by target:LPC1768
IKobayashi 0:c88c3b616c00 37 #define MBED_CONF_TARGET_XIP_ENABLE 0 // set by target:Target
IKobayashi 0:c88c3b616c00 38
IKobayashi 0:c88c3b616c00 39 #endif