diff --git a/ChangeLog.md b/ChangeLog.md index d2597fb974..161bc1c0da 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,91 @@ +# RT-Thread v5.2.1 Released + +Change Log Since v5.2.0 Release + +## Kernel + +* src/clock: add rt_tick_get_delta function +* Update include/rtdef.h version to 5.2.1 + +## Components + +* **drivers** + * **fdt:** + * Fix garble when booting + * **wlan:** + * Fixing comments errors of RT_WLAN_EVT_SCAN_DONE and RT_WLAN_EVT_SCAN_REPORT + * **pcl:** + * Add /proc access in RT-Smart user + * **serial_v2:** + * The handling of dma_ping_buf in the full discard policy is incorrect; details adjusted + * Allowed blocking reception of data exceeding the RX buffer size, increased timeout duration, added flush command, added command to get buffer data length, fixed data overflow handling logic, optimized stability details, and added more serial_v2 test cases[(#10187)](https://github.com/RT-Thread/rt-thread/pull/10187) + * **audio:** + * Add audio driver test framework +* **lwp** + * Add vDSO support for RISC-V architecture and refactor related components + * Fix parameter issue when calling the __arch_get_hw_counter function + * Enhance build script with additional cleanup steps +* **dfs** + * **dfs v2**: + * enable procfs and tempfs in default when using smart; fix LWIP_ROUTE warning issue +* **utilities** + * rename the group name: LIBADT to Utilities[(#10267)](https://github.com/RT-Thread/rt-thread/pull/10267) +* **finsh** + * Fixed error logging when the list_mutex mutex is not held by any thread +* **fal** + * add new example for norflash + +## Libcpu + +* **aarch64:** + * Fix Aarch64 architecture runtime issues + * Fix NORMAL_NOCACHE_MEM attr[(#10180)](https://github.com/RT-Thread/rt-thread/pull/10180) + * cleanup undefined rt_hw_mmu_kernel_map_init[(#10177)](https://github.com/RT-Thread/rt-thread/pull/10177) + * fix gicv3 mpidr table[(#9284)](https://github.com/RT-Thread/rt-thread/pull/9284) +* **riscv:** + * declare external symbols inside + * add ultrarisc ur-cp100 core support[(#10338)](https://github.com/RT-Thread/rt-thread/pull/10338) + +## Tools + +* fix scons --target=cmake command failure[(#10276)](https://github.com/RT-Thread/rt-thread/pull/10276) +* fixed the issue where RT-Studio could not import the BSP[(#10290)](https://github.com/RT-Thread/rt-thread/pull/10290) +* fixed missing unique files creation and cache logic +* fixed an error by running scons --tartget=cmake under LINUX[(#10164)](https://github.com/RT-Thread/rt-thread/pull/10164) +* fix mannual trigger to create dist zip file + +## Action + +* Replace the judgment file modification mechanism of bsp_building[(#10314)](https://github.com/RT-Thread/rt-thread/pull/10314) +* show the PR status for Pull request +* cancel the filtering rules for the MAINTAINER file +* optimize the logic for generating comments for the maintainer robot +* fixed the abnormal operation of ci files[(#10259)](https://github.com/RT-Thread/rt-thread/pull/10259) +* ci script assigns PR reviews based on the list of maintainers[(#9913)](https://github.com/RT-Thread/rt-thread/pull/9913) +* fixed the parameter passing issue in bsp_buildings[(#10254)](https://github.com/RT-Thread/rt-thread/pull/10254) +* add qemu-pre-build-and-post-build for RT_SMART build [(#10203) +* separated BSPs to be compiled, and compiled corresponding BSPs based on modified files.[(#10159)](https://github.com/RT-Thread/rt-thread/pull/10159) +* Integrated all outputs into a single package.[(#10136)](https://github.com/RT-Thread/rt-thread/pull/10136) +* Upload compilation results to GitHub after each build.[(#10135)](https://github.com/RT-Thread/rt-thread/pull/10135) + +## Documents + +* doxygen + * re-org module groups[(#10197)](https://github.com/RT-Thread/rt-thread/pull/10197) + * cleanup and re-org files + +## BSP + +* Some driver issues have been resolved and some driver support has been added +* approve the master branch slimming process, reducing the main compartment size by approximately 1G. +* Added some new BSPs + * ST: + * stm32f103-keysking + * Infineon: + * XMC7100D-F144K4160AA + * ultrarisc + * dp1000 evb + # RT-Thread v5.2.0 Released Change Log Since v5.1.0 Release diff --git a/bsp/CME_M7/project.uvproj b/bsp/CME_M7/project.uvproj index ad342552a1..74ffc66667 100644 --- a/bsp/CME_M7/project.uvproj +++ b/bsp/CME_M7/project.uvproj @@ -361,9 +361,9 @@ 0 - RT_USING_LIBC, RT_USING_ARMLIBC, __STDC_LIMIT_MACROS, __RTTHREAD__, __CLK_TCK=RT_TICK_PER_SECOND + __RTTHREAD__, RT_USING_LIBC, __CLK_TCK=RT_TICK_PER_SECOND, RT_USING_ARMLIBC, __STDC_LIMIT_MACROS - ..\..\components\libc\compilers\common\extension\fcntl\octal;..\..\libcpu\arm\cortex-m3;CMSIS\CME_M7;..\..\components\net\lwip\lwip-2.0.3\src\include\posix;..\..\components\net\lwip\lwip-2.0.3\src\include\ipv4;.;StdPeriph_Driver\inc;..\..\components\libc\compilers\common\include;drivers;..\..\components\dfs\dfs_v1\filesystems\elmfat;..\..\components\finsh;..\..\components\libc\posix\io\epoll;..\..\libcpu\arm\common;..\..\components\libc\posix\ipc;..\..\components\drivers\include;..\..\include;CMSIS\CMSIS\Include;..\..\components\libc\posix\io\eventfd;..\..\components\net\lwip\lwip-2.0.3\src\include;..\..\components\net\lwip\port;..\..\components\libc\posix\io\poll;..\..\components\drivers\include;..\..\components\libc\compilers\common\extension;..\..\components\drivers\include;applications;..\..\components\drivers\include;..\..\components\dfs\dfs_v1\include;..\..\components\net\lwip\lwip-2.0.3\src\include\netif + ..\..\components\libc\compilers\common\include;StdPeriph_Driver\inc;..\..\components\net\lwip\port;..\..\components\net\lwip\lwip-2.0.3\src\include\posix;..\..\include;..\..\components\net\lwip\lwip-2.0.3\src\include\netif;..\..\components\drivers\include;..\..\components\drivers\include;..\..\components\dfs\dfs_v1\filesystems\elmfat;..\..\libcpu\arm\common;..\..\components\libc\compilers\common\extension;..\..\components\net\lwip\lwip-2.0.3\src\include\ipv4;..\..\components\drivers\include;..\..\components\finsh;..\..\components\libc\posix\io\poll;..\..\components\net\lwip\lwip-2.0.3\src\include;..\..\components\libc\posix\io\eventfd;..\..\components\drivers\phy;applications;..\..\components\libc\posix\io\epoll;..\..\libcpu\arm\cortex-m3;.;..\..\components\dfs\dfs_v1\include;CMSIS\CME_M7;..\..\components\drivers\smp_call;drivers;CMSIS\CMSIS\Include;..\..\components\drivers\include;..\..\components\drivers\include;..\..\components\libc\posix\ipc;..\..\components\libc\compilers\common\extension\fcntl\octal @@ -407,16 +407,16 @@ Applications - led.c + startup.c 1 - applications\led.c + applications\startup.c - startup.c + led.c 1 - applications\startup.c + applications\led.c @@ -431,16 +431,16 @@ CMSIS - startup_cmem7.s - 2 - CMSIS\CME_M7\startup\arm\startup_cmem7.s + system_cmem7.c + 1 + CMSIS\CME_M7\system_cmem7.c - system_cmem7.c - 1 - CMSIS\CME_M7\system_cmem7.c + startup_cmem7.s + 2 + CMSIS\CME_M7\startup\arm\startup_cmem7.s @@ -526,9 +526,47 @@ - completion.c + completion_comm.c 1 - ..\..\components\drivers\ipc\completion.c + ..\..\components\drivers\ipc\completion_comm.c + + + + + + __RT_IPC_SOURCE__ + + + + + + + + + + + completion_up.c + 1 + ..\..\components\drivers\ipc\completion_up.c + + + + + + __RT_IPC_SOURCE__ + + + + + + + + + + + condvar.c + 1 + ..\..\components\drivers\ipc\condvar.c @@ -659,9 +697,9 @@ - pin.c + dev_pin.c 1 - ..\..\components\drivers\pin\pin.c + ..\..\components\drivers\pin\dev_pin.c @@ -678,9 +716,9 @@ - serial.c + dev_serial.c 1 - ..\..\components\drivers\serial\serial.c + ..\..\components\drivers\serial\dev_serial.c @@ -698,6 +736,20 @@ Drivers + + + app_phy.c + 1 + drivers\app_phy.c + + + + + board.c + 1 + drivers\board.c + + emac.c @@ -712,20 +764,6 @@ drivers\uart.c - - - board.c - 1 - drivers\board.c - - - - - app_phy.c - 1 - drivers\app_phy.c - - Filesystem @@ -734,6 +772,18 @@ dfs_elm.c 1 ..\..\components\dfs\dfs_v1\filesystems\elmfat\dfs_elm.c + + + + + --c99 + + + + + + + @@ -741,6 +791,18 @@ ff.c 1 ..\..\components\dfs\dfs_v1\filesystems\elmfat\ff.c + + + + + --c99 + + + + + + + @@ -748,6 +810,18 @@ ffunicode.c 1 ..\..\components\dfs\dfs_v1\filesystems\elmfat\ffunicode.c + + + + + --c99 + + + + + + + @@ -755,6 +829,18 @@ dfs.c 1 ..\..\components\dfs\dfs_v1\src\dfs.c + + + + + --c99 + + + + + + + @@ -762,6 +848,18 @@ dfs_file.c 1 ..\..\components\dfs\dfs_v1\src\dfs_file.c + + + + + --c99 + + + + + + + @@ -769,6 +867,18 @@ dfs_fs.c 1 ..\..\components\dfs\dfs_v1\src\dfs_fs.c + + + + + --c99 + + + + + + + @@ -776,6 +886,18 @@ dfs_posix.c 1 ..\..\components\dfs\dfs_v1\src\dfs_posix.c + + + + + --c99 + + + + + + + @@ -783,16 +905,16 @@ Finsh - shell.c + msh_file.c 1 - ..\..\components\finsh\shell.c + ..\..\components\finsh\msh_file.c - msh.c + shell.c 1 - ..\..\components\finsh\msh.c + ..\..\components\finsh\shell.c @@ -811,9 +933,9 @@ - msh_file.c + msh.c 1 - ..\..\components\finsh\msh_file.c + ..\..\components\finsh\msh.c @@ -857,6 +979,44 @@ + + + cpu_up.c + 1 + ..\..\src\cpu_up.c + + + + + + __RT_KERNEL_SOURCE__ + + + + + + + + + + + defunct.c + 1 + ..\..\src\defunct.c + + + + + + __RT_KERNEL_SOURCE__ + + + + + + + + idle.c @@ -914,44 +1074,6 @@ - - - kstdio.c - 1 - ..\..\src\klibc\kstdio.c - - - - - - __RT_KERNEL_SOURCE__ - - - - - - - - - - - kstring.c - 1 - ..\..\src\klibc\kstring.c - - - - - - __RT_KERNEL_SOURCE__ - - - - - - - - kservice.c @@ -1105,6 +1227,44 @@ + + klibc + + + kstdio.c + 1 + ..\..\src\klibc\kstdio.c + + + + + rt_vsnprintf_tiny.c + 1 + ..\..\src\klibc\rt_vsnprintf_tiny.c + + + + + kstring.c + 1 + ..\..\src\klibc\kstring.c + + + + + kerrno.c + 1 + ..\..\src\klibc\kerrno.c + + + + + rt_vsscanf.c + 1 + ..\..\src\klibc\rt_vsscanf.c + + + libcpu @@ -1145,6 +1305,20 @@ Libraries + + + cmem7_ddr.c + 1 + StdPeriph_Driver\src\cmem7_ddr.c + + + + + cmem7_aes.c + 1 + StdPeriph_Driver\src\cmem7_aes.c + + cmem7_efuse.c @@ -1152,20 +1326,6 @@ StdPeriph_Driver\src\cmem7_efuse.c - - - cmem7_eth.c - 1 - StdPeriph_Driver\src\cmem7_eth.c - - - - - cmem7_flash.c - 1 - StdPeriph_Driver\src\cmem7_flash.c - - cmem7_adc.c @@ -1175,9 +1335,23 @@ - cmem7_i2c.c + cmem7_tim.c 1 - StdPeriph_Driver\src\cmem7_i2c.c + StdPeriph_Driver\src\cmem7_tim.c + + + + + cmem7_eth.c + 1 + StdPeriph_Driver\src\cmem7_eth.c + + + + + cmem7_spi.c + 1 + StdPeriph_Driver\src\cmem7_spi.c @@ -1189,9 +1363,16 @@ - cmem7_gpio.c + cmem7_flash.c 1 - StdPeriph_Driver\src\cmem7_gpio.c + StdPeriph_Driver\src\cmem7_flash.c + + + + + cmem7_can.c + 1 + StdPeriph_Driver\src\cmem7_can.c @@ -1201,6 +1382,27 @@ StdPeriph_Driver\src\cmem7_misc.c + + + cmem7_i2c.c + 1 + StdPeriph_Driver\src\cmem7_i2c.c + + + + + cmem7_uart.c + 1 + StdPeriph_Driver\src\cmem7_uart.c + + + + + cmem7_gpio.c + 1 + StdPeriph_Driver\src\cmem7_gpio.c + + cmem7_wdg.c @@ -1215,41 +1417,6 @@ StdPeriph_Driver\src\cmem7_rtc.c - - - cmem7_can.c - 1 - StdPeriph_Driver\src\cmem7_can.c - - - - - cmem7_tim.c - 1 - StdPeriph_Driver\src\cmem7_tim.c - - - - - cmem7_spi.c - 1 - StdPeriph_Driver\src\cmem7_spi.c - - - - - cmem7_ddr.c - 1 - StdPeriph_Driver\src\cmem7_ddr.c - - - - - cmem7_aes.c - 1 - StdPeriph_Driver\src\cmem7_aes.c - - cmem7_usb.c @@ -1257,13 +1424,6 @@ StdPeriph_Driver\src\cmem7_usb.c - - - cmem7_uart.c - 1 - StdPeriph_Driver\src\cmem7_uart.c - - lwIP diff --git a/bsp/Vango/v85xx/project.uvprojx b/bsp/Vango/v85xx/project.uvprojx index 871cd8c354..bbf7513f35 100644 --- a/bsp/Vango/v85xx/project.uvprojx +++ b/bsp/Vango/v85xx/project.uvprojx @@ -331,9 +331,9 @@ 0 - __STDC_LIMIT_MACROS, RT_USING_ARMLIBC, V85xx, USE_STDPERIPH_DRIVER, RT_USING_LIBC, __CLK_TCK=RT_TICK_PER_SECOND, __RTTHREAD__, USE_TARGET_DRIVER + USE_TARGET_DRIVER, USE_STDPERIPH_DRIVER, V85xx, __RTTHREAD__, __CLK_TCK=RT_TICK_PER_SECOND, __STDC_LIMIT_MACROS, RT_USING_LIBC, RT_USING_ARMLIBC - ..\..\..\components\libc\compilers\common\extension\fcntl\octal;.;drivers;..\..\..\libcpu\arm\cortex-m0;Libraries\CMSIS\Vango\V85xx\Include;Libraries\VangoV85xx_standard_peripheral\Include;..\..\..\libcpu\arm\common;Libraries\CMSIS;..\..\..\components\finsh;..\..\..\components\libc\posix\io\epoll;..\..\..\components\dfs\dfs_v1\filesystems\devfs;..\..\..\components\drivers\include;..\..\..\include;..\..\..\components\libc\posix\io\eventfd;applications;..\..\..\components\libc\posix\io\poll;..\..\..\components\drivers\include;..\..\..\components\libc\compilers\common\include;..\..\..\components\libc\compilers\common\extension;..\..\..\components\drivers\include;..\..\..\components\drivers\include;..\..\..\components\dfs\dfs_v1\include;..\..\..\components\libc\posix\ipc + ..\..\..\components\dfs\dfs_v1\include;..\..\..\include;..\..\..\components\libc\posix\ipc;drivers;..\..\..\components\drivers\include;..\..\..\components\libc\posix\io\poll;.;..\..\..\components\libc\posix\io\eventfd;..\..\..\components\libc\compilers\common\extension\fcntl\octal;..\..\..\components\finsh;..\..\..\components\drivers\include;..\..\..\components\libc\compilers\common\extension;..\..\..\components\drivers\smp_call;..\..\..\components\drivers\include;..\..\..\components\drivers\phy;..\..\..\components\libc\posix\io\epoll;Libraries\CMSIS;..\..\..\components\dfs\dfs_v1\filesystems\devfs;applications;Libraries\VangoV85xx_standard_peripheral\Include;..\..\..\libcpu\arm\cortex-m0;..\..\..\libcpu\arm\common;..\..\..\components\libc\compilers\common\include;..\..\..\components\drivers\include;Libraries\CMSIS\Vango\V85xx\Include;..\..\..\components\drivers\include @@ -466,9 +466,47 @@ - completion.c + completion_comm.c 1 - ..\..\..\components\drivers\ipc\completion.c + ..\..\..\components\drivers\ipc\completion_comm.c + + + + + + __RT_IPC_SOURCE__ + + + + + + + + + + + completion_up.c + 1 + ..\..\..\components\drivers\ipc\completion_up.c + + + + + + __RT_IPC_SOURCE__ + + + + + + + + + + + condvar.c + 1 + ..\..\..\components\drivers\ipc\condvar.c @@ -599,9 +637,9 @@ - pin.c + dev_pin.c 1 - ..\..\..\components\drivers\pin\pin.c + ..\..\..\components\drivers\pin\dev_pin.c @@ -618,9 +656,9 @@ - serial.c + dev_serial.c 1 - ..\..\..\components\drivers\serial\serial.c + ..\..\..\components\drivers\serial\dev_serial.c @@ -667,6 +705,18 @@ devfs.c 1 ..\..\..\components\dfs\dfs_v1\filesystems\devfs\devfs.c + + + + + --c99 + + + + + + + @@ -674,6 +724,18 @@ dfs.c 1 ..\..\..\components\dfs\dfs_v1\src\dfs.c + + + + + --c99 + + + + + + + @@ -681,6 +743,18 @@ dfs_file.c 1 ..\..\..\components\dfs\dfs_v1\src\dfs_file.c + + + + + --c99 + + + + + + + @@ -688,6 +762,18 @@ dfs_fs.c 1 ..\..\..\components\dfs\dfs_v1\src\dfs_fs.c + + + + + --c99 + + + + + + + @@ -695,6 +781,18 @@ dfs_posix.c 1 ..\..\..\components\dfs\dfs_v1\src\dfs_posix.c + + + + + --c99 + + + + + + + @@ -709,16 +807,9 @@ - msh.c + msh_file.c 1 - ..\..\..\components\finsh\msh.c - - - - - msh_parse.c - 1 - ..\..\..\components\finsh\msh_parse.c + ..\..\..\components\finsh\msh_file.c @@ -730,9 +821,16 @@ - msh_file.c + msh.c 1 - ..\..\..\components\finsh\msh_file.c + ..\..\..\components\finsh\msh.c + + + + + msh_parse.c + 1 + ..\..\..\components\finsh\msh_parse.c @@ -776,6 +874,44 @@ + + + cpu_up.c + 1 + ..\..\..\src\cpu_up.c + + + + + + __RT_KERNEL_SOURCE__ + + + + + + + + + + + defunct.c + 1 + ..\..\..\src\defunct.c + + + + + + __RT_KERNEL_SOURCE__ + + + + + + + + idle.c @@ -833,44 +969,6 @@ - - - kstdio.c - 1 - ..\..\..\src\klibc\kstdio.c - - - - - - __RT_KERNEL_SOURCE__ - - - - - - - - - - - kstring.c - 1 - ..\..\..\src\klibc\kstring.c - - - - - - __RT_KERNEL_SOURCE__ - - - - - - - - kservice.c @@ -1024,6 +1122,44 @@ + + klibc + + + kstdio.c + 1 + ..\..\..\src\klibc\kstdio.c + + + + + kstring.c + 1 + ..\..\..\src\klibc\kstring.c + + + + + rt_vsscanf.c + 1 + ..\..\..\src\klibc\rt_vsscanf.c + + + + + kerrno.c + 1 + ..\..\..\src\klibc\kerrno.c + + + + + rt_vsnprintf_tiny.c + 1 + ..\..\..\src\klibc\rt_vsnprintf_tiny.c + + + libcpu @@ -1057,27 +1193,6 @@ Vango_Lib - - - lib_wdt.c - 1 - Libraries\VangoV85xx_standard_peripheral\Source\lib_wdt.c - - - - - startup_target.S - 2 - Libraries\CMSIS\Vango\V85xx\Source\Keil5\startup_target.S - - - - - lib_i2c.c - 1 - Libraries\VangoV85xx_standard_peripheral\Source\lib_i2c.c - - lib_cortex.c @@ -1085,20 +1200,6 @@ Libraries\CMSIS\Vango\V85xx\Source\lib_cortex.c - - - lib_ana.c - 1 - Libraries\VangoV85xx_standard_peripheral\Source\lib_ana.c - - - - - lib_LoadNVR.c - 1 - Libraries\CMSIS\Vango\V85xx\Source\lib_LoadNVR.c - - lib_comp.c @@ -1108,16 +1209,72 @@ - lib_misc.c + lib_pwm.c 1 - Libraries\VangoV85xx_standard_peripheral\Source\lib_misc.c + Libraries\VangoV85xx_standard_peripheral\Source\lib_pwm.c - lib_tmr.c + lib_ana.c 1 - Libraries\VangoV85xx_standard_peripheral\Source\lib_tmr.c + Libraries\VangoV85xx_standard_peripheral\Source\lib_ana.c + + + + + lib_spi.c + 1 + Libraries\VangoV85xx_standard_peripheral\Source\lib_spi.c + + + + + lib_wdt.c + 1 + Libraries\VangoV85xx_standard_peripheral\Source\lib_wdt.c + + + + + lib_uart.c + 1 + Libraries\VangoV85xx_standard_peripheral\Source\lib_uart.c + + + + + lib_LoadNVR.c + 1 + Libraries\CMSIS\Vango\V85xx\Source\lib_LoadNVR.c + + + + + system_target.c + 1 + Libraries\CMSIS\Vango\V85xx\Source\system_target.c + + + + + startup_target.S + 2 + Libraries\CMSIS\Vango\V85xx\Source\Keil5\startup_target.S + + + + + lib_dma.c + 1 + Libraries\VangoV85xx_standard_peripheral\Source\lib_dma.c + + + + + lib_lcd.c + 1 + Libraries\VangoV85xx_standard_peripheral\Source\lib_lcd.c @@ -1127,6 +1284,20 @@ Libraries\VangoV85xx_standard_peripheral\Source\lib_iso7816.c + + + lib_tmr.c + 1 + Libraries\VangoV85xx_standard_peripheral\Source\lib_tmr.c + + + + + lib_clk.c + 1 + Libraries\VangoV85xx_standard_peripheral\Source\lib_clk.c + + lib_adc_tiny.c @@ -1134,6 +1305,20 @@ Libraries\VangoV85xx_standard_peripheral\Source\lib_adc_tiny.c + + + lib_crypt.c + 1 + Libraries\VangoV85xx_standard_peripheral\Source\lib_crypt.c + + + + + lib_pmu.c + 1 + Libraries\VangoV85xx_standard_peripheral\Source\lib_pmu.c + + lib_CodeRAM.c @@ -1148,20 +1333,6 @@ Libraries\VangoV85xx_standard_peripheral\Source\lib_u32k.c - - - lib_pwm.c - 1 - Libraries\VangoV85xx_standard_peripheral\Source\lib_pwm.c - - - - - lib_rtc.c - 1 - Libraries\VangoV85xx_standard_peripheral\Source\lib_rtc.c - - lib_flash.c @@ -1169,62 +1340,6 @@ Libraries\VangoV85xx_standard_peripheral\Source\lib_flash.c - - - lib_lcd.c - 1 - Libraries\VangoV85xx_standard_peripheral\Source\lib_lcd.c - - - - - lib_uart.c - 1 - Libraries\VangoV85xx_standard_peripheral\Source\lib_uart.c - - - - - lib_crypt.c - 1 - Libraries\VangoV85xx_standard_peripheral\Source\lib_crypt.c - - - - - system_target.c - 1 - Libraries\CMSIS\Vango\V85xx\Source\system_target.c - - - - - lib_spi.c - 1 - Libraries\VangoV85xx_standard_peripheral\Source\lib_spi.c - - - - - lib_pmu.c - 1 - Libraries\VangoV85xx_standard_peripheral\Source\lib_pmu.c - - - - - lib_clk.c - 1 - Libraries\VangoV85xx_standard_peripheral\Source\lib_clk.c - - - - - lib_dma.c - 1 - Libraries\VangoV85xx_standard_peripheral\Source\lib_dma.c - - lib_version.c @@ -1234,9 +1349,9 @@ - lib_adc.c + lib_rtc.c 1 - Libraries\VangoV85xx_standard_peripheral\Source\lib_adc.c + Libraries\VangoV85xx_standard_peripheral\Source\lib_rtc.c @@ -1246,6 +1361,27 @@ Libraries\VangoV85xx_standard_peripheral\Source\lib_gpio.c + + + lib_misc.c + 1 + Libraries\VangoV85xx_standard_peripheral\Source\lib_misc.c + + + + + lib_adc.c + 1 + Libraries\VangoV85xx_standard_peripheral\Source\lib_adc.c + + + + + lib_i2c.c + 1 + Libraries\VangoV85xx_standard_peripheral\Source\lib_i2c.c + + diff --git a/bsp/Vango/v85xxp/project.uvprojx b/bsp/Vango/v85xxp/project.uvprojx index 1af4617310..eb83765109 100644 --- a/bsp/Vango/v85xxp/project.uvprojx +++ b/bsp/Vango/v85xxp/project.uvprojx @@ -331,9 +331,9 @@ 0 - __STDC_LIMIT_MACROS, RT_USING_ARMLIBC, USE_STDPERIPH_DRIVER, RT_USING_LIBC, __CLK_TCK=RT_TICK_PER_SECOND, __RTTHREAD__, USE_TARGET_DRIVER, V85XXP + USE_STDPERIPH_DRIVER, RT_USING_LIBC, __STDC_LIMIT_MACROS, V85XXP, USE_TARGET_DRIVER, RT_USING_ARMLIBC, __RTTHREAD__, __CLK_TCK=RT_TICK_PER_SECOND - ..\..\..\libcpu\arm\cortex-m0;applications;Libraries\CMSIS;..\..\..\components\libc\compilers\common\extension\fcntl\octal;..\..\..\components\libc\compilers\common\include;drivers;.;..\..\..\components\finsh;..\..\..\components\drivers\include;..\..\..\libcpu\arm\common;..\..\..\components\dfs\dfs_v1\include;..\..\..\components\drivers\include;..\..\..\include;..\..\..\components\libc\posix\io\eventfd;..\..\..\components\libc\posix\io\poll;Libraries\VangoV85xxP_standard_peripheral\Include;..\..\..\components\drivers\include;..\..\..\components\libc\compilers\common\extension;..\..\..\components\drivers\include;..\..\..\components\libc\posix\io\epoll;Libraries\CMSIS\Vango\V85xxP\Include;..\..\..\components\libc\posix\ipc + ..\..\..\components\libc\compilers\common\include;..\..\..\libcpu\arm\cortex-m0;drivers;..\..\..\components\drivers\include;..\..\..\components\drivers\include;.;Libraries\VangoV85xxP_standard_peripheral\Include;Libraries\CMSIS;..\..\..\components\drivers\include;..\..\..\components\dfs\dfs_v1\include;..\..\..\components\finsh;..\..\..\components\libc\posix\ipc;..\..\..\components\drivers\include;..\..\..\components\libc\posix\io\eventfd;..\..\..\components\libc\compilers\common\extension;..\..\..\components\drivers\include;..\..\..\components\libc\posix\io\epoll;..\..\..\components\libc\posix\io\poll;applications;Libraries\CMSIS\Vango\V85xxP\Include;..\..\..\components\drivers\phy;..\..\..\components\libc\compilers\common\extension\fcntl\octal;..\..\..\components\drivers\smp_call;..\..\..\include;..\..\..\libcpu\arm\common @@ -466,9 +466,47 @@ - completion.c + completion_comm.c 1 - ..\..\..\components\drivers\ipc\completion.c + ..\..\..\components\drivers\ipc\completion_comm.c + + + + + + __RT_IPC_SOURCE__ + + + + + + + + + + + completion_up.c + 1 + ..\..\..\components\drivers\ipc\completion_up.c + + + + + + __RT_IPC_SOURCE__ + + + + + + + + + + + condvar.c + 1 + ..\..\..\components\drivers\ipc\condvar.c @@ -599,9 +637,9 @@ - pin.c + dev_pin.c 1 - ..\..\..\components\drivers\pin\pin.c + ..\..\..\components\drivers\pin\dev_pin.c @@ -618,9 +656,9 @@ - serial.c + dev_serial.c 1 - ..\..\..\components\drivers\serial\serial.c + ..\..\..\components\drivers\serial\dev_serial.c @@ -638,6 +676,13 @@ Drivers + + + board.c + 1 + drivers\board.c + + drv_gpio.c @@ -652,13 +697,6 @@ drivers\drv_usart.c - - - board.c - 1 - drivers\board.c - - Filesystem @@ -667,13 +705,18 @@ dfs_posix.c 1 ..\..\..\components\dfs\dfs_v1\src\dfs_posix.c - - - - - dfs_fs.c - 1 - ..\..\..\components\dfs\dfs_v1\src\dfs_fs.c + + + + + --c99 + + + + + + + @@ -681,6 +724,37 @@ dfs.c 1 ..\..\..\components\dfs\dfs_v1\src\dfs.c + + + + + --c99 + + + + + + + + + + + + dfs_fs.c + 1 + ..\..\..\components\dfs\dfs_v1\src\dfs_fs.c + + + + + --c99 + + + + + + + @@ -688,6 +762,18 @@ dfs_file.c 1 ..\..\..\components\dfs\dfs_v1\src\dfs_file.c + + + + + --c99 + + + + + + + @@ -700,13 +786,6 @@ ..\..\..\components\finsh\shell.c - - - msh.c - 1 - ..\..\..\components\finsh\msh.c - - msh_parse.c @@ -721,6 +800,13 @@ ..\..\..\components\finsh\cmd.c + + + msh.c + 1 + ..\..\..\components\finsh\msh.c + + msh_file.c @@ -769,6 +855,44 @@ + + + cpu_up.c + 1 + ..\..\..\src\cpu_up.c + + + + + + __RT_KERNEL_SOURCE__ + + + + + + + + + + + defunct.c + 1 + ..\..\..\src\defunct.c + + + + + + __RT_KERNEL_SOURCE__ + + + + + + + + idle.c @@ -826,44 +950,6 @@ - - - kstdio.c - 1 - ..\..\..\src\klibc\kstdio.c - - - - - - __RT_KERNEL_SOURCE__ - - - - - - - - - - - kstring.c - 1 - ..\..\..\src\klibc\kstring.c - - - - - - __RT_KERNEL_SOURCE__ - - - - - - - - kservice.c @@ -1017,6 +1103,44 @@ + + klibc + + + kerrno.c + 1 + ..\..\..\src\klibc\kerrno.c + + + + + rt_vsscanf.c + 1 + ..\..\..\src\klibc\rt_vsscanf.c + + + + + kstring.c + 1 + ..\..\..\src\klibc\kstring.c + + + + + kstdio.c + 1 + ..\..\..\src\klibc\kstdio.c + + + + + rt_vsnprintf_tiny.c + 1 + ..\..\..\src\klibc\rt_vsnprintf_tiny.c + + + libcpu @@ -1052,16 +1176,9 @@ Vango_Lib - lib_adc_tiny.c + lib_CodeRAM.c 1 - Libraries\VangoV85xxP_standard_peripheral\Source\lib_adc_tiny.c - - - - - lib_uart.c - 1 - Libraries\VangoV85xxP_standard_peripheral\Source\lib_uart.c + Libraries\CMSIS\Vango\V85xxP\Source\lib_CodeRAM.c @@ -1073,72 +1190,23 @@ - lib_lcd.c + lib_LoadNVR.c 1 - Libraries\VangoV85xxP_standard_peripheral\Source\lib_lcd.c + Libraries\CMSIS\Vango\V85xxP\Source\lib_LoadNVR.c - lib_adc.c + lib_version.c 1 - Libraries\VangoV85xxP_standard_peripheral\Source\lib_adc.c + Libraries\VangoV85xxP_standard_peripheral\Source\lib_version.c - lib_flash.c + lib_adc_tiny.c 1 - Libraries\VangoV85xxP_standard_peripheral\Source\lib_flash.c - - - - - lib_misc.c - 1 - Libraries\VangoV85xxP_standard_peripheral\Source\lib_misc.c - - - - - lib_spi.c - 1 - Libraries\VangoV85xxP_standard_peripheral\Source\lib_spi.c - - - - - lib_ana.c - 1 - Libraries\VangoV85xxP_standard_peripheral\Source\lib_ana.c - - - - - lib_tmr.c - 1 - Libraries\VangoV85xxP_standard_peripheral\Source\lib_tmr.c - - - - - lib_cortex.c - 1 - Libraries\CMSIS\Vango\V85xxP\Source\lib_cortex.c - - - - - lib_cmp.c - 1 - Libraries\VangoV85xxP_standard_peripheral\Source\lib_cmp.c - - - - - lib_crypt.c - 1 - Libraries\VangoV85xxP_standard_peripheral\Source\lib_crypt.c + Libraries\VangoV85xxP_standard_peripheral\Source\lib_adc_tiny.c @@ -1150,16 +1218,9 @@ - lib_pwm.c + lib_rtc.c 1 - Libraries\VangoV85xxP_standard_peripheral\Source\lib_pwm.c - - - - - lib_clk.c - 1 - Libraries\VangoV85xxP_standard_peripheral\Source\lib_clk.c + Libraries\VangoV85xxP_standard_peripheral\Source\lib_rtc.c @@ -1171,9 +1232,23 @@ - lib_pmu.c + lib_cmp.c 1 - Libraries\VangoV85xxP_standard_peripheral\Source\lib_pmu.c + Libraries\VangoV85xxP_standard_peripheral\Source\lib_cmp.c + + + + + lib_misc.c + 1 + Libraries\VangoV85xxP_standard_peripheral\Source\lib_misc.c + + + + + lib_ana.c + 1 + Libraries\VangoV85xxP_standard_peripheral\Source\lib_ana.c @@ -1185,23 +1260,23 @@ - lib_i2c.c + lib_clk.c 1 - Libraries\VangoV85xxP_standard_peripheral\Source\lib_i2c.c + Libraries\VangoV85xxP_standard_peripheral\Source\lib_clk.c - lib_LoadNVR.c + lib_uart.c 1 - Libraries\CMSIS\Vango\V85xxP\Source\lib_LoadNVR.c + Libraries\VangoV85xxP_standard_peripheral\Source\lib_uart.c - lib_rtc.c + lib_cortex.c 1 - Libraries\VangoV85xxP_standard_peripheral\Source\lib_rtc.c + Libraries\CMSIS\Vango\V85xxP\Source\lib_cortex.c @@ -1213,16 +1288,30 @@ - startup_target.S - 2 - Libraries\CMSIS\Vango\V85xxP\Source\Keil5\startup_target.S + lib_spi.c + 1 + Libraries\VangoV85xxP_standard_peripheral\Source\lib_spi.c - lib_CodeRAM.c + lib_crypt.c 1 - Libraries\CMSIS\Vango\V85xxP\Source\lib_CodeRAM.c + Libraries\VangoV85xxP_standard_peripheral\Source\lib_crypt.c + + + + + lib_pwm.c + 1 + Libraries\VangoV85xxP_standard_peripheral\Source\lib_pwm.c + + + + + lib_i2c.c + 1 + Libraries\VangoV85xxP_standard_peripheral\Source\lib_i2c.c @@ -1234,9 +1323,44 @@ - lib_version.c + lib_pmu.c 1 - Libraries\VangoV85xxP_standard_peripheral\Source\lib_version.c + Libraries\VangoV85xxP_standard_peripheral\Source\lib_pmu.c + + + + + lib_tmr.c + 1 + Libraries\VangoV85xxP_standard_peripheral\Source\lib_tmr.c + + + + + lib_adc.c + 1 + Libraries\VangoV85xxP_standard_peripheral\Source\lib_adc.c + + + + + startup_target.S + 2 + Libraries\CMSIS\Vango\V85xxP\Source\Keil5\startup_target.S + + + + + lib_flash.c + 1 + Libraries\VangoV85xxP_standard_peripheral\Source\lib_flash.c + + + + + lib_lcd.c + 1 + Libraries\VangoV85xxP_standard_peripheral\Source\lib_lcd.c diff --git a/bsp/acm32/acm32f0x0-nucleo/project.ewp b/bsp/acm32/acm32f0x0-nucleo/project.ewp index b14d36e28a..964665612d 100644 --- a/bsp/acm32/acm32f0x0-nucleo/project.ewp +++ b/bsp/acm32/acm32f0x0-nucleo/project.ewp @@ -356,24 +356,26 @@ @@ -353,30 +352,27 @@ @@ -1404,30 +1399,27 @@ @@ -353,30 +352,27 @@ @@ -1404,30 +1399,27 @@ @@ -353,29 +352,26 @@ @@ -1403,29 +1398,26 @@ @@ -353,30 +352,27 @@ @@ -1404,30 +1399,27 @@ @@ -353,30 +352,27 @@ @@ -1404,30 +1399,27 @@ @@ -353,30 +352,27 @@ @@ -1404,30 +1399,27 @@ @@ -354,29 +353,26 @@ CCIncludePath2 $PROJ_DIR$\..\..\..\components\drivers\smp_call - $PROJ_DIR$\..\..\..\components\libc\compilers\common\extension\fcntl\octal - $PROJ_DIR$\..\libraries\rt_drivers\config - $PROJ_DIR$\..\..\..\components\finsh - $PROJ_DIR$\..\..\..\components\libc\posix\io\poll - $PROJ_DIR$\..\libraries\AT32F435_437_Firmware_Library\cmsis\cm4\core_support - $PROJ_DIR$\..\..\..\include - $PROJ_DIR$\..\..\..\components\libc\posix\io\epoll - $PROJ_DIR$\..\..\..\components\libc\compilers\common\include $PROJ_DIR$\..\..\..\libcpu\arm\cortex-m4 - $PROJ_DIR$\..\..\..\components\libc\compilers\common\extension - $PROJ_DIR$\board\inc - $PROJ_DIR$\..\libraries\AT32F435_437_Firmware_Library\drivers\inc - $PROJ_DIR$\..\libraries\usbotg_library\inc - $PROJ_DIR$\..\..\..\libcpu\arm\common - $PROJ_DIR$\applications $PROJ_DIR$\board - $PROJ_DIR$\. $PROJ_DIR$\..\..\..\components\libc\posix\ipc - $PROJ_DIR$\..\..\..\components\drivers\phy + $PROJ_DIR$\..\..\..\components\finsh $PROJ_DIR$\..\libraries\rt_drivers - $PROJ_DIR$\..\libraries\AT32F435_437_Firmware_Library\cmsis\cm4\device_support - $PROJ_DIR$\..\..\..\components\libc\posix\io\eventfd + $PROJ_DIR$\..\..\..\components\libc\posix\io\poll + $PROJ_DIR$\. + $PROJ_DIR$\board\inc + $PROJ_DIR$\..\libraries\usbotg_library\inc + $PROJ_DIR$\..\..\..\components\libc\compilers\common\extension\fcntl\octal + $PROJ_DIR$\..\..\..\components\libc\compilers\common\extension + $PROJ_DIR$\..\..\..\include + $PROJ_DIR$\..\..\..\libcpu\arm\common + $PROJ_DIR$\..\libraries\rt_drivers\config + $PROJ_DIR$\..\..\..\components\drivers\phy + $PROJ_DIR$\applications $PROJ_DIR$\..\..\..\components\drivers\include + $PROJ_DIR$\..\..\..\components\libc\posix\io\epoll + $PROJ_DIR$\..\..\..\components\libc\posix\io\eventfd + $PROJ_DIR$\..\..\..\components\libc\compilers\common\include @@ -1405,29 +1400,26 @@ CCIncludePath2 $PROJ_DIR$\..\..\..\components\drivers\smp_call - $PROJ_DIR$\..\..\..\components\libc\compilers\common\extension\fcntl\octal - $PROJ_DIR$\..\libraries\rt_drivers\config - $PROJ_DIR$\..\..\..\components\finsh - $PROJ_DIR$\..\..\..\components\libc\posix\io\poll - $PROJ_DIR$\..\libraries\AT32F435_437_Firmware_Library\cmsis\cm4\core_support - $PROJ_DIR$\..\..\..\include - $PROJ_DIR$\..\..\..\components\libc\posix\io\epoll - $PROJ_DIR$\..\..\..\components\libc\compilers\common\include $PROJ_DIR$\..\..\..\libcpu\arm\cortex-m4 - $PROJ_DIR$\..\..\..\components\libc\compilers\common\extension - $PROJ_DIR$\board\inc - $PROJ_DIR$\..\libraries\AT32F435_437_Firmware_Library\drivers\inc - $PROJ_DIR$\..\libraries\usbotg_library\inc - $PROJ_DIR$\..\..\..\libcpu\arm\common - $PROJ_DIR$\applications $PROJ_DIR$\board - $PROJ_DIR$\. $PROJ_DIR$\..\..\..\components\libc\posix\ipc - $PROJ_DIR$\..\..\..\components\drivers\phy + $PROJ_DIR$\..\..\..\components\finsh $PROJ_DIR$\..\libraries\rt_drivers - $PROJ_DIR$\..\libraries\AT32F435_437_Firmware_Library\cmsis\cm4\device_support - $PROJ_DIR$\..\..\..\components\libc\posix\io\eventfd + $PROJ_DIR$\..\..\..\components\libc\posix\io\poll + $PROJ_DIR$\. + $PROJ_DIR$\board\inc + $PROJ_DIR$\..\libraries\usbotg_library\inc + $PROJ_DIR$\..\..\..\components\libc\compilers\common\extension\fcntl\octal + $PROJ_DIR$\..\..\..\components\libc\compilers\common\extension + $PROJ_DIR$\..\..\..\include + $PROJ_DIR$\..\..\..\libcpu\arm\common + $PROJ_DIR$\..\libraries\rt_drivers\config + $PROJ_DIR$\..\..\..\components\drivers\phy + $PROJ_DIR$\applications $PROJ_DIR$\..\..\..\components\drivers\include + $PROJ_DIR$\..\..\..\components\libc\posix\io\epoll + $PROJ_DIR$\..\..\..\components\libc\posix\io\eventfd + $PROJ_DIR$\..\..\..\components\libc\compilers\common\include @@ -353,30 +352,27 @@ @@ -1404,30 +1399,27 @@ @@ -353,30 +352,27 @@ @@ -1404,30 +1399,27 @@ @@ -353,30 +352,27 @@ @@ -1404,30 +1399,27 @@ @@ -353,29 +352,26 @@ @@ -1403,29 +1398,26 @@ @@ -353,29 +352,26 @@ @@ -1403,29 +1398,26 @@