For Wire Hand

Dependencies:   mbed mbed-rtos EthernetInterface

Committer:
Masayoshi
Date:
Fri Apr 24 03:11:11 2020 +0000
Revision:
0:88bfb16a6ad5
KYOSO edition

Who changed what in which revision?

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