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