diff --git a/bsp/stm32/stm32f429-st-disco/.config b/bsp/stm32/stm32f429-st-disco/.config
index d2e8ecd259..5dfe532571 100644
--- a/bsp/stm32/stm32f429-st-disco/.config
+++ b/bsp/stm32/stm32f429-st-disco/.config
@@ -135,6 +135,7 @@ CONFIG_RT_USING_I2C=y
# CONFIG_RT_I2C_DEBUG is not set
CONFIG_RT_USING_I2C_BITOPS=y
# CONFIG_RT_I2C_BITOPS_DEBUG is not set
+# CONFIG_RT_USING_PHY is not set
CONFIG_RT_USING_PIN=y
# CONFIG_RT_USING_ADC is not set
# CONFIG_RT_USING_DAC is not set
@@ -145,6 +146,11 @@ CONFIG_RT_USING_PIN=y
# CONFIG_RT_USING_RTC is not set
# CONFIG_RT_USING_SDIO is not set
CONFIG_RT_USING_SPI=y
+# CONFIG_RT_USING_QSPI is not set
+# CONFIG_RT_USING_SPI_MSD is not set
+# CONFIG_RT_USING_SFUD is not set
+# CONFIG_RT_USING_ENC28J60 is not set
+# CONFIG_RT_USING_SPI_WIFI is not set
# CONFIG_RT_USING_WDT is not set
# CONFIG_RT_USING_AUDIO is not set
# CONFIG_RT_USING_SENSOR is not set
@@ -164,11 +170,11 @@ CONFIG_RT_USING_SPI=y
# POSIX layer and C standard library
#
CONFIG_RT_USING_LIBC=y
-CONFIG_RT_USING_PTHREADS=y
-CONFIG_PTHREAD_NUM_MAX=8
+# CONFIG_RT_USING_PTHREADS is not set
CONFIG_RT_USING_POSIX=y
# CONFIG_RT_USING_POSIX_MMAP is not set
# CONFIG_RT_USING_POSIX_TERMIOS is not set
+# CONFIG_RT_USING_POSIX_GETLINE is not set
# CONFIG_RT_USING_POSIX_AIO is not set
# CONFIG_RT_USING_MODULE is not set
@@ -287,6 +293,9 @@ CONFIG_RT_USING_POSIX=y
# CONFIG_PKG_USING_RT_CJSON_TOOLS is not set
# CONFIG_PKG_USING_AGILE_TELNET is not set
# CONFIG_PKG_USING_NMEALIB is not set
+# CONFIG_PKG_USING_AGILE_JSMN is not set
+# CONFIG_PKG_USING_PDULIB is not set
+# CONFIG_PKG_USING_BTSTACK is not set
#
# security packages
@@ -312,6 +321,7 @@ CONFIG_RT_USING_POSIX=y
# CONFIG_PKG_USING_STEMWIN is not set
# CONFIG_PKG_USING_WAVPLAYER is not set
# CONFIG_PKG_USING_TJPGD is not set
+# CONFIG_PKG_USING_HELIX is not set
#
# tools packages
@@ -332,6 +342,7 @@ CONFIG_RT_USING_POSIX=y
# CONFIG_PKG_USING_BS8116A is not set
# CONFIG_PKG_USING_GPS_RMC is not set
# CONFIG_PKG_USING_URLENCODE is not set
+# CONFIG_PKG_USING_UMCN is not set
#
# system packages
@@ -359,6 +370,8 @@ CONFIG_RT_USING_POSIX=y
# CONFIG_PKG_USING_RAMDISK is not set
# CONFIG_PKG_USING_MININI is not set
# CONFIG_PKG_USING_QBOOT is not set
+# CONFIG_PKG_USING_UCOSIII_WRAPPER is not set
+# CONFIG_PKG_USING_PPOOL is not set
#
# peripheral libraries and drivers
@@ -409,6 +422,10 @@ CONFIG_RT_USING_POSIX=y
# CONFIG_PKG_USING_QLED is not set
# CONFIG_PKG_USING_PAJ7620 is not set
# CONFIG_PKG_USING_AGILE_CONSOLE is not set
+# CONFIG_PKG_USING_LD3320 is not set
+# CONFIG_PKG_USING_WK2124 is not set
+# CONFIG_PKG_USING_LY68L6400 is not set
+# CONFIG_PKG_USING_DM9051 is not set
#
# miscellaneous packages
@@ -446,39 +463,10 @@ CONFIG_RT_USING_POSIX=y
# CONFIG_PKG_USING_ULAPACK is not set
# CONFIG_PKG_USING_UKAL is not set
# CONFIG_PKG_USING_CRCLIB is not set
-
-#
-# Privated Packages of RealThread
-#
-# CONFIG_PKG_USING_CODEC is not set
-# CONFIG_PKG_USING_PLAYER is not set
-# CONFIG_PKG_USING_MPLAYER is not set
-# CONFIG_PKG_USING_PERSIMMON_SRC is not set
-# CONFIG_PKG_USING_JS_PERSIMMON is not set
-# CONFIG_PKG_USING_JERRYSCRIPT_WIN32 is not set
-
-#
-# Network Utilities
-#
-# CONFIG_PKG_USING_WICED is not set
-# CONFIG_PKG_USING_CLOUDSDK is not set
-# CONFIG_PKG_USING_POWER_MANAGER is not set
-# CONFIG_PKG_USING_RT_OTA is not set
-# CONFIG_PKG_USING_RDBD_SRC is not set
-# CONFIG_PKG_USING_RTINSIGHT is not set
-# CONFIG_PKG_USING_SMARTCONFIG is not set
-# CONFIG_PKG_USING_RTX is not set
-# CONFIG_RT_USING_TESTCASE is not set
-# CONFIG_PKG_USING_NGHTTP2 is not set
-# CONFIG_PKG_USING_AVS is not set
-# CONFIG_PKG_USING_ALI_LINKKIT is not set
-# CONFIG_PKG_USING_STS is not set
-# CONFIG_PKG_USING_DLMS is not set
-# CONFIG_PKG_USING_AUDIO_FRAMEWORK is not set
-# CONFIG_PKG_USING_ZBAR is not set
-# CONFIG_PKG_USING_MCF is not set
-# CONFIG_PKG_USING_URPC is not set
-# CONFIG_PKG_USING_BSAL is not set
+# CONFIG_PKG_USING_THREES is not set
+# CONFIG_PKG_USING_2048 is not set
+# CONFIG_PKG_USING_LWGPS is not set
+# CONFIG_PKG_USING_TENSORFLOWLITEMICRO is not set
CONFIG_SOC_FAMILY_STM32=y
CONFIG_SOC_SERIES_STM32F4=y
diff --git a/bsp/stm32/stm32f429-st-disco/board/linker_scripts/link.icf b/bsp/stm32/stm32f429-st-disco/board/linker_scripts/link.icf
index 9da4173925..ecb5fbac1f 100644
--- a/bsp/stm32/stm32f429-st-disco/board/linker_scripts/link.icf
+++ b/bsp/stm32/stm32f429-st-disco/board/linker_scripts/link.icf
@@ -5,7 +5,7 @@
define symbol __ICFEDIT_intvec_start__ = 0x08000000;
/*-Memory Regions-*/
define symbol __ICFEDIT_region_ROM_start__ = 0x08000000;
-define symbol __ICFEDIT_region_ROM_end__ = 0x080FFFFF;
+define symbol __ICFEDIT_region_ROM_end__ = 0x081FFFFF;
define symbol __ICFEDIT_region_RAM_start__ = 0x20000000;
define symbol __ICFEDIT_region_RAM_end__ = 0x2002FFFF;
/*-Sizes-*/
diff --git a/bsp/stm32/stm32f429-st-disco/board/linker_scripts/link.lds b/bsp/stm32/stm32f429-st-disco/board/linker_scripts/link.lds
index 040fdd37b0..54de8e1a68 100644
--- a/bsp/stm32/stm32f429-st-disco/board/linker_scripts/link.lds
+++ b/bsp/stm32/stm32f429-st-disco/board/linker_scripts/link.lds
@@ -1,5 +1,5 @@
/*
- * linker script for STM32F4xx with GNU ld
+ * linker script for STM32F429xx with GNU ld
* bernard.xiong 2009-10-14
*/
@@ -7,7 +7,7 @@
MEMORY
{
ROM (rx) : ORIGIN = 0x08000000, LENGTH = 2048k /* 2048KB flash */
- RAM (rw) : ORIGIN = 0x20000000, LENGTH = 320k /* 320K sram */
+ RAM (rw) : ORIGIN = 0x20000000, LENGTH = 192k /* 192K sram */
}
ENTRY(Reset_Handler)
_system_stack_size = 0x200;
diff --git a/bsp/stm32/stm32f429-st-disco/board/linker_scripts/link.sct b/bsp/stm32/stm32f429-st-disco/board/linker_scripts/link.sct
index 0d7c47992d..2407164991 100644
--- a/bsp/stm32/stm32f429-st-disco/board/linker_scripts/link.sct
+++ b/bsp/stm32/stm32f429-st-disco/board/linker_scripts/link.sct
@@ -2,13 +2,13 @@
; *** Scatter-Loading Description File generated by uVision ***
; *************************************************************
-LR_IROM1 0x08000000 0x00100000 { ; load region size_region
- ER_IROM1 0x08000000 0x00100000 { ; load address = execution address
+LR_IROM1 0x08000000 0x00200000 { ; load region size_region
+ ER_IROM1 0x08000000 0x00200000 { ; load address = execution address
*.o (RESET, +First)
*(InRoot$$Sections)
.ANY (+RO)
}
- RW_IRAM1 0x20000000 0x00020000 { ; RW data
+ RW_IRAM1 0x20000000 0x00030000 { ; RW data
.ANY (+RW +ZI)
}
}
diff --git a/bsp/stm32/stm32f429-st-disco/project.uvoptx b/bsp/stm32/stm32f429-st-disco/project.uvoptx
index d3767bff36..ed66375428 100644
--- a/bsp/stm32/stm32f429-st-disco/project.uvoptx
+++ b/bsp/stm32/stm32f429-st-disco/project.uvoptx
@@ -182,11 +182,1167 @@
- Source Group 1
+ Applications
0
0
0
0
+
+ 1
+ 1
+ 1
+ 0
+ 0
+ 0
+ applications\main.c
+ main.c
+ 0
+ 0
+
+
+ 1
+ 2
+ 1
+ 0
+ 0
+ 0
+ applications\lcd_init.c
+ lcd_init.c
+ 0
+ 0
+
+
+
+
+ cpu
+ 0
+ 0
+ 0
+ 0
+
+ 2
+ 3
+ 1
+ 0
+ 0
+ 0
+ ..\..\..\libcpu\arm\common\backtrace.c
+ backtrace.c
+ 0
+ 0
+
+
+ 2
+ 4
+ 1
+ 0
+ 0
+ 0
+ ..\..\..\libcpu\arm\common\div0.c
+ div0.c
+ 0
+ 0
+
+
+ 2
+ 5
+ 1
+ 0
+ 0
+ 0
+ ..\..\..\libcpu\arm\common\showmem.c
+ showmem.c
+ 0
+ 0
+
+
+ 2
+ 6
+ 1
+ 0
+ 0
+ 0
+ ..\..\..\libcpu\arm\cortex-m4\cpuport.c
+ cpuport.c
+ 0
+ 0
+
+
+ 2
+ 7
+ 2
+ 0
+ 0
+ 0
+ ..\..\..\libcpu\arm\cortex-m4\context_rvds.S
+ context_rvds.S
+ 0
+ 0
+
+
+
+
+ DeviceDrivers
+ 0
+ 0
+ 0
+ 0
+
+ 3
+ 8
+ 1
+ 0
+ 0
+ 0
+ ..\..\..\components\drivers\i2c\i2c_core.c
+ i2c_core.c
+ 0
+ 0
+
+
+ 3
+ 9
+ 1
+ 0
+ 0
+ 0
+ ..\..\..\components\drivers\i2c\i2c_dev.c
+ i2c_dev.c
+ 0
+ 0
+
+
+ 3
+ 10
+ 1
+ 0
+ 0
+ 0
+ ..\..\..\components\drivers\i2c\i2c-bit-ops.c
+ i2c-bit-ops.c
+ 0
+ 0
+
+
+ 3
+ 11
+ 1
+ 0
+ 0
+ 0
+ ..\..\..\components\drivers\misc\pin.c
+ pin.c
+ 0
+ 0
+
+
+ 3
+ 12
+ 1
+ 0
+ 0
+ 0
+ ..\..\..\components\drivers\serial\serial.c
+ serial.c
+ 0
+ 0
+
+
+ 3
+ 13
+ 1
+ 0
+ 0
+ 0
+ ..\..\..\components\drivers\spi\spi_core.c
+ spi_core.c
+ 0
+ 0
+
+
+ 3
+ 14
+ 1
+ 0
+ 0
+ 0
+ ..\..\..\components\drivers\spi\spi_dev.c
+ spi_dev.c
+ 0
+ 0
+
+
+ 3
+ 15
+ 1
+ 0
+ 0
+ 0
+ ..\..\..\components\drivers\src\completion.c
+ completion.c
+ 0
+ 0
+
+
+ 3
+ 16
+ 1
+ 0
+ 0
+ 0
+ ..\..\..\components\drivers\src\dataqueue.c
+ dataqueue.c
+ 0
+ 0
+
+
+ 3
+ 17
+ 1
+ 0
+ 0
+ 0
+ ..\..\..\components\drivers\src\pipe.c
+ pipe.c
+ 0
+ 0
+
+
+ 3
+ 18
+ 1
+ 0
+ 0
+ 0
+ ..\..\..\components\drivers\src\ringblk_buf.c
+ ringblk_buf.c
+ 0
+ 0
+
+
+ 3
+ 19
+ 1
+ 0
+ 0
+ 0
+ ..\..\..\components\drivers\src\ringbuffer.c
+ ringbuffer.c
+ 0
+ 0
+
+
+ 3
+ 20
+ 1
+ 0
+ 0
+ 0
+ ..\..\..\components\drivers\src\waitqueue.c
+ waitqueue.c
+ 0
+ 0
+
+
+ 3
+ 21
+ 1
+ 0
+ 0
+ 0
+ ..\..\..\components\drivers\src\workqueue.c
+ workqueue.c
+ 0
+ 0
+
+
+
+
+ Drivers
+ 0
+ 0
+ 0
+ 0
+
+ 4
+ 22
+ 1
+ 0
+ 0
+ 0
+ board\board.c
+ board.c
+ 0
+ 0
+
+
+ 4
+ 23
+ 1
+ 0
+ 0
+ 0
+ board\CubeMX_Config\Src\stm32f4xx_hal_msp.c
+ stm32f4xx_hal_msp.c
+ 0
+ 0
+
+
+ 4
+ 24
+ 1
+ 0
+ 0
+ 0
+ board\ports\ili9341.c
+ ili9341.c
+ 0
+ 0
+
+
+ 4
+ 25
+ 2
+ 0
+ 0
+ 0
+ ..\libraries\STM32F4xx_HAL\CMSIS\Device\ST\STM32F4xx\Source\Templates\arm\startup_stm32f429xx.s
+ startup_stm32f429xx.s
+ 0
+ 0
+
+
+ 4
+ 26
+ 1
+ 0
+ 0
+ 0
+ ..\libraries\HAL_Drivers\drv_gpio.c
+ drv_gpio.c
+ 0
+ 0
+
+
+ 4
+ 27
+ 1
+ 0
+ 0
+ 0
+ ..\libraries\HAL_Drivers\drv_usart.c
+ drv_usart.c
+ 0
+ 0
+
+
+ 4
+ 28
+ 1
+ 0
+ 0
+ 0
+ ..\libraries\HAL_Drivers\drv_spi.c
+ drv_spi.c
+ 0
+ 0
+
+
+ 4
+ 29
+ 1
+ 0
+ 0
+ 0
+ ..\libraries\HAL_Drivers\drv_sdram.c
+ drv_sdram.c
+ 0
+ 0
+
+
+ 4
+ 30
+ 1
+ 0
+ 0
+ 0
+ ..\libraries\HAL_Drivers\drv_lcd.c
+ drv_lcd.c
+ 0
+ 0
+
+
+ 4
+ 31
+ 1
+ 0
+ 0
+ 0
+ ..\libraries\HAL_Drivers\drv_common.c
+ drv_common.c
+ 0
+ 0
+
+
+
+
+ Filesystem
+ 0
+ 0
+ 0
+ 0
+
+ 5
+ 32
+ 1
+ 0
+ 0
+ 0
+ ..\..\..\components\dfs\src\dfs.c
+ dfs.c
+ 0
+ 0
+
+
+ 5
+ 33
+ 1
+ 0
+ 0
+ 0
+ ..\..\..\components\dfs\src\dfs_file.c
+ dfs_file.c
+ 0
+ 0
+
+
+ 5
+ 34
+ 1
+ 0
+ 0
+ 0
+ ..\..\..\components\dfs\src\dfs_fs.c
+ dfs_fs.c
+ 0
+ 0
+
+
+ 5
+ 35
+ 1
+ 0
+ 0
+ 0
+ ..\..\..\components\dfs\src\dfs_posix.c
+ dfs_posix.c
+ 0
+ 0
+
+
+ 5
+ 36
+ 1
+ 0
+ 0
+ 0
+ ..\..\..\components\dfs\src\poll.c
+ poll.c
+ 0
+ 0
+
+
+ 5
+ 37
+ 1
+ 0
+ 0
+ 0
+ ..\..\..\components\dfs\src\select.c
+ select.c
+ 0
+ 0
+
+
+ 5
+ 38
+ 1
+ 0
+ 0
+ 0
+ ..\..\..\components\dfs\filesystems\devfs\devfs.c
+ devfs.c
+ 0
+ 0
+
+
+
+
+ finsh
+ 0
+ 0
+ 0
+ 0
+
+ 6
+ 39
+ 1
+ 0
+ 0
+ 0
+ ..\..\..\components\finsh\shell.c
+ shell.c
+ 0
+ 0
+
+
+ 6
+ 40
+ 1
+ 0
+ 0
+ 0
+ ..\..\..\components\finsh\cmd.c
+ cmd.c
+ 0
+ 0
+
+
+ 6
+ 41
+ 1
+ 0
+ 0
+ 0
+ ..\..\..\components\finsh\msh.c
+ msh.c
+ 0
+ 0
+
+
+ 6
+ 42
+ 1
+ 0
+ 0
+ 0
+ ..\..\..\components\finsh\msh_file.c
+ msh_file.c
+ 0
+ 0
+
+
+
+
+ Kernel
+ 0
+ 0
+ 0
+ 0
+
+ 7
+ 43
+ 1
+ 0
+ 0
+ 0
+ ..\..\..\src\clock.c
+ clock.c
+ 0
+ 0
+
+
+ 7
+ 44
+ 1
+ 0
+ 0
+ 0
+ ..\..\..\src\components.c
+ components.c
+ 0
+ 0
+
+
+ 7
+ 45
+ 1
+ 0
+ 0
+ 0
+ ..\..\..\src\device.c
+ device.c
+ 0
+ 0
+
+
+ 7
+ 46
+ 1
+ 0
+ 0
+ 0
+ ..\..\..\src\idle.c
+ idle.c
+ 0
+ 0
+
+
+ 7
+ 47
+ 1
+ 0
+ 0
+ 0
+ ..\..\..\src\ipc.c
+ ipc.c
+ 0
+ 0
+
+
+ 7
+ 48
+ 1
+ 0
+ 0
+ 0
+ ..\..\..\src\irq.c
+ irq.c
+ 0
+ 0
+
+
+ 7
+ 49
+ 1
+ 0
+ 0
+ 0
+ ..\..\..\src\kservice.c
+ kservice.c
+ 0
+ 0
+
+
+ 7
+ 50
+ 1
+ 0
+ 0
+ 0
+ ..\..\..\src\memheap.c
+ memheap.c
+ 0
+ 0
+
+
+ 7
+ 51
+ 1
+ 0
+ 0
+ 0
+ ..\..\..\src\mempool.c
+ mempool.c
+ 0
+ 0
+
+
+ 7
+ 52
+ 1
+ 0
+ 0
+ 0
+ ..\..\..\src\object.c
+ object.c
+ 0
+ 0
+
+
+ 7
+ 53
+ 1
+ 0
+ 0
+ 0
+ ..\..\..\src\scheduler.c
+ scheduler.c
+ 0
+ 0
+
+
+ 7
+ 54
+ 1
+ 0
+ 0
+ 0
+ ..\..\..\src\signal.c
+ signal.c
+ 0
+ 0
+
+
+ 7
+ 55
+ 1
+ 0
+ 0
+ 0
+ ..\..\..\src\thread.c
+ thread.c
+ 0
+ 0
+
+
+ 7
+ 56
+ 1
+ 0
+ 0
+ 0
+ ..\..\..\src\timer.c
+ timer.c
+ 0
+ 0
+
+
+
+
+ libc
+ 0
+ 0
+ 0
+ 0
+
+ 8
+ 57
+ 1
+ 0
+ 0
+ 0
+ ..\..\..\components\libc\compilers\armlibc\libc.c
+ libc.c
+ 0
+ 0
+
+
+ 8
+ 58
+ 1
+ 0
+ 0
+ 0
+ ..\..\..\components\libc\compilers\armlibc\mem_std.c
+ mem_std.c
+ 0
+ 0
+
+
+ 8
+ 59
+ 1
+ 0
+ 0
+ 0
+ ..\..\..\components\libc\compilers\armlibc\stdio.c
+ stdio.c
+ 0
+ 0
+
+
+ 8
+ 60
+ 1
+ 0
+ 0
+ 0
+ ..\..\..\components\libc\compilers\armlibc\stubs.c
+ stubs.c
+ 0
+ 0
+
+
+ 8
+ 61
+ 1
+ 0
+ 0
+ 0
+ ..\..\..\components\libc\compilers\common\time.c
+ time.c
+ 0
+ 0
+
+
+ 8
+ 62
+ 1
+ 0
+ 0
+ 0
+ ..\..\..\components\libc\compilers\common\unistd.c
+ unistd.c
+ 0
+ 0
+
+
+
+
+ STM32_HAL
+ 0
+ 0
+ 0
+ 0
+
+ 9
+ 63
+ 1
+ 0
+ 0
+ 0
+ ..\libraries\STM32F4xx_HAL\CMSIS\Device\ST\STM32F4xx\Source\Templates\system_stm32f4xx.c
+ system_stm32f4xx.c
+ 0
+ 0
+
+
+ 9
+ 64
+ 1
+ 0
+ 0
+ 0
+ ..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal.c
+ stm32f4xx_hal.c
+ 0
+ 0
+
+
+ 9
+ 65
+ 1
+ 0
+ 0
+ 0
+ ..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_cec.c
+ stm32f4xx_hal_cec.c
+ 0
+ 0
+
+
+ 9
+ 66
+ 1
+ 0
+ 0
+ 0
+ ..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_cortex.c
+ stm32f4xx_hal_cortex.c
+ 0
+ 0
+
+
+ 9
+ 67
+ 1
+ 0
+ 0
+ 0
+ ..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_crc.c
+ stm32f4xx_hal_crc.c
+ 0
+ 0
+
+
+ 9
+ 68
+ 1
+ 0
+ 0
+ 0
+ ..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_cryp.c
+ stm32f4xx_hal_cryp.c
+ 0
+ 0
+
+
+ 9
+ 69
+ 1
+ 0
+ 0
+ 0
+ ..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_cryp_ex.c
+ stm32f4xx_hal_cryp_ex.c
+ 0
+ 0
+
+
+ 9
+ 70
+ 1
+ 0
+ 0
+ 0
+ ..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma.c
+ stm32f4xx_hal_dma.c
+ 0
+ 0
+
+
+ 9
+ 71
+ 1
+ 0
+ 0
+ 0
+ ..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma_ex.c
+ stm32f4xx_hal_dma_ex.c
+ 0
+ 0
+
+
+ 9
+ 72
+ 1
+ 0
+ 0
+ 0
+ ..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pwr.c
+ stm32f4xx_hal_pwr.c
+ 0
+ 0
+
+
+ 9
+ 73
+ 1
+ 0
+ 0
+ 0
+ ..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pwr_ex.c
+ stm32f4xx_hal_pwr_ex.c
+ 0
+ 0
+
+
+ 9
+ 74
+ 1
+ 0
+ 0
+ 0
+ ..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rcc.c
+ stm32f4xx_hal_rcc.c
+ 0
+ 0
+
+
+ 9
+ 75
+ 1
+ 0
+ 0
+ 0
+ ..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rcc_ex.c
+ stm32f4xx_hal_rcc_ex.c
+ 0
+ 0
+
+
+ 9
+ 76
+ 1
+ 0
+ 0
+ 0
+ ..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rng.c
+ stm32f4xx_hal_rng.c
+ 0
+ 0
+
+
+ 9
+ 77
+ 1
+ 0
+ 0
+ 0
+ ..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_gpio.c
+ stm32f4xx_hal_gpio.c
+ 0
+ 0
+
+
+ 9
+ 78
+ 1
+ 0
+ 0
+ 0
+ ..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_uart.c
+ stm32f4xx_hal_uart.c
+ 0
+ 0
+
+
+ 9
+ 79
+ 1
+ 0
+ 0
+ 0
+ ..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_usart.c
+ stm32f4xx_hal_usart.c
+ 0
+ 0
+
+
+ 9
+ 80
+ 1
+ 0
+ 0
+ 0
+ ..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_i2c.c
+ stm32f4xx_hal_i2c.c
+ 0
+ 0
+
+
+ 9
+ 81
+ 1
+ 0
+ 0
+ 0
+ ..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_i2c_ex.c
+ stm32f4xx_hal_i2c_ex.c
+ 0
+ 0
+
+
+ 9
+ 82
+ 1
+ 0
+ 0
+ 0
+ ..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_spi.c
+ stm32f4xx_hal_spi.c
+ 0
+ 0
+
+
+ 9
+ 83
+ 1
+ 0
+ 0
+ 0
+ ..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_qspi.c
+ stm32f4xx_hal_qspi.c
+ 0
+ 0
+
+
+ 9
+ 84
+ 1
+ 0
+ 0
+ 0
+ ..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_fmc.c
+ stm32f4xx_ll_fmc.c
+ 0
+ 0
+
+
+ 9
+ 85
+ 1
+ 0
+ 0
+ 0
+ ..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_fsmc.c
+ stm32f4xx_ll_fsmc.c
+ 0
+ 0
+
+
+ 9
+ 86
+ 1
+ 0
+ 0
+ 0
+ ..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_sdram.c
+ stm32f4xx_hal_sdram.c
+ 0
+ 0
+
+
+ 9
+ 87
+ 1
+ 0
+ 0
+ 0
+ ..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_ltdc.c
+ stm32f4xx_hal_ltdc.c
+ 0
+ 0
+
+
+ 9
+ 88
+ 1
+ 0
+ 0
+ 0
+ ..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_ltdc_ex.c
+ stm32f4xx_hal_ltdc_ex.c
+ 0
+ 0
+
+
+ 9
+ 89
+ 1
+ 0
+ 0
+ 0
+ ..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma2d.c
+ stm32f4xx_hal_dma2d.c
+ 0
+ 0
+
+
+ 9
+ 90
+ 1
+ 0
+ 0
+ 0
+ ..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_dma2d.c
+ stm32f4xx_ll_dma2d.c
+ 0
+ 0
+
+
+ 9
+ 91
+ 1
+ 0
+ 0
+ 0
+ ..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dsi.c
+ stm32f4xx_hal_dsi.c
+ 0
+ 0
+
diff --git a/bsp/stm32/stm32f429-st-disco/project.uvproj b/bsp/stm32/stm32f429-st-disco/project.uvproj
index 8c5357c3c4..975e8ee431 100644
--- a/bsp/stm32/stm32f429-st-disco/project.uvproj
+++ b/bsp/stm32/stm32f429-st-disco/project.uvproj
@@ -357,9 +357,9 @@
0
- USE_HAL_DRIVER, RT_USING_ARM_LIBC, STM32F429xx
+ USE_HAL_DRIVER, RT_USING_ARM_LIBC, __RTTHREAD__, STM32F429xx
- .;..\..\include;applications;.;drivers;Libraries\STM32F4xx_HAL_Driver\Inc;Libraries\CMSIS\Device\ST\STM32F4xx\Include;Libraries\CMSIS\Include;..\..\libcpu\arm\common;..\..\libcpu\arm\cortex-m4;..\..\components\dfs\include;..\..\components\dfs\filesystems\devfs;..\..\components\drivers\include;..\..\components\drivers\include;..\..\components\drivers\include;..\..\components\drivers\include;..\..\components\finsh;..\..\components\libc\compilers\armlibc;..\..\components\libc\compilers\common
+ applications;..\..\..\libcpu\arm\common;..\..\..\libcpu\arm\cortex-m4;..\..\..\components\drivers\include;..\..\..\components\drivers\include;..\..\..\components\drivers\include;..\..\..\components\drivers\spi;..\..\..\components\drivers\include;..\..\..\components\drivers\include;board;board\CubeMX_Config\Inc;board\ports;..\libraries\HAL_Drivers;..\libraries\HAL_Drivers\config;..\..\..\components\dfs\include;..\..\..\components\dfs\filesystems\devfs;..\..\..\components\finsh;.;..\..\..\include;..\..\..\components\libc\compilers\armlibc;..\..\..\components\libc\compilers\common;..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Inc;..\libraries\STM32F4xx_HAL\CMSIS\Device\ST\STM32F4xx\Include;..\libraries\STM32F4xx_HAL\CMSIS\Include
@@ -399,673 +399,20 @@
-
- Kernel
-
-
- clock.c
- 1
- ..\..\src\clock.c
-
-
-
-
- components.c
- 1
- ..\..\src\components.c
-
-
-
-
- cpu.c
- 1
- ..\..\src\cpu.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
- ..\..\src\timer.c
-
-
-
Applications
- application.c
+ main.c
1
- applications\application.c
+ applications\main.c
- startup.c
+ lcd_init.c
1
- applications\startup.c
-
-
-
-
- Drivers
-
-
- board.c
- 1
- drivers\board.c
-
-
-
-
- stm32f4xx_it.c
- 1
- drivers\stm32f4xx_it.c
-
-
-
-
- usart.c
- 1
- drivers\usart.c
-
-
-
-
- drv_sdram.c
- 1
- drivers\drv_sdram.c
-
-
-
-
- drv_i2c.c
- 1
- drivers\drv_i2c.c
-
-
-
-
- drv_lcd.c
- 1
- drivers\drv_lcd.c
-
-
-
-
- drv_touch.c
- 1
- drivers\drv_touch.c
-
-
-
-
- STM32_HAL
-
-
- system_stm32f4xx.c
- 1
- Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\system_stm32f4xx.c
-
-
-
-
- stm32f4xx_hal.c
- 1
- Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal.c
-
-
-
-
- stm32f4xx_hal_adc.c
- 1
- 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
-
-
-
-
- stm32f4xx_hal_can.c
- 1
- Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_can.c
-
-
-
-
- stm32f4xx_hal_cec.c
- 1
- Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_cec.c
-
-
-
-
- stm32f4xx_hal_cortex.c
- 1
- Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_cortex.c
-
-
-
-
- stm32f4xx_hal_crc.c
- 1
- Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_crc.c
-
-
-
-
- stm32f4xx_hal_cryp.c
- 1
- 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
-
-
-
-
- stm32f4xx_hal_dac.c
- 1
- 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
-
-
-
-
- stm32f4xx_hal_dcmi.c
- 1
- 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
-
-
-
-
- stm32f4xx_hal_dfsdm.c
- 1
- Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dfsdm.c
-
-
-
-
- stm32f4xx_hal_dma.c
- 1
- Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma.c
-
-
-
-
- stm32f4xx_hal_dma2d.c
- 1
- 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
-
-
-
-
- stm32f4xx_hal_dsi.c
- 1
- Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dsi.c
-
-
-
-
- stm32f4xx_hal_eth.c
- 1
- Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_eth.c
-
-
-
-
- stm32f4xx_hal_flash.c
- 1
- 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
-
-
-
-
- stm32f4xx_hal_flash_ramfunc.c
- 1
- Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_flash_ramfunc.c
-
-
-
-
- stm32f4xx_hal_fmpi2c.c
- 1
- 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
-
-
-
-
- stm32f4xx_hal_gpio.c
- 1
- Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_gpio.c
-
-
-
-
- stm32f4xx_hal_hash.c
- 1
- 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
-
-
-
-
- stm32f4xx_hal_hcd.c
- 1
- Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_hcd.c
-
-
-
-
- stm32f4xx_hal_i2c.c
- 1
- 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
-
-
-
-
- stm32f4xx_hal_i2s.c
- 1
- 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
-
-
-
-
- stm32f4xx_hal_irda.c
- 1
- Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_irda.c
-
-
-
-
- stm32f4xx_hal_iwdg.c
- 1
- Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_iwdg.c
-
-
-
-
- stm32f4xx_hal_lptim.c
- 1
- Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_lptim.c
-
-
-
-
- stm32f4xx_hal_ltdc.c
- 1
- 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
-
-
-
-
- stm32f4xx_hal_nand.c
- 1
- Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_nand.c
-
-
-
-
- stm32f4xx_hal_nor.c
- 1
- Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_nor.c
-
-
-
-
- stm32f4xx_hal_pccard.c
- 1
- Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pccard.c
-
-
-
-
- stm32f4xx_hal_pcd.c
- 1
- 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
-
-
-
-
- stm32f4xx_hal_pwr.c
- 1
- 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
-
-
-
-
- stm32f4xx_hal_qspi.c
- 1
- Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_qspi.c
-
-
-
-
- stm32f4xx_hal_rcc.c
- 1
- 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
-
-
-
-
- stm32f4xx_hal_rng.c
- 1
- Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rng.c
-
-
-
-
- stm32f4xx_hal_rtc.c
- 1
- 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
-
-
-
-
- stm32f4xx_hal_sai.c
- 1
- 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
-
-
-
-
- stm32f4xx_hal_sd.c
- 1
- Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_sd.c
-
-
-
-
- stm32f4xx_hal_sdram.c
- 1
- Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_sdram.c
-
-
-
-
- stm32f4xx_hal_smartcard.c
- 1
- Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_smartcard.c
-
-
-
-
- stm32f4xx_hal_spdifrx.c
- 1
- Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_spdifrx.c
-
-
-
-
- stm32f4xx_hal_spi.c
- 1
- Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_spi.c
-
-
-
-
- stm32f4xx_hal_sram.c
- 1
- Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_sram.c
-
-
-
-
- stm32f4xx_hal_tim.c
- 1
- 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
-
-
-
-
- stm32f4xx_hal_uart.c
- 1
- Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_uart.c
-
-
-
-
- stm32f4xx_hal_usart.c
- 1
- Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_usart.c
-
-
-
-
- stm32f4xx_hal_wwdg.c
- 1
- Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_wwdg.c
-
-
-
-
- stm32f4xx_ll_fmc.c
- 1
- Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_fmc.c
-
-
-
-
- stm32f4xx_ll_fsmc.c
- 1
- Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_fsmc.c
-
-
-
-
- stm32f4xx_ll_sdmmc.c
- 1
- Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_sdmmc.c
-
-
-
-
- stm32f4xx_ll_usb.c
- 1
- Libraries\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_usb.c
-
-
-
-
- startup_stm32f429xx.s
- 2
- Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\arm\startup_stm32f429xx.s
+ applications\lcd_init.c
@@ -1075,87 +422,35 @@
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
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
-
-
-
-
- Filesystem
-
-
- dfs.c
- 1
- ..\..\components\dfs\src\dfs.c
-
-
-
-
- dfs_file.c
- 1
- ..\..\components\dfs\src\dfs_file.c
-
-
-
-
- dfs_fs.c
- 1
- ..\..\components\dfs\src\dfs_fs.c
-
-
-
-
- dfs_posix.c
- 1
- ..\..\components\dfs\src\dfs_posix.c
-
-
-
-
- poll.c
- 1
- ..\..\components\dfs\src\poll.c
-
-
-
-
- select.c
- 1
- ..\..\components\dfs\src\select.c
-
-
-
-
- devfs.c
- 1
- ..\..\components\dfs\filesystems\devfs\devfs.c
+ ..\..\..\libcpu\arm\cortex-m4\context_rvds.S
@@ -1165,84 +460,235 @@
i2c_core.c
1
- ..\..\components\drivers\i2c\i2c_core.c
+ ..\..\..\components\drivers\i2c\i2c_core.c
i2c_dev.c
1
- ..\..\components\drivers\i2c\i2c_dev.c
+ ..\..\..\components\drivers\i2c\i2c_dev.c
i2c-bit-ops.c
1
- ..\..\components\drivers\i2c\i2c-bit-ops.c
+ ..\..\..\components\drivers\i2c\i2c-bit-ops.c
pin.c
1
- ..\..\components\drivers\misc\pin.c
+ ..\..\..\components\drivers\misc\pin.c
serial.c
1
- ..\..\components\drivers\serial\serial.c
+ ..\..\..\components\drivers\serial\serial.c
+
+
+
+
+ spi_core.c
+ 1
+ ..\..\..\components\drivers\spi\spi_core.c
+
+
+
+
+ spi_dev.c
+ 1
+ ..\..\..\components\drivers\spi\spi_dev.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
ringblk_buf.c
1
- ..\..\components\drivers\src\ringblk_buf.c
+ ..\..\..\components\drivers\src\ringblk_buf.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
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Drivers
+
+
+ board.c
+ 1
+ board\board.c
+
+
+
+
+ stm32f4xx_hal_msp.c
+ 1
+ board\CubeMX_Config\Src\stm32f4xx_hal_msp.c
+
+
+
+
+ ili9341.c
+ 1
+ board\ports\ili9341.c
+
+
+
+
+ startup_stm32f429xx.s
+ 2
+ ..\libraries\STM32F4xx_HAL\CMSIS\Device\ST\STM32F4xx\Source\Templates\arm\startup_stm32f429xx.s
+
+
+
+
+ drv_gpio.c
+ 1
+ ..\libraries\HAL_Drivers\drv_gpio.c
+
+
+
+
+ drv_usart.c
+ 1
+ ..\libraries\HAL_Drivers\drv_usart.c
+
+
+
+
+ drv_spi.c
+ 1
+ ..\libraries\HAL_Drivers\drv_spi.c
+
+
+
+
+ drv_sdram.c
+ 1
+ ..\libraries\HAL_Drivers\drv_sdram.c
+
+
+
+
+ drv_lcd.c
+ 1
+ ..\libraries\HAL_Drivers\drv_lcd.c
+
+
+
+
+ drv_common.c
+ 1
+ ..\libraries\HAL_Drivers\drv_common.c
+
+
+
+
+ Filesystem
+
+
+ dfs.c
+ 1
+ ..\..\..\components\dfs\src\dfs.c
+
+
+
+
+ dfs_file.c
+ 1
+ ..\..\..\components\dfs\src\dfs_file.c
+
+
+
+
+ dfs_fs.c
+ 1
+ ..\..\..\components\dfs\src\dfs_fs.c
+
+
+
+
+ dfs_posix.c
+ 1
+ ..\..\..\components\dfs\src\dfs_posix.c
+
+
+
+
+ poll.c
+ 1
+ ..\..\..\components\dfs\src\poll.c
+
+
+
+
+ select.c
+ 1
+ ..\..\..\components\dfs\src\select.c
+
+
+
+
+ devfs.c
+ 1
+ ..\..\..\components\dfs\filesystems\devfs\devfs.c
@@ -1252,98 +698,129 @@
shell.c
1
- ..\..\components\finsh\shell.c
+ ..\..\..\components\finsh\shell.c
cmd.c
1
- ..\..\components\finsh\cmd.c
+ ..\..\..\components\finsh\cmd.c
msh.c
1
- ..\..\components\finsh\msh.c
+ ..\..\..\components\finsh\msh.c
msh_file.c
1
- ..\..\components\finsh\msh_file.c
+ ..\..\..\components\finsh\msh_file.c
+
+
+
+
+ Kernel
+
+
+ clock.c
+ 1
+ ..\..\..\src\clock.c
- finsh_compiler.c
+ components.c
1
- ..\..\components\finsh\finsh_compiler.c
+ ..\..\..\src\components.c
- finsh_error.c
+ device.c
1
- ..\..\components\finsh\finsh_error.c
+ ..\..\..\src\device.c
- finsh_heap.c
+ idle.c
1
- ..\..\components\finsh\finsh_heap.c
+ ..\..\..\src\idle.c
- finsh_init.c
+ ipc.c
1
- ..\..\components\finsh\finsh_init.c
+ ..\..\..\src\ipc.c
- finsh_node.c
+ irq.c
1
- ..\..\components\finsh\finsh_node.c
+ ..\..\..\src\irq.c
- finsh_ops.c
+ kservice.c
1
- ..\..\components\finsh\finsh_ops.c
+ ..\..\..\src\kservice.c
- finsh_parser.c
+ memheap.c
1
- ..\..\components\finsh\finsh_parser.c
+ ..\..\..\src\memheap.c
- finsh_var.c
+ mempool.c
1
- ..\..\components\finsh\finsh_var.c
+ ..\..\..\src\mempool.c
- finsh_vm.c
+ object.c
1
- ..\..\components\finsh\finsh_vm.c
+ ..\..\..\src\object.c
- finsh_token.c
+ scheduler.c
1
- ..\..\components\finsh\finsh_token.c
+ ..\..\..\src\scheduler.c
+
+
+
+
+ signal.c
+ 1
+ ..\..\..\src\signal.c
+
+
+
+
+ thread.c
+ 1
+ ..\..\..\src\thread.c
+
+
+
+
+ timer.c
+ 1
+ ..\..\..\src\timer.c
@@ -1353,35 +830,248 @@
libc.c
1
- ..\..\components\libc\compilers\armlibc\libc.c
+ ..\..\..\components\libc\compilers\armlibc\libc.c
mem_std.c
1
- ..\..\components\libc\compilers\armlibc\mem_std.c
+ ..\..\..\components\libc\compilers\armlibc\mem_std.c
stdio.c
1
- ..\..\components\libc\compilers\armlibc\stdio.c
+ ..\..\..\components\libc\compilers\armlibc\stdio.c
stubs.c
1
- ..\..\components\libc\compilers\armlibc\stubs.c
+ ..\..\..\components\libc\compilers\armlibc\stubs.c
time.c
1
- ..\..\components\libc\compilers\common\time.c
+ ..\..\..\components\libc\compilers\common\time.c
+
+
+
+
+ unistd.c
+ 1
+ ..\..\..\components\libc\compilers\common\unistd.c
+
+
+
+
+ STM32_HAL
+
+
+ system_stm32f4xx.c
+ 1
+ ..\libraries\STM32F4xx_HAL\CMSIS\Device\ST\STM32F4xx\Source\Templates\system_stm32f4xx.c
+
+
+
+
+ stm32f4xx_hal.c
+ 1
+ ..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal.c
+
+
+
+
+ stm32f4xx_hal_cec.c
+ 1
+ ..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_cec.c
+
+
+
+
+ stm32f4xx_hal_cortex.c
+ 1
+ ..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_cortex.c
+
+
+
+
+ stm32f4xx_hal_crc.c
+ 1
+ ..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_crc.c
+
+
+
+
+ stm32f4xx_hal_cryp.c
+ 1
+ ..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_cryp.c
+
+
+
+
+ stm32f4xx_hal_cryp_ex.c
+ 1
+ ..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_cryp_ex.c
+
+
+
+
+ stm32f4xx_hal_dma.c
+ 1
+ ..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma.c
+
+
+
+
+ stm32f4xx_hal_dma_ex.c
+ 1
+ ..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma_ex.c
+
+
+
+
+ stm32f4xx_hal_pwr.c
+ 1
+ ..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pwr.c
+
+
+
+
+ stm32f4xx_hal_pwr_ex.c
+ 1
+ ..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pwr_ex.c
+
+
+
+
+ stm32f4xx_hal_rcc.c
+ 1
+ ..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rcc.c
+
+
+
+
+ stm32f4xx_hal_rcc_ex.c
+ 1
+ ..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rcc_ex.c
+
+
+
+
+ stm32f4xx_hal_rng.c
+ 1
+ ..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rng.c
+
+
+
+
+ stm32f4xx_hal_gpio.c
+ 1
+ ..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_gpio.c
+
+
+
+
+ stm32f4xx_hal_uart.c
+ 1
+ ..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_uart.c
+
+
+
+
+ stm32f4xx_hal_usart.c
+ 1
+ ..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_usart.c
+
+
+
+
+ stm32f4xx_hal_i2c.c
+ 1
+ ..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_i2c.c
+
+
+
+
+ stm32f4xx_hal_i2c_ex.c
+ 1
+ ..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_i2c_ex.c
+
+
+
+
+ stm32f4xx_hal_spi.c
+ 1
+ ..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_spi.c
+
+
+
+
+ stm32f4xx_hal_qspi.c
+ 1
+ ..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_qspi.c
+
+
+
+
+ stm32f4xx_ll_fmc.c
+ 1
+ ..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_fmc.c
+
+
+
+
+ stm32f4xx_ll_fsmc.c
+ 1
+ ..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_fsmc.c
+
+
+
+
+ stm32f4xx_hal_sdram.c
+ 1
+ ..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_sdram.c
+
+
+
+
+ stm32f4xx_hal_ltdc.c
+ 1
+ ..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_ltdc.c
+
+
+
+
+ stm32f4xx_hal_ltdc_ex.c
+ 1
+ ..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_ltdc_ex.c
+
+
+
+
+ stm32f4xx_hal_dma2d.c
+ 1
+ ..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma2d.c
+
+
+
+
+ stm32f4xx_ll_dma2d.c
+ 1
+ ..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_dma2d.c
+
+
+
+
+ stm32f4xx_hal_dsi.c
+ 1
+ ..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dsi.c
diff --git a/bsp/stm32/stm32f429-st-disco/project.uvprojx b/bsp/stm32/stm32f429-st-disco/project.uvprojx
index b6adb12dd1..2bfc2d6515 100644
--- a/bsp/stm32/stm32f429-st-disco/project.uvprojx
+++ b/bsp/stm32/stm32f429-st-disco/project.uvprojx
@@ -1,13 +1,16 @@
+
2.1
+
### uVision Project, (C) Keil Software
+
rt_thread_stm32f429
0x4
ARM-ADS
- 5060300::V5.06 update 3 (build 300)::ARMCC
+ 5060750::V5.06 update 6 (build 750)::ARMCC
0
@@ -16,28 +19,28 @@
Keil.STM32F4xx_DFP.2.13.0
http://www.keil.com/pack
IRAM(0x20000000,0x30000) IRAM2(0x10000000,0x10000) IROM(0x08000000,0x200000) CPUTYPE("Cortex-M4") FPU2 CLOCK(12000000) ELITTLE
-
-
+
+
UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0STM32F4xx_2048 -FS08000000 -FL0200000 -FP0($$Device:STM32F429ZITx$CMSIS\Flash\STM32F4xx_2048.FLM))
0
$$Device:STM32F429ZITx$Drivers\CMSIS\Device\ST\STM32F4xx\Include\stm32f4xx.h
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
$$Device:STM32F429ZITx$CMSIS\SVD\STM32F429x.svd
0
0
-
-
-
-
-
+
+
+
+
+
0
0
@@ -59,8 +62,8 @@
0
0
-
-
+
+
0
0
0
@@ -69,8 +72,8 @@
0
0
-
-
+
+
0
0
0
@@ -79,15 +82,15 @@
0
0
-
-
+
+
0
0
0
0
0
-
+
0
@@ -101,8 +104,8 @@
0
0
3
-
-
+
+
1
@@ -135,11 +138,11 @@
1
BIN\UL2CM3.DLL
-
-
-
-
-
+
+
+
+
+
0
@@ -172,7 +175,7 @@
0
0
"Cortex-M4"
-
+
0
0
0
@@ -305,7 +308,7 @@
0x10000
-
+
1
@@ -332,10 +335,10 @@
0
0
-
- USE_HAL_DRIVER, RT_USING_ARM_LIBC, STM32F429xx
-
- applications;..\..\..\libcpu\arm\common;..\..\..\libcpu\arm\cortex-m4;..\..\..\components\drivers\include;..\..\..\components\drivers\include;..\..\..\components\drivers\include;..\..\..\components\drivers\spi;..\..\..\components\drivers\include;..\..\..\components\drivers\include;board;board\CubeMX_Config\Inc;board\ports;..\libraries\HAL_Drivers;..\libraries\HAL_Drivers\config;..\..\..\components\dfs\include;..\..\..\components\dfs\filesystems\devfs;..\..\..\components\finsh;.;..\..\..\include;..\..\..\components\libc\compilers\armlibc;..\..\..\components\libc\compilers\common;..\..\..\components\libc\signal;..\..\..\components\libc\pthreads;..\..\..\components\libc\time;..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Inc;..\libraries\STM32F4xx_HAL\CMSIS\Device\ST\STM32F4xx\Include;..\libraries\STM32F4xx_HAL\CMSIS\Include
+
+ USE_HAL_DRIVER, RT_USING_ARM_LIBC, __RTTHREAD__, STM32F429xx
+
+ applications;..\..\..\libcpu\arm\common;..\..\..\libcpu\arm\cortex-m4;..\..\..\components\drivers\include;..\..\..\components\drivers\include;..\..\..\components\drivers\include;..\..\..\components\drivers\spi;..\..\..\components\drivers\include;..\..\..\components\drivers\include;board;board\CubeMX_Config\Inc;board\ports;..\libraries\HAL_Drivers;..\libraries\HAL_Drivers\config;..\..\..\components\dfs\include;..\..\..\components\dfs\filesystems\devfs;..\..\..\components\finsh;.;..\..\..\include;..\..\..\components\libc\compilers\armlibc;..\..\..\components\libc\compilers\common;..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Inc;..\libraries\STM32F4xx_HAL\CMSIS\Device\ST\STM32F4xx\Include;..\libraries\STM32F4xx_HAL\CMSIS\Include
@@ -350,10 +353,10 @@
0
0
-
-
-
-
+
+
+
+
@@ -365,13 +368,13 @@
0
0x08000000
0x20000000
-
+
.\board\linker_scripts\link.sct
-
-
-
-
-
+
+
+
+
+
@@ -384,8 +387,6 @@
1
applications\main.c
-
-
lcd_init.c
1
@@ -401,29 +402,21 @@
1
..\..\..\libcpu\arm\common\backtrace.c
-
-
div0.c
1
..\..\..\libcpu\arm\common\div0.c
-
-
showmem.c
1
..\..\..\libcpu\arm\common\showmem.c
-
-
cpuport.c
1
..\..\..\libcpu\arm\cortex-m4\cpuport.c
-
-
context_rvds.S
2
@@ -433,116 +426,147 @@
DeviceDrivers
+
+
+ 0
+ 0
+ 0
+ 0
+ 0
+ 1
+ 0
+ 0
+ 0
+ 0
+ 3
+
+
+ 0
+
+
+
+ 2
+ 0
+ 2
+ 2
+ 2
+ 2
+ 2
+ 2
+ 2
+ 2
+ 0
+ 2
+ 2
+ 2
+ 2
+ 2
+ 0
+ 0
+ 2
+ 2
+ 2
+ 2
+ 2
+
+
+
+
+
+
+
+
+ 2
+ 2
+ 2
+ 2
+ 2
+ 2
+ 2
+ 2
+ 2
+ 2
+
+
+
+
+
+
+
+
+
i2c_core.c
1
..\..\..\components\drivers\i2c\i2c_core.c
-
-
i2c_dev.c
1
..\..\..\components\drivers\i2c\i2c_dev.c
-
-
i2c-bit-ops.c
1
..\..\..\components\drivers\i2c\i2c-bit-ops.c
-
-
pin.c
1
..\..\..\components\drivers\misc\pin.c
-
-
serial.c
1
..\..\..\components\drivers\serial\serial.c
-
-
spi_core.c
1
..\..\..\components\drivers\spi\spi_core.c
-
-
spi_dev.c
1
..\..\..\components\drivers\spi\spi_dev.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
-
-
ringblk_buf.c
1
..\..\..\components\drivers\src\ringblk_buf.c
-
-
ringbuffer.c
1
..\..\..\components\drivers\src\ringbuffer.c
-
-
waitqueue.c
1
..\..\..\components\drivers\src\waitqueue.c
-
-
workqueue.c
1
..\..\..\components\drivers\src\workqueue.c
-
-
-
-
-
-
-
-
-
-
-
-
Drivers
@@ -552,64 +576,46 @@
1
board\board.c
-
-
stm32f4xx_hal_msp.c
1
board\CubeMX_Config\Src\stm32f4xx_hal_msp.c
-
-
ili9341.c
1
board\ports\ili9341.c
-
-
startup_stm32f429xx.s
2
..\libraries\STM32F4xx_HAL\CMSIS\Device\ST\STM32F4xx\Source\Templates\arm\startup_stm32f429xx.s
-
-
drv_gpio.c
1
..\libraries\HAL_Drivers\drv_gpio.c
-
-
drv_usart.c
1
..\libraries\HAL_Drivers\drv_usart.c
-
-
drv_spi.c
1
..\libraries\HAL_Drivers\drv_spi.c
-
-
drv_sdram.c
1
..\libraries\HAL_Drivers\drv_sdram.c
-
-
drv_lcd.c
1
..\libraries\HAL_Drivers\drv_lcd.c
-
-
drv_common.c
1
@@ -625,43 +631,31 @@
1
..\..\..\components\dfs\src\dfs.c
-
-
dfs_file.c
1
..\..\..\components\dfs\src\dfs_file.c
-
-
dfs_fs.c
1
..\..\..\components\dfs\src\dfs_fs.c
-
-
dfs_posix.c
1
..\..\..\components\dfs\src\dfs_posix.c
-
-
poll.c
1
..\..\..\components\dfs\src\poll.c
-
-
select.c
1
..\..\..\components\dfs\src\select.c
-
-
devfs.c
1
@@ -677,22 +671,16 @@
1
..\..\..\components\finsh\shell.c
-
-
cmd.c
1
..\..\..\components\finsh\cmd.c
-
-
msh.c
1
..\..\..\components\finsh\msh.c
-
-
msh_file.c
1
@@ -708,92 +696,66 @@
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
-
-
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
@@ -809,143 +771,32 @@
1
..\..\..\components\libc\compilers\armlibc\libc.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
..\..\..\components\libc\compilers\common\time.c
-
-
unistd.c
1
..\..\..\components\libc\compilers\common\unistd.c
-
-
- posix_signal.c
- 1
- ..\..\..\components\libc\signal\posix_signal.c
-
-
-
-
- pthreads
-
-
- mqueue.c
- 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
- ..\..\..\components\libc\time\posix_sleep.c
-
-
STM32_HAL
@@ -955,197 +806,141 @@
1
..\libraries\STM32F4xx_HAL\CMSIS\Device\ST\STM32F4xx\Source\Templates\system_stm32f4xx.c
-
-
stm32f4xx_hal.c
1
..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal.c
-
-
stm32f4xx_hal_cec.c
1
..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_cec.c
-
-
stm32f4xx_hal_cortex.c
1
..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_cortex.c
-
-
stm32f4xx_hal_crc.c
1
..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_crc.c
-
-
stm32f4xx_hal_cryp.c
1
..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_cryp.c
-
-
stm32f4xx_hal_cryp_ex.c
1
..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_cryp_ex.c
-
-
stm32f4xx_hal_dma.c
1
..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma.c
-
-
stm32f4xx_hal_dma_ex.c
1
..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma_ex.c
-
-
stm32f4xx_hal_pwr.c
1
..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pwr.c
-
-
stm32f4xx_hal_pwr_ex.c
1
..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_pwr_ex.c
-
-
stm32f4xx_hal_rcc.c
1
..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rcc.c
-
-
stm32f4xx_hal_rcc_ex.c
1
..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rcc_ex.c
-
-
stm32f4xx_hal_rng.c
1
..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_rng.c
-
-
stm32f4xx_hal_gpio.c
1
..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_gpio.c
-
-
stm32f4xx_hal_uart.c
1
..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_uart.c
-
-
stm32f4xx_hal_usart.c
1
..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_usart.c
-
-
stm32f4xx_hal_i2c.c
1
..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_i2c.c
-
-
stm32f4xx_hal_i2c_ex.c
1
..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_i2c_ex.c
-
-
stm32f4xx_hal_spi.c
1
..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_spi.c
-
-
stm32f4xx_hal_qspi.c
1
..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_qspi.c
-
-
stm32f4xx_ll_fmc.c
1
..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_fmc.c
-
-
stm32f4xx_ll_fsmc.c
1
..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_fsmc.c
-
-
stm32f4xx_hal_sdram.c
1
..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_sdram.c
-
-
stm32f4xx_hal_ltdc.c
1
..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_ltdc.c
-
-
stm32f4xx_hal_ltdc_ex.c
1
..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_ltdc_ex.c
-
-
stm32f4xx_hal_dma2d.c
1
..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_hal_dma2d.c
-
-
stm32f4xx_ll_dma2d.c
1
..\libraries\STM32F4xx_HAL\STM32F4xx_HAL_Driver\Src\stm32f4xx_ll_dma2d.c
-
-
stm32f4xx_hal_dsi.c
1
@@ -1156,9 +951,11 @@
+
-
-
-
+
+
+
+
diff --git a/bsp/stm32/stm32f429-st-disco/rtconfig.h b/bsp/stm32/stm32f429-st-disco/rtconfig.h
index 9f5b2c77c4..b82b91ec7a 100644
--- a/bsp/stm32/stm32f429-st-disco/rtconfig.h
+++ b/bsp/stm32/stm32f429-st-disco/rtconfig.h
@@ -93,14 +93,13 @@
#define RT_USING_I2C_BITOPS
#define RT_USING_PIN
#define RT_USING_SPI
+
/* Using USB */
/* POSIX layer and C standard library */
#define RT_USING_LIBC
-#define RT_USING_PTHREADS
-#define PTHREAD_NUM_MAX 8
#define RT_USING_POSIX
/* Network */
@@ -162,12 +161,6 @@
/* samples: kernel and components samples */
-
-/* Privated Packages of RealThread */
-
-
-/* Network Utilities */
-
#define SOC_FAMILY_STM32
#define SOC_SERIES_STM32F4
diff --git a/bsp/stm32/stm32f429-st-disco/stm32_rom.ld b/bsp/stm32/stm32f429-st-disco/stm32_rom.ld
index aa9c9b2af2..e895d97da2 100644
--- a/bsp/stm32/stm32f429-st-disco/stm32_rom.ld
+++ b/bsp/stm32/stm32f429-st-disco/stm32_rom.ld
@@ -1,13 +1,13 @@
/*
- * linker script for STM32F10x with GNU ld
+ * linker script for STM32F429xx with GNU ld
* bernard.xiong 2009-10-14
*/
/* Program Entry, set to mark it as "used" and avoid gc */
MEMORY
{
- CODE (rx) : ORIGIN = 0x08000000, LENGTH = 1024k /* 1024KB flash */
- DATA (rw) : ORIGIN = 0x20000000, LENGTH = 128k /* 128K sram */
+ CODE (rx) : ORIGIN = 0x08000000, LENGTH = 2048k /* 1024KB flash */
+ DATA (rw) : ORIGIN = 0x20000000, LENGTH = 192k /* 128K sram */
}
ENTRY(Reset_Handler)
_system_stack_size = 0x200;
diff --git a/bsp/stm32/stm32f429-st-disco/stm32_rom.sct b/bsp/stm32/stm32f429-st-disco/stm32_rom.sct
index 0d7c47992d..2407164991 100644
--- a/bsp/stm32/stm32f429-st-disco/stm32_rom.sct
+++ b/bsp/stm32/stm32f429-st-disco/stm32_rom.sct
@@ -2,13 +2,13 @@
; *** Scatter-Loading Description File generated by uVision ***
; *************************************************************
-LR_IROM1 0x08000000 0x00100000 { ; load region size_region
- ER_IROM1 0x08000000 0x00100000 { ; load address = execution address
+LR_IROM1 0x08000000 0x00200000 { ; load region size_region
+ ER_IROM1 0x08000000 0x00200000 { ; load address = execution address
*.o (RESET, +First)
*(InRoot$$Sections)
.ANY (+RO)
}
- RW_IRAM1 0x20000000 0x00020000 { ; RW data
+ RW_IRAM1 0x20000000 0x00030000 { ; RW data
.ANY (+RW +ZI)
}
}
diff --git a/bsp/stm32/stm32f429-st-disco/stm32f429_flash.icf b/bsp/stm32/stm32f429-st-disco/stm32f429_flash.icf
index 47c5280d08..4e43be768e 100644
--- a/bsp/stm32/stm32f429-st-disco/stm32f429_flash.icf
+++ b/bsp/stm32/stm32f429-st-disco/stm32f429_flash.icf
@@ -2,10 +2,10 @@
/*-Editor annotation file-*/
/* IcfEditorFile="$TOOLKIT_DIR$\config\ide\IcfEditor\cortex_v1_0.xml" */
/*-Specials-*/
-define symbol __ICFEDIT_intvec_start__ = 0x08000000;
+define symbol __ICFEDIT_intvec_start__ = 0x08000000;
/*-Memory Regions-*/
-define symbol __ICFEDIT_region_ROM_start__ = 0x08000000;
-define symbol __ICFEDIT_region_ROM_end__ = 0x080FFFFF;
+define symbol __ICFEDIT_region_ROM_start__ = 0x08000000;
+define symbol __ICFEDIT_region_ROM_end__ = 0x081FFFFF;
define symbol __ICFEDIT_region_RAM_start__ = 0x20000000;
define symbol __ICFEDIT_region_RAM_end__ = 0x2002FFFF;
/*-Sizes-*/