diff --git a/bsp/stm32f411-nucleo/.config b/bsp/stm32f411-nucleo/.config index 62a0c96cf53713b9591b7c1fc0a50de282ea075f..a757505873eac213a48975e03af326aa680fad0e 100644 --- a/bsp/stm32f411-nucleo/.config +++ b/bsp/stm32f411-nucleo/.config @@ -8,17 +8,18 @@ # CONFIG_RT_NAME_MAX=8 CONFIG_RT_ALIGN_SIZE=4 +# CONFIG_RT_THREAD_PRIORITY_8 is not set +CONFIG_RT_THREAD_PRIORITY_32=y +# CONFIG_RT_THREAD_PRIORITY_256 is not set CONFIG_RT_THREAD_PRIORITY_MAX=32 CONFIG_RT_TICK_PER_SECOND=100 CONFIG_RT_DEBUG=y CONFIG_RT_USING_OVERFLOW_CHECK=y CONFIG_RT_DEBUG_INIT=0 -# CONFIG_RT_DEBUG_THREAD is not set +CONFIG_RT_DEBUG_THREAD=0 CONFIG_RT_USING_HOOK=y -CONFIG_IDLE_THREAD_STACK_SIZE=256 -CONFIG_RT_USING_TIMER_SOFT=y -CONFIG_RT_TIMER_THREAD_PRIO=4 -CONFIG_RT_TIMER_THREAD_STACK_SIZE=512 +CONFIG_IDLE_THREAD_STACK_SIZE=512 +# CONFIG_RT_USING_TIMER_SOFT is not set # # Inter-Thread communication @@ -35,14 +36,17 @@ CONFIG_RT_USING_MESSAGEQUEUE=y # CONFIG_RT_USING_MEMPOOL=y # CONFIG_RT_USING_MEMHEAP is not set -CONFIG_RT_USING_HEAP=y +# CONFIG_RT_USING_NOHEAP is not set CONFIG_RT_USING_SMALL_MEM=y # CONFIG_RT_USING_SLAB is not set +# CONFIG_RT_USING_MEMTRACE is not set +CONFIG_RT_USING_HEAP=y # # Kernel Device Object # 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="uart2" @@ -53,6 +57,7 @@ CONFIG_RT_CONSOLE_DEVICE_NAME="uart2" # CONFIG_RT_USING_COMPONENTS_INIT=y CONFIG_RT_USING_USER_MAIN=y +CONFIG_RT_MAIN_THREAD_STACK_SIZE=2048 # # C++ features @@ -63,14 +68,19 @@ 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_ECHO_DISABLE_DEFAULT is not set CONFIG_FINSH_THREAD_PRIORITY=20 CONFIG_FINSH_THREAD_STACK_SIZE=4096 CONFIG_FINSH_CMD_SIZE=80 # CONFIG_FINSH_USING_AUTH is not set -# CONFIG_FINSH_USING_MSH is not set +CONFIG_FINSH_USING_MSH=y +CONFIG_FINSH_USING_MSH_DEFAULT=y +CONFIG_FINSH_USING_MSH_ONLY=y # # Device virtual file system @@ -84,6 +94,7 @@ 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 is not set # CONFIG_RT_USING_MTD_NOR is not set @@ -92,6 +103,11 @@ CONFIG_RT_USING_SERIAL=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 +# # CONFIG_RT_USING_USB_HOST is not set # CONFIG_RT_USING_USB_DEVICE is not set @@ -116,19 +132,19 @@ CONFIG_RT_USING_SERIAL=y # CONFIG_RT_USING_MODBUS is not set # -# RT-Thread UI Engine +# VBUS(Virtual Software BUS) # -# CONFIG_PKG_USING_GUIENGINE is not set +# CONFIG_RT_USING_VBUS is not set # -# RT-Thread online packages +# Utilities # +# CONFIG_RT_USING_LOGTRACE is not set +# CONFIG_RT_USING_RYM is not set # -# system packages +# RT-Thread online packages # -# CONFIG_PKG_USING_PARTITION is not set -# CONFIG_PKG_USING_SQLITE is not set # # IoT - internet of things @@ -138,39 +154,94 @@ CONFIG_RT_USING_SERIAL=y # 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_MARVELLWIFI is not set +# 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 +# CONFIG_PKG_USING_NETUTILS is not set +# CONFIG_PKG_USING_ONENET 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 +# CONFIG_PKG_USING_MUPDF is not set # # tools packages # # CONFIG_PKG_USING_CMBACKTRACE is not set +# CONFIG_PKG_USING_EASYFLASH is not set # CONFIG_PKG_USING_EASYLOGGER is not set +# CONFIG_PKG_USING_SYSTEMVIEW is not set + +# +# system packages +# + +# +# RT-Thread GUI Engine +# +# CONFIG_PKG_USING_GUIENGINE is not set +# CONFIG_PKG_USING_LWEXT4 is not set +# CONFIG_PKG_USING_PARTITION is not set +# CONFIG_PKG_USING_FAL is not set +# CONFIG_PKG_USING_SQLITE is not set +# CONFIG_PKG_USING_RTI is not set +# CONFIG_PKG_USING_LITTLEVGL2RTT is not set + +# +# peripheral libraries and drivers +# +# CONFIG_PKG_USING_STM32F4_HAL is not set +# CONFIG_PKG_USING_STM32F4_DRIVERS is not set # # miscellaneous packages # -# CONFIG_PKG_USING_HELLO is not set +# CONFIG_PKG_USING_FASTLZ is not set +# CONFIG_PKG_USING_MINILZO is not set +# CONFIG_PKG_USING_QUICKLZ is not set +# CONFIG_PKG_USING_MULTIBUTTON is not set +# CONFIG_PKG_USING_CANFESTIVAL is not set +# CONFIG_PKG_USING_ZLIB is not set # -# BSP_SPECIAL CONFIG +# sample package # +# CONFIG_PKG_USING_SAMPLES is not set + +# +# example package: hello +# +# CONFIG_PKG_USING_HELLO is not set CONFIG_RT_USING_UART2=y diff --git a/bsp/stm32f411-nucleo/Kconfig b/bsp/stm32f411-nucleo/Kconfig index 7a68666e8b6e7b20e9a3dc0f39968af061fc771b..dbc6403e945347ac82ffa116057ebfef15b1b2ef 100644 --- a/bsp/stm32f411-nucleo/Kconfig +++ b/bsp/stm32f411-nucleo/Kconfig @@ -19,6 +19,5 @@ source "$RTT_DIR/Kconfig" source "$PKGS_DIR/Kconfig" config RT_USING_UART2 - bool "Using RT_USING_UART2" - default y - + bool "Using UART2" + default y diff --git a/bsp/stm32f411-nucleo/Libraries/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/gcc_startup.s b/bsp/stm32f411-nucleo/Libraries/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/gcc_startup.s new file mode 100644 index 0000000000000000000000000000000000000000..c16f4bf9a94c65fd78da24beb7b5876d18101366 --- /dev/null +++ b/bsp/stm32f411-nucleo/Libraries/CMSIS/Device/ST/STM32F4xx/Source/Templates/gcc/gcc_startup.s @@ -0,0 +1,104 @@ +/** + *************** (C) COPYRIGHT 2017 STMicroelectronics ************************ + * @file gcc_startup.s + * @author MCD Application Team + * @version V4.2.0 + * @date 31-March-2017 + * @brief Based on STM32F103xE's startup file. + * This module performs: + * - Set the initial SP + * - Set the initial PC == Reset_Handler, + * - Set the vector table entries with the exceptions ISR address + * - Configure the clock system + * - Configure external SRAM mounted on STM3210E-EVAL board + * to be used as data memory (optional, to be enabled by user) + * - Branches to entry in the C library (which eventually + * calls main(), but entry() in RT-Thread). + * After Reset the Cortex-M3 processor is in Thread mode, + * priority is Privileged, and the Stack is set to Main. + ****************************************************************************** + * + *

© COPYRIGHT(c) 2017 STMicroelectronics

+ * + * Redistribution and use in source and binary forms, with or without modification, + * are permitted provided that the following conditions are met: + * 1. Redistributions of source code must retain the above copyright notice, + * this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright notice, + * this list of conditions and the following disclaimer in the documentation + * and/or other materials provided with the distribution. + * 3. Neither the name of STMicroelectronics nor the names of its contributors + * may be used to endorse or promote products derived from this software + * without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR + * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER + * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, + * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + ****************************************************************************** + */ + + .syntax unified + .cpu cortex-m3 + .fpu softvfp + .thumb + +/** + * @brief This is the code that gets called when the processor first + * starts execution following a reset event. Only the absolutely + * necessary set is performed, after which the application + * supplied main() routine is called. + * @param None + * @retval : None +*/ + + .global Reset_Handler + + .section .text.Reset_Handler + .type Reset_Handler, %function +Reset_Handler: + +/* Copy the data segment initializers from flash to SRAM */ + movs r1, #0 + b LoopCopyDataInit + +CopyDataInit: + ldr r3, =_sidata + ldr r3, [r3, r1] + str r3, [r0, r1] + adds r1, r1, #4 + +LoopCopyDataInit: + ldr r0, =_sdata + ldr r3, =_edata + adds r2, r0, r1 + cmp r2, r3 + bcc CopyDataInit + ldr r2, =_sbss + b LoopFillZerobss +/* Zero fill the bss segment. */ +FillZerobss: + movs r3, #0 + str r3, [r2], #4 + +LoopFillZerobss: + ldr r3, = _ebss + cmp r2, r3 + bcc FillZerobss + +/* Call the clock system intitialization function.*/ + bl SystemInit +/* Call static constructors */ + /* bl __libc_init_array */ +/* Call the application's entry point.*/ + bl entry + bx lr +.size Reset_Handler, .-Reset_Handler + diff --git a/bsp/stm32f411-nucleo/Libraries/CMSIS/SConscript b/bsp/stm32f411-nucleo/Libraries/CMSIS/SConscript index 7425889371fcd6759ababf84e77c7bd495ffc9fe..1ae2b38acf7e087993a6f510330317350214b6ba 100644 --- a/bsp/stm32f411-nucleo/Libraries/CMSIS/SConscript +++ b/bsp/stm32f411-nucleo/Libraries/CMSIS/SConscript @@ -13,10 +13,12 @@ CPPDEFINES = [rtconfig.PART_TYPE] #stm32f411xe # add for startup script if rtconfig.CROSS_TOOL == 'gcc': folder = 'gcc' + src += ['Device/ST/STM32F4xx/Source/Templates/gcc/gcc_startup.s'] elif rtconfig.CROSS_TOOL == 'keil': folder = 'arm' elif rtconfig.CROSS_TOOL == 'iar': folder = 'iar' + #Device/ST/STM32F4xx/Source/Templates/iar/startup_stm32f411xe.s src += ['Device/ST/STM32F4xx/Source/Templates/' + folder + '/startup_' + rtconfig.PART_TYPE.lower() + '.s'] diff --git a/bsp/stm32f411-nucleo/README.md b/bsp/stm32f411-nucleo/README.md new file mode 100644 index 0000000000000000000000000000000000000000..b7ba6ce3a9b4b31e069a02661b70bf8479a626cd --- /dev/null +++ b/bsp/stm32f411-nucleo/README.md @@ -0,0 +1,133 @@ +# STM32L476-nucleo 板级支持包 + +## 1. 简介 + +STM32F411-nucleo 是由意法半导体推出的搭载Cortex-M4内核的高性能微控制器开发板,包括如下硬件特性: + +| 硬件 | 描述 | +| -- | -- | +|芯片型号| STM32F411RE | +|CPU | Cortex-M4 | +|主频 | 100MHz | +|Flash| 512kB | +|SRAM | 128KB | + +## 2. 编译说明 + +| 环境 | 说明 | +| ------------ | ------------------------------------------------------------ | +| PC操作系统 | Linux/MacOS/Windows | +| 编译器 | arm-none-eabi-gcc version 6.3.1 20170620 (release)/armcc/ | +| 构建工具 | scons/mdk5 | +| 依赖软件环境 | Env工具/(MDK或arm-none-eabi-gcc)/git/调试器驱动 | + +1) 下载源码 + +```bash + git clone https://github.com/RT-Thread/rt-thread.git +``` + +2) 配置工程并准备env + +* Windows + +>在[RT-Thread官网][1]下载ENV工具包 + +* Linux/Mac + +```bash + cd rt-thread/bsp/stm32l476-nucleo + scons --menuconfig + source ~/.env/env.sh + pkgs --upgrade +``` + +3) 生成工程(Mac/Linux下请跳过此步骤) + +* Windows MDK5 + +```bash + scons --target=mdk5 -s +``` + +4) 编译 + +* Windows + +使用MDK或IAR请参见对应教程。Windows下使用ENV工具,已经携带GNU GCC工具链,只需要在console下在`bsp/stm32f411-nucleo`目录下使用 + +```bash + scons +``` + +即可编译成功。 + +* Linux/MAC + +请使用以下指令设置gcc路径 + +```bash + export RTT_EXEC_PATH=[GCC路径] +``` + +而后在`rt-thread/bsp/stm32f411-nucleo`目录下使用 + +```bash + scons +``` + +即可编译成功。 + +GNU GCC编译成功,会在最后有如下类似信息显示: + +```bash + LINK rtthread-stm32f411.elf + arm-none-eabi-objcopy -O binary rtthread-stm32f411.elf rtthread.bin + arm-none-eabi-size rtthread-stm32f411.elf + text data bss dec hex filename + 55916 208 2456 58580 e4d4 rtthread-stm32f411.elf + scons: done building targets. +``` + +并产生rtthread-stm32f411.elf、rtthread.bin文件。其中rtthread.bin为二进制固件 + +## 3. 烧写及执行 + +对于STM32F411-Nucleo开发板,在Windows上可以直接把rtthread.bin文件拖到U盘中实现烧写。在Linux下,请查找Linux下如何使用 ST-Link 的教程。 + +**注:** +如果需要使用Keil MDK来调试GNU GCC编译后的映像文件,可以在编译出`rt-thread/bsp/stm32f411-nucleo/rtthread-stm32f411.elf`后,把这个文件改名成`rtthread-stm32f4xx.axf`, +并放置于build目录下。然后在Keil MDK工程配置的Debug页中,把`Run to main()`选项拿掉,然后直接点击下载或调试即可进行调试(千万别再编译这个工程)。 + +### 3.1 运行结果 + +如果编译 & 烧写无误,会在串口2上看到RT-Thread的启动logo信息: + +```bash + \ | / +- RT - Thread Operating System + / | \ 3.0.4 build May 29 2018 + 2006 - 2018 Copyright by rt-thread team +msh > +``` + +## 4. 驱动支持情况及计划 + +| 驱动 | 支持情况 | 备注 | +| ---------- | :------: | :--------------------------: | +| UART | 支持 | UART2 | + +### 4.1 IO在板级支持包中的映射情况 + +| IO号 | 板级包中的定义 | +| -- | -- | +| PA2 | USART2 TX | +| PA3 | USART2 RX | + +## 5. menuconfig Bsp菜单详解 + +| 选项 | 解释 | +| -- | -- | +| Using UART2 | 开启串口2,设备名为"uart2" | + + [1]: https://www.rt-thread.org/page/download.html diff --git a/bsp/stm32f411-nucleo/drivers/board.h b/bsp/stm32f411-nucleo/drivers/board.h index 61db2082cfc6afe9694c1e1ff6c176d06896bb9f..4e23c44afebf6dcef4adc1d3d852164e3d84f151 100644 --- a/bsp/stm32f411-nucleo/drivers/board.h +++ b/bsp/stm32f411-nucleo/drivers/board.h @@ -19,9 +19,8 @@ #include #include -// Internal SRAM memory size[Kbytes] <8-64> -// Default: 64 -#define STM32_SRAM_SIZE 64 + +#define STM32_SRAM_SIZE 128 #define STM32_SRAM_END (0x20000000 + STM32_SRAM_SIZE * 1024) #ifdef __CC_ARM @@ -36,6 +35,6 @@ extern int __bss_end; #endif #define HEAP_END STM32_SRAM_END +void rt_hw_board_init(void); + #endif -extern void rt_hw_board_init(void); -// <<< Use Configuration Wizard in Context Menu >>> diff --git a/bsp/stm32f411-nucleo/project.uvoptx b/bsp/stm32f411-nucleo/project.uvoptx index e1de8dbb7a4fbd1514ccb0a8b9ad693479b8c819..777b444ed426452470d20a170ead85042fa797ed 100644 --- a/bsp/stm32f411-nucleo/project.uvoptx +++ b/bsp/stm32f411-nucleo/project.uvoptx @@ -8,7 +8,7 @@ *.c *.s*; *.src; *.a* - *.obj + *.obj; *.o *.lib *.txt; *.h; *.inc *.plm @@ -73,7 +73,7 @@ 0 - 0 + 1 0 1 @@ -89,7 +89,7 @@ 1 1 1 - 1 + 0 1 1 1 @@ -100,7 +100,8 @@ 1 0 0 - 11 + 1 + 5 @@ -114,6 +115,31 @@ STLink\ST-LINKIII-KEIL_SWO.dll + + 0 + ARMRTXEVENTFLAGS + -L70 -Z18 -C0 -M0 -T1 + + + 0 + DLGTARM + (1010=-1,-1,-1,-1,0)(1007=-1,-1,-1,-1,0)(1008=-1,-1,-1,-1,0)(1009=-1,-1,-1,-1,0)(1012=-1,-1,-1,-1,0) + + + 0 + ARMDBGFLAGS + + + + 0 + DLGUARM + (105=-1,-1,-1,-1,0) + + + 0 + ST-LINKIII-KEIL_SWO + -U0672FF495648807567083411 -O206 -S0 -C0 -A0 -N00("ARM CoreSight SW-DP") -D00(2BA01477) -L00(0) -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO7 -FD20000000 -FC1000 -FN1 -FF0STM32F4xx_512.FLM -FS08000000 -FL080000 -FP0($$Device:STM32F411RETx$CMSIS/Flash/STM32F4xx_512.FLM) + 0 UL2CM3 @@ -127,12 +153,12 @@ 0 0 - 0 + 1 0 0 0 0 - 0 + 1 0 0 0 @@ -153,6 +179,12 @@ 0 + 0 + 0 + + + + 1 0 @@ -162,4 +194,1328 @@ + + Applications + 0 + 0 + 0 + 0 + + 1 + 1 + 1 + 0 + 0 + 0 + applications\main.c + main.c + 0 + 0 + + + + + Drivers + 0 + 0 + 0 + 0 + + 2 + 2 + 1 + 0 + 0 + 0 + drivers\board.c + board.c + 0 + 0 + + + 2 + 3 + 1 + 0 + 0 + 0 + drivers\drv_usart.c + drv_usart.c + 0 + 0 + + + 2 + 4 + 1 + 0 + 0 + 0 + drivers\stm32f4xx_it.c + stm32f4xx_it.c + 0 + 0 + + + + + CMSIS + 0 + 0 + 0 + 0 + + 3 + 5 + 1 + 0 + 0 + 0 + Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\system_stm32f4xx.c + system_stm32f4xx.c + 0 + 0 + + + 3 + 6 + 2 + 0 + 0 + 0 + Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\arm\startup_stm32f411xe.s + startup_stm32f411xe.s + 0 + 0 + + + + + STM32F4xx_HAL_Driver + 0 + 0 + 0 + 0 + + 4 + 7 + 1 + 0 + 0 + 0 + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal.c + stm32f4xx_hal.c + 0 + 0 + + + 4 + 8 + 1 + 0 + 0 + 0 + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_adc.c + stm32f4xx_hal_adc.c + 0 + 0 + + + 4 + 9 + 1 + 0 + 0 + 0 + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_adc_ex.c + stm32f4xx_hal_adc_ex.c + 0 + 0 + + + 4 + 10 + 1 + 0 + 0 + 0 + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_can.c + stm32f4xx_hal_can.c + 0 + 0 + + + 4 + 11 + 1 + 0 + 0 + 0 + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_cec.c + stm32f4xx_hal_cec.c + 0 + 0 + + + 4 + 12 + 1 + 0 + 0 + 0 + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_cortex.c + stm32f4xx_hal_cortex.c + 0 + 0 + + + 4 + 13 + 1 + 0 + 0 + 0 + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_crc.c + stm32f4xx_hal_crc.c + 0 + 0 + + + 4 + 14 + 1 + 0 + 0 + 0 + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_cryp.c + stm32f4xx_hal_cryp.c + 0 + 0 + + + 4 + 15 + 1 + 0 + 0 + 0 + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_cryp_ex.c + stm32f4xx_hal_cryp_ex.c + 0 + 0 + + + 4 + 16 + 1 + 0 + 0 + 0 + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dac.c + stm32f4xx_hal_dac.c + 0 + 0 + + + 4 + 17 + 1 + 0 + 0 + 0 + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dac_ex.c + stm32f4xx_hal_dac_ex.c + 0 + 0 + + + 4 + 18 + 1 + 0 + 0 + 0 + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dcmi.c + stm32f4xx_hal_dcmi.c + 0 + 0 + + + 4 + 19 + 1 + 0 + 0 + 0 + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dcmi_ex.c + stm32f4xx_hal_dcmi_ex.c + 0 + 0 + + + 4 + 20 + 1 + 0 + 0 + 0 + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma.c + stm32f4xx_hal_dma.c + 0 + 0 + + + 4 + 21 + 1 + 0 + 0 + 0 + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma2d.c + stm32f4xx_hal_dma2d.c + 0 + 0 + + + 4 + 22 + 1 + 0 + 0 + 0 + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma_ex.c + stm32f4xx_hal_dma_ex.c + 0 + 0 + + + 4 + 23 + 1 + 0 + 0 + 0 + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dsi.c + stm32f4xx_hal_dsi.c + 0 + 0 + + + 4 + 24 + 1 + 0 + 0 + 0 + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_eth.c + stm32f4xx_hal_eth.c + 0 + 0 + + + 4 + 25 + 1 + 0 + 0 + 0 + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash.c + stm32f4xx_hal_flash.c + 0 + 0 + + + 4 + 26 + 1 + 0 + 0 + 0 + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash_ex.c + stm32f4xx_hal_flash_ex.c + 0 + 0 + + + 4 + 27 + 1 + 0 + 0 + 0 + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash_ramfunc.c + stm32f4xx_hal_flash_ramfunc.c + 0 + 0 + + + 4 + 28 + 1 + 0 + 0 + 0 + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_fmpi2c.c + stm32f4xx_hal_fmpi2c.c + 0 + 0 + + + 4 + 29 + 1 + 0 + 0 + 0 + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_fmpi2c_ex.c + stm32f4xx_hal_fmpi2c_ex.c + 0 + 0 + + + 4 + 30 + 1 + 0 + 0 + 0 + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_gpio.c + stm32f4xx_hal_gpio.c + 0 + 0 + + + 4 + 31 + 1 + 0 + 0 + 0 + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_hash.c + stm32f4xx_hal_hash.c + 0 + 0 + + + 4 + 32 + 1 + 0 + 0 + 0 + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_hash_ex.c + stm32f4xx_hal_hash_ex.c + 0 + 0 + + + 4 + 33 + 1 + 0 + 0 + 0 + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_hcd.c + stm32f4xx_hal_hcd.c + 0 + 0 + + + 4 + 34 + 1 + 0 + 0 + 0 + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_i2c.c + stm32f4xx_hal_i2c.c + 0 + 0 + + + 4 + 35 + 1 + 0 + 0 + 0 + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_i2c_ex.c + stm32f4xx_hal_i2c_ex.c + 0 + 0 + + + 4 + 36 + 1 + 0 + 0 + 0 + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_i2s.c + stm32f4xx_hal_i2s.c + 0 + 0 + + + 4 + 37 + 1 + 0 + 0 + 0 + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_i2s_ex.c + stm32f4xx_hal_i2s_ex.c + 0 + 0 + + + 4 + 38 + 1 + 0 + 0 + 0 + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_irda.c + stm32f4xx_hal_irda.c + 0 + 0 + + + 4 + 39 + 1 + 0 + 0 + 0 + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_iwdg.c + stm32f4xx_hal_iwdg.c + 0 + 0 + + + 4 + 40 + 1 + 0 + 0 + 0 + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_lptim.c + stm32f4xx_hal_lptim.c + 0 + 0 + + + 4 + 41 + 1 + 0 + 0 + 0 + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_ltdc.c + stm32f4xx_hal_ltdc.c + 0 + 0 + + + 4 + 42 + 1 + 0 + 0 + 0 + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_ltdc_ex.c + stm32f4xx_hal_ltdc_ex.c + 0 + 0 + + + 4 + 43 + 1 + 0 + 0 + 0 + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_msp_template.c + stm32f4xx_hal_msp_template.c + 0 + 0 + + + 4 + 44 + 1 + 0 + 0 + 0 + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_nand.c + stm32f4xx_hal_nand.c + 0 + 0 + + + 4 + 45 + 1 + 0 + 0 + 0 + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_nor.c + stm32f4xx_hal_nor.c + 0 + 0 + + + 4 + 46 + 1 + 0 + 0 + 0 + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pccard.c + stm32f4xx_hal_pccard.c + 0 + 0 + + + 4 + 47 + 1 + 0 + 0 + 0 + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pcd.c + stm32f4xx_hal_pcd.c + 0 + 0 + + + 4 + 48 + 1 + 0 + 0 + 0 + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pcd_ex.c + stm32f4xx_hal_pcd_ex.c + 0 + 0 + + + 4 + 49 + 1 + 0 + 0 + 0 + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pwr.c + stm32f4xx_hal_pwr.c + 0 + 0 + + + 4 + 50 + 1 + 0 + 0 + 0 + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pwr_ex.c + stm32f4xx_hal_pwr_ex.c + 0 + 0 + + + 4 + 51 + 1 + 0 + 0 + 0 + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_qspi.c + stm32f4xx_hal_qspi.c + 0 + 0 + + + 4 + 52 + 1 + 0 + 0 + 0 + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rcc.c + stm32f4xx_hal_rcc.c + 0 + 0 + + + 4 + 53 + 1 + 0 + 0 + 0 + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rcc_ex.c + stm32f4xx_hal_rcc_ex.c + 0 + 0 + + + 4 + 54 + 1 + 0 + 0 + 0 + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rng.c + stm32f4xx_hal_rng.c + 0 + 0 + + + 4 + 55 + 1 + 0 + 0 + 0 + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rtc.c + stm32f4xx_hal_rtc.c + 0 + 0 + + + 4 + 56 + 1 + 0 + 0 + 0 + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rtc_ex.c + stm32f4xx_hal_rtc_ex.c + 0 + 0 + + + 4 + 57 + 1 + 0 + 0 + 0 + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_sai.c + stm32f4xx_hal_sai.c + 0 + 0 + + + 4 + 58 + 1 + 0 + 0 + 0 + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_sai_ex.c + stm32f4xx_hal_sai_ex.c + 0 + 0 + + + 4 + 59 + 1 + 0 + 0 + 0 + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_sd.c + stm32f4xx_hal_sd.c + 0 + 0 + + + 4 + 60 + 1 + 0 + 0 + 0 + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_sdram.c + stm32f4xx_hal_sdram.c + 0 + 0 + + + 4 + 61 + 1 + 0 + 0 + 0 + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_smartcard.c + stm32f4xx_hal_smartcard.c + 0 + 0 + + + 4 + 62 + 1 + 0 + 0 + 0 + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_spdifrx.c + stm32f4xx_hal_spdifrx.c + 0 + 0 + + + 4 + 63 + 1 + 0 + 0 + 0 + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_spi.c + stm32f4xx_hal_spi.c + 0 + 0 + + + 4 + 64 + 1 + 0 + 0 + 0 + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_sram.c + stm32f4xx_hal_sram.c + 0 + 0 + + + 4 + 65 + 1 + 0 + 0 + 0 + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_tim.c + stm32f4xx_hal_tim.c + 0 + 0 + + + 4 + 66 + 1 + 0 + 0 + 0 + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_tim_ex.c + stm32f4xx_hal_tim_ex.c + 0 + 0 + + + 4 + 67 + 1 + 0 + 0 + 0 + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_uart.c + stm32f4xx_hal_uart.c + 0 + 0 + + + 4 + 68 + 1 + 0 + 0 + 0 + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_usart.c + stm32f4xx_hal_usart.c + 0 + 0 + + + 4 + 69 + 1 + 0 + 0 + 0 + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_wwdg.c + stm32f4xx_hal_wwdg.c + 0 + 0 + + + 4 + 70 + 1 + 0 + 0 + 0 + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_fmc.c + stm32f4xx_ll_fmc.c + 0 + 0 + + + 4 + 71 + 1 + 0 + 0 + 0 + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_fsmc.c + stm32f4xx_ll_fsmc.c + 0 + 0 + + + 4 + 72 + 1 + 0 + 0 + 0 + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_sdmmc.c + stm32f4xx_ll_sdmmc.c + 0 + 0 + + + 4 + 73 + 1 + 0 + 0 + 0 + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_usb.c + stm32f4xx_ll_usb.c + 0 + 0 + + + + + Kernel + 1 + 0 + 0 + 0 + + 5 + 74 + 1 + 0 + 0 + 0 + ..\..\src\clock.c + clock.c + 0 + 0 + + + 5 + 75 + 1 + 0 + 0 + 0 + ..\..\src\components.c + components.c + 0 + 0 + + + 5 + 76 + 1 + 0 + 0 + 0 + ..\..\src\device.c + device.c + 0 + 0 + + + 5 + 77 + 1 + 0 + 0 + 0 + ..\..\src\idle.c + idle.c + 0 + 0 + + + 5 + 78 + 1 + 0 + 0 + 0 + ..\..\src\ipc.c + ipc.c + 0 + 0 + + + 5 + 79 + 1 + 0 + 0 + 0 + ..\..\src\irq.c + irq.c + 0 + 0 + + + 5 + 80 + 1 + 0 + 0 + 0 + ..\..\src\kservice.c + kservice.c + 0 + 0 + + + 5 + 81 + 1 + 0 + 0 + 0 + ..\..\src\mem.c + mem.c + 0 + 0 + + + 5 + 82 + 1 + 0 + 0 + 0 + ..\..\src\mempool.c + mempool.c + 0 + 0 + + + 5 + 83 + 1 + 0 + 0 + 0 + ..\..\src\object.c + object.c + 0 + 0 + + + 5 + 84 + 1 + 0 + 0 + 0 + ..\..\src\scheduler.c + scheduler.c + 0 + 0 + + + 5 + 85 + 1 + 0 + 0 + 0 + ..\..\src\signal.c + signal.c + 0 + 0 + + + 5 + 86 + 1 + 0 + 0 + 0 + ..\..\src\thread.c + thread.c + 0 + 0 + + + 5 + 87 + 1 + 0 + 0 + 0 + ..\..\src\timer.c + timer.c + 0 + 0 + + + + + CORTEX-M4 + 0 + 0 + 0 + 0 + + 6 + 88 + 1 + 0 + 0 + 0 + ..\..\libcpu\arm\cortex-m4\cpuport.c + cpuport.c + 0 + 0 + + + 6 + 89 + 2 + 0 + 0 + 0 + ..\..\libcpu\arm\cortex-m4\context_rvds.S + context_rvds.S + 0 + 0 + + + 6 + 90 + 1 + 0 + 0 + 0 + ..\..\libcpu\arm\common\backtrace.c + backtrace.c + 0 + 0 + + + 6 + 91 + 1 + 0 + 0 + 0 + ..\..\libcpu\arm\common\div0.c + div0.c + 0 + 0 + + + 6 + 92 + 1 + 0 + 0 + 0 + ..\..\libcpu\arm\common\showmem.c + showmem.c + 0 + 0 + + + + + DeviceDrivers + 0 + 0 + 0 + 0 + + 7 + 93 + 1 + 0 + 0 + 0 + ..\..\components\drivers\serial\serial.c + serial.c + 0 + 0 + + + 7 + 94 + 1 + 0 + 0 + 0 + ..\..\components\drivers\src\completion.c + completion.c + 0 + 0 + + + 7 + 95 + 1 + 0 + 0 + 0 + ..\..\components\drivers\src\dataqueue.c + dataqueue.c + 0 + 0 + + + 7 + 96 + 1 + 0 + 0 + 0 + ..\..\components\drivers\src\pipe.c + pipe.c + 0 + 0 + + + 7 + 97 + 1 + 0 + 0 + 0 + ..\..\components\drivers\src\ringbuffer.c + ringbuffer.c + 0 + 0 + + + 7 + 98 + 1 + 0 + 0 + 0 + ..\..\components\drivers\src\waitqueue.c + waitqueue.c + 0 + 0 + + + 7 + 99 + 1 + 0 + 0 + 0 + ..\..\components\drivers\src\workqueue.c + workqueue.c + 0 + 0 + + + + + finsh + 0 + 0 + 0 + 0 + + 8 + 100 + 1 + 0 + 0 + 0 + ..\..\components\finsh\shell.c + shell.c + 0 + 0 + + + 8 + 101 + 1 + 0 + 0 + 0 + ..\..\components\finsh\symbol.c + symbol.c + 0 + 0 + + + 8 + 102 + 1 + 0 + 0 + 0 + ..\..\components\finsh\cmd.c + cmd.c + 0 + 0 + + + 8 + 103 + 1 + 0 + 0 + 0 + ..\..\components\finsh\msh.c + msh.c + 0 + 0 + + + 8 + 104 + 1 + 0 + 0 + 0 + ..\..\components\finsh\msh_cmd.c + msh_cmd.c + 0 + 0 + + + 8 + 105 + 1 + 0 + 0 + 0 + ..\..\components\finsh\msh_file.c + msh_file.c + 0 + 0 + + + diff --git a/bsp/stm32f411-nucleo/project.uvprojx b/bsp/stm32f411-nucleo/project.uvprojx index 2de8d22365758a15406bc0f00a2f97d142640c32..06a82eaca3419da0b4104da51e445a3a9a68fc31 100644 --- a/bsp/stm32f411-nucleo/project.uvprojx +++ b/bsp/stm32f411-nucleo/project.uvprojx @@ -1,41 +1,45 @@ + 2.1 +
### uVision Project, (C) Keil Software
+ rt-thread_stm32f4xx 0x4 ARM-ADS + 5060422::V5.06 update 4 (build 422)::ARMCC STM32F411RETx STMicroelectronics - Keil.STM32F4xx_DFP.2.7.0 + Keil.STM32F4xx_DFP.2.13.0 http://www.keil.com/pack IROM(0x08000000,0x80000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M4") FPU2 CLOCK(12000000) ELITTLE - - + + UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0STM32F4xx_512 -FS08000000 -FL080000 -FP0($$Device:STM32F411RETx$CMSIS/Flash/STM32F4xx_512.FLM)) 0 $$Device:STM32F411RETx$Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h - - - - - - - - - + + + + + + + + + $$Device:STM32F411RETx$CMSIS\SVD\STM32F411xx.svd 0 0 - - - - - + + + + + 0 0 @@ -57,8 +61,8 @@ 0 0 - - + + 0 0 0 @@ -67,8 +71,8 @@ 0 0 - - + + 0 0 0 @@ -78,14 +82,14 @@ 1 0 fromelf --bin !L --output rtthread.bin - + 0 0 0 0 0 - + 0 @@ -99,8 +103,8 @@ 0 0 3 - - + + 1 @@ -121,47 +125,6 @@ 0 16 - - 0 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 0 - 1 - - - 1 - 1 - 1 - 1 - 1 - 1 - 0 - 1 - 0 - 1 - - 0 - 11 - - - - - - - - - - - - - - STLink\ST-LINKIII-KEIL_SWO.dll - @@ -175,10 +138,10 @@ 1 BIN\UL2CM3.DLL "" () - - - - + + + + 0 @@ -211,7 +174,7 @@ 0 0 "Cortex-M4" - + 0 0 0 @@ -343,7 +306,7 @@ 0x0 - + 1 @@ -365,11 +328,14 @@ 0 0 0 + 0 + 0 + 0 - + USE_HAL_DRIVER, STM32F411xE - - drivers;applications;.;Libraries/STM32F4xx_HAL_Driver/Inc;Libraries/CMSIS/Device/ST/STM32F4xx/Include;Libraries/CMSIS/Include;../../include;../../libcpu/arm/cortex-m4;../../libcpu/arm/common;../../components/drivers/include;../../components/drivers/include;../../components/finsh + + applications;.;drivers;Libraries\CMSIS\Device\ST\STM32F4xx\Include;Libraries\CMSIS\Include;Libraries\STM32F4xx_HAL_Driver\Inc;..\..\include;..\..\libcpu\arm\cortex-m4;..\..\libcpu\arm\common;..\..\components\drivers\include;..\..\components\drivers\include;..\..\components\finsh @@ -382,11 +348,12 @@ 0 0 0 + 0 - - - - + + + + @@ -398,48 +365,59 @@ 0 0x08000000 0x20000000 - + .\stm32_rom.sct - - - --keep *.o(.rti_fn.*) --keep *.o(FSymTab) --keep *.o(VSymTab) - - + + + --keep *.o(.rti_fn.*) --keep *.o(FSymTab) + + - Drivers + Applications - board.c + main.c 1 - drivers/board.c + applications\main.c + + + Drivers + + board.c + 1 + drivers\board.c + drv_usart.c 1 - drivers/drv_usart.c + drivers\drv_usart.c - - stm32f4xx_it.c 1 - drivers/stm32f4xx_it.c + drivers\stm32f4xx_it.c - Applications + CMSIS - main.c + system_stm32f4xx.c 1 - applications/main.c + Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\system_stm32f4xx.c + + + startup_stm32f411xe.s + 2 + Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\arm\startup_stm32f411xe.s @@ -449,486 +427,337 @@ stm32f4xx_hal.c 1 - Libraries/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal.c - - stm32f4xx_hal_adc.c 1 - Libraries/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc.c + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_adc.c - - stm32f4xx_hal_adc_ex.c 1 - Libraries/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc_ex.c + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_adc_ex.c - - stm32f4xx_hal_can.c 1 - Libraries/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_can.c + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_can.c - - stm32f4xx_hal_cec.c 1 - Libraries/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cec.c + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_cec.c - - stm32f4xx_hal_cortex.c 1 - Libraries/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_cortex.c - - stm32f4xx_hal_crc.c 1 - Libraries/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_crc.c + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_crc.c - - stm32f4xx_hal_cryp.c 1 - Libraries/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cryp.c + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_cryp.c - - stm32f4xx_hal_cryp_ex.c 1 - Libraries/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cryp_ex.c + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_cryp_ex.c - - stm32f4xx_hal_dac.c 1 - Libraries/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dac.c + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dac.c - - stm32f4xx_hal_dac_ex.c 1 - Libraries/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dac_ex.c + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dac_ex.c - - stm32f4xx_hal_dcmi.c 1 - Libraries/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dcmi.c + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dcmi.c - - stm32f4xx_hal_dcmi_ex.c 1 - Libraries/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dcmi_ex.c + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dcmi_ex.c - - stm32f4xx_hal_dma.c 1 - Libraries/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma.c - - stm32f4xx_hal_dma2d.c 1 - Libraries/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma2d.c + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma2d.c - - stm32f4xx_hal_dma_ex.c 1 - Libraries/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma_ex.c - - stm32f4xx_hal_dsi.c 1 - Libraries/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dsi.c + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dsi.c - - stm32f4xx_hal_eth.c 1 - Libraries/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_eth.c + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_eth.c - - stm32f4xx_hal_flash.c 1 - Libraries/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash.c - - stm32f4xx_hal_flash_ex.c 1 - Libraries/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash_ex.c - - stm32f4xx_hal_flash_ramfunc.c 1 - Libraries/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.c + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash_ramfunc.c - - stm32f4xx_hal_fmpi2c.c 1 - Libraries/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_fmpi2c.c + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_fmpi2c.c - - stm32f4xx_hal_fmpi2c_ex.c 1 - Libraries/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_fmpi2c_ex.c + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_fmpi2c_ex.c - - stm32f4xx_hal_gpio.c 1 - Libraries/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_gpio.c - - stm32f4xx_hal_hash.c 1 - Libraries/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_hash.c + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_hash.c - - stm32f4xx_hal_hash_ex.c 1 - Libraries/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_hash_ex.c + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_hash_ex.c - - stm32f4xx_hal_hcd.c 1 - Libraries/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_hcd.c + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_hcd.c - - stm32f4xx_hal_i2c.c 1 - Libraries/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2c.c + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_i2c.c - - stm32f4xx_hal_i2c_ex.c 1 - Libraries/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2c_ex.c + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_i2c_ex.c - - stm32f4xx_hal_i2s.c 1 - Libraries/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2s.c + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_i2s.c - - stm32f4xx_hal_i2s_ex.c 1 - Libraries/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_i2s_ex.c + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_i2s_ex.c - - stm32f4xx_hal_irda.c 1 - Libraries/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_irda.c + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_irda.c - - stm32f4xx_hal_iwdg.c 1 - Libraries/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_iwdg.c + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_iwdg.c - - stm32f4xx_hal_lptim.c 1 - Libraries/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_lptim.c + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_lptim.c - - stm32f4xx_hal_ltdc.c 1 - Libraries/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_ltdc.c + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_ltdc.c - - stm32f4xx_hal_ltdc_ex.c 1 - Libraries/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_ltdc_ex.c + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_ltdc_ex.c - - stm32f4xx_hal_msp_template.c 1 - Libraries/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_msp_template.c + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_msp_template.c - - stm32f4xx_hal_nand.c 1 - Libraries/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_nand.c + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_nand.c - - stm32f4xx_hal_nor.c 1 - Libraries/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_nor.c + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_nor.c - - stm32f4xx_hal_pccard.c 1 - Libraries/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pccard.c + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pccard.c - - stm32f4xx_hal_pcd.c 1 - Libraries/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pcd.c + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pcd.c - - stm32f4xx_hal_pcd_ex.c 1 - Libraries/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pcd_ex.c + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pcd_ex.c - - stm32f4xx_hal_pwr.c 1 - Libraries/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pwr.c - - stm32f4xx_hal_pwr_ex.c 1 - Libraries/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pwr_ex.c - - stm32f4xx_hal_qspi.c 1 - Libraries/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_qspi.c + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_qspi.c - - stm32f4xx_hal_rcc.c 1 - Libraries/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rcc.c - - stm32f4xx_hal_rcc_ex.c 1 - Libraries/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rcc_ex.c - - stm32f4xx_hal_rng.c 1 - Libraries/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rng.c + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rng.c - - stm32f4xx_hal_rtc.c 1 - Libraries/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rtc.c + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rtc.c - - stm32f4xx_hal_rtc_ex.c 1 - Libraries/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rtc_ex.c + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rtc_ex.c - - stm32f4xx_hal_sai.c 1 - Libraries/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_sai.c + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_sai.c - - stm32f4xx_hal_sai_ex.c 1 - Libraries/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_sai_ex.c + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_sai_ex.c - - stm32f4xx_hal_sd.c 1 - Libraries/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_sd.c + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_sd.c - - stm32f4xx_hal_sdram.c 1 - Libraries/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_sdram.c + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_sdram.c - - stm32f4xx_hal_smartcard.c 1 - Libraries/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_smartcard.c + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_smartcard.c - - stm32f4xx_hal_spdifrx.c 1 - Libraries/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spdifrx.c + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_spdifrx.c - - stm32f4xx_hal_spi.c 1 - Libraries/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.c + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_spi.c - - stm32f4xx_hal_sram.c 1 - Libraries/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_sram.c + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_sram.c - - stm32f4xx_hal_tim.c 1 - Libraries/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_tim.c - - stm32f4xx_hal_tim_ex.c 1 - Libraries/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_tim_ex.c - - stm32f4xx_hal_uart.c 1 - Libraries/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_uart.c - - stm32f4xx_hal_usart.c 1 - Libraries/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_usart.c + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_usart.c - - stm32f4xx_hal_wwdg.c 1 - Libraries/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_wwdg.c + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_wwdg.c - - stm32f4xx_ll_fmc.c 1 - Libraries/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_fmc.c + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_fmc.c - - stm32f4xx_ll_fsmc.c 1 - Libraries/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_fsmc.c + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_fsmc.c - - stm32f4xx_ll_sdmmc.c 1 - Libraries/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_sdmmc.c + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_sdmmc.c - - stm32f4xx_ll_usb.c 1 - Libraries/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_usb.c - - - - - CMSIS - - - system_stm32f4xx.c - 1 - Libraries/CMSIS/Device/ST/STM32F4xx/Source/Templates/system_stm32f4xx.c - - - - - startup_stm32f411xe.s - 2 - Libraries/CMSIS/Device/ST/STM32F4xx/Source/Templates/arm/startup_stm32f411xe.s + Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_usb.c @@ -938,98 +767,72 @@ clock.c 1 - ../../src/clock.c + ..\..\src\clock.c - - components.c 1 - ../../src/components.c + ..\..\src\components.c - - device.c 1 - ../../src/device.c + ..\..\src\device.c - - idle.c 1 - ../../src/idle.c + ..\..\src\idle.c - - ipc.c 1 - ../../src/ipc.c + ..\..\src\ipc.c - - irq.c 1 - ../../src/irq.c + ..\..\src\irq.c - - kservice.c 1 - ../../src/kservice.c + ..\..\src\kservice.c - - mem.c 1 - ../../src/mem.c + ..\..\src\mem.c - - mempool.c 1 - ../../src/mempool.c + ..\..\src\mempool.c - - object.c 1 - ../../src/object.c + ..\..\src\object.c - - scheduler.c 1 - ../../src/scheduler.c + ..\..\src\scheduler.c - - signal.c 1 - ../../src/signal.c + ..\..\src\signal.c - - thread.c 1 - ../../src/thread.c + ..\..\src\thread.c - - timer.c 1 - ../../src/timer.c + ..\..\src\timer.c @@ -1039,35 +842,27 @@ cpuport.c 1 - ../../libcpu/arm/cortex-m4/cpuport.c + ..\..\libcpu\arm\cortex-m4\cpuport.c - - context_rvds.S 2 - ../../libcpu/arm/cortex-m4/context_rvds.S + ..\..\libcpu\arm\cortex-m4\context_rvds.S - - backtrace.c 1 - ../../libcpu/arm/common/backtrace.c + ..\..\libcpu\arm\common\backtrace.c - - div0.c 1 - ../../libcpu/arm/common/div0.c + ..\..\libcpu\arm\common\div0.c - - showmem.c 1 - ../../libcpu/arm/common/showmem.c + ..\..\libcpu\arm\common\showmem.c @@ -1077,49 +872,37 @@ serial.c 1 - ../../components/drivers/serial/serial.c + ..\..\components\drivers\serial\serial.c - - completion.c 1 - ../../components/drivers/src/completion.c + ..\..\components\drivers\src\completion.c - - dataqueue.c 1 - ../../components/drivers/src/dataqueue.c + ..\..\components\drivers\src\dataqueue.c - - pipe.c 1 - ../../components/drivers/src/pipe.c + ..\..\components\drivers\src\pipe.c - - ringbuffer.c 1 - ../../components/drivers/src/ringbuffer.c + ..\..\components\drivers\src\ringbuffer.c - - waitqueue.c 1 - ../../components/drivers/src/waitqueue.c + ..\..\components\drivers\src\waitqueue.c - - workqueue.c 1 - ../../components/drivers/src/workqueue.c + ..\..\components\drivers\src\workqueue.c @@ -1129,95 +912,43 @@ shell.c 1 - ../../components/finsh/shell.c + ..\..\components\finsh\shell.c - - symbol.c 1 - ../../components/finsh/symbol.c + ..\..\components\finsh\symbol.c - - cmd.c 1 - ../../components/finsh/cmd.c - - - - - finsh_compiler.c - 1 - ../../components/finsh/finsh_compiler.c - - - - - finsh_error.c - 1 - ../../components/finsh/finsh_error.c - - - - - finsh_heap.c - 1 - ../../components/finsh/finsh_heap.c - - - - - finsh_init.c - 1 - ../../components/finsh/finsh_init.c - - - - - finsh_node.c - 1 - ../../components/finsh/finsh_node.c + ..\..\components\finsh\cmd.c - - - - finsh_ops.c - 1 - ../../components/finsh/finsh_ops.c - - - - - finsh_parser.c - 1 - ../../components/finsh/finsh_parser.c - - - - finsh_var.c + msh.c 1 - ../../components/finsh/finsh_var.c + ..\..\components\finsh\msh.c - - - finsh_vm.c + msh_cmd.c 1 - ../../components/finsh/finsh_vm.c + ..\..\components\finsh\msh_cmd.c - - - finsh_token.c + msh_file.c 1 - ../../components/finsh/finsh_token.c + ..\..\components\finsh\msh_file.c + + + + + + +
diff --git a/bsp/stm32f411-nucleo/rtconfig.h b/bsp/stm32f411-nucleo/rtconfig.h index c86234f7acfb4fb7b62197a3242ad19d001227cd..e3b684271c19538fe2f4a8c008ce78f89dc88597 100644 --- a/bsp/stm32f411-nucleo/rtconfig.h +++ b/bsp/stm32f411-nucleo/rtconfig.h @@ -8,17 +8,15 @@ #define RT_NAME_MAX 8 #define RT_ALIGN_SIZE 4 +#define RT_THREAD_PRIORITY_32 #define RT_THREAD_PRIORITY_MAX 32 #define RT_TICK_PER_SECOND 100 #define RT_DEBUG #define RT_USING_OVERFLOW_CHECK #define RT_DEBUG_INIT 0 -/* RT_DEBUG_THREAD is not set */ +#define RT_DEBUG_THREAD 0 #define RT_USING_HOOK -#define IDLE_THREAD_STACK_SIZE 256 -#define RT_USING_TIMER_SOFT -#define RT_TIMER_THREAD_PRIO 4 -#define RT_TIMER_THREAD_STACK_SIZE 512 +#define IDLE_THREAD_STACK_SIZE 512 /* Inter-Thread communication */ @@ -27,15 +25,12 @@ #define RT_USING_EVENT #define RT_USING_MAILBOX #define RT_USING_MESSAGEQUEUE -/* RT_USING_SIGNALS is not set */ /* Memory Management */ #define RT_USING_MEMPOOL -/* RT_USING_MEMHEAP is not set */ -#define RT_USING_HEAP #define RT_USING_SMALL_MEM -/* RT_USING_SLAB is not set */ +#define RT_USING_HEAP /* Kernel Device Object */ @@ -43,109 +38,99 @@ #define RT_USING_CONSOLE #define RT_CONSOLEBUF_SIZE 128 #define RT_CONSOLE_DEVICE_NAME "uart2" -/* RT_USING_MODULE is not set */ /* RT-Thread Components */ #define RT_USING_COMPONENTS_INIT #define RT_USING_USER_MAIN +#define RT_MAIN_THREAD_STACK_SIZE 2048 /* C++ features */ -/* RT_USING_CPLUSPLUS is not set */ /* 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 #define FINSH_THREAD_STACK_SIZE 4096 #define FINSH_CMD_SIZE 80 -/* FINSH_USING_AUTH is not set */ -/* FINSH_USING_MSH is not set */ +#define FINSH_USING_MSH +#define FINSH_USING_MSH_DEFAULT +#define FINSH_USING_MSH_ONLY /* Device virtual file system */ -/* RT_USING_DFS is not set */ /* Device Drivers */ #define RT_USING_DEVICE_IPC #define RT_USING_SERIAL -/* RT_USING_CAN is not set */ -/* RT_USING_HWTIMER is not set */ -/* RT_USING_I2C is not set */ -/* RT_USING_PIN is not set */ -/* RT_USING_MTD_NOR is not set */ -/* RT_USING_MTD_NAND is not set */ -/* RT_USING_RTC is not set */ -/* RT_USING_SDIO is not set */ -/* RT_USING_SPI is not set */ -/* RT_USING_WDT is not set */ -/* RT_USING_USB_HOST is not set */ -/* RT_USING_USB_DEVICE is not set */ + +/* Using USB */ + /* POSIX layer and C standard library */ -/* RT_USING_LIBC is not set */ -/* RT_USING_PTHREADS is not set */ /* Network stack */ /* light weight TCP/IP stack */ -/* RT_USING_LWIP is not set */ /* Modbus master and slave stack */ -/* RT_USING_MODBUS is not set */ -/* RT-Thread UI Engine */ +/* VBUS(Virtual Software BUS) */ -/* PKG_USING_GUIENGINE is not set */ -/* RT-Thread online packages */ +/* Utilities */ -/* system packages */ -/* PKG_USING_PARTITION is not set */ -/* PKG_USING_SQLITE is not set */ +/* RT-Thread online packages */ /* IoT - internet of things */ -/* 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_EZXML is not set */ + +/* Wi-Fi */ /* Marvell WiFi */ -/* PKG_USING_MARVELLWIFI is not set */ + +/* Wiced WiFi */ + /* security packages */ -/* PKG_USING_MBEDTLS is not set */ /* language packages */ -/* PKG_USING_JERRYSCRIPT is not set */ /* multimedia packages */ + /* tools packages */ -/* PKG_USING_CMBACKTRACE is not set */ -/* PKG_USING_EASYLOGGER is not set */ + +/* system packages */ + +/* RT-Thread GUI Engine */ + + +/* peripheral libraries and drivers */ + /* miscellaneous packages */ -/* PKG_USING_HELLO is not set */ -/* BSP_SPECIAL CONFIG */ +/* sample package */ + + +/* example package: hello */ #define RT_USING_UART2 diff --git a/bsp/stm32h743-nucleo/project.uvoptx b/bsp/stm32h743-nucleo/project.uvoptx index 784d04001e00594228186be5fdcfd57df0e731ed..c1307fe873f1ef7f26e36d59802ae993745f0e3f 100644 --- a/bsp/stm32h743-nucleo/project.uvoptx +++ b/bsp/stm32h743-nucleo/project.uvoptx @@ -160,10 +160,6 @@ - - - - 1 0 @@ -173,4 +169,2300 @@ + + Drivers + 0 + 0 + 0 + 0 + + 1 + 1 + 1 + 0 + 0 + 0 + drivers/board.c + board.c + 0 + 0 + + + 1 + 2 + 1 + 0 + 0 + 0 + drivers/drv_led.c + drv_led.c + 0 + 0 + + + 1 + 3 + 1 + 0 + 0 + 0 + drivers/drv_mpu.c + drv_mpu.c + 0 + 0 + + + 1 + 4 + 1 + 0 + 0 + 0 + drivers/drv_usart.c + drv_usart.c + 0 + 0 + + + 1 + 5 + 1 + 0 + 0 + 0 + drivers/lan8742a.c + lan8742a.c + 0 + 0 + + + 1 + 6 + 1 + 0 + 0 + 0 + drivers/stm32h7xx_it.c + stm32h7xx_it.c + 0 + 0 + + + + + Applications + 0 + 0 + 0 + 0 + + 2 + 7 + 1 + 0 + 0 + 0 + applications/main.c + main.c + 0 + 0 + + + 2 + 8 + 1 + 0 + 0 + 0 + applications/sram.c + sram.c + 0 + 0 + + + + + CMSIS + 0 + 0 + 0 + 0 + + 3 + 9 + 1 + 0 + 0 + 0 + Libraries/CMSIS/Device/ST/STM32H7xx/Source/Templates/system_stm32h7xx.c + system_stm32h7xx.c + 0 + 0 + + + 3 + 10 + 2 + 0 + 0 + 0 + Libraries/CMSIS/Device/ST/STM32H7xx/Source/Templates/arm/startup_stm32h743xx.s + startup_stm32h743xx.s + 0 + 0 + + + + + STM32H7xx_HAL_Driver + 0 + 0 + 0 + 0 + + 4 + 11 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal.c + stm32h7xx_hal.c + 0 + 0 + + + 4 + 12 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_adc.c + stm32h7xx_hal_adc.c + 0 + 0 + + + 4 + 13 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_adc_ex.c + stm32h7xx_hal_adc_ex.c + 0 + 0 + + + 4 + 14 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_cec.c + stm32h7xx_hal_cec.c + 0 + 0 + + + 4 + 15 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_comp.c + stm32h7xx_hal_comp.c + 0 + 0 + + + 4 + 16 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_cortex.c + stm32h7xx_hal_cortex.c + 0 + 0 + + + 4 + 17 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_crc.c + stm32h7xx_hal_crc.c + 0 + 0 + + + 4 + 18 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_crc_ex.c + stm32h7xx_hal_crc_ex.c + 0 + 0 + + + 4 + 19 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_cryp.c + stm32h7xx_hal_cryp.c + 0 + 0 + + + 4 + 20 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_cryp_ex.c + stm32h7xx_hal_cryp_ex.c + 0 + 0 + + + 4 + 21 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_dac.c + stm32h7xx_hal_dac.c + 0 + 0 + + + 4 + 22 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_dac_ex.c + stm32h7xx_hal_dac_ex.c + 0 + 0 + + + 4 + 23 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_dcmi.c + stm32h7xx_hal_dcmi.c + 0 + 0 + + + 4 + 24 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_dfsdm.c + stm32h7xx_hal_dfsdm.c + 0 + 0 + + + 4 + 25 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_dma.c + stm32h7xx_hal_dma.c + 0 + 0 + + + 4 + 26 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_dma2d.c + stm32h7xx_hal_dma2d.c + 0 + 0 + + + 4 + 27 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_dma_ex.c + stm32h7xx_hal_dma_ex.c + 0 + 0 + + + 4 + 28 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_eth.c + stm32h7xx_hal_eth.c + 0 + 0 + + + 4 + 29 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_eth_ex.c + stm32h7xx_hal_eth_ex.c + 0 + 0 + + + 4 + 30 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_fdcan.c + stm32h7xx_hal_fdcan.c + 0 + 0 + + + 4 + 31 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_flash.c + stm32h7xx_hal_flash.c + 0 + 0 + + + 4 + 32 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_flash_ex.c + stm32h7xx_hal_flash_ex.c + 0 + 0 + + + 4 + 33 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_gpio.c + stm32h7xx_hal_gpio.c + 0 + 0 + + + 4 + 34 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hash.c + stm32h7xx_hal_hash.c + 0 + 0 + + + 4 + 35 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hash_ex.c + stm32h7xx_hal_hash_ex.c + 0 + 0 + + + 4 + 36 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hcd.c + stm32h7xx_hal_hcd.c + 0 + 0 + + + 4 + 37 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hrtim.c + stm32h7xx_hal_hrtim.c + 0 + 0 + + + 4 + 38 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c + stm32h7xx_hal_hsem.c + 0 + 0 + + + 4 + 39 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c.c + stm32h7xx_hal_i2c.c + 0 + 0 + + + 4 + 40 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c + stm32h7xx_hal_i2c_ex.c + 0 + 0 + + + 4 + 41 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2s.c + stm32h7xx_hal_i2s.c + 0 + 0 + + + 4 + 42 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2s_ex.c + stm32h7xx_hal_i2s_ex.c + 0 + 0 + + + 4 + 43 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_irda.c + stm32h7xx_hal_irda.c + 0 + 0 + + + 4 + 44 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_iwdg.c + stm32h7xx_hal_iwdg.c + 0 + 0 + + + 4 + 45 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_jpeg.c + stm32h7xx_hal_jpeg.c + 0 + 0 + + + 4 + 46 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_lptim.c + stm32h7xx_hal_lptim.c + 0 + 0 + + + 4 + 47 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_ltdc.c + stm32h7xx_hal_ltdc.c + 0 + 0 + + + 4 + 48 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_mdios.c + stm32h7xx_hal_mdios.c + 0 + 0 + + + 4 + 49 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_mdma.c + stm32h7xx_hal_mdma.c + 0 + 0 + + + 4 + 50 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_mmc.c + stm32h7xx_hal_mmc.c + 0 + 0 + + + 4 + 51 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_mmc_ex.c + stm32h7xx_hal_mmc_ex.c + 0 + 0 + + + 4 + 52 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_nand.c + stm32h7xx_hal_nand.c + 0 + 0 + + + 4 + 53 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_nor.c + stm32h7xx_hal_nor.c + 0 + 0 + + + 4 + 54 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_opamp.c + stm32h7xx_hal_opamp.c + 0 + 0 + + + 4 + 55 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_opamp_ex.c + stm32h7xx_hal_opamp_ex.c + 0 + 0 + + + 4 + 56 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_pcd.c + stm32h7xx_hal_pcd.c + 0 + 0 + + + 4 + 57 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_pcd_ex.c + stm32h7xx_hal_pcd_ex.c + 0 + 0 + + + 4 + 58 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_pwr.c + stm32h7xx_hal_pwr.c + 0 + 0 + + + 4 + 59 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_pwr_ex.c + stm32h7xx_hal_pwr_ex.c + 0 + 0 + + + 4 + 60 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_qspi.c + stm32h7xx_hal_qspi.c + 0 + 0 + + + 4 + 61 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_rcc.c + stm32h7xx_hal_rcc.c + 0 + 0 + + + 4 + 62 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_rcc_ex.c + stm32h7xx_hal_rcc_ex.c + 0 + 0 + + + 4 + 63 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_rng.c + stm32h7xx_hal_rng.c + 0 + 0 + + + 4 + 64 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_rtc.c + stm32h7xx_hal_rtc.c + 0 + 0 + + + 4 + 65 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_rtc_ex.c + stm32h7xx_hal_rtc_ex.c + 0 + 0 + + + 4 + 66 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_sai.c + stm32h7xx_hal_sai.c + 0 + 0 + + + 4 + 67 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_sai_ex.c + stm32h7xx_hal_sai_ex.c + 0 + 0 + + + 4 + 68 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_sd.c + stm32h7xx_hal_sd.c + 0 + 0 + + + 4 + 69 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_sd_ex.c + stm32h7xx_hal_sd_ex.c + 0 + 0 + + + 4 + 70 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_sdram.c + stm32h7xx_hal_sdram.c + 0 + 0 + + + 4 + 71 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_smartcard.c + stm32h7xx_hal_smartcard.c + 0 + 0 + + + 4 + 72 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_smartcard_ex.c + stm32h7xx_hal_smartcard_ex.c + 0 + 0 + + + 4 + 73 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_smbus.c + stm32h7xx_hal_smbus.c + 0 + 0 + + + 4 + 74 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_spdifrx.c + stm32h7xx_hal_spdifrx.c + 0 + 0 + + + 4 + 75 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_spi.c + stm32h7xx_hal_spi.c + 0 + 0 + + + 4 + 76 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_spi_ex.c + stm32h7xx_hal_spi_ex.c + 0 + 0 + + + 4 + 77 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_sram.c + stm32h7xx_hal_sram.c + 0 + 0 + + + 4 + 78 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_swpmi.c + stm32h7xx_hal_swpmi.c + 0 + 0 + + + 4 + 79 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_tim.c + stm32h7xx_hal_tim.c + 0 + 0 + + + 4 + 80 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_tim_ex.c + stm32h7xx_hal_tim_ex.c + 0 + 0 + + + 4 + 81 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_uart.c + stm32h7xx_hal_uart.c + 0 + 0 + + + 4 + 82 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_uart_ex.c + stm32h7xx_hal_uart_ex.c + 0 + 0 + + + 4 + 83 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_usart.c + stm32h7xx_hal_usart.c + 0 + 0 + + + 4 + 84 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_wwdg.c + stm32h7xx_hal_wwdg.c + 0 + 0 + + + 4 + 85 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_fmc.c + stm32h7xx_ll_fmc.c + 0 + 0 + + + 4 + 86 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_sdmmc.c + stm32h7xx_ll_sdmmc.c + 0 + 0 + + + 4 + 87 + 1 + 0 + 0 + 0 + Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_usb.c + stm32h7xx_ll_usb.c + 0 + 0 + + + + + Kernel + 0 + 0 + 0 + 0 + + 5 + 88 + 1 + 0 + 0 + 0 + ../../src/clock.c + clock.c + 0 + 0 + + + 5 + 89 + 1 + 0 + 0 + 0 + ../../src/components.c + components.c + 0 + 0 + + + 5 + 90 + 1 + 0 + 0 + 0 + ../../src/device.c + device.c + 0 + 0 + + + 5 + 91 + 1 + 0 + 0 + 0 + ../../src/idle.c + idle.c + 0 + 0 + + + 5 + 92 + 1 + 0 + 0 + 0 + ../../src/ipc.c + ipc.c + 0 + 0 + + + 5 + 93 + 1 + 0 + 0 + 0 + ../../src/irq.c + irq.c + 0 + 0 + + + 5 + 94 + 1 + 0 + 0 + 0 + ../../src/kservice.c + kservice.c + 0 + 0 + + + 5 + 95 + 1 + 0 + 0 + 0 + ../../src/mem.c + mem.c + 0 + 0 + + + 5 + 96 + 1 + 0 + 0 + 0 + ../../src/memheap.c + memheap.c + 0 + 0 + + + 5 + 97 + 1 + 0 + 0 + 0 + ../../src/mempool.c + mempool.c + 0 + 0 + + + 5 + 98 + 1 + 0 + 0 + 0 + ../../src/object.c + object.c + 0 + 0 + + + 5 + 99 + 1 + 0 + 0 + 0 + ../../src/scheduler.c + scheduler.c + 0 + 0 + + + 5 + 100 + 1 + 0 + 0 + 0 + ../../src/signal.c + signal.c + 0 + 0 + + + 5 + 101 + 1 + 0 + 0 + 0 + ../../src/thread.c + thread.c + 0 + 0 + + + 5 + 102 + 1 + 0 + 0 + 0 + ../../src/timer.c + timer.c + 0 + 0 + + + + + CORTEX-M7 + 0 + 0 + 0 + 0 + + 6 + 103 + 1 + 0 + 0 + 0 + ../../libcpu/arm/cortex-m7/cpuport.c + cpuport.c + 0 + 0 + + + 6 + 104 + 2 + 0 + 0 + 0 + ../../libcpu/arm/cortex-m7/context_rvds.S + context_rvds.S + 0 + 0 + + + 6 + 105 + 1 + 0 + 0 + 0 + ../../libcpu/arm/common/backtrace.c + backtrace.c + 0 + 0 + + + 6 + 106 + 1 + 0 + 0 + 0 + ../../libcpu/arm/common/div0.c + div0.c + 0 + 0 + + + 6 + 107 + 1 + 0 + 0 + 0 + ../../libcpu/arm/common/showmem.c + showmem.c + 0 + 0 + + + + + DeviceDrivers + 0 + 0 + 0 + 0 + + 7 + 108 + 1 + 0 + 0 + 0 + ../../components/drivers/serial/serial.c + serial.c + 0 + 0 + + + 7 + 109 + 1 + 0 + 0 + 0 + ../../components/drivers/src/completion.c + completion.c + 0 + 0 + + + 7 + 110 + 1 + 0 + 0 + 0 + ../../components/drivers/src/dataqueue.c + dataqueue.c + 0 + 0 + + + 7 + 111 + 1 + 0 + 0 + 0 + ../../components/drivers/src/pipe.c + pipe.c + 0 + 0 + + + 7 + 112 + 1 + 0 + 0 + 0 + ../../components/drivers/src/ringbuffer.c + ringbuffer.c + 0 + 0 + + + 7 + 113 + 1 + 0 + 0 + 0 + ../../components/drivers/src/waitqueue.c + waitqueue.c + 0 + 0 + + + 7 + 114 + 1 + 0 + 0 + 0 + ../../components/drivers/src/workqueue.c + workqueue.c + 0 + 0 + + + + + pthreads + 0 + 0 + 0 + 0 + + 8 + 115 + 1 + 0 + 0 + 0 + ../../components/libc/pthreads/mqueue.c + mqueue.c + 0 + 0 + + + 8 + 116 + 1 + 0 + 0 + 0 + ../../components/libc/pthreads/pthread.c + pthread.c + 0 + 0 + + + 8 + 117 + 1 + 0 + 0 + 0 + ../../components/libc/pthreads/pthread_attr.c + pthread_attr.c + 0 + 0 + + + 8 + 118 + 1 + 0 + 0 + 0 + ../../components/libc/pthreads/pthread_barrier.c + pthread_barrier.c + 0 + 0 + + + 8 + 119 + 1 + 0 + 0 + 0 + ../../components/libc/pthreads/pthread_cond.c + pthread_cond.c + 0 + 0 + + + 8 + 120 + 1 + 0 + 0 + 0 + ../../components/libc/pthreads/pthread_mutex.c + pthread_mutex.c + 0 + 0 + + + 8 + 121 + 1 + 0 + 0 + 0 + ../../components/libc/pthreads/pthread_rwlock.c + pthread_rwlock.c + 0 + 0 + + + 8 + 122 + 1 + 0 + 0 + 0 + ../../components/libc/pthreads/pthread_spin.c + pthread_spin.c + 0 + 0 + + + 8 + 123 + 1 + 0 + 0 + 0 + ../../components/libc/pthreads/pthread_tls.c + pthread_tls.c + 0 + 0 + + + 8 + 124 + 1 + 0 + 0 + 0 + ../../components/libc/pthreads/sched.c + sched.c + 0 + 0 + + + 8 + 125 + 1 + 0 + 0 + 0 + ../../components/libc/pthreads/semaphore.c + semaphore.c + 0 + 0 + + + 8 + 126 + 1 + 0 + 0 + 0 + ../../components/libc/time/clock_time.c + clock_time.c + 0 + 0 + + + 8 + 127 + 1 + 0 + 0 + 0 + ../../components/libc/time/posix_sleep.c + posix_sleep.c + 0 + 0 + + + + + libc + 0 + 0 + 0 + 0 + + 9 + 128 + 1 + 0 + 0 + 0 + ../../components/libc/compilers/armlibc/libc.c + libc.c + 0 + 0 + + + 9 + 129 + 1 + 0 + 0 + 0 + ../../components/libc/compilers/armlibc/libc_syms.c + libc_syms.c + 0 + 0 + + + 9 + 130 + 1 + 0 + 0 + 0 + ../../components/libc/compilers/armlibc/mem_std.c + mem_std.c + 0 + 0 + + + 9 + 131 + 1 + 0 + 0 + 0 + ../../components/libc/compilers/armlibc/stdio.c + stdio.c + 0 + 0 + + + 9 + 132 + 1 + 0 + 0 + 0 + ../../components/libc/compilers/armlibc/stubs.c + stubs.c + 0 + 0 + + + 9 + 133 + 1 + 0 + 0 + 0 + ../../components/libc/compilers/armlibc/time.c + time.c + 0 + 0 + + + + + finsh + 0 + 0 + 0 + 0 + + 10 + 134 + 1 + 0 + 0 + 0 + ../../components/finsh/shell.c + shell.c + 0 + 0 + + + 10 + 135 + 1 + 0 + 0 + 0 + ../../components/finsh/symbol.c + symbol.c + 0 + 0 + + + 10 + 136 + 1 + 0 + 0 + 0 + ../../components/finsh/cmd.c + cmd.c + 0 + 0 + + + 10 + 137 + 1 + 0 + 0 + 0 + ../../components/finsh/msh.c + msh.c + 0 + 0 + + + 10 + 138 + 1 + 0 + 0 + 0 + ../../components/finsh/msh_cmd.c + msh_cmd.c + 0 + 0 + + + 10 + 139 + 1 + 0 + 0 + 0 + ../../components/finsh/msh_file.c + msh_file.c + 0 + 0 + + + 10 + 140 + 1 + 0 + 0 + 0 + ../../components/finsh/finsh_compiler.c + finsh_compiler.c + 0 + 0 + + + 10 + 141 + 1 + 0 + 0 + 0 + ../../components/finsh/finsh_error.c + finsh_error.c + 0 + 0 + + + 10 + 142 + 1 + 0 + 0 + 0 + ../../components/finsh/finsh_heap.c + finsh_heap.c + 0 + 0 + + + 10 + 143 + 1 + 0 + 0 + 0 + ../../components/finsh/finsh_init.c + finsh_init.c + 0 + 0 + + + 10 + 144 + 1 + 0 + 0 + 0 + ../../components/finsh/finsh_node.c + finsh_node.c + 0 + 0 + + + 10 + 145 + 1 + 0 + 0 + 0 + ../../components/finsh/finsh_ops.c + finsh_ops.c + 0 + 0 + + + 10 + 146 + 1 + 0 + 0 + 0 + ../../components/finsh/finsh_parser.c + finsh_parser.c + 0 + 0 + + + 10 + 147 + 1 + 0 + 0 + 0 + ../../components/finsh/finsh_var.c + finsh_var.c + 0 + 0 + + + 10 + 148 + 1 + 0 + 0 + 0 + ../../components/finsh/finsh_vm.c + finsh_vm.c + 0 + 0 + + + 10 + 149 + 1 + 0 + 0 + 0 + ../../components/finsh/finsh_token.c + finsh_token.c + 0 + 0 + + + + + LwIP + 0 + 0 + 0 + 0 + + 11 + 150 + 1 + 0 + 0 + 0 + ../../components/net/lwip-1.4.1/src/api/api_lib.c + api_lib.c + 0 + 0 + + + 11 + 151 + 1 + 0 + 0 + 0 + ../../components/net/lwip-1.4.1/src/api/api_msg.c + api_msg.c + 0 + 0 + + + 11 + 152 + 1 + 0 + 0 + 0 + ../../components/net/lwip-1.4.1/src/api/err.c + err.c + 0 + 0 + + + 11 + 153 + 1 + 0 + 0 + 0 + ../../components/net/lwip-1.4.1/src/api/netbuf.c + netbuf.c + 0 + 0 + + + 11 + 154 + 1 + 0 + 0 + 0 + ../../components/net/lwip-1.4.1/src/api/netdb.c + netdb.c + 0 + 0 + + + 11 + 155 + 1 + 0 + 0 + 0 + ../../components/net/lwip-1.4.1/src/api/netifapi.c + netifapi.c + 0 + 0 + + + 11 + 156 + 1 + 0 + 0 + 0 + ../../components/net/lwip-1.4.1/src/api/sockets.c + sockets.c + 0 + 0 + + + 11 + 157 + 1 + 0 + 0 + 0 + ../../components/net/lwip-1.4.1/src/api/tcpip.c + tcpip.c + 0 + 0 + + + 11 + 158 + 1 + 0 + 0 + 0 + ../../components/net/lwip-1.4.1/src/arch/sys_arch.c + sys_arch.c + 0 + 0 + + + 11 + 159 + 1 + 0 + 0 + 0 + ../../components/net/lwip-1.4.1/src/core/def.c + def.c + 0 + 0 + + + 11 + 160 + 1 + 0 + 0 + 0 + ../../components/net/lwip-1.4.1/src/core/dhcp.c + dhcp.c + 0 + 0 + + + 11 + 161 + 1 + 0 + 0 + 0 + ../../components/net/lwip-1.4.1/src/core/dns.c + dns.c + 0 + 0 + + + 11 + 162 + 1 + 0 + 0 + 0 + ../../components/net/lwip-1.4.1/src/core/init.c + init.c + 0 + 0 + + + 11 + 163 + 1 + 0 + 0 + 0 + ../../components/net/lwip-1.4.1/src/core/memp.c + memp.c + 0 + 0 + + + 11 + 164 + 1 + 0 + 0 + 0 + ../../components/net/lwip-1.4.1/src/core/netif.c + netif.c + 0 + 0 + + + 11 + 165 + 1 + 0 + 0 + 0 + ../../components/net/lwip-1.4.1/src/core/pbuf.c + pbuf.c + 0 + 0 + + + 11 + 166 + 1 + 0 + 0 + 0 + ../../components/net/lwip-1.4.1/src/core/raw.c + raw.c + 0 + 0 + + + 11 + 167 + 1 + 0 + 0 + 0 + ../../components/net/lwip-1.4.1/src/core/stats.c + stats.c + 0 + 0 + + + 11 + 168 + 1 + 0 + 0 + 0 + ../../components/net/lwip-1.4.1/src/core/sys.c + sys.c + 0 + 0 + + + 11 + 169 + 1 + 0 + 0 + 0 + ../../components/net/lwip-1.4.1/src/core/tcp.c + tcp.c + 0 + 0 + + + 11 + 170 + 1 + 0 + 0 + 0 + ../../components/net/lwip-1.4.1/src/core/tcp_in.c + tcp_in.c + 0 + 0 + + + 11 + 171 + 1 + 0 + 0 + 0 + ../../components/net/lwip-1.4.1/src/core/tcp_out.c + tcp_out.c + 0 + 0 + + + 11 + 172 + 1 + 0 + 0 + 0 + ../../components/net/lwip-1.4.1/src/core/timers.c + timers.c + 0 + 0 + + + 11 + 173 + 1 + 0 + 0 + 0 + ../../components/net/lwip-1.4.1/src/core/udp.c + udp.c + 0 + 0 + + + 11 + 174 + 1 + 0 + 0 + 0 + ../../components/net/lwip-1.4.1/src/core/ipv4/autoip.c + autoip.c + 0 + 0 + + + 11 + 175 + 1 + 0 + 0 + 0 + ../../components/net/lwip-1.4.1/src/core/ipv4/icmp.c + icmp.c + 0 + 0 + + + 11 + 176 + 1 + 0 + 0 + 0 + ../../components/net/lwip-1.4.1/src/core/ipv4/igmp.c + igmp.c + 0 + 0 + + + 11 + 177 + 1 + 0 + 0 + 0 + ../../components/net/lwip-1.4.1/src/core/ipv4/inet.c + inet.c + 0 + 0 + + + 11 + 178 + 1 + 0 + 0 + 0 + ../../components/net/lwip-1.4.1/src/core/ipv4/inet_chksum.c + inet_chksum.c + 0 + 0 + + + 11 + 179 + 1 + 0 + 0 + 0 + ../../components/net/lwip-1.4.1/src/core/ipv4/ip.c + ip.c + 0 + 0 + + + 11 + 180 + 1 + 0 + 0 + 0 + ../../components/net/lwip-1.4.1/src/core/ipv4/ip_addr.c + ip_addr.c + 0 + 0 + + + 11 + 181 + 1 + 0 + 0 + 0 + ../../components/net/lwip-1.4.1/src/core/ipv4/ip_frag.c + ip_frag.c + 0 + 0 + + + 11 + 182 + 1 + 0 + 0 + 0 + ../../components/net/lwip-1.4.1/src/netif/etharp.c + etharp.c + 0 + 0 + + + 11 + 183 + 1 + 0 + 0 + 0 + ../../components/net/lwip-1.4.1/src/netif/ethernetif.c + ethernetif.c + 0 + 0 + + + 11 + 184 + 1 + 0 + 0 + 0 + ../../components/net/lwip-1.4.1/src/netif/slipif.c + slipif.c + 0 + 0 + + + diff --git a/bsp/stm32h743-nucleo/project.uvprojx b/bsp/stm32h743-nucleo/project.uvprojx index 4e4df730712489918dd26e6704cc13d296d59a19..46506c791605f2987e60f77c32d354313c834a6e 100644 --- a/bsp/stm32h743-nucleo/project.uvprojx +++ b/bsp/stm32h743-nucleo/project.uvprojx @@ -1,13 +1,15 @@ + 2.1 +
### uVision Project, (C) Keil Software
+ rt-thread_stm32h7xx 0x4 ARM-ADS - 0 STM32H743ZITx @@ -15,28 +17,28 @@ Keil.STM32H7xx_DFP.2.0.0 http://www.keil.com/pack IRAM(0x20000000-0x2001FFFF) IRAM2(0x24000000-0x2407FFFF) IROM(0x8000000-0x81FFFFF) CLOCK(12000000) FPU3(DFPU) CPUTYPE("Cortex-M7") ELITTLE - - + + UL2CM3(-S0 -C0 -P0 -FD20010000 -FC1000 -FN1 -FF0STM32F7x_1024 -FS08000000 -FL0100000 -FP0($$Device:STM32F746NGHx$CMSIS\Flash\STM32F7x_1024.FLM)) 0 $$Device:STM32F746NGHx$Drivers\CMSIS\Device\ST\STM32F7xx\Include\stm32f7xx.h - - - - - - - - - + + + + + + + + + $$Device:STM32F746NGHx$CMSIS\SVD\STM32F7x.svd 0 0 - - - - - + + + + + 0 0 @@ -58,8 +60,8 @@ 0 0 - - + + 0 0 0 @@ -68,8 +70,8 @@ 0 0 - - + + 0 0 0 @@ -79,14 +81,14 @@ 1 0 fromelf --bin !L --output rtthread.bin - + 0 0 0 0 0 - + 0 @@ -100,8 +102,8 @@ 0 0 3 - - + + 1 @@ -135,10 +137,10 @@ 1 BIN\UL2CM3.DLL "" () - - - - + + + + 0 @@ -171,7 +173,7 @@ 0 0 "Cortex-M7" - + 0 0 0 @@ -303,7 +305,7 @@ 0x10000 - + 1 @@ -329,9 +331,9 @@ 0 0 - + USE_HAL_DRIVER, RT_USING_ARM_LIBC, STM32H743xx - + drivers;applications;.;Libraries/CMSIS/Device/ST/STM32H7xx/Include;Libraries/CMSIS/Include;Libraries/STM32H7xx_HAL_Driver/Inc;../../include;../../libcpu/arm/cortex-m7;../../libcpu/arm/common;../../components/drivers/include;../../components/drivers/include;../../components/libc/pthreads;../../components/libc/time;../../components/libc/compilers/armlibc;../../components/finsh;../../components/net/lwip-1.4.1/src;../../components/net/lwip-1.4.1/src/include;../../components/net/lwip-1.4.1/src/include/ipv4;../../components/net/lwip-1.4.1/src/arch/include;../../components/net/lwip-1.4.1/src/include/netif @@ -347,10 +349,10 @@ 0 0 - - - - + + + + @@ -362,13 +364,13 @@ 0 0x08000000 0x20000000 - - - - + + + + --keep *.o(.rti_fn.*) --keep *.o(FSymTab) --keep *.o(VSymTab) - - + + @@ -381,36 +383,26 @@ 1 drivers/board.c - - drv_led.c 1 drivers/drv_led.c - - drv_mpu.c 1 drivers/drv_mpu.c - - drv_usart.c 1 drivers/drv_usart.c - - lan8742a.c 1 drivers/lan8742a.c - - stm32h7xx_it.c 1 @@ -426,8 +418,6 @@ 1 applications/main.c - - sram.c 1 @@ -443,8 +433,6 @@ 1 Libraries/CMSIS/Device/ST/STM32H7xx/Source/Templates/system_stm32h7xx.c - - startup_stm32h743xx.s 2 @@ -460,533 +448,381 @@ 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal.c - - stm32h7xx_hal_adc.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_adc.c - - stm32h7xx_hal_adc_ex.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_adc_ex.c - - stm32h7xx_hal_cec.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_cec.c - - stm32h7xx_hal_comp.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_comp.c - - stm32h7xx_hal_cortex.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_cortex.c - - stm32h7xx_hal_crc.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_crc.c - - stm32h7xx_hal_crc_ex.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_crc_ex.c - - stm32h7xx_hal_cryp.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_cryp.c - - stm32h7xx_hal_cryp_ex.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_cryp_ex.c - - stm32h7xx_hal_dac.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_dac.c - - stm32h7xx_hal_dac_ex.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_dac_ex.c - - stm32h7xx_hal_dcmi.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_dcmi.c - - stm32h7xx_hal_dfsdm.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_dfsdm.c - - stm32h7xx_hal_dma.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_dma.c - - stm32h7xx_hal_dma2d.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_dma2d.c - - stm32h7xx_hal_dma_ex.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_dma_ex.c - - stm32h7xx_hal_eth.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_eth.c - - stm32h7xx_hal_eth_ex.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_eth_ex.c - - stm32h7xx_hal_fdcan.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_fdcan.c - - stm32h7xx_hal_flash.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_flash.c - - stm32h7xx_hal_flash_ex.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_flash_ex.c - - stm32h7xx_hal_gpio.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_gpio.c - - stm32h7xx_hal_hash.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hash.c - - stm32h7xx_hal_hash_ex.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hash_ex.c - - stm32h7xx_hal_hcd.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hcd.c - - stm32h7xx_hal_hrtim.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hrtim.c - - stm32h7xx_hal_hsem.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c - - stm32h7xx_hal_i2c.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c.c - - stm32h7xx_hal_i2c_ex.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c - - stm32h7xx_hal_i2s.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2s.c - - stm32h7xx_hal_i2s_ex.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2s_ex.c - - stm32h7xx_hal_irda.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_irda.c - - stm32h7xx_hal_iwdg.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_iwdg.c - - stm32h7xx_hal_jpeg.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_jpeg.c - - stm32h7xx_hal_lptim.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_lptim.c - - stm32h7xx_hal_ltdc.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_ltdc.c - - stm32h7xx_hal_mdios.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_mdios.c - - stm32h7xx_hal_mdma.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_mdma.c - - stm32h7xx_hal_mmc.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_mmc.c - - stm32h7xx_hal_mmc_ex.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_mmc_ex.c - - stm32h7xx_hal_nand.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_nand.c - - stm32h7xx_hal_nor.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_nor.c - - stm32h7xx_hal_opamp.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_opamp.c - - stm32h7xx_hal_opamp_ex.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_opamp_ex.c - - stm32h7xx_hal_pcd.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_pcd.c - - stm32h7xx_hal_pcd_ex.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_pcd_ex.c - - stm32h7xx_hal_pwr.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_pwr.c - - stm32h7xx_hal_pwr_ex.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_pwr_ex.c - - stm32h7xx_hal_qspi.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_qspi.c - - stm32h7xx_hal_rcc.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_rcc.c - - stm32h7xx_hal_rcc_ex.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_rcc_ex.c - - stm32h7xx_hal_rng.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_rng.c - - stm32h7xx_hal_rtc.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_rtc.c - - stm32h7xx_hal_rtc_ex.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_rtc_ex.c - - stm32h7xx_hal_sai.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_sai.c - - stm32h7xx_hal_sai_ex.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_sai_ex.c - - stm32h7xx_hal_sd.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_sd.c - - stm32h7xx_hal_sd_ex.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_sd_ex.c - - stm32h7xx_hal_sdram.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_sdram.c - - stm32h7xx_hal_smartcard.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_smartcard.c - - stm32h7xx_hal_smartcard_ex.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_smartcard_ex.c - - stm32h7xx_hal_smbus.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_smbus.c - - stm32h7xx_hal_spdifrx.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_spdifrx.c - - stm32h7xx_hal_spi.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_spi.c - - stm32h7xx_hal_spi_ex.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_spi_ex.c - - stm32h7xx_hal_sram.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_sram.c - - stm32h7xx_hal_swpmi.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_swpmi.c - - stm32h7xx_hal_tim.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_tim.c - - stm32h7xx_hal_tim_ex.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_tim_ex.c - - stm32h7xx_hal_uart.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_uart.c - - stm32h7xx_hal_uart_ex.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_uart_ex.c - - stm32h7xx_hal_usart.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_usart.c - - stm32h7xx_hal_wwdg.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_wwdg.c - - stm32h7xx_ll_fmc.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_fmc.c - - stm32h7xx_ll_sdmmc.c 1 Libraries/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_sdmmc.c - - stm32h7xx_ll_usb.c 1 @@ -1002,99 +838,71 @@ 1 ../../src/clock.c - - components.c 1 ../../src/components.c - - device.c 1 ../../src/device.c - - idle.c 1 ../../src/idle.c - - ipc.c 1 ../../src/ipc.c - - irq.c 1 ../../src/irq.c - - kservice.c 1 ../../src/kservice.c - - mem.c 1 ../../src/mem.c - - memheap.c 1 ../../src/memheap.c - - mempool.c 1 ../../src/mempool.c - - object.c 1 ../../src/object.c - - scheduler.c 1 ../../src/scheduler.c - - signal.c 1 ../../src/signal.c - - thread.c 1 ../../src/thread.c - - timer.c 1 @@ -1110,29 +918,21 @@ 1 ../../libcpu/arm/cortex-m7/cpuport.c - - context_rvds.S 2 ../../libcpu/arm/cortex-m7/context_rvds.S - - backtrace.c 1 ../../libcpu/arm/common/backtrace.c - - div0.c 1 ../../libcpu/arm/common/div0.c - - showmem.c 1 @@ -1148,43 +948,31 @@ 1 ../../components/drivers/serial/serial.c - - completion.c 1 ../../components/drivers/src/completion.c - - dataqueue.c 1 ../../components/drivers/src/dataqueue.c - - pipe.c 1 ../../components/drivers/src/pipe.c - - ringbuffer.c 1 ../../components/drivers/src/ringbuffer.c - - waitqueue.c 1 ../../components/drivers/src/waitqueue.c - - workqueue.c 1 @@ -1200,85 +988,61 @@ 1 ../../components/libc/pthreads/mqueue.c - - pthread.c 1 ../../components/libc/pthreads/pthread.c - - pthread_attr.c 1 ../../components/libc/pthreads/pthread_attr.c - - pthread_barrier.c 1 ../../components/libc/pthreads/pthread_barrier.c - - pthread_cond.c 1 ../../components/libc/pthreads/pthread_cond.c - - pthread_mutex.c 1 ../../components/libc/pthreads/pthread_mutex.c - - pthread_rwlock.c 1 ../../components/libc/pthreads/pthread_rwlock.c - - pthread_spin.c 1 ../../components/libc/pthreads/pthread_spin.c - - pthread_tls.c 1 ../../components/libc/pthreads/pthread_tls.c - - sched.c 1 ../../components/libc/pthreads/sched.c - - semaphore.c 1 ../../components/libc/pthreads/semaphore.c - - clock_time.c 1 ../../components/libc/time/clock_time.c - - posix_sleep.c 1 @@ -1294,36 +1058,26 @@ 1 ../../components/libc/compilers/armlibc/libc.c - - libc_syms.c 1 ../../components/libc/compilers/armlibc/libc_syms.c - - mem_std.c 1 ../../components/libc/compilers/armlibc/mem_std.c - - stdio.c 1 ../../components/libc/compilers/armlibc/stdio.c - - stubs.c 1 ../../components/libc/compilers/armlibc/stubs.c - - time.c 1 @@ -1339,106 +1093,76 @@ 1 ../../components/finsh/shell.c - - symbol.c 1 ../../components/finsh/symbol.c - - cmd.c 1 ../../components/finsh/cmd.c - - msh.c 1 ../../components/finsh/msh.c - - msh_cmd.c 1 ../../components/finsh/msh_cmd.c - - msh_file.c 1 ../../components/finsh/msh_file.c - - finsh_compiler.c 1 ../../components/finsh/finsh_compiler.c - - finsh_error.c 1 ../../components/finsh/finsh_error.c - - finsh_heap.c 1 ../../components/finsh/finsh_heap.c - - finsh_init.c 1 ../../components/finsh/finsh_init.c - - finsh_node.c 1 ../../components/finsh/finsh_node.c - - finsh_ops.c 1 ../../components/finsh/finsh_ops.c - - finsh_parser.c 1 ../../components/finsh/finsh_parser.c - - finsh_var.c 1 ../../components/finsh/finsh_var.c - - finsh_vm.c 1 ../../components/finsh/finsh_vm.c - - finsh_token.c 1 @@ -1454,239 +1178,171 @@ 1 ../../components/net/lwip-1.4.1/src/api/api_lib.c - - api_msg.c 1 ../../components/net/lwip-1.4.1/src/api/api_msg.c - - err.c 1 ../../components/net/lwip-1.4.1/src/api/err.c - - netbuf.c 1 ../../components/net/lwip-1.4.1/src/api/netbuf.c - - netdb.c 1 ../../components/net/lwip-1.4.1/src/api/netdb.c - - netifapi.c 1 ../../components/net/lwip-1.4.1/src/api/netifapi.c - - sockets.c 1 ../../components/net/lwip-1.4.1/src/api/sockets.c - - tcpip.c 1 ../../components/net/lwip-1.4.1/src/api/tcpip.c - - sys_arch.c 1 ../../components/net/lwip-1.4.1/src/arch/sys_arch.c - - def.c 1 ../../components/net/lwip-1.4.1/src/core/def.c - - dhcp.c 1 ../../components/net/lwip-1.4.1/src/core/dhcp.c - - dns.c 1 ../../components/net/lwip-1.4.1/src/core/dns.c - - init.c 1 ../../components/net/lwip-1.4.1/src/core/init.c - - memp.c 1 ../../components/net/lwip-1.4.1/src/core/memp.c - - netif.c 1 ../../components/net/lwip-1.4.1/src/core/netif.c - - pbuf.c 1 ../../components/net/lwip-1.4.1/src/core/pbuf.c - - raw.c 1 ../../components/net/lwip-1.4.1/src/core/raw.c - - stats.c 1 ../../components/net/lwip-1.4.1/src/core/stats.c - - sys.c 1 ../../components/net/lwip-1.4.1/src/core/sys.c - - tcp.c 1 ../../components/net/lwip-1.4.1/src/core/tcp.c - - tcp_in.c 1 ../../components/net/lwip-1.4.1/src/core/tcp_in.c - - tcp_out.c 1 ../../components/net/lwip-1.4.1/src/core/tcp_out.c - - timers.c 1 ../../components/net/lwip-1.4.1/src/core/timers.c - - udp.c 1 ../../components/net/lwip-1.4.1/src/core/udp.c - - autoip.c 1 ../../components/net/lwip-1.4.1/src/core/ipv4/autoip.c - - icmp.c 1 ../../components/net/lwip-1.4.1/src/core/ipv4/icmp.c - - igmp.c 1 ../../components/net/lwip-1.4.1/src/core/ipv4/igmp.c - - inet.c 1 ../../components/net/lwip-1.4.1/src/core/ipv4/inet.c - - inet_chksum.c 1 ../../components/net/lwip-1.4.1/src/core/ipv4/inet_chksum.c - - ip.c 1 ../../components/net/lwip-1.4.1/src/core/ipv4/ip.c - - ip_addr.c 1 ../../components/net/lwip-1.4.1/src/core/ipv4/ip_addr.c - - ip_frag.c 1 ../../components/net/lwip-1.4.1/src/core/ipv4/ip_frag.c - - etharp.c 1 ../../components/net/lwip-1.4.1/src/netif/etharp.c - - ethernetif.c 1 ../../components/net/lwip-1.4.1/src/netif/ethernetif.c - - slipif.c 1 @@ -1697,9 +1353,11 @@ + - - - + + + +