王铭轩 仓库
Fork of SBY_sw4stm32_nucleo_f103rb by
SBY/mbed_config.h@3:55a34662204f, 2018-08-03 (annotated)
- Committer:
- xmwmx
- Date:
- Fri Aug 03 06:22:21 2018 +0000
- Revision:
- 3:55a34662204f
- Parent:
- 0:7725181a2a09
?????
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
xmwmx | 0:7725181a2a09 | 1 | /* |
xmwmx | 0:7725181a2a09 | 2 | * mbed SDK |
xmwmx | 0:7725181a2a09 | 3 | * Copyright (c) 2017 ARM Limited |
xmwmx | 0:7725181a2a09 | 4 | * |
xmwmx | 0:7725181a2a09 | 5 | * Licensed under the Apache License, Version 2.0 (the "License"); |
xmwmx | 0:7725181a2a09 | 6 | * you may not use this file except in compliance with the License. |
xmwmx | 0:7725181a2a09 | 7 | * You may obtain a copy of the License at |
xmwmx | 0:7725181a2a09 | 8 | * |
xmwmx | 0:7725181a2a09 | 9 | * http://www.apache.org/licenses/LICENSE-2.0 |
xmwmx | 0:7725181a2a09 | 10 | * |
xmwmx | 0:7725181a2a09 | 11 | * Unless required by applicable law or agreed to in writing, software |
xmwmx | 0:7725181a2a09 | 12 | * distributed under the License is distributed on an "AS IS" BASIS, |
xmwmx | 0:7725181a2a09 | 13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
xmwmx | 0:7725181a2a09 | 14 | * See the License for the specific language governing permissions and |
xmwmx | 0:7725181a2a09 | 15 | * limitations under the License. |
xmwmx | 0:7725181a2a09 | 16 | */ |
xmwmx | 0:7725181a2a09 | 17 | |
xmwmx | 0:7725181a2a09 | 18 | // Automatically generated configuration file. |
xmwmx | 0:7725181a2a09 | 19 | // DO NOT EDIT, content will be overwritten. |
xmwmx | 0:7725181a2a09 | 20 | |
xmwmx | 0:7725181a2a09 | 21 | #ifndef __MBED_CONFIG_DATA__ |
xmwmx | 0:7725181a2a09 | 22 | #define __MBED_CONFIG_DATA__ |
xmwmx | 0:7725181a2a09 | 23 | |
xmwmx | 0:7725181a2a09 | 24 | // Configuration parameters |
xmwmx | 0:7725181a2a09 | 25 | #define MBED_CONF_PLATFORM_FORCE_NON_COPYABLE_ERROR 0 // set by library:platform |
xmwmx | 0:7725181a2a09 | 26 | #define MBED_CONF_PLATFORM_STDIO_CONVERT_TTY_NEWLINES 0 // set by library:platform |
xmwmx | 0:7725181a2a09 | 27 | #define MBED_CONF_PLATFORM_DEFAULT_SERIAL_BAUD_RATE 9600 // set by library:platform |
xmwmx | 0:7725181a2a09 | 28 | #define MBED_CONF_PLATFORM_STDIO_CONVERT_NEWLINES 0 // set by library:platform |
xmwmx | 0:7725181a2a09 | 29 | #define MBED_CONF_TARGET_LSE_AVAILABLE 1 // set by target:FAMILY_STM32 |
xmwmx | 0:7725181a2a09 | 30 | #define MBED_CONF_PLATFORM_STDIO_BAUD_RATE 9600 // set by library:platform |
xmwmx | 0:7725181a2a09 | 31 | #define CLOCK_SOURCE USE_PLL_HSE_EXTC|USE_PLL_HSI // set by target:NUCLEO_F103RB |
xmwmx | 0:7725181a2a09 | 32 | #define MBED_CONF_PLATFORM_STDIO_BUFFERED_SERIAL 0 // set by library:platform |
xmwmx | 0:7725181a2a09 | 33 | #define CLOCK_SOURCE_USB 0 // set by target:NUCLEO_F103RB |
xmwmx | 0:7725181a2a09 | 34 | #define MBED_CONF_PLATFORM_STDIO_FLUSH_AT_EXIT 1 // set by library:platform |
xmwmx | 0:7725181a2a09 | 35 | |
xmwmx | 0:7725181a2a09 | 36 | #endif |