From d841fef8c8780d89fe917a2a9a01dceb3d299ef2 Mon Sep 17 00:00:00 2001 From: Xeon Xu Date: Tue, 6 Feb 2018 23:20:17 +0800 Subject: [PATCH] Revert "Fixed #1187 running issue while using firmware compiled by gcc." This reverts commit 37660ac5153e7c2259d675251674c32bab073723. --- bsp/stm32f10x-HAL/.config | 72 ++++++------------- .../Templates/gcc/startup_stm32f100xb.s | 2 +- .../Templates/gcc/startup_stm32f100xe.s | 2 +- .../Templates/gcc/startup_stm32f101x6.s | 2 +- .../Templates/gcc/startup_stm32f101xb.s | 2 +- .../Templates/gcc/startup_stm32f101xe.s | 2 +- .../Templates/gcc/startup_stm32f101xg.s | 2 +- .../Templates/gcc/startup_stm32f102x6.s | 2 +- .../Templates/gcc/startup_stm32f102xb.s | 2 +- .../Templates/gcc/startup_stm32f103x6.s | 2 +- .../Templates/gcc/startup_stm32f103xb.s | 2 +- .../Templates/gcc/startup_stm32f103xe.s | 2 +- .../Templates/gcc/startup_stm32f103xg.s | 2 +- .../Templates/gcc/startup_stm32f105xc.s | 2 +- .../Templates/gcc/startup_stm32f107xc.s | 2 +- bsp/stm32f10x-HAL/rtconfig.h | 67 ++++++----------- 16 files changed, 54 insertions(+), 113 deletions(-) diff --git a/bsp/stm32f10x-HAL/.config b/bsp/stm32f10x-HAL/.config index 7e3efbba4..6c72818be 100644 --- a/bsp/stm32f10x-HAL/.config +++ b/bsp/stm32f10x-HAL/.config @@ -40,7 +40,6 @@ CONFIG_RT_USING_MEMHEAP=y CONFIG_RT_USING_SMALL_MEM=y # CONFIG_RT_USING_SLAB is not set # CONFIG_RT_USING_MEMHEAP_AS_HEAP is not set -# CONFIG_RT_USING_MEMTRACE is not set CONFIG_RT_USING_HEAP=y # @@ -50,7 +49,7 @@ CONFIG_RT_USING_DEVICE=y # CONFIG_RT_USING_INTERRUPT_INFO is not set CONFIG_RT_USING_CONSOLE=y CONFIG_RT_CONSOLEBUF_SIZE=128 -CONFIG_RT_CONSOLE_DEVICE_NAME="uart1" +CONFIG_RT_CONSOLE_DEVICE_NAME="uart2" # CONFIG_RT_USING_MODULE is not set # @@ -68,9 +67,7 @@ CONFIG_RT_USING_USER_MAIN=y # Command shell # CONFIG_RT_USING_FINSH=y -CONFIG_FINSH_THREAD_NAME="tshell" CONFIG_FINSH_USING_HISTORY=y -CONFIG_FINSH_HISTORY_LINES=5 CONFIG_FINSH_USING_SYMTAB=y CONFIG_FINSH_USING_DESCRIPTION=y CONFIG_FINSH_THREAD_PRIORITY=20 @@ -93,7 +90,6 @@ CONFIG_RT_USING_DEVICE_IPC=y CONFIG_RT_USING_SERIAL=y # CONFIG_RT_USING_CAN is not set # CONFIG_RT_USING_HWTIMER is not set -# CONFIG_RT_USING_CPUTIME is not set # CONFIG_RT_USING_I2C is not set CONFIG_RT_USING_PIN=y # CONFIG_RT_USING_MTD_NOR is not set @@ -102,7 +98,6 @@ CONFIG_RT_USING_PIN=y # CONFIG_RT_USING_SDIO is not set # CONFIG_RT_USING_SPI is not set # CONFIG_RT_USING_WDT is not set -# CONFIG_RT_USING_WIFI is not set # # Using USB @@ -113,7 +108,7 @@ CONFIG_RT_USING_PIN=y # # POSIX layer and C standard library # -CONFIG_RT_USING_LIBC=y +# CONFIG_RT_USING_LIBC is not set # CONFIG_RT_USING_PTHREADS is not set # @@ -140,12 +135,6 @@ CONFIG_RT_USING_LIBC=y # # CONFIG_RT_USING_VBUS is not set -# -# Utilities -# -# CONFIG_RT_USING_LOGTRACE is not set -# CONFIG_RT_USING_RYM is not set - # # RT-Thread online packages # @@ -155,90 +144,67 @@ CONFIG_RT_USING_LIBC=y # # CONFIG_PKG_USING_PARTITION is not set # CONFIG_PKG_USING_SQLITE is not set -# CONFIG_PKG_USING_RTI is not set # # IoT - internet of things # +# CONFIG_PKG_USING_CJSON is not set # CONFIG_PKG_USING_PAHOMQTT is not set # CONFIG_PKG_USING_WEBCLIENT is not set # CONFIG_PKG_USING_MONGOOSE is not set # CONFIG_PKG_USING_WEBTERMINAL is not set -# CONFIG_PKG_USING_CJSON is not set -# CONFIG_PKG_USING_LJSON is not set -# CONFIG_PKG_USING_EZXML is not set -# CONFIG_PKG_USING_NANOPB is not set -# CONFIG_PKG_USING_GAGENT_CLOUD is not set - -# -# Wi-Fi -# - -# -# Marvell WiFi -# -# CONFIG_PKG_USING_WLANMARVELL is not set - -# -# Wiced WiFi -# -# CONFIG_PKG_USING_WLAN_WICED is not set -# CONFIG_PKG_USING_COAP is not set -# CONFIG_PKG_USING_NOPOLL is not set # # security packages # # CONFIG_PKG_USING_MBEDTLS is not set -# CONFIG_PKG_USING_libsodium is not set -# CONFIG_PKG_USING_TINYCRYPT is not set # # language packages # # CONFIG_PKG_USING_JERRYSCRIPT is not set -# CONFIG_PKG_USING_MICROPYTHON is not set # # multimedia packages # -# CONFIG_PKG_USING_OPENMV is not set # # tools packages # # CONFIG_PKG_USING_CMBACKTRACE is not set # CONFIG_PKG_USING_EASYLOGGER is not set -# CONFIG_PKG_USING_SYSTEMVIEW is not set -# CONFIG_PKG_USING_IPERF is not set # # miscellaneous packages # -# CONFIG_PKG_USING_FASTLZ is not set -# CONFIG_PKG_USING_MINILZO is not set - -# -# example package: hello -# # CONFIG_PKG_USING_HELLO is not set +# CONFIG_STM32F100C8 is not set +# CONFIG_STM32F100CB is not set +# CONFIG_STM32F100R8 is not set +# CONFIG_STM32F100RB is not set # CONFIG_STM32F100RC is not set # CONFIG_STM32F100RD is not set # CONFIG_STM32F100RE is not set +# CONFIG_STM32F100V8 is not set +# CONFIG_STM32F100VB is not set # CONFIG_STM32F100VC is not set # CONFIG_STM32F100VD is not set # CONFIG_STM32F100VE is not set # CONFIG_STM32F100ZC is not set # CONFIG_STM32F100ZD is not set # CONFIG_STM32F100ZE is not set +# CONFIG_STM32F101C8 is not set # CONFIG_STM32F101CB is not set +# CONFIG_STM32F101R8 is not set # CONFIG_STM32F101RB is not set # CONFIG_STM32F101RC is not set # CONFIG_STM32F101RD is not set # CONFIG_STM32F101RE is not set # CONFIG_STM32F101RF is not set # CONFIG_STM32F101RG is not set +# CONFIG_STM32F101T8 is not set # CONFIG_STM32F101TB is not set +# CONFIG_STM32F101V8 is not set # CONFIG_STM32F101VB is not set # CONFIG_STM32F101VC is not set # CONFIG_STM32F101VD is not set @@ -250,13 +216,15 @@ CONFIG_RT_USING_LIBC=y # CONFIG_STM32F101ZE is not set # CONFIG_STM32F101ZF is not set # CONFIG_STM32F101ZG is not set +# CONFIG_STM32F102C8 is not set # CONFIG_STM32F102CB is not set +# CONFIG_STM32F102R8 is not set # CONFIG_STM32F102RB is not set # CONFIG_STM32F103C8 is not set # CONFIG_STM32F103CB is not set # CONFIG_STM32F103R8 is not set -# CONFIG_STM32F103RB is not set -CONFIG_STM32F103RC=y +CONFIG_STM32F103RB=y +# CONFIG_STM32F103RC is not set # CONFIG_STM32F103RD is not set # CONFIG_STM32F103RE is not set # CONFIG_STM32F103RF is not set @@ -287,7 +255,7 @@ CONFIG_STM32F103RC=y # CONFIG_STM32F107VC is not set # CONFIG_RT_USING_HSI is not set CONFIG_RT_HSE_VALUE=8000000 -CONFIG_RT_USING_UART1=y -# CONFIG_RT_USING_UART2 is not set +CONFIG_STM32F10X_PIN_NUMBERS=64 +# CONFIG_RT_USING_UART1 is not set +CONFIG_RT_USING_UART2=y # CONFIG_RT_USING_UART3 is not set -# CONFIG_RT_USING_SDCARD is not set diff --git a/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f100xb.s b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f100xb.s index 87d2d6d28..5c2b0196c 100644 --- a/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f100xb.s +++ b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f100xb.s @@ -111,7 +111,7 @@ LoopFillZerobss: /* Call static constructors */ bl __libc_init_array /* Call the application's entry point.*/ - bl entry + bl main bx lr .size Reset_Handler, .-Reset_Handler diff --git a/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f100xe.s b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f100xe.s index 3f27c3c89..9f4351af5 100644 --- a/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f100xe.s +++ b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f100xe.s @@ -111,7 +111,7 @@ LoopFillZerobss: /* Call static constructors */ bl __libc_init_array /* Call the application's entry point.*/ - bl entry + bl main bx lr .size Reset_Handler, .-Reset_Handler diff --git a/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101x6.s b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101x6.s index 4a76fac80..aa5222ea8 100644 --- a/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101x6.s +++ b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101x6.s @@ -111,7 +111,7 @@ LoopFillZerobss: /* Call static constructors */ bl __libc_init_array /* Call the application's entry point.*/ - bl entry + bl main bx lr .size Reset_Handler, .-Reset_Handler diff --git a/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101xb.s b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101xb.s index 019236ac9..eff8b458e 100644 --- a/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101xb.s +++ b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101xb.s @@ -111,7 +111,7 @@ LoopFillZerobss: /* Call static constructors */ bl __libc_init_array /* Call the application's entry point.*/ - bl entry + bl main bx lr .size Reset_Handler, .-Reset_Handler diff --git a/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101xe.s b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101xe.s index f7290ab27..4d8265b53 100644 --- a/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101xe.s +++ b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101xe.s @@ -111,7 +111,7 @@ LoopFillZerobss: /* Call static constructors */ bl __libc_init_array /* Call the application's entry point.*/ - bl entry + bl main bx lr .size Reset_Handler, .-Reset_Handler diff --git a/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101xg.s b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101xg.s index c73ee4ce1..51dfe85e5 100644 --- a/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101xg.s +++ b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f101xg.s @@ -111,7 +111,7 @@ LoopFillZerobss: /* Call static constructors */ bl __libc_init_array /* Call the application's entry point.*/ - bl entry + bl main bx lr .size Reset_Handler, .-Reset_Handler diff --git a/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f102x6.s b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f102x6.s index 076e8aca2..a156b24cc 100644 --- a/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f102x6.s +++ b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f102x6.s @@ -111,7 +111,7 @@ LoopFillZerobss: /* Call static constructors */ bl __libc_init_array /* Call the application's entry point.*/ - bl entry + bl main bx lr .size Reset_Handler, .-Reset_Handler diff --git a/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f102xb.s b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f102xb.s index 0ca2a21e3..fe3d21745 100644 --- a/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f102xb.s +++ b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f102xb.s @@ -111,7 +111,7 @@ LoopFillZerobss: /* Call static constructors */ bl __libc_init_array /* Call the application's entry point.*/ - bl entry + bl main bx lr .size Reset_Handler, .-Reset_Handler diff --git a/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103x6.s b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103x6.s index 89771dc20..3b9a95315 100644 --- a/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103x6.s +++ b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103x6.s @@ -111,7 +111,7 @@ LoopFillZerobss: /* Call static constructors */ bl __libc_init_array /* Call the application's entry point.*/ - bl entry + bl main bx lr .size Reset_Handler, .-Reset_Handler diff --git a/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103xb.s b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103xb.s index d19565353..3a0a3b977 100644 --- a/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103xb.s +++ b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103xb.s @@ -111,7 +111,7 @@ LoopFillZerobss: /* Call static constructors */ bl __libc_init_array /* Call the application's entry point.*/ - bl entry + bl main bx lr .size Reset_Handler, .-Reset_Handler diff --git a/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103xe.s b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103xe.s index 4811ae6e5..2491c488e 100644 --- a/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103xe.s +++ b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103xe.s @@ -113,7 +113,7 @@ LoopFillZerobss: /* Call static constructors */ bl __libc_init_array /* Call the application's entry point.*/ - bl entry + bl main bx lr .size Reset_Handler, .-Reset_Handler diff --git a/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103xg.s b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103xg.s index cb848cff7..5c0b2d755 100644 --- a/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103xg.s +++ b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f103xg.s @@ -112,7 +112,7 @@ LoopFillZerobss: /* Call static constructors */ bl __libc_init_array /* Call the application's entry point.*/ - bl entry + bl main bx lr .size Reset_Handler, .-Reset_Handler diff --git a/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f105xc.s b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f105xc.s index b858438a4..d869206ad 100644 --- a/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f105xc.s +++ b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f105xc.s @@ -109,7 +109,7 @@ LoopFillZerobss: /* Call the clock system intitialization function.*/ bl SystemInit /* Call the application's entry point.*/ - bl entry + bl main bx lr .size Reset_Handler, .-Reset_Handler diff --git a/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f107xc.s b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f107xc.s index 7f6a1fc8e..bf87f072a 100644 --- a/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f107xc.s +++ b/bsp/stm32f10x-HAL/Libraries/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/startup_stm32f107xc.s @@ -112,7 +112,7 @@ LoopFillZerobss: /* Call static constructors */ bl __libc_init_array /* Call the application's entry point.*/ - bl entry + bl main bx lr .size Reset_Handler, .-Reset_Handler diff --git a/bsp/stm32f10x-HAL/rtconfig.h b/bsp/stm32f10x-HAL/rtconfig.h index e2d827284..c3ac9c004 100644 --- a/bsp/stm32f10x-HAL/rtconfig.h +++ b/bsp/stm32f10x-HAL/rtconfig.h @@ -38,7 +38,6 @@ #define RT_USING_SMALL_MEM /* RT_USING_SLAB is not set */ /* RT_USING_MEMHEAP_AS_HEAP is not set */ -/* RT_USING_MEMTRACE is not set */ #define RT_USING_HEAP /* Kernel Device Object */ @@ -47,7 +46,7 @@ /* RT_USING_INTERRUPT_INFO is not set */ #define RT_USING_CONSOLE #define RT_CONSOLEBUF_SIZE 128 -#define RT_CONSOLE_DEVICE_NAME "uart1" +#define RT_CONSOLE_DEVICE_NAME "uart2" /* RT_USING_MODULE is not set */ /* RT-Thread Components */ @@ -62,9 +61,7 @@ /* Command shell */ #define RT_USING_FINSH -#define FINSH_THREAD_NAME "tshell" #define FINSH_USING_HISTORY -#define FINSH_HISTORY_LINES 5 #define FINSH_USING_SYMTAB #define FINSH_USING_DESCRIPTION #define FINSH_THREAD_PRIORITY 20 @@ -85,7 +82,6 @@ #define RT_USING_SERIAL /* RT_USING_CAN is not set */ /* RT_USING_HWTIMER is not set */ -/* RT_USING_CPUTIME is not set */ /* RT_USING_I2C is not set */ #define RT_USING_PIN /* RT_USING_MTD_NOR is not set */ @@ -94,7 +90,6 @@ /* RT_USING_SDIO is not set */ /* RT_USING_SPI is not set */ /* RT_USING_WDT is not set */ -/* RT_USING_WIFI is not set */ /* Using USB */ @@ -103,7 +98,7 @@ /* POSIX layer and C standard library */ -#define RT_USING_LIBC +/* RT_USING_LIBC is not set */ /* RT_USING_PTHREADS is not set */ /* Network stack */ @@ -124,90 +119,66 @@ /* RT_USING_VBUS is not set */ -/* Utilities */ - -/* RT_USING_LOGTRACE is not set */ -/* RT_USING_RYM is not set */ - /* RT-Thread online packages */ /* system packages */ /* PKG_USING_PARTITION is not set */ /* PKG_USING_SQLITE is not set */ -/* PKG_USING_RTI is not set */ /* IoT - internet of things */ +/* PKG_USING_CJSON is not set */ /* PKG_USING_PAHOMQTT is not set */ /* PKG_USING_WEBCLIENT is not set */ /* PKG_USING_MONGOOSE is not set */ /* PKG_USING_WEBTERMINAL is not set */ -/* PKG_USING_CJSON is not set */ -/* PKG_USING_LJSON is not set */ -/* PKG_USING_EZXML is not set */ -/* PKG_USING_NANOPB is not set */ -/* PKG_USING_GAGENT_CLOUD is not set */ - -/* Wi-Fi */ - -/* Marvell WiFi */ - -/* PKG_USING_WLANMARVELL is not set */ - -/* Wiced WiFi */ - -/* PKG_USING_WLAN_WICED is not set */ -/* PKG_USING_COAP is not set */ -/* PKG_USING_NOPOLL is not set */ /* security packages */ /* PKG_USING_MBEDTLS is not set */ -/* PKG_USING_libsodium is not set */ -/* PKG_USING_TINYCRYPT is not set */ /* language packages */ /* PKG_USING_JERRYSCRIPT is not set */ -/* PKG_USING_MICROPYTHON is not set */ /* multimedia packages */ -/* PKG_USING_OPENMV is not set */ - /* tools packages */ /* PKG_USING_CMBACKTRACE is not set */ /* PKG_USING_EASYLOGGER is not set */ -/* PKG_USING_SYSTEMVIEW is not set */ -/* PKG_USING_IPERF is not set */ /* miscellaneous packages */ -/* PKG_USING_FASTLZ is not set */ -/* PKG_USING_MINILZO is not set */ - -/* example package: hello */ - /* PKG_USING_HELLO is not set */ +/* STM32F100C8 is not set */ +/* STM32F100CB is not set */ +/* STM32F100R8 is not set */ +/* STM32F100RB is not set */ /* STM32F100RC is not set */ /* STM32F100RD is not set */ /* STM32F100RE is not set */ +/* STM32F100V8 is not set */ +/* STM32F100VB is not set */ /* STM32F100VC is not set */ /* STM32F100VD is not set */ /* STM32F100VE is not set */ /* STM32F100ZC is not set */ /* STM32F100ZD is not set */ /* STM32F100ZE is not set */ +/* STM32F101C8 is not set */ /* STM32F101CB is not set */ +/* STM32F101R8 is not set */ /* STM32F101RB is not set */ /* STM32F101RC is not set */ /* STM32F101RD is not set */ /* STM32F101RE is not set */ /* STM32F101RF is not set */ /* STM32F101RG is not set */ +/* STM32F101T8 is not set */ /* STM32F101TB is not set */ +/* STM32F101V8 is not set */ /* STM32F101VB is not set */ /* STM32F101VC is not set */ /* STM32F101VD is not set */ @@ -219,13 +190,15 @@ /* STM32F101ZE is not set */ /* STM32F101ZF is not set */ /* STM32F101ZG is not set */ +/* STM32F102C8 is not set */ /* STM32F102CB is not set */ +/* STM32F102R8 is not set */ /* STM32F102RB is not set */ /* STM32F103C8 is not set */ /* STM32F103CB is not set */ /* STM32F103R8 is not set */ -/* STM32F103RB is not set */ -#define STM32F103RC +#define STM32F103RB +/* STM32F103RC is not set */ /* STM32F103RD is not set */ /* STM32F103RE is not set */ /* STM32F103RF is not set */ @@ -256,9 +229,9 @@ /* STM32F107VC is not set */ /* RT_USING_HSI is not set */ #define RT_HSE_VALUE 8000000 -#define RT_USING_UART1 -/* RT_USING_UART2 is not set */ +#define STM32F10X_PIN_NUMBERS 64 +/* RT_USING_UART1 is not set */ +#define RT_USING_UART2 /* RT_USING_UART3 is not set */ -/* RT_USING_SDCARD is not set */ #endif