diff --git a/bsp/CME_M7/project.uvproj b/bsp/CME_M7/project.uvproj
index 4076b40b0ef..50242f41d17 100644
--- a/bsp/CME_M7/project.uvproj
+++ b/bsp/CME_M7/project.uvproj
@@ -361,9 +361,9 @@
0
- RT_USING_ARM_LIBC
+ RT_USING_ARM_LIBC, __RTTHREAD__, __CLK_TCK=RT_TICK_PER_SECOND
- .;..\..\include;applications;.;CMSIS\CME_M7;CMSIS\CMSIS\Include;drivers;StdPeriph_Driver\inc;..\..\libcpu\arm\common;..\..\libcpu\arm\cortex-m3;..\..\components\drivers\include;..\..\components\drivers\include;..\..\components\finsh;..\..\components\libc\compilers\armlibc;..\..\components\libc\compilers\common;..\..\components\net\lwip-2.0.2\src;..\..\components\net\lwip-2.0.2\src\include;..\..\components\net\lwip-2.0.2\src\include\ipv4;..\..\components\net\lwip-2.0.2\src\arch\include;..\..\components\net\lwip-2.0.2\src\include\netif;..\..\components\net\lwip-2.0.2\src\include\posix
+ applications;.;CMSIS\CME_M7;CMSIS\CMSIS\Include;..\..\libcpu\arm\common;..\..\libcpu\arm\cortex-m3;..\..\components\drivers\include;..\..\components\drivers\include;drivers;..\..\components\finsh;.;..\..\include;..\..\components\libc\compilers\armlibc;..\..\components\libc\compilers\common;..\..\components\libc\compilers\common\nogcc;StdPeriph_Driver\inc;..\..\components\net\lwip-2.0.3\src;..\..\components\net\lwip-2.0.3\src\include;..\..\components\net\lwip-2.0.3\src\include\ipv4;..\..\components\net\lwip-2.0.3\src\arch\include;..\..\components\net\lwip-2.0.3\src\include\netif;..\..\components\net\lwip-2.0.3\src\include\posix;..\..\examples\utest\testcases\kernel
@@ -404,151 +404,140 @@
- Kernel
-
-
- clock.c
- 1
- ..\..\src\clock.c
-
-
+ Applications
- components.c
+ startup.c
1
- ..\..\src\components.c
+ applications\startup.c
- cpu.c
+ led.c
1
- ..\..\src\cpu.c
+ applications\led.c
- device.c
+ application.c
1
- ..\..\src\device.c
+ applications\application.c
+
+
+ CMSIS
- idle.c
- 1
- ..\..\src\idle.c
+ startup_cmem7.s
+ 2
+ CMSIS\CME_M7\startup\arm\startup_cmem7.s
- ipc.c
+ system_cmem7.c
1
- ..\..\src\ipc.c
+ CMSIS\CME_M7\system_cmem7.c
+
+
+ CPU
- irq.c
+ showmem.c
1
- ..\..\src\irq.c
+ ..\..\libcpu\arm\common\showmem.c
- kservice.c
+ backtrace.c
1
- ..\..\src\kservice.c
+ ..\..\libcpu\arm\common\backtrace.c
- mem.c
+ div0.c
1
- ..\..\src\mem.c
+ ..\..\libcpu\arm\common\div0.c
- mempool.c
+ cpuport.c
1
- ..\..\src\mempool.c
+ ..\..\libcpu\arm\cortex-m3\cpuport.c
- object.c
- 1
- ..\..\src\object.c
+ context_rvds.S
+ 2
+ ..\..\libcpu\arm\cortex-m3\context_rvds.S
+
+
+ DeviceDrivers
- scheduler.c
+ serial.c
1
- ..\..\src\scheduler.c
+ ..\..\components\drivers\serial\serial.c
- signal.c
+ waitqueue.c
1
- ..\..\src\signal.c
+ ..\..\components\drivers\src\waitqueue.c
- thread.c
+ pipe.c
1
- ..\..\src\thread.c
+ ..\..\components\drivers\src\pipe.c
- timer.c
+ dataqueue.c
1
- ..\..\src\timer.c
+ ..\..\components\drivers\src\dataqueue.c
-
-
- Applications
- application.c
+ ringblk_buf.c
1
- applications\application.c
+ ..\..\components\drivers\src\ringblk_buf.c
- led.c
+ completion.c
1
- applications\led.c
+ ..\..\components\drivers\src\completion.c
- startup.c
+ workqueue.c
1
- applications\startup.c
+ ..\..\components\drivers\src\workqueue.c
-
-
- CMSIS
- system_cmem7.c
+ ringbuffer.c
1
- CMSIS\CME_M7\system_cmem7.c
-
-
-
-
- startup_cmem7.s
- 2
- CMSIS\CME_M7\startup\arm\startup_cmem7.s
+ ..\..\components\drivers\src\ringbuffer.c
@@ -556,9 +545,9 @@
Drivers
- board.c
+ emac.c
1
- drivers\board.c
+ drivers\emac.c
@@ -570,9 +559,9 @@
- emac.c
+ board.c
1
- drivers\emac.c
+ drivers\board.c
@@ -584,346 +573,273 @@
- StdPeriph_Driver
-
-
- cmem7_adc.c
- 1
- StdPeriph_Driver\src\cmem7_adc.c
-
-
-
-
- cmem7_aes.c
- 1
- StdPeriph_Driver\src\cmem7_aes.c
-
-
-
-
- cmem7_can.c
- 1
- StdPeriph_Driver\src\cmem7_can.c
-
-
-
-
- cmem7_ddr.c
- 1
- StdPeriph_Driver\src\cmem7_ddr.c
-
-
-
-
- cmem7_dma.c
- 1
- StdPeriph_Driver\src\cmem7_dma.c
-
-
-
-
- cmem7_efuse.c
- 1
- StdPeriph_Driver\src\cmem7_efuse.c
-
-
+ Finsh
- cmem7_eth.c
+ shell.c
1
- StdPeriph_Driver\src\cmem7_eth.c
+ ..\..\components\finsh\shell.c
- cmem7_flash.c
+ msh.c
1
- StdPeriph_Driver\src\cmem7_flash.c
+ ..\..\components\finsh\msh.c
+
+
+ Kernel
- cmem7_gpio.c
+ mem.c
1
- StdPeriph_Driver\src\cmem7_gpio.c
+ ..\..\src\mem.c
- cmem7_i2c.c
+ components.c
1
- StdPeriph_Driver\src\cmem7_i2c.c
+ ..\..\src\components.c
- cmem7_misc.c
+ kservice.c
1
- StdPeriph_Driver\src\cmem7_misc.c
+ ..\..\src\kservice.c
- cmem7_rtc.c
+ clock.c
1
- StdPeriph_Driver\src\cmem7_rtc.c
+ ..\..\src\clock.c
- cmem7_spi.c
+ idle.c
1
- StdPeriph_Driver\src\cmem7_spi.c
+ ..\..\src\idle.c
- cmem7_tim.c
+ device.c
1
- StdPeriph_Driver\src\cmem7_tim.c
+ ..\..\src\device.c
- cmem7_uart.c
+ scheduler.c
1
- StdPeriph_Driver\src\cmem7_uart.c
+ ..\..\src\scheduler.c
- cmem7_usb.c
+ ipc.c
1
- StdPeriph_Driver\src\cmem7_usb.c
+ ..\..\src\ipc.c
- cmem7_wdg.c
+ mempool.c
1
- StdPeriph_Driver\src\cmem7_wdg.c
+ ..\..\src\mempool.c
-
-
- cpu
- backtrace.c
+ thread.c
1
- ..\..\libcpu\arm\common\backtrace.c
+ ..\..\src\thread.c
- div0.c
+ irq.c
1
- ..\..\libcpu\arm\common\div0.c
+ ..\..\src\irq.c
- showmem.c
+ object.c
1
- ..\..\libcpu\arm\common\showmem.c
+ ..\..\src\object.c
- cpuport.c
+ timer.c
1
- ..\..\libcpu\arm\cortex-m3\cpuport.c
-
-
-
-
- context_rvds.S
- 2
- ..\..\libcpu\arm\cortex-m3\context_rvds.S
+ ..\..\src\timer.c
- DeviceDrivers
-
-
- serial.c
- 1
- ..\..\components\drivers\serial\serial.c
-
-
-
-
- completion.c
- 1
- ..\..\components\drivers\src\completion.c
-
-
-
-
- dataqueue.c
- 1
- ..\..\components\drivers\src\dataqueue.c
-
-
+ libc
- pipe.c
+ libc.c
1
- ..\..\components\drivers\src\pipe.c
+ ..\..\components\libc\compilers\armlibc\libc.c
- ringblk_buf.c
+ syscalls.c
1
- ..\..\components\drivers\src\ringblk_buf.c
+ ..\..\components\libc\compilers\armlibc\syscalls.c
- ringbuffer.c
+ mem_std.c
1
- ..\..\components\drivers\src\ringbuffer.c
+ ..\..\components\libc\compilers\armlibc\mem_std.c
- waitqueue.c
+ stdlib.c
1
- ..\..\components\drivers\src\waitqueue.c
+ ..\..\components\libc\compilers\common\stdlib.c
- workqueue.c
+ time.c
1
- ..\..\components\drivers\src\workqueue.c
+ ..\..\components\libc\compilers\common\time.c
- finsh
+ Libraries
- shell.c
+ cmem7_usb.c
1
- ..\..\components\finsh\shell.c
+ StdPeriph_Driver\src\cmem7_usb.c
- cmd.c
+ cmem7_aes.c
1
- ..\..\components\finsh\cmd.c
+ StdPeriph_Driver\src\cmem7_aes.c
- msh.c
+ cmem7_wdg.c
1
- ..\..\components\finsh\msh.c
+ StdPeriph_Driver\src\cmem7_wdg.c
- finsh_compiler.c
+ cmem7_ddr.c
1
- ..\..\components\finsh\finsh_compiler.c
+ StdPeriph_Driver\src\cmem7_ddr.c
- finsh_error.c
+ cmem7_gpio.c
1
- ..\..\components\finsh\finsh_error.c
+ StdPeriph_Driver\src\cmem7_gpio.c
- finsh_heap.c
+ cmem7_flash.c
1
- ..\..\components\finsh\finsh_heap.c
+ StdPeriph_Driver\src\cmem7_flash.c
- finsh_init.c
+ cmem7_efuse.c
1
- ..\..\components\finsh\finsh_init.c
+ StdPeriph_Driver\src\cmem7_efuse.c
- finsh_node.c
+ cmem7_spi.c
1
- ..\..\components\finsh\finsh_node.c
+ StdPeriph_Driver\src\cmem7_spi.c
- finsh_ops.c
+ cmem7_uart.c
1
- ..\..\components\finsh\finsh_ops.c
+ StdPeriph_Driver\src\cmem7_uart.c
- finsh_parser.c
+ cmem7_can.c
1
- ..\..\components\finsh\finsh_parser.c
+ StdPeriph_Driver\src\cmem7_can.c
- finsh_var.c
+ cmem7_misc.c
1
- ..\..\components\finsh\finsh_var.c
+ StdPeriph_Driver\src\cmem7_misc.c
- finsh_vm.c
+ cmem7_eth.c
1
- ..\..\components\finsh\finsh_vm.c
+ StdPeriph_Driver\src\cmem7_eth.c
- finsh_token.c
+ cmem7_dma.c
1
- ..\..\components\finsh\finsh_token.c
+ StdPeriph_Driver\src\cmem7_dma.c
-
-
- libc
- libc.c
+ cmem7_rtc.c
1
- ..\..\components\libc\compilers\armlibc\libc.c
+ StdPeriph_Driver\src\cmem7_rtc.c
- mem_std.c
+ cmem7_tim.c
1
- ..\..\components\libc\compilers\armlibc\mem_std.c
+ StdPeriph_Driver\src\cmem7_tim.c
- stubs.c
+ cmem7_adc.c
1
- ..\..\components\libc\compilers\armlibc\stubs.c
+ StdPeriph_Driver\src\cmem7_adc.c
- time.c
+ cmem7_i2c.c
1
- ..\..\components\libc\compilers\common\time.c
+ StdPeriph_Driver\src\cmem7_i2c.c
@@ -931,254 +847,254 @@
lwIP
- sys_arch.c
+ netdb.c
1
- ..\..\components\net\lwip-2.0.2\src\arch\sys_arch.c
+ ..\..\components\net\lwip-2.0.3\src\api\netdb.c
- api_lib.c
+ ip.c
1
- ..\..\components\net\lwip-2.0.2\src\api\api_lib.c
+ ..\..\components\net\lwip-2.0.3\src\core\ip.c
- api_msg.c
+ autoip.c
1
- ..\..\components\net\lwip-2.0.2\src\api\api_msg.c
+ ..\..\components\net\lwip-2.0.3\src\core\ipv4\autoip.c
- err.c
+ ethernet.c
1
- ..\..\components\net\lwip-2.0.2\src\api\err.c
+ ..\..\components\net\lwip-2.0.3\src\netif\ethernet.c
- netbuf.c
+ netif.c
1
- ..\..\components\net\lwip-2.0.2\src\api\netbuf.c
+ ..\..\components\net\lwip-2.0.3\src\core\netif.c
- netdb.c
+ sys.c
1
- ..\..\components\net\lwip-2.0.2\src\api\netdb.c
+ ..\..\components\net\lwip-2.0.3\src\core\sys.c
- netifapi.c
+ sockets.c
1
- ..\..\components\net\lwip-2.0.2\src\api\netifapi.c
+ ..\..\components\net\lwip-2.0.3\src\api\sockets.c
- sockets.c
+ netifapi.c
1
- ..\..\components\net\lwip-2.0.2\src\api\sockets.c
+ ..\..\components\net\lwip-2.0.3\src\api\netifapi.c
tcpip.c
1
- ..\..\components\net\lwip-2.0.2\src\api\tcpip.c
+ ..\..\components\net\lwip-2.0.3\src\api\tcpip.c
- def.c
+ ip4_addr.c
1
- ..\..\components\net\lwip-2.0.2\src\core\def.c
+ ..\..\components\net\lwip-2.0.3\src\core\ipv4\ip4_addr.c
- dns.c
+ dhcp.c
1
- ..\..\components\net\lwip-2.0.2\src\core\dns.c
+ ..\..\components\net\lwip-2.0.3\src\core\ipv4\dhcp.c
- inet_chksum.c
+ init.c
1
- ..\..\components\net\lwip-2.0.2\src\core\inet_chksum.c
+ ..\..\components\net\lwip-2.0.3\src\core\init.c
- init.c
+ ethernetif.c
1
- ..\..\components\net\lwip-2.0.2\src\core\init.c
+ ..\..\components\net\lwip-2.0.3\src\netif\ethernetif.c
- ip.c
+ etharp.c
1
- ..\..\components\net\lwip-2.0.2\src\core\ip.c
+ ..\..\components\net\lwip-2.0.3\src\core\ipv4\etharp.c
memp.c
1
- ..\..\components\net\lwip-2.0.2\src\core\memp.c
+ ..\..\components\net\lwip-2.0.3\src\core\memp.c
- netif.c
+ ip4.c
1
- ..\..\components\net\lwip-2.0.2\src\core\netif.c
+ ..\..\components\net\lwip-2.0.3\src\core\ipv4\ip4.c
- pbuf.c
+ netbuf.c
1
- ..\..\components\net\lwip-2.0.2\src\core\pbuf.c
+ ..\..\components\net\lwip-2.0.3\src\api\netbuf.c
raw.c
1
- ..\..\components\net\lwip-2.0.2\src\core\raw.c
+ ..\..\components\net\lwip-2.0.3\src\core\raw.c
- stats.c
+ ip4_frag.c
1
- ..\..\components\net\lwip-2.0.2\src\core\stats.c
+ ..\..\components\net\lwip-2.0.3\src\core\ipv4\ip4_frag.c
- sys.c
+ tcp_out.c
1
- ..\..\components\net\lwip-2.0.2\src\core\sys.c
+ ..\..\components\net\lwip-2.0.3\src\core\tcp_out.c
- tcp.c
+ lowpan6.c
1
- ..\..\components\net\lwip-2.0.2\src\core\tcp.c
+ ..\..\components\net\lwip-2.0.3\src\netif\lowpan6.c
- tcp_in.c
+ icmp.c
1
- ..\..\components\net\lwip-2.0.2\src\core\tcp_in.c
+ ..\..\components\net\lwip-2.0.3\src\core\ipv4\icmp.c
- tcp_out.c
+ api_lib.c
1
- ..\..\components\net\lwip-2.0.2\src\core\tcp_out.c
+ ..\..\components\net\lwip-2.0.3\src\api\api_lib.c
- timeouts.c
+ inet_chksum.c
1
- ..\..\components\net\lwip-2.0.2\src\core\timeouts.c
+ ..\..\components\net\lwip-2.0.3\src\core\inet_chksum.c
- udp.c
+ stats.c
1
- ..\..\components\net\lwip-2.0.2\src\core\udp.c
+ ..\..\components\net\lwip-2.0.3\src\core\stats.c
- ethernet.c
+ err.c
1
- ..\..\components\net\lwip-2.0.2\src\netif\ethernet.c
+ ..\..\components\net\lwip-2.0.3\src\api\err.c
- ethernetif.c
+ tcp_in.c
1
- ..\..\components\net\lwip-2.0.2\src\netif\ethernetif.c
+ ..\..\components\net\lwip-2.0.3\src\core\tcp_in.c
- lowpan6.c
+ dns.c
1
- ..\..\components\net\lwip-2.0.2\src\netif\lowpan6.c
+ ..\..\components\net\lwip-2.0.3\src\core\dns.c
- autoip.c
+ sys_arch.c
1
- ..\..\components\net\lwip-2.0.2\src\core\ipv4\autoip.c
+ ..\..\components\net\lwip-2.0.3\src\arch\sys_arch.c
- dhcp.c
+ timeouts.c
1
- ..\..\components\net\lwip-2.0.2\src\core\ipv4\dhcp.c
+ ..\..\components\net\lwip-2.0.3\src\core\timeouts.c
- etharp.c
+ igmp.c
1
- ..\..\components\net\lwip-2.0.2\src\core\ipv4\etharp.c
+ ..\..\components\net\lwip-2.0.3\src\core\ipv4\igmp.c
- icmp.c
+ udp.c
1
- ..\..\components\net\lwip-2.0.2\src\core\ipv4\icmp.c
+ ..\..\components\net\lwip-2.0.3\src\core\udp.c
- igmp.c
+ pbuf.c
1
- ..\..\components\net\lwip-2.0.2\src\core\ipv4\igmp.c
+ ..\..\components\net\lwip-2.0.3\src\core\pbuf.c
- ip4.c
+ def.c
1
- ..\..\components\net\lwip-2.0.2\src\core\ipv4\ip4.c
+ ..\..\components\net\lwip-2.0.3\src\core\def.c
- ip4_addr.c
+ api_msg.c
1
- ..\..\components\net\lwip-2.0.2\src\core\ipv4\ip4_addr.c
+ ..\..\components\net\lwip-2.0.3\src\api\api_msg.c
- ip4_frag.c
+ tcp.c
1
- ..\..\components\net\lwip-2.0.2\src\core\ipv4\ip4_frag.c
+ ..\..\components\net\lwip-2.0.3\src\core\tcp.c
diff --git a/bsp/Vango_V85xx/.config b/bsp/Vango_V85xx/.config
index 8a7ab26c71a..bebad410618 100644
--- a/bsp/Vango_V85xx/.config
+++ b/bsp/Vango_V85xx/.config
@@ -339,6 +339,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_LORA_GW_DRIVER_LIB is not set
# CONFIG_PKG_USING_LORA_PKT_SNIFFER is not set
# CONFIG_PKG_USING_HM is not set
+# CONFIG_PKG_USING_SMALL_MODBUS is not set
# end of IoT - internet of things
#
@@ -363,17 +364,24 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
#
# multimedia packages
#
-# CONFIG_PKG_USING_OPENMV is not set
-# CONFIG_PKG_USING_MUPDF is not set
-# CONFIG_PKG_USING_STEMWIN is not set
#
-# lvgl: powerful and easy-to-use embedded GUI library
+# LVGL: powerful and easy-to-use embedded GUI library
#
-# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
# CONFIG_PKG_USING_LVGL is not set
-# end of lvgl: powerful and easy-to-use embedded GUI library
+# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
+# end of LVGL: powerful and easy-to-use embedded GUI library
+
+#
+# u8g2: a monochrome graphic library
+#
+# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
+# CONFIG_PKG_USING_U8G2 is not set
+# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_OPENMV is not set
+# CONFIG_PKG_USING_MUPDF is not set
+# CONFIG_PKG_USING_STEMWIN is not set
# CONFIG_PKG_USING_WAVPLAYER is not set
# CONFIG_PKG_USING_TJPGD is not set
# CONFIG_PKG_USING_PDFGEN is not set
@@ -386,11 +394,11 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_UGUI is not set
#
-# u8g2: a monochrome graphic library
+# PainterEngine: A cross-platform graphics application framework written in C language
#
-# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
-# CONFIG_PKG_USING_U8G2 is not set
-# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_PAINTERENGINE is not set
+# CONFIG_PKG_USING_PAINTERENGINE_AUX is not set
+# end of PainterEngine: A cross-platform graphics application framework written in C language
# end of multimedia packages
#
@@ -434,12 +442,20 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_MEM_SANDBOX is not set
# CONFIG_PKG_USING_SOLAR_TERMS is not set
# CONFIG_PKG_USING_GAN_ZHI is not set
+# CONFIG_PKG_USING_FDT is not set
# end of tools packages
#
# system packages
#
+#
+# rt_kprintf: enhanced rt_kprintf packages
+#
+# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
+# CONFIG_PKG_USING_RT_VSNPRINTF_FULL is not set
+# end of rt_kprintf: enhanced rt_kprintf packages
+
#
# acceleration: Assembly language or algorithmic acceleration packages
#
@@ -449,6 +465,14 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_QFPLIB_M3 is not set
# end of acceleration: Assembly language or algorithmic acceleration packages
+#
+# CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+#
+# CONFIG_PKG_USING_CMSIS_5 is not set
+# CONFIG_PKG_USING_CMSIS_5_AUX is not set
+# CONFIG_PKG_USING_CMSIS_RTOS2 is not set
+# end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+
#
# Micrium: Micrium software products porting for RT-Thread
#
@@ -468,7 +492,6 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_FLASHDB is not set
# CONFIG_PKG_USING_SQLITE is not set
# CONFIG_PKG_USING_RTI is not set
-# CONFIG_PKG_USING_CMSIS is not set
# CONFIG_PKG_USING_DFS_YAFFS is not set
# CONFIG_PKG_USING_LITTLEFS is not set
# CONFIG_PKG_USING_DFS_JFFS2 is not set
@@ -485,7 +508,6 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_QBOOT is not set
# CONFIG_PKG_USING_PPOOL is not set
# CONFIG_PKG_USING_OPENAMP is not set
-# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
# CONFIG_PKG_USING_LPM is not set
# CONFIG_PKG_USING_TLSF is not set
# CONFIG_PKG_USING_EVENT_RECORDER is not set
@@ -493,6 +515,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_WCWIDTH is not set
# CONFIG_PKG_USING_MCUBOOT is not set
# CONFIG_PKG_USING_TINYUSB is not set
+# CONFIG_PKG_USING_USB_STACK is not set
# end of system packages
#
@@ -569,6 +592,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_MISAKA_RGB_BLING is not set
# CONFIG_PKG_USING_BL_MCU_SDK is not set
# CONFIG_PKG_USING_SOFT_SERIAL is not set
+# CONFIG_PKG_USING_MB85RS16 is not set
# end of peripheral libraries and drivers
#
diff --git a/bsp/Vango_V85xx/project.uvprojx b/bsp/Vango_V85xx/project.uvprojx
index cfb54c18e1b..85c19eab9c2 100644
--- a/bsp/Vango_V85xx/project.uvprojx
+++ b/bsp/Vango_V85xx/project.uvprojx
@@ -440,51 +440,51 @@
- waitqueue.c
+ ringbuffer.c
1
- ..\..\components\drivers\src\waitqueue.c
+ ..\..\components\drivers\src\ringbuffer.c
- completion.c
+ ringblk_buf.c
1
- ..\..\components\drivers\src\completion.c
+ ..\..\components\drivers\src\ringblk_buf.c
- dataqueue.c
+ completion.c
1
- ..\..\components\drivers\src\dataqueue.c
+ ..\..\components\drivers\src\completion.c
- pipe.c
+ workqueue.c
1
- ..\..\components\drivers\src\pipe.c
+ ..\..\components\drivers\src\workqueue.c
- ringblk_buf.c
+ pipe.c
1
- ..\..\components\drivers\src\ringblk_buf.c
+ ..\..\components\drivers\src\pipe.c
- ringbuffer.c
+ waitqueue.c
1
- ..\..\components\drivers\src\ringbuffer.c
+ ..\..\components\drivers\src\waitqueue.c
- workqueue.c
+ dataqueue.c
1
- ..\..\components\drivers\src\workqueue.c
+ ..\..\components\drivers\src\dataqueue.c
@@ -599,65 +599,65 @@
Kernel
- idle.c
+ timer.c
1
- ..\..\src\idle.c
+ ..\..\src\timer.c
- object.c
+ thread.c
1
- ..\..\src\object.c
+ ..\..\src\thread.c
- ipc.c
+ device.c
1
- ..\..\src\ipc.c
+ ..\..\src\device.c
- mempool.c
+ scheduler.c
1
- ..\..\src\mempool.c
+ ..\..\src\scheduler.c
- thread.c
+ object.c
1
- ..\..\src\thread.c
+ ..\..\src\object.c
- clock.c
+ irq.c
1
- ..\..\src\clock.c
+ ..\..\src\irq.c
- timer.c
+ kservice.c
1
- ..\..\src\timer.c
+ ..\..\src\kservice.c
- irq.c
+ idle.c
1
- ..\..\src\irq.c
+ ..\..\src\idle.c
- kservice.c
+ mempool.c
1
- ..\..\src\kservice.c
+ ..\..\src\mempool.c
@@ -669,23 +669,23 @@
- device.c
+ components.c
1
- ..\..\src\device.c
+ ..\..\src\components.c
- components.c
+ ipc.c
1
- ..\..\src\components.c
+ ..\..\src\ipc.c
- scheduler.c
+ clock.c
1
- ..\..\src\scheduler.c
+ ..\..\src\clock.c
@@ -693,9 +693,9 @@
libc
- libc.c
+ mem_std.c
1
- ..\..\components\libc\compilers\armlibc\libc.c
+ ..\..\components\libc\compilers\armlibc\mem_std.c
@@ -707,9 +707,9 @@
- mem_std.c
+ libc.c
1
- ..\..\components\libc\compilers\armlibc\mem_std.c
+ ..\..\components\libc\compilers\armlibc\libc.c
@@ -735,16 +735,16 @@
- time.c
+ stdlib.c
1
- ..\..\components\libc\compilers\common\time.c
+ ..\..\components\libc\compilers\common\stdlib.c
- stdlib.c
+ time.c
1
- ..\..\components\libc\compilers\common\stdlib.c
+ ..\..\components\libc\compilers\common\time.c
@@ -752,121 +752,121 @@
Vango_Lib
- startup_target.S
- 2
- Libraries\CMSIS\Vango\V85xx\Source\Keil5\startup_target.S
+ lib_CodeRAM.c
+ 1
+ Libraries\CMSIS\Vango\V85xx\Source\lib_CodeRAM.c
- lib_pmu.c
+ lib_ana.c
1
- Libraries\VangoV85xx_standard_peripheral\Source\lib_pmu.c
+ Libraries\VangoV85xx_standard_peripheral\Source\lib_ana.c
- lib_CodeRAM.c
+ lib_version.c
1
- Libraries\CMSIS\Vango\V85xx\Source\lib_CodeRAM.c
+ Libraries\VangoV85xx_standard_peripheral\Source\lib_version.c
- lib_misc.c
+ lib_adc_tiny.c
1
- Libraries\VangoV85xx_standard_peripheral\Source\lib_misc.c
+ Libraries\VangoV85xx_standard_peripheral\Source\lib_adc_tiny.c
- lib_adc.c
+ lib_gpio.c
1
- Libraries\VangoV85xx_standard_peripheral\Source\lib_adc.c
+ Libraries\VangoV85xx_standard_peripheral\Source\lib_gpio.c
- lib_uart.c
+ lib_LoadNVR.c
1
- Libraries\VangoV85xx_standard_peripheral\Source\lib_uart.c
+ Libraries\CMSIS\Vango\V85xx\Source\lib_LoadNVR.c
- system_target.c
+ lib_iso7816.c
1
- Libraries\CMSIS\Vango\V85xx\Source\system_target.c
+ Libraries\VangoV85xx_standard_peripheral\Source\lib_iso7816.c
- lib_clk.c
+ lib_dma.c
1
- Libraries\VangoV85xx_standard_peripheral\Source\lib_clk.c
+ Libraries\VangoV85xx_standard_peripheral\Source\lib_dma.c
- lib_pwm.c
+ lib_wdt.c
1
- Libraries\VangoV85xx_standard_peripheral\Source\lib_pwm.c
+ Libraries\VangoV85xx_standard_peripheral\Source\lib_wdt.c
- lib_adc_tiny.c
+ lib_uart.c
1
- Libraries\VangoV85xx_standard_peripheral\Source\lib_adc_tiny.c
+ Libraries\VangoV85xx_standard_peripheral\Source\lib_uart.c
- lib_tmr.c
+ system_target.c
1
- Libraries\VangoV85xx_standard_peripheral\Source\lib_tmr.c
+ Libraries\CMSIS\Vango\V85xx\Source\system_target.c
- lib_wdt.c
+ lib_clk.c
1
- Libraries\VangoV85xx_standard_peripheral\Source\lib_wdt.c
+ Libraries\VangoV85xx_standard_peripheral\Source\lib_clk.c
- lib_crypt.c
+ lib_lcd.c
1
- Libraries\VangoV85xx_standard_peripheral\Source\lib_crypt.c
+ Libraries\VangoV85xx_standard_peripheral\Source\lib_lcd.c
- lib_cortex.c
+ lib_spi.c
1
- Libraries\CMSIS\Vango\V85xx\Source\lib_cortex.c
+ Libraries\VangoV85xx_standard_peripheral\Source\lib_spi.c
- lib_ana.c
- 1
- Libraries\VangoV85xx_standard_peripheral\Source\lib_ana.c
+ startup_target.S
+ 2
+ Libraries\CMSIS\Vango\V85xx\Source\Keil5\startup_target.S
- lib_iso7816.c
+ lib_tmr.c
1
- Libraries\VangoV85xx_standard_peripheral\Source\lib_iso7816.c
+ Libraries\VangoV85xx_standard_peripheral\Source\lib_tmr.c
- lib_u32k.c
+ lib_misc.c
1
- Libraries\VangoV85xx_standard_peripheral\Source\lib_u32k.c
+ Libraries\VangoV85xx_standard_peripheral\Source\lib_misc.c
@@ -878,65 +878,65 @@
- lib_version.c
+ lib_pmu.c
1
- Libraries\VangoV85xx_standard_peripheral\Source\lib_version.c
+ Libraries\VangoV85xx_standard_peripheral\Source\lib_pmu.c
- lib_dma.c
+ lib_pwm.c
1
- Libraries\VangoV85xx_standard_peripheral\Source\lib_dma.c
+ Libraries\VangoV85xx_standard_peripheral\Source\lib_pwm.c
- lib_lcd.c
+ lib_adc.c
1
- Libraries\VangoV85xx_standard_peripheral\Source\lib_lcd.c
+ Libraries\VangoV85xx_standard_peripheral\Source\lib_adc.c
- lib_LoadNVR.c
+ lib_u32k.c
1
- Libraries\CMSIS\Vango\V85xx\Source\lib_LoadNVR.c
+ Libraries\VangoV85xx_standard_peripheral\Source\lib_u32k.c
- lib_rtc.c
+ lib_comp.c
1
- Libraries\VangoV85xx_standard_peripheral\Source\lib_rtc.c
+ Libraries\VangoV85xx_standard_peripheral\Source\lib_comp.c
- lib_comp.c
+ lib_rtc.c
1
- Libraries\VangoV85xx_standard_peripheral\Source\lib_comp.c
+ Libraries\VangoV85xx_standard_peripheral\Source\lib_rtc.c
- lib_i2c.c
+ lib_cortex.c
1
- Libraries\VangoV85xx_standard_peripheral\Source\lib_i2c.c
+ Libraries\CMSIS\Vango\V85xx\Source\lib_cortex.c
- lib_spi.c
+ lib_crypt.c
1
- Libraries\VangoV85xx_standard_peripheral\Source\lib_spi.c
+ Libraries\VangoV85xx_standard_peripheral\Source\lib_crypt.c
- lib_gpio.c
+ lib_i2c.c
1
- Libraries\VangoV85xx_standard_peripheral\Source\lib_gpio.c
+ Libraries\VangoV85xx_standard_peripheral\Source\lib_i2c.c
diff --git a/bsp/Vango_V85xx/rtconfig.h b/bsp/Vango_V85xx/rtconfig.h
index 4f103a477aa..a5001989a44 100644
--- a/bsp/Vango_V85xx/rtconfig.h
+++ b/bsp/Vango_V85xx/rtconfig.h
@@ -174,14 +174,17 @@
/* multimedia packages */
+/* LVGL: powerful and easy-to-use embedded GUI library */
-/* lvgl: powerful and easy-to-use embedded GUI library */
-
-/* end of lvgl: powerful and easy-to-use embedded GUI library */
+/* end of LVGL: powerful and easy-to-use embedded GUI library */
/* u8g2: a monochrome graphic library */
/* end of u8g2: a monochrome graphic library */
+
+/* PainterEngine: A cross-platform graphics application framework written in C language */
+
+/* end of PainterEngine: A cross-platform graphics application framework written in C language */
/* end of multimedia packages */
/* tools packages */
@@ -190,10 +193,18 @@
/* system packages */
+/* rt_kprintf: enhanced rt_kprintf packages */
+
+/* end of rt_kprintf: enhanced rt_kprintf packages */
+
/* acceleration: Assembly language or algorithmic acceleration packages */
/* end of acceleration: Assembly language or algorithmic acceleration packages */
+/* CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
+/* end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
/* Micrium: Micrium software products porting for RT-Thread */
/* end of Micrium: Micrium software products porting for RT-Thread */
diff --git a/bsp/acm32f0x0-nucleo/project.ewp b/bsp/acm32f0x0-nucleo/project.ewp
index 53f732889cd..1ba1de59e44 100644
--- a/bsp/acm32f0x0-nucleo/project.ewp
+++ b/bsp/acm32f0x0-nucleo/project.ewp
@@ -2146,19 +2146,19 @@
CPU
- $PROJ_DIR$\..\..\libcpu\arm\common\div0.c
+ $PROJ_DIR$\..\..\libcpu\arm\common\showmem.c
$PROJ_DIR$\..\..\libcpu\arm\common\backtrace.c
- $PROJ_DIR$\..\..\libcpu\arm\common\showmem.c
+ $PROJ_DIR$\..\..\libcpu\arm\common\div0.c
- $PROJ_DIR$\..\..\libcpu\arm\cortex-m0\cpuport.c
+ $PROJ_DIR$\..\..\libcpu\arm\cortex-m0\context_iar.S
- $PROJ_DIR$\..\..\libcpu\arm\cortex-m0\context_iar.S
+ $PROJ_DIR$\..\..\libcpu\arm\cortex-m0\cpuport.c
@@ -2176,25 +2176,25 @@
$PROJ_DIR$\..\..\components\drivers\serial\serial.c
- $PROJ_DIR$\..\..\components\drivers\src\workqueue.c
+ $PROJ_DIR$\..\..\components\drivers\src\waitqueue.c
- $PROJ_DIR$\..\..\components\drivers\src\ringblk_buf.c
+ $PROJ_DIR$\..\..\components\drivers\src\workqueue.c
- $PROJ_DIR$\..\..\components\drivers\src\completion.c
+ $PROJ_DIR$\..\..\components\drivers\src\ringbuffer.c
- $PROJ_DIR$\..\..\components\drivers\src\waitqueue.c
+ $PROJ_DIR$\..\..\components\drivers\src\ringblk_buf.c
- $PROJ_DIR$\..\..\components\drivers\src\ringbuffer.c
+ $PROJ_DIR$\..\..\components\drivers\src\pipe.c
- $PROJ_DIR$\..\..\components\drivers\src\dataqueue.c
+ $PROJ_DIR$\..\..\components\drivers\src\completion.c
- $PROJ_DIR$\..\..\components\drivers\src\pipe.c
+ $PROJ_DIR$\..\..\components\drivers\src\dataqueue.c
$PROJ_DIR$\..\..\components\drivers\watchdog\watchdog.c
@@ -2203,19 +2203,19 @@
Drivers
- $PROJ_DIR$\drivers\drv_hwtimer.c
+ $PROJ_DIR$\drivers\drv_gpio.c
$PROJ_DIR$\drivers\drv_wdt.c
- $PROJ_DIR$\drivers\drv_adc.c
+ $PROJ_DIR$\drivers\drv_uart.c
- $PROJ_DIR$\drivers\drv_uart.c
+ $PROJ_DIR$\drivers\drv_hwtimer.c
- $PROJ_DIR$\drivers\drv_gpio.c
+ $PROJ_DIR$\drivers\drv_adc.c
$PROJ_DIR$\drivers\board.c
@@ -2233,43 +2233,43 @@
Kernel
- $PROJ_DIR$\..\..\src\mempool.c
+ $PROJ_DIR$\..\..\src\idle.c
- $PROJ_DIR$\..\..\src\object.c
+ $PROJ_DIR$\..\..\src\kservice.c
- $PROJ_DIR$\..\..\src\thread.c
+ $PROJ_DIR$\..\..\src\mem.c
- $PROJ_DIR$\..\..\src\scheduler.c
+ $PROJ_DIR$\..\..\src\mempool.c
- $PROJ_DIR$\..\..\src\clock.c
+ $PROJ_DIR$\..\..\src\ipc.c
- $PROJ_DIR$\..\..\src\kservice.c
+ $PROJ_DIR$\..\..\src\components.c
- $PROJ_DIR$\..\..\src\components.c
+ $PROJ_DIR$\..\..\src\thread.c
- $PROJ_DIR$\..\..\src\timer.c
+ $PROJ_DIR$\..\..\src\irq.c
- $PROJ_DIR$\..\..\src\device.c
+ $PROJ_DIR$\..\..\src\timer.c
- $PROJ_DIR$\..\..\src\ipc.c
+ $PROJ_DIR$\..\..\src\clock.c
- $PROJ_DIR$\..\..\src\irq.c
+ $PROJ_DIR$\..\..\src\object.c
- $PROJ_DIR$\..\..\src\mem.c
+ $PROJ_DIR$\..\..\src\device.c
- $PROJ_DIR$\..\..\src\idle.c
+ $PROJ_DIR$\..\..\src\scheduler.c
@@ -2281,34 +2281,34 @@
$PROJ_DIR$\..\..\components\libc\compilers\common\stdlib.c
- $PROJ_DIR$\..\..\components\libc\compilers\dlib\syscalls.c
+ $PROJ_DIR$\..\..\components\libc\compilers\dlib\syscall_mem.c
- $PROJ_DIR$\..\..\components\libc\compilers\dlib\syscall_read.c
+ $PROJ_DIR$\..\..\components\libc\compilers\dlib\syscall_open.c
$PROJ_DIR$\..\..\components\libc\compilers\dlib\syscall_lseek.c
- $PROJ_DIR$\..\..\components\libc\compilers\dlib\syscall_close.c
+ $PROJ_DIR$\..\..\components\libc\compilers\dlib\stdio.c
- $PROJ_DIR$\..\..\components\libc\compilers\dlib\syscall_open.c
+ $PROJ_DIR$\..\..\components\libc\compilers\dlib\syscall_close.c
$PROJ_DIR$\..\..\components\libc\compilers\dlib\environ.c
- $PROJ_DIR$\..\..\components\libc\compilers\dlib\libc.c
+ $PROJ_DIR$\..\..\components\libc\compilers\dlib\syscall_read.c
- $PROJ_DIR$\..\..\components\libc\compilers\dlib\syscall_mem.c
+ $PROJ_DIR$\..\..\components\libc\compilers\dlib\libc.c
- $PROJ_DIR$\..\..\components\libc\compilers\dlib\stdio.c
+ $PROJ_DIR$\..\..\components\libc\compilers\dlib\syscall_write.c
- $PROJ_DIR$\..\..\components\libc\compilers\dlib\syscall_write.c
+ $PROJ_DIR$\..\..\components\libc\compilers\dlib\syscalls.c
$PROJ_DIR$\..\..\components\libc\compilers\dlib\syscall_remove.c
diff --git a/bsp/acm32f0x0-nucleo/project.uvprojx b/bsp/acm32f0x0-nucleo/project.uvprojx
index 19937dc43c5..3189968db65 100644
--- a/bsp/acm32f0x0-nucleo/project.uvprojx
+++ b/bsp/acm32f0x0-nucleo/project.uvprojx
@@ -530,16 +530,16 @@
- waitqueue.c
+ ringblk_buf.c
1
- ..\..\components\drivers\src\waitqueue.c
+ ..\..\components\drivers\src\ringblk_buf.c
- pipe.c
+ waitqueue.c
1
- ..\..\components\drivers\src\pipe.c
+ ..\..\components\drivers\src\waitqueue.c
@@ -551,16 +551,16 @@
- ringblk_buf.c
+ completion.c
1
- ..\..\components\drivers\src\ringblk_buf.c
+ ..\..\components\drivers\src\completion.c
- workqueue.c
+ pipe.c
1
- ..\..\components\drivers\src\workqueue.c
+ ..\..\components\drivers\src\pipe.c
@@ -572,9 +572,9 @@
- completion.c
+ workqueue.c
1
- ..\..\components\drivers\src\completion.c
+ ..\..\components\drivers\src\workqueue.c
@@ -589,44 +589,44 @@
Drivers
- drv_gpio.c
+ drv_adc.c
1
- drivers\drv_gpio.c
+ drivers\drv_adc.c
- drv_uart.c
+ drv_wdt.c
1
- drivers\drv_uart.c
+ drivers\drv_wdt.c
- drv_hwtimer.c
+ drv_uart.c
1
- drivers\drv_hwtimer.c
+ drivers\drv_uart.c
- drv_adc.c
+ drv_gpio.c
1
- drivers\drv_adc.c
+ drivers\drv_gpio.c
- drv_wdt.c
+ board.c
1
- drivers\drv_wdt.c
+ drivers\board.c
- board.c
+ drv_hwtimer.c
1
- drivers\board.c
+ drivers\drv_hwtimer.c
@@ -651,23 +651,23 @@
Kernel
- clock.c
+ irq.c
1
- ..\..\src\clock.c
+ ..\..\src\irq.c
- scheduler.c
+ kservice.c
1
- ..\..\src\scheduler.c
+ ..\..\src\kservice.c
- idle.c
+ thread.c
1
- ..\..\src\idle.c
+ ..\..\src\thread.c
@@ -679,65 +679,65 @@
- components.c
+ scheduler.c
1
- ..\..\src\components.c
+ ..\..\src\scheduler.c
- mem.c
+ idle.c
1
- ..\..\src\mem.c
+ ..\..\src\idle.c
- timer.c
+ object.c
1
- ..\..\src\timer.c
+ ..\..\src\object.c
- irq.c
+ timer.c
1
- ..\..\src\irq.c
+ ..\..\src\timer.c
- device.c
+ components.c
1
- ..\..\src\device.c
+ ..\..\src\components.c
- object.c
+ device.c
1
- ..\..\src\object.c
+ ..\..\src\device.c
- thread.c
+ clock.c
1
- ..\..\src\thread.c
+ ..\..\src\clock.c
- kservice.c
+ mempool.c
1
- ..\..\src\kservice.c
+ ..\..\src\mempool.c
- mempool.c
+ mem.c
1
- ..\..\src\mempool.c
+ ..\..\src\mem.c
@@ -745,9 +745,9 @@
libc
- syscalls.c
+ mem_std.c
1
- ..\..\components\libc\compilers\armlibc\syscalls.c
+ ..\..\components\libc\compilers\armlibc\mem_std.c
@@ -759,23 +759,23 @@
- mem_std.c
+ syscalls.c
1
- ..\..\components\libc\compilers\armlibc\mem_std.c
+ ..\..\components\libc\compilers\armlibc\syscalls.c
- time.c
+ stdlib.c
1
- ..\..\components\libc\compilers\common\time.c
+ ..\..\components\libc\compilers\common\stdlib.c
- stdlib.c
+ time.c
1
- ..\..\components\libc\compilers\common\stdlib.c
+ ..\..\components\libc\compilers\common\time.c
diff --git a/bsp/acm32f4xx-nucleo/project.uvprojx b/bsp/acm32f4xx-nucleo/project.uvprojx
index 1f3d437cdc7..77fd408e638 100644
--- a/bsp/acm32f4xx-nucleo/project.uvprojx
+++ b/bsp/acm32f4xx-nucleo/project.uvprojx
@@ -443,23 +443,23 @@
CPU
- div0.c
+ showmem.c
1
- ..\..\libcpu\arm\common\div0.c
+ ..\..\libcpu\arm\common\showmem.c
- showmem.c
+ backtrace.c
1
- ..\..\libcpu\arm\common\showmem.c
+ ..\..\libcpu\arm\common\backtrace.c
- backtrace.c
+ div0.c
1
- ..\..\libcpu\arm\common\backtrace.c
+ ..\..\libcpu\arm\common\div0.c
@@ -471,16 +471,16 @@
- syscall_rvds.S
+ context_rvds.S
2
- ..\..\libcpu\arm\cortex-m33\syscall_rvds.S
+ ..\..\libcpu\arm\cortex-m33\context_rvds.S
- context_rvds.S
+ syscall_rvds.S
2
- ..\..\libcpu\arm\cortex-m33\context_rvds.S
+ ..\..\libcpu\arm\cortex-m33\syscall_rvds.S
@@ -509,51 +509,51 @@
- dataqueue.c
+ ringblk_buf.c
1
- ..\..\components\drivers\src\dataqueue.c
+ ..\..\components\drivers\src\ringblk_buf.c
- workqueue.c
+ pipe.c
1
- ..\..\components\drivers\src\workqueue.c
+ ..\..\components\drivers\src\pipe.c
- waitqueue.c
+ dataqueue.c
1
- ..\..\components\drivers\src\waitqueue.c
+ ..\..\components\drivers\src\dataqueue.c
- pipe.c
+ completion.c
1
- ..\..\components\drivers\src\pipe.c
+ ..\..\components\drivers\src\completion.c
- ringbuffer.c
+ workqueue.c
1
- ..\..\components\drivers\src\ringbuffer.c
+ ..\..\components\drivers\src\workqueue.c
- ringblk_buf.c
+ ringbuffer.c
1
- ..\..\components\drivers\src\ringblk_buf.c
+ ..\..\components\drivers\src\ringbuffer.c
- completion.c
+ waitqueue.c
1
- ..\..\components\drivers\src\completion.c
+ ..\..\components\drivers\src\waitqueue.c
@@ -561,9 +561,9 @@
Drivers
- drv_gpio.c
+ board.c
1
- drivers\drv_gpio.c
+ drivers\board.c
@@ -575,9 +575,9 @@
- board.c
+ drv_gpio.c
1
- drivers\board.c
+ drivers\drv_gpio.c
@@ -609,16 +609,16 @@
Kernel
- irq.c
+ ipc.c
1
- ..\..\src\irq.c
+ ..\..\src\ipc.c
- components.c
+ idle.c
1
- ..\..\src\components.c
+ ..\..\src\idle.c
@@ -630,72 +630,72 @@
- mem.c
+ object.c
1
- ..\..\src\mem.c
+ ..\..\src\object.c
- ipc.c
+ scheduler.c
1
- ..\..\src\ipc.c
+ ..\..\src\scheduler.c
- timer.c
+ mem.c
1
- ..\..\src\timer.c
+ ..\..\src\mem.c
- device.c
+ irq.c
1
- ..\..\src\device.c
+ ..\..\src\irq.c
- scheduler.c
+ timer.c
1
- ..\..\src\scheduler.c
+ ..\..\src\timer.c
- object.c
+ components.c
1
- ..\..\src\object.c
+ ..\..\src\components.c
- mempool.c
+ thread.c
1
- ..\..\src\mempool.c
+ ..\..\src\thread.c
- clock.c
+ device.c
1
- ..\..\src\clock.c
+ ..\..\src\device.c
- idle.c
+ mempool.c
1
- ..\..\src\idle.c
+ ..\..\src\mempool.c
- thread.c
+ clock.c
1
- ..\..\src\thread.c
+ ..\..\src\clock.c
diff --git a/bsp/allwinner_tina/.config b/bsp/allwinner_tina/.config
index f564d21e6ad..15fc4508a7a 100644
--- a/bsp/allwinner_tina/.config
+++ b/bsp/allwinner_tina/.config
@@ -382,6 +382,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_LORA_GW_DRIVER_LIB is not set
# CONFIG_PKG_USING_LORA_PKT_SNIFFER is not set
# CONFIG_PKG_USING_HM is not set
+# CONFIG_PKG_USING_SMALL_MODBUS is not set
# end of IoT - internet of things
#
@@ -406,17 +407,24 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
#
# multimedia packages
#
-# CONFIG_PKG_USING_OPENMV is not set
-# CONFIG_PKG_USING_MUPDF is not set
-# CONFIG_PKG_USING_STEMWIN is not set
#
-# lvgl: powerful and easy-to-use embedded GUI library
+# LVGL: powerful and easy-to-use embedded GUI library
#
-# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
# CONFIG_PKG_USING_LVGL is not set
-# end of lvgl: powerful and easy-to-use embedded GUI library
+# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
+# end of LVGL: powerful and easy-to-use embedded GUI library
+
+#
+# u8g2: a monochrome graphic library
+#
+# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
+# CONFIG_PKG_USING_U8G2 is not set
+# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_OPENMV is not set
+# CONFIG_PKG_USING_MUPDF is not set
+# CONFIG_PKG_USING_STEMWIN is not set
# CONFIG_PKG_USING_WAVPLAYER is not set
# CONFIG_PKG_USING_TJPGD is not set
# CONFIG_PKG_USING_PDFGEN is not set
@@ -429,11 +437,11 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_UGUI is not set
#
-# u8g2: a monochrome graphic library
+# PainterEngine: A cross-platform graphics application framework written in C language
#
-# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
-# CONFIG_PKG_USING_U8G2 is not set
-# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_PAINTERENGINE is not set
+# CONFIG_PKG_USING_PAINTERENGINE_AUX is not set
+# end of PainterEngine: A cross-platform graphics application framework written in C language
# end of multimedia packages
#
@@ -477,12 +485,20 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_MEM_SANDBOX is not set
# CONFIG_PKG_USING_SOLAR_TERMS is not set
# CONFIG_PKG_USING_GAN_ZHI is not set
+# CONFIG_PKG_USING_FDT is not set
# end of tools packages
#
# system packages
#
+#
+# rt_kprintf: enhanced rt_kprintf packages
+#
+# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
+# CONFIG_PKG_USING_RT_VSNPRINTF_FULL is not set
+# end of rt_kprintf: enhanced rt_kprintf packages
+
#
# acceleration: Assembly language or algorithmic acceleration packages
#
@@ -492,6 +508,14 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_QFPLIB_M3 is not set
# end of acceleration: Assembly language or algorithmic acceleration packages
+#
+# CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+#
+# CONFIG_PKG_USING_CMSIS_5 is not set
+# CONFIG_PKG_USING_CMSIS_5_AUX is not set
+# CONFIG_PKG_USING_CMSIS_RTOS2 is not set
+# end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+
#
# Micrium: Micrium software products porting for RT-Thread
#
@@ -512,7 +536,6 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_FLASHDB is not set
# CONFIG_PKG_USING_SQLITE is not set
# CONFIG_PKG_USING_RTI is not set
-# CONFIG_PKG_USING_CMSIS is not set
# CONFIG_PKG_USING_DFS_YAFFS is not set
# CONFIG_PKG_USING_LITTLEFS is not set
# CONFIG_PKG_USING_DFS_JFFS2 is not set
@@ -529,7 +552,6 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_QBOOT is not set
# CONFIG_PKG_USING_PPOOL is not set
# CONFIG_PKG_USING_OPENAMP is not set
-# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
# CONFIG_PKG_USING_LPM is not set
# CONFIG_PKG_USING_TLSF is not set
# CONFIG_PKG_USING_EVENT_RECORDER is not set
@@ -537,6 +559,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_WCWIDTH is not set
# CONFIG_PKG_USING_MCUBOOT is not set
# CONFIG_PKG_USING_TINYUSB is not set
+# CONFIG_PKG_USING_USB_STACK is not set
# end of system packages
#
@@ -613,6 +636,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_MISAKA_RGB_BLING is not set
# CONFIG_PKG_USING_BL_MCU_SDK is not set
# CONFIG_PKG_USING_SOFT_SERIAL is not set
+# CONFIG_PKG_USING_MB85RS16 is not set
# end of peripheral libraries and drivers
#
diff --git a/bsp/allwinner_tina/rtconfig.h b/bsp/allwinner_tina/rtconfig.h
index 32a4d928a95..394301766d3 100644
--- a/bsp/allwinner_tina/rtconfig.h
+++ b/bsp/allwinner_tina/rtconfig.h
@@ -201,14 +201,17 @@
/* multimedia packages */
+/* LVGL: powerful and easy-to-use embedded GUI library */
-/* lvgl: powerful and easy-to-use embedded GUI library */
-
-/* end of lvgl: powerful and easy-to-use embedded GUI library */
+/* end of LVGL: powerful and easy-to-use embedded GUI library */
/* u8g2: a monochrome graphic library */
/* end of u8g2: a monochrome graphic library */
+
+/* PainterEngine: A cross-platform graphics application framework written in C language */
+
+/* end of PainterEngine: A cross-platform graphics application framework written in C language */
/* end of multimedia packages */
/* tools packages */
@@ -217,10 +220,18 @@
/* system packages */
+/* rt_kprintf: enhanced rt_kprintf packages */
+
+/* end of rt_kprintf: enhanced rt_kprintf packages */
+
/* acceleration: Assembly language or algorithmic acceleration packages */
/* end of acceleration: Assembly language or algorithmic acceleration packages */
+/* CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
+/* end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
/* Micrium: Micrium software products porting for RT-Thread */
/* end of Micrium: Micrium software products porting for RT-Thread */
diff --git a/bsp/amebaz/.config b/bsp/amebaz/.config
index 9c8102eee2b..8158ae8ee05 100644
--- a/bsp/amebaz/.config
+++ b/bsp/amebaz/.config
@@ -419,6 +419,7 @@ CONFIG_DHCPD_USING_ROUTER=y
# CONFIG_PKG_USING_LORA_GW_DRIVER_LIB is not set
# CONFIG_PKG_USING_LORA_PKT_SNIFFER is not set
# CONFIG_PKG_USING_HM is not set
+# CONFIG_PKG_USING_SMALL_MODBUS is not set
# end of IoT - internet of things
#
@@ -443,17 +444,24 @@ CONFIG_DHCPD_USING_ROUTER=y
#
# multimedia packages
#
-# CONFIG_PKG_USING_OPENMV is not set
-# CONFIG_PKG_USING_MUPDF is not set
-# CONFIG_PKG_USING_STEMWIN is not set
#
-# lvgl: powerful and easy-to-use embedded GUI library
+# LVGL: powerful and easy-to-use embedded GUI library
#
-# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
# CONFIG_PKG_USING_LVGL is not set
-# end of lvgl: powerful and easy-to-use embedded GUI library
+# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
+# end of LVGL: powerful and easy-to-use embedded GUI library
+
+#
+# u8g2: a monochrome graphic library
+#
+# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
+# CONFIG_PKG_USING_U8G2 is not set
+# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_OPENMV is not set
+# CONFIG_PKG_USING_MUPDF is not set
+# CONFIG_PKG_USING_STEMWIN is not set
# CONFIG_PKG_USING_WAVPLAYER is not set
# CONFIG_PKG_USING_TJPGD is not set
# CONFIG_PKG_USING_PDFGEN is not set
@@ -466,11 +474,11 @@ CONFIG_DHCPD_USING_ROUTER=y
# CONFIG_PKG_USING_UGUI is not set
#
-# u8g2: a monochrome graphic library
+# PainterEngine: A cross-platform graphics application framework written in C language
#
-# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
-# CONFIG_PKG_USING_U8G2 is not set
-# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_PAINTERENGINE is not set
+# CONFIG_PKG_USING_PAINTERENGINE_AUX is not set
+# end of PainterEngine: A cross-platform graphics application framework written in C language
# end of multimedia packages
#
@@ -514,12 +522,20 @@ CONFIG_DHCPD_USING_ROUTER=y
# CONFIG_PKG_USING_MEM_SANDBOX is not set
# CONFIG_PKG_USING_SOLAR_TERMS is not set
# CONFIG_PKG_USING_GAN_ZHI is not set
+# CONFIG_PKG_USING_FDT is not set
# end of tools packages
#
# system packages
#
+#
+# rt_kprintf: enhanced rt_kprintf packages
+#
+# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
+# CONFIG_PKG_USING_RT_VSNPRINTF_FULL is not set
+# end of rt_kprintf: enhanced rt_kprintf packages
+
#
# acceleration: Assembly language or algorithmic acceleration packages
#
@@ -529,6 +545,14 @@ CONFIG_DHCPD_USING_ROUTER=y
# CONFIG_PKG_USING_QFPLIB_M3 is not set
# end of acceleration: Assembly language or algorithmic acceleration packages
+#
+# CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+#
+# CONFIG_PKG_USING_CMSIS_5 is not set
+# CONFIG_PKG_USING_CMSIS_5_AUX is not set
+# CONFIG_PKG_USING_CMSIS_RTOS2 is not set
+# end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+
#
# Micrium: Micrium software products porting for RT-Thread
#
@@ -548,7 +572,6 @@ CONFIG_DHCPD_USING_ROUTER=y
# CONFIG_PKG_USING_FLASHDB is not set
# CONFIG_PKG_USING_SQLITE is not set
# CONFIG_PKG_USING_RTI is not set
-# CONFIG_PKG_USING_CMSIS is not set
# CONFIG_PKG_USING_DFS_YAFFS is not set
# CONFIG_PKG_USING_LITTLEFS is not set
# CONFIG_PKG_USING_DFS_JFFS2 is not set
@@ -565,7 +588,6 @@ CONFIG_DHCPD_USING_ROUTER=y
# CONFIG_PKG_USING_QBOOT is not set
# CONFIG_PKG_USING_PPOOL is not set
# CONFIG_PKG_USING_OPENAMP is not set
-# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
# CONFIG_PKG_USING_LPM is not set
# CONFIG_PKG_USING_TLSF is not set
# CONFIG_PKG_USING_EVENT_RECORDER is not set
@@ -573,6 +595,7 @@ CONFIG_DHCPD_USING_ROUTER=y
# CONFIG_PKG_USING_WCWIDTH is not set
# CONFIG_PKG_USING_MCUBOOT is not set
# CONFIG_PKG_USING_TINYUSB is not set
+# CONFIG_PKG_USING_USB_STACK is not set
# end of system packages
#
@@ -653,6 +676,7 @@ CONFIG_PKG_REALTEK_AMEBA_VER="latest"
# CONFIG_PKG_USING_MISAKA_RGB_BLING is not set
# CONFIG_PKG_USING_BL_MCU_SDK is not set
# CONFIG_PKG_USING_SOFT_SERIAL is not set
+# CONFIG_PKG_USING_MB85RS16 is not set
# end of peripheral libraries and drivers
#
diff --git a/bsp/amebaz/project.ewp b/bsp/amebaz/project.ewp
index 51de51acc6d..e6e03561b12 100644
--- a/bsp/amebaz/project.ewp
+++ b/bsp/amebaz/project.ewp
@@ -1944,22 +1944,22 @@
Applications
- $PROJ_DIR$\applications\smartconfig_app.c
+ $PROJ_DIR$\applications\main.c
- $PROJ_DIR$\applications\main.c
+ $PROJ_DIR$\applications\smartconfig_app.c
CPU
- $PROJ_DIR$\..\..\libcpu\arm\common\div0.c
+ $PROJ_DIR$\..\..\libcpu\arm\common\showmem.c
- $PROJ_DIR$\..\..\libcpu\arm\common\backtrace.c
+ $PROJ_DIR$\..\..\libcpu\arm\common\div0.c
- $PROJ_DIR$\..\..\libcpu\arm\common\showmem.c
+ $PROJ_DIR$\..\..\libcpu\arm\common\backtrace.c
$PROJ_DIR$\..\..\libcpu\arm\cortex-m4\cpuport.c
@@ -1974,25 +1974,25 @@
$PROJ_DIR$\..\..\components\drivers\serial\serial.c
- $PROJ_DIR$\..\..\components\drivers\src\completion.c
+ $PROJ_DIR$\..\..\components\drivers\src\pipe.c
- $PROJ_DIR$\..\..\components\drivers\src\dataqueue.c
+ $PROJ_DIR$\..\..\components\drivers\src\workqueue.c
- $PROJ_DIR$\..\..\components\drivers\src\workqueue.c
+ $PROJ_DIR$\..\..\components\drivers\src\dataqueue.c
- $PROJ_DIR$\..\..\components\drivers\src\ringblk_buf.c
+ $PROJ_DIR$\..\..\components\drivers\src\ringbuffer.c
- $PROJ_DIR$\..\..\components\drivers\src\pipe.c
+ $PROJ_DIR$\..\..\components\drivers\src\completion.c
$PROJ_DIR$\..\..\components\drivers\src\waitqueue.c
- $PROJ_DIR$\..\..\components\drivers\src\ringbuffer.c
+ $PROJ_DIR$\..\..\components\drivers\src\ringblk_buf.c
$PROJ_DIR$\..\..\components\drivers\wlan\wlan_dev.c
@@ -2046,25 +2046,25 @@
Kernel
- $PROJ_DIR$\..\..\src\thread.c
+ $PROJ_DIR$\..\..\src\scheduler.c
- $PROJ_DIR$\..\..\src\idle.c
+ $PROJ_DIR$\..\..\src\device.c
- $PROJ_DIR$\..\..\src\mempool.c
+ $PROJ_DIR$\..\..\src\kservice.c
- $PROJ_DIR$\..\..\src\irq.c
+ $PROJ_DIR$\..\..\src\mem.c
$PROJ_DIR$\..\..\src\components.c
- $PROJ_DIR$\..\..\src\mem.c
+ $PROJ_DIR$\..\..\src\timer.c
- $PROJ_DIR$\..\..\src\clock.c
+ $PROJ_DIR$\..\..\src\thread.c
$PROJ_DIR$\..\..\src\object.c
@@ -2073,16 +2073,16 @@
$PROJ_DIR$\..\..\src\ipc.c
- $PROJ_DIR$\..\..\src\kservice.c
+ $PROJ_DIR$\..\..\src\clock.c
- $PROJ_DIR$\..\..\src\scheduler.c
+ $PROJ_DIR$\..\..\src\idle.c
- $PROJ_DIR$\..\..\src\device.c
+ $PROJ_DIR$\..\..\src\irq.c
- $PROJ_DIR$\..\..\src\timer.c
+ $PROJ_DIR$\..\..\src\mempool.c
@@ -2094,37 +2094,37 @@
$PROJ_DIR$\..\..\components\libc\compilers\common\time.c
- $PROJ_DIR$\..\..\components\libc\compilers\dlib\environ.c
+ $PROJ_DIR$\..\..\components\libc\compilers\dlib\syscall_read.c
- $PROJ_DIR$\..\..\components\libc\compilers\dlib\syscall_close.c
+ $PROJ_DIR$\..\..\components\libc\compilers\dlib\syscall_mem.c
- $PROJ_DIR$\..\..\components\libc\compilers\dlib\syscall_read.c
+ $PROJ_DIR$\..\..\components\libc\compilers\dlib\syscalls.c
- $PROJ_DIR$\..\..\components\libc\compilers\dlib\syscall_open.c
+ $PROJ_DIR$\..\..\components\libc\compilers\dlib\environ.c
- $PROJ_DIR$\..\..\components\libc\compilers\dlib\syscalls.c
+ $PROJ_DIR$\..\..\components\libc\compilers\dlib\stdio.c
$PROJ_DIR$\..\..\components\libc\compilers\dlib\syscall_remove.c
- $PROJ_DIR$\..\..\components\libc\compilers\dlib\syscall_mem.c
+ $PROJ_DIR$\..\..\components\libc\compilers\dlib\syscall_lseek.c
- $PROJ_DIR$\..\..\components\libc\compilers\dlib\syscall_write.c
+ $PROJ_DIR$\..\..\components\libc\compilers\dlib\syscall_open.c
- $PROJ_DIR$\..\..\components\libc\compilers\dlib\libc.c
+ $PROJ_DIR$\..\..\components\libc\compilers\dlib\syscall_close.c
- $PROJ_DIR$\..\..\components\libc\compilers\dlib\syscall_lseek.c
+ $PROJ_DIR$\..\..\components\libc\compilers\dlib\libc.c
- $PROJ_DIR$\..\..\components\libc\compilers\dlib\stdio.c
+ $PROJ_DIR$\..\..\components\libc\compilers\dlib\syscall_write.c
@@ -2162,6 +2162,9 @@
$PROJ_DIR$\..\..\components\net\lwip-2.0.2\src\core\ipv4\ip4_addr.c
+
+ $PROJ_DIR$\..\..\components\net\lwip-2.0.2\src\apps\ping\ping.c
+
$PROJ_DIR$\..\..\components\net\lwip-2.0.2\src\core\ipv4\dhcp.c
@@ -2237,9 +2240,6 @@
$PROJ_DIR$\..\..\components\net\lwip-2.0.2\src\api\api_msg.c
-
- $PROJ_DIR$\..\..\components\net\lwip-2.0.2\src\apps\ping\ping.c
-
$PROJ_DIR$\..\..\components\net\lwip-2.0.2\src\core\tcp.c
diff --git a/bsp/amebaz/rtconfig.h b/bsp/amebaz/rtconfig.h
index 0b255c0be5c..625849f33b5 100644
--- a/bsp/amebaz/rtconfig.h
+++ b/bsp/amebaz/rtconfig.h
@@ -240,14 +240,17 @@
/* multimedia packages */
+/* LVGL: powerful and easy-to-use embedded GUI library */
-/* lvgl: powerful and easy-to-use embedded GUI library */
-
-/* end of lvgl: powerful and easy-to-use embedded GUI library */
+/* end of LVGL: powerful and easy-to-use embedded GUI library */
/* u8g2: a monochrome graphic library */
/* end of u8g2: a monochrome graphic library */
+
+/* PainterEngine: A cross-platform graphics application framework written in C language */
+
+/* end of PainterEngine: A cross-platform graphics application framework written in C language */
/* end of multimedia packages */
/* tools packages */
@@ -256,10 +259,18 @@
/* system packages */
+/* rt_kprintf: enhanced rt_kprintf packages */
+
+/* end of rt_kprintf: enhanced rt_kprintf packages */
+
/* acceleration: Assembly language or algorithmic acceleration packages */
/* end of acceleration: Assembly language or algorithmic acceleration packages */
+/* CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
+/* end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
/* Micrium: Micrium software products porting for RT-Thread */
/* end of Micrium: Micrium software products porting for RT-Thread */
diff --git a/bsp/apm32/apm32f103xe-minibroard/project.uvprojx b/bsp/apm32/apm32f103xe-minibroard/project.uvprojx
index 4cbb83e9d99..4902bf6fbbc 100644
--- a/bsp/apm32/apm32f103xe-minibroard/project.uvprojx
+++ b/bsp/apm32/apm32f103xe-minibroard/project.uvprojx
@@ -391,23 +391,23 @@
CPU
- backtrace.c
+ showmem.c
1
- ..\..\..\libcpu\arm\common\backtrace.c
+ ..\..\..\libcpu\arm\common\showmem.c
- div0.c
+ backtrace.c
1
- ..\..\..\libcpu\arm\common\div0.c
+ ..\..\..\libcpu\arm\common\backtrace.c
- showmem.c
+ div0.c
1
- ..\..\..\libcpu\arm\common\showmem.c
+ ..\..\..\libcpu\arm\common\div0.c
@@ -443,9 +443,9 @@
- completion.c
+ waitqueue.c
1
- ..\..\..\components\drivers\src\completion.c
+ ..\..\..\components\drivers\src\waitqueue.c
@@ -457,37 +457,37 @@
- workqueue.c
+ dataqueue.c
1
- ..\..\..\components\drivers\src\workqueue.c
+ ..\..\..\components\drivers\src\dataqueue.c
- ringblk_buf.c
+ completion.c
1
- ..\..\..\components\drivers\src\ringblk_buf.c
+ ..\..\..\components\drivers\src\completion.c
- dataqueue.c
+ workqueue.c
1
- ..\..\..\components\drivers\src\dataqueue.c
+ ..\..\..\components\drivers\src\workqueue.c
- ringbuffer.c
+ ringblk_buf.c
1
- ..\..\..\components\drivers\src\ringbuffer.c
+ ..\..\..\components\drivers\src\ringblk_buf.c
- waitqueue.c
+ ringbuffer.c
1
- ..\..\..\components\drivers\src\waitqueue.c
+ ..\..\..\components\drivers\src\ringbuffer.c
@@ -550,93 +550,93 @@
Kernel
- device.c
+ mempool.c
1
- ..\..\..\src\device.c
+ ..\..\..\src\mempool.c
- object.c
+ components.c
1
- ..\..\..\src\object.c
+ ..\..\..\src\components.c
- scheduler.c
+ ipc.c
1
- ..\..\..\src\scheduler.c
+ ..\..\..\src\ipc.c
- clock.c
+ object.c
1
- ..\..\..\src\clock.c
+ ..\..\..\src\object.c
- irq.c
+ scheduler.c
1
- ..\..\..\src\irq.c
+ ..\..\..\src\scheduler.c
- mempool.c
+ thread.c
1
- ..\..\..\src\mempool.c
+ ..\..\..\src\thread.c
- mem.c
+ timer.c
1
- ..\..\..\src\mem.c
+ ..\..\..\src\timer.c
- ipc.c
+ device.c
1
- ..\..\..\src\ipc.c
+ ..\..\..\src\device.c
- kservice.c
+ mem.c
1
- ..\..\..\src\kservice.c
+ ..\..\..\src\mem.c
- idle.c
+ kservice.c
1
- ..\..\..\src\idle.c
+ ..\..\..\src\kservice.c
- timer.c
+ clock.c
1
- ..\..\..\src\timer.c
+ ..\..\..\src\clock.c
- components.c
+ irq.c
1
- ..\..\..\src\components.c
+ ..\..\..\src\irq.c
- thread.c
+ idle.c
1
- ..\..\..\src\thread.c
+ ..\..\..\src\idle.c
diff --git a/bsp/apollo2/project.uvprojx b/bsp/apollo2/project.uvprojx
index fba85b3e9ec..bb568246032 100644
--- a/bsp/apollo2/project.uvprojx
+++ b/bsp/apollo2/project.uvprojx
@@ -368,9 +368,9 @@
1
- AM_PART_APOLLO2, RT_USING_ARM_LIBC, AM_PACKAGE_BGA
+ AM_PACKAGE_BGA, AM_PART_APOLLO2, RT_USING_ARM_LIBC, __RTTHREAD__, __CLK_TCK=RT_TICK_PER_SECOND
- .;..\..\include;applications;.;board;libraries\drivers;libraries\startup;libraries\startup\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\drivers\spi;..\..\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\include;..\..\components\drivers\spi;..\..\components\drivers\include;..\..\components\drivers\include;board;..\..\components\dfs\include;..\..\components\dfs\filesystems\devfs;..\..\components\finsh;.;..\..\include;..\..\components\libc\compilers\armlibc;..\..\components\libc\compilers\common;..\..\components\libc\compilers\common\nogcc;libraries\drivers;libraries\startup;libraries\startup\cmsis\include;..\..\examples\utest\testcases\kernel
@@ -411,193 +411,173 @@
- 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
-
-
+ Applications
- ipc.c
+ main.c
1
- ..\..\src\ipc.c
+ applications\main.c
+
+
+ CPU
- irq.c
+ showmem.c
1
- ..\..\src\irq.c
+ ..\..\libcpu\arm\common\showmem.c
- kservice.c
+ div0.c
1
- ..\..\src\kservice.c
+ ..\..\libcpu\arm\common\div0.c
- mem.c
+ backtrace.c
1
- ..\..\src\mem.c
+ ..\..\libcpu\arm\common\backtrace.c
- mempool.c
- 1
- ..\..\src\mempool.c
+ context_rvds.S
+ 2
+ ..\..\libcpu\arm\cortex-m4\context_rvds.S
- object.c
+ cpuport.c
1
- ..\..\src\object.c
+ ..\..\libcpu\arm\cortex-m4\cpuport.c
+
+
+ DeviceDrivers
- scheduler.c
+ i2c_core.c
1
- ..\..\src\scheduler.c
+ ..\..\components\drivers\i2c\i2c_core.c
- signal.c
+ i2c_dev.c
1
- ..\..\src\signal.c
+ ..\..\components\drivers\i2c\i2c_dev.c
- thread.c
+ pin.c
1
- ..\..\src\thread.c
+ ..\..\components\drivers\misc\pin.c
- timer.c
+ rtc.c
1
- ..\..\src\timer.c
+ ..\..\components\drivers\rtc\rtc.c
-
-
- Applications
- main.c
+ serial.c
1
- applications\main.c
+ ..\..\components\drivers\serial\serial.c
-
-
- Board
- adc.c
+ spi_core.c
1
- board\adc.c
+ ..\..\components\drivers\spi\spi_core.c
- board.c
+ spi_dev.c
1
- board\board.c
+ ..\..\components\drivers\spi\spi_dev.c
- flash.c
+ workqueue.c
1
- board\flash.c
+ ..\..\components\drivers\src\workqueue.c
- gpio.c
+ dataqueue.c
1
- board\gpio.c
+ ..\..\components\drivers\src\dataqueue.c
- i2c.c
+ pipe.c
1
- board\i2c.c
+ ..\..\components\drivers\src\pipe.c
- led.c
+ completion.c
1
- board\led.c
+ ..\..\components\drivers\src\completion.c
- pdm.c
+ ringbuffer.c
1
- board\pdm.c
+ ..\..\components\drivers\src\ringbuffer.c
- pwm.c
+ waitqueue.c
1
- board\pwm.c
+ ..\..\components\drivers\src\waitqueue.c
- rtc.c
+ ringblk_buf.c
1
- board\rtc.c
+ ..\..\components\drivers\src\ringblk_buf.c
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Drivers
- smbus.c
+ board.c
1
- board\smbus.c
+ board\board.c
@@ -609,508 +589,458 @@
- uart.c
- 1
- board\uart.c
-
-
-
-
- Libraries
-
-
- am_hal_clkgen.c
- 1
- libraries\drivers\hal\am_hal_clkgen.c
-
-
-
-
- am_hal_debug.c
+ pwm.c
1
- libraries\drivers\hal\am_hal_debug.c
+ board\pwm.c
- am_hal_cachectrl.c
+ gpio.c
1
- libraries\drivers\hal\am_hal_cachectrl.c
+ board\gpio.c
- am_hal_pwrctrl.c
+ pdm.c
1
- libraries\drivers\hal\am_hal_pwrctrl.c
+ board\pdm.c
- am_hal_mcuctrl.c
+ smbus.c
1
- libraries\drivers\hal\am_hal_mcuctrl.c
+ board\smbus.c
- am_hal_sysctrl.c
+ led.c
1
- libraries\drivers\hal\am_hal_sysctrl.c
+ board\led.c
- am_hal_reset.c
+ i2c.c
1
- libraries\drivers\hal\am_hal_reset.c
+ board\i2c.c
- am_hal_stimer.c
+ board_rtc.c
1
- libraries\drivers\hal\am_hal_stimer.c
+ board\rtc.c
- am_hal_ctimer.c
+ uart.c
1
- libraries\drivers\hal\am_hal_ctimer.c
+ board\uart.c
- am_hal_rtc.c
+ flash.c
1
- libraries\drivers\hal\am_hal_rtc.c
+ board\flash.c
- am_hal_interrupt.c
+ adc.c
1
- libraries\drivers\hal\am_hal_interrupt.c
+ board\adc.c
+
+
+ Filesystem
- am_hal_queue.c
+ dfs_posix.c
1
- libraries\drivers\hal\am_hal_queue.c
+ ..\..\components\dfs\src\dfs_posix.c
- am_hal_iom.c
+ dfs_poll.c
1
- libraries\drivers\hal\am_hal_iom.c
+ ..\..\components\dfs\src\dfs_poll.c
- am_hal_ios.c
+ dfs_file.c
1
- libraries\drivers\hal\am_hal_ios.c
+ ..\..\components\dfs\src\dfs_file.c
- am_hal_vcomp.c
+ dfs.c
1
- libraries\drivers\hal\am_hal_vcomp.c
+ ..\..\components\dfs\src\dfs.c
- am_hal_flash.c
+ dfs_fs.c
1
- libraries\drivers\hal\am_hal_flash.c
+ ..\..\components\dfs\src\dfs_fs.c
- am_hal_gpio.c
+ dfs_select.c
1
- libraries\drivers\hal\am_hal_gpio.c
+ ..\..\components\dfs\src\dfs_select.c
- am_hal_uart.c
+ devfs.c
1
- libraries\drivers\hal\am_hal_uart.c
+ ..\..\components\dfs\filesystems\devfs\devfs.c
+
+
+ Finsh
- am_hal_adc.c
+ shell.c
1
- libraries\drivers\hal\am_hal_adc.c
+ ..\..\components\finsh\shell.c
- am_hal_pdm.c
+ msh.c
1
- libraries\drivers\hal\am_hal_pdm.c
+ ..\..\components\finsh\msh.c
- am_hal_i2c_bit_bang.c
+ msh_file.c
1
- libraries\drivers\hal\am_hal_i2c_bit_bang.c
-
-
-
-
- startup_keil.s
- 2
- libraries\startup\arm\startup_keil.s
+ ..\..\components\finsh\msh_file.c
- cpu
-
-
- backtrace.c
- 1
- ..\..\libcpu\arm\common\backtrace.c
-
-
+ Kernel
- div0.c
+ clock.c
1
- ..\..\libcpu\arm\common\div0.c
+ ..\..\src\clock.c
- showmem.c
+ mem.c
1
- ..\..\libcpu\arm\common\showmem.c
+ ..\..\src\mem.c
- cpuport.c
+ timer.c
1
- ..\..\libcpu\arm\cortex-m4\cpuport.c
-
-
-
-
- context_rvds.S
- 2
- ..\..\libcpu\arm\cortex-m4\context_rvds.S
+ ..\..\src\timer.c
-
-
- Filesystem
- dfs.c
+ irq.c
1
- ..\..\components\dfs\src\dfs.c
+ ..\..\src\irq.c
- dfs_file.c
+ object.c
1
- ..\..\components\dfs\src\dfs_file.c
+ ..\..\src\object.c
- dfs_fs.c
+ ipc.c
1
- ..\..\components\dfs\src\dfs_fs.c
+ ..\..\src\ipc.c
- dfs_posix.c
+ thread.c
1
- ..\..\components\dfs\src\dfs_posix.c
+ ..\..\src\thread.c
- poll.c
+ components.c
1
- ..\..\components\dfs\src\poll.c
+ ..\..\src\components.c
- select.c
+ mempool.c
1
- ..\..\components\dfs\src\select.c
+ ..\..\src\mempool.c
- devfs.c
+ device.c
1
- ..\..\components\dfs\filesystems\devfs\devfs.c
+ ..\..\src\device.c
-
-
- DeviceDrivers
- i2c_core.c
+ idle.c
1
- ..\..\components\drivers\i2c\i2c_core.c
+ ..\..\src\idle.c
- i2c_dev.c
+ kservice.c
1
- ..\..\components\drivers\i2c\i2c_dev.c
+ ..\..\src\kservice.c
- pin.c
+ scheduler.c
1
- ..\..\components\drivers\misc\pin.c
+ ..\..\src\scheduler.c
+
+
+ libc
- rtc_rtc.c
+ stdio.c
1
- ..\..\components\drivers\rtc\rtc.c
+ ..\..\components\libc\compilers\armlibc\stdio.c
- serial.c
+ libc.c
1
- ..\..\components\drivers\serial\serial.c
+ ..\..\components\libc\compilers\armlibc\libc.c
- spi_core.c
+ syscalls.c
1
- ..\..\components\drivers\spi\spi_core.c
+ ..\..\components\libc\compilers\armlibc\syscalls.c
- spi_dev.c
+ mem_std.c
1
- ..\..\components\drivers\spi\spi_dev.c
+ ..\..\components\libc\compilers\armlibc\mem_std.c
- completion.c
+ delay.c
1
- ..\..\components\drivers\src\completion.c
+ ..\..\components\libc\compilers\common\delay.c
- dataqueue.c
+ time.c
1
- ..\..\components\drivers\src\dataqueue.c
+ ..\..\components\libc\compilers\common\time.c
- pipe.c
+ unistd.c
1
- ..\..\components\drivers\src\pipe.c
+ ..\..\components\libc\compilers\common\unistd.c
- ringblk_buf.c
+ stdlib.c
1
- ..\..\components\drivers\src\ringblk_buf.c
+ ..\..\components\libc\compilers\common\stdlib.c
+
+
+ Libraries
- ringbuffer.c
+ am_hal_queue.c
1
- ..\..\components\drivers\src\ringbuffer.c
+ libraries\drivers\hal\am_hal_queue.c
- waitqueue.c
+ am_hal_iom.c
1
- ..\..\components\drivers\src\waitqueue.c
+ libraries\drivers\hal\am_hal_iom.c
- workqueue.c
+ am_hal_mcuctrl.c
1
- ..\..\components\drivers\src\workqueue.c
+ libraries\drivers\hal\am_hal_mcuctrl.c
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- finsh
- shell.c
+ am_hal_ctimer.c
1
- ..\..\components\finsh\shell.c
+ libraries\drivers\hal\am_hal_ctimer.c
- cmd.c
+ am_hal_adc.c
1
- ..\..\components\finsh\cmd.c
+ libraries\drivers\hal\am_hal_adc.c
- msh.c
+ am_hal_debug.c
1
- ..\..\components\finsh\msh.c
+ libraries\drivers\hal\am_hal_debug.c
- msh_file.c
+ am_hal_vcomp.c
1
- ..\..\components\finsh\msh_file.c
+ libraries\drivers\hal\am_hal_vcomp.c
- finsh_compiler.c
+ am_hal_i2c_bit_bang.c
1
- ..\..\components\finsh\finsh_compiler.c
+ libraries\drivers\hal\am_hal_i2c_bit_bang.c
- finsh_error.c
+ am_hal_clkgen.c
1
- ..\..\components\finsh\finsh_error.c
+ libraries\drivers\hal\am_hal_clkgen.c
- finsh_heap.c
+ am_hal_sysctrl.c
1
- ..\..\components\finsh\finsh_heap.c
+ libraries\drivers\hal\am_hal_sysctrl.c
- finsh_init.c
+ am_hal_ios.c
1
- ..\..\components\finsh\finsh_init.c
+ libraries\drivers\hal\am_hal_ios.c
- finsh_node.c
+ am_hal_pdm.c
1
- ..\..\components\finsh\finsh_node.c
+ libraries\drivers\hal\am_hal_pdm.c
- finsh_ops.c
+ am_hal_interrupt.c
1
- ..\..\components\finsh\finsh_ops.c
+ libraries\drivers\hal\am_hal_interrupt.c
- finsh_parser.c
+ am_hal_uart.c
1
- ..\..\components\finsh\finsh_parser.c
+ libraries\drivers\hal\am_hal_uart.c
- finsh_var.c
+ am_hal_pwrctrl.c
1
- ..\..\components\finsh\finsh_var.c
+ libraries\drivers\hal\am_hal_pwrctrl.c
- finsh_vm.c
+ am_hal_reset.c
1
- ..\..\components\finsh\finsh_vm.c
+ libraries\drivers\hal\am_hal_reset.c
- finsh_token.c
+ am_hal_cachectrl.c
1
- ..\..\components\finsh\finsh_token.c
+ libraries\drivers\hal\am_hal_cachectrl.c
-
-
- libc
- libc.c
+ am_hal_stimer.c
1
- ..\..\components\libc\compilers\armlibc\libc.c
+ libraries\drivers\hal\am_hal_stimer.c
- mem_std.c
+ am_hal_rtc.c
1
- ..\..\components\libc\compilers\armlibc\mem_std.c
+ libraries\drivers\hal\am_hal_rtc.c
- stdio.c
+ am_hal_gpio.c
1
- ..\..\components\libc\compilers\armlibc\stdio.c
+ libraries\drivers\hal\am_hal_gpio.c
- stubs.c
+ am_hal_flash.c
1
- ..\..\components\libc\compilers\armlibc\stubs.c
+ libraries\drivers\hal\am_hal_flash.c
- time.c
- 1
- ..\..\components\libc\compilers\common\time.c
+ startup_keil.s
+ 2
+ libraries\startup\arm\startup_keil.s
diff --git a/bsp/asm9260t/.config b/bsp/asm9260t/.config
index 9e1eaa5e368..b0d36783d3b 100644
--- a/bsp/asm9260t/.config
+++ b/bsp/asm9260t/.config
@@ -322,6 +322,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_LORA_GW_DRIVER_LIB is not set
# CONFIG_PKG_USING_LORA_PKT_SNIFFER is not set
# CONFIG_PKG_USING_HM is not set
+# CONFIG_PKG_USING_SMALL_MODBUS is not set
# end of IoT - internet of things
#
@@ -346,17 +347,24 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
#
# multimedia packages
#
-# CONFIG_PKG_USING_OPENMV is not set
-# CONFIG_PKG_USING_MUPDF is not set
-# CONFIG_PKG_USING_STEMWIN is not set
#
-# lvgl: powerful and easy-to-use embedded GUI library
+# LVGL: powerful and easy-to-use embedded GUI library
#
-# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
# CONFIG_PKG_USING_LVGL is not set
-# end of lvgl: powerful and easy-to-use embedded GUI library
+# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
+# end of LVGL: powerful and easy-to-use embedded GUI library
+
+#
+# u8g2: a monochrome graphic library
+#
+# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
+# CONFIG_PKG_USING_U8G2 is not set
+# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_OPENMV is not set
+# CONFIG_PKG_USING_MUPDF is not set
+# CONFIG_PKG_USING_STEMWIN is not set
# CONFIG_PKG_USING_WAVPLAYER is not set
# CONFIG_PKG_USING_TJPGD is not set
# CONFIG_PKG_USING_PDFGEN is not set
@@ -369,11 +377,11 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_UGUI is not set
#
-# u8g2: a monochrome graphic library
+# PainterEngine: A cross-platform graphics application framework written in C language
#
-# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
-# CONFIG_PKG_USING_U8G2 is not set
-# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_PAINTERENGINE is not set
+# CONFIG_PKG_USING_PAINTERENGINE_AUX is not set
+# end of PainterEngine: A cross-platform graphics application framework written in C language
# end of multimedia packages
#
@@ -417,12 +425,20 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_MEM_SANDBOX is not set
# CONFIG_PKG_USING_SOLAR_TERMS is not set
# CONFIG_PKG_USING_GAN_ZHI is not set
+# CONFIG_PKG_USING_FDT is not set
# end of tools packages
#
# system packages
#
+#
+# rt_kprintf: enhanced rt_kprintf packages
+#
+# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
+# CONFIG_PKG_USING_RT_VSNPRINTF_FULL is not set
+# end of rt_kprintf: enhanced rt_kprintf packages
+
#
# acceleration: Assembly language or algorithmic acceleration packages
#
@@ -432,6 +448,14 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_QFPLIB_M3 is not set
# end of acceleration: Assembly language or algorithmic acceleration packages
+#
+# CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+#
+# CONFIG_PKG_USING_CMSIS_5 is not set
+# CONFIG_PKG_USING_CMSIS_5_AUX is not set
+# CONFIG_PKG_USING_CMSIS_RTOS2 is not set
+# end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+
#
# Micrium: Micrium software products porting for RT-Thread
#
@@ -451,7 +475,6 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_FLASHDB is not set
# CONFIG_PKG_USING_SQLITE is not set
# CONFIG_PKG_USING_RTI is not set
-# CONFIG_PKG_USING_CMSIS is not set
# CONFIG_PKG_USING_DFS_YAFFS is not set
# CONFIG_PKG_USING_LITTLEFS is not set
# CONFIG_PKG_USING_DFS_JFFS2 is not set
@@ -468,7 +491,6 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_QBOOT is not set
# CONFIG_PKG_USING_PPOOL is not set
# CONFIG_PKG_USING_OPENAMP is not set
-# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
# CONFIG_PKG_USING_LPM is not set
# CONFIG_PKG_USING_TLSF is not set
# CONFIG_PKG_USING_EVENT_RECORDER is not set
@@ -476,6 +498,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_WCWIDTH is not set
# CONFIG_PKG_USING_MCUBOOT is not set
# CONFIG_PKG_USING_TINYUSB is not set
+# CONFIG_PKG_USING_USB_STACK is not set
# end of system packages
#
@@ -552,6 +575,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_MISAKA_RGB_BLING is not set
# CONFIG_PKG_USING_BL_MCU_SDK is not set
# CONFIG_PKG_USING_SOFT_SERIAL is not set
+# CONFIG_PKG_USING_MB85RS16 is not set
# end of peripheral libraries and drivers
#
diff --git a/bsp/asm9260t/project.ewp b/bsp/asm9260t/project.ewp
index 7028ab0a6ca..1b8fd7f9975 100644
--- a/bsp/asm9260t/project.ewp
+++ b/bsp/asm9260t/project.ewp
@@ -2070,6 +2070,9 @@
$PROJ_DIR$\..\..\libcpu\arm\arm926\cpuport.c
+
+ $PROJ_DIR$\..\..\libcpu\arm\arm926\start_iar.S
+
$PROJ_DIR$\..\..\libcpu\arm\arm926\mmu.c
@@ -2077,14 +2080,11 @@
$PROJ_DIR$\..\..\libcpu\arm\arm926\machine.c
- $PROJ_DIR$\..\..\libcpu\arm\arm926\start_iar.S
+ $PROJ_DIR$\..\..\libcpu\arm\arm926\stack.c
$PROJ_DIR$\..\..\libcpu\arm\arm926\trap.c
-
- $PROJ_DIR$\..\..\libcpu\arm\arm926\stack.c
-
$PROJ_DIR$\..\..\libcpu\arm\arm926\context_iar.S
@@ -2094,26 +2094,26 @@
$PROJ_DIR$\..\..\components\drivers\serial\serial.c
-
- $PROJ_DIR$\..\..\components\drivers\src\ringbuffer.c
-
$PROJ_DIR$\..\..\components\drivers\src\workqueue.c
- $PROJ_DIR$\..\..\components\drivers\src\waitqueue.c
+ $PROJ_DIR$\..\..\components\drivers\src\completion.c
- $PROJ_DIR$\..\..\components\drivers\src\completion.c
+ $PROJ_DIR$\..\..\components\drivers\src\ringbuffer.c
- $PROJ_DIR$\..\..\components\drivers\src\ringblk_buf.c
+ $PROJ_DIR$\..\..\components\drivers\src\dataqueue.c
$PROJ_DIR$\..\..\components\drivers\src\pipe.c
- $PROJ_DIR$\..\..\components\drivers\src\dataqueue.c
+ $PROJ_DIR$\..\..\components\drivers\src\ringblk_buf.c
+
+
+ $PROJ_DIR$\..\..\components\drivers\src\waitqueue.c
@@ -2128,22 +2128,22 @@
$PROJ_DIR$\drivers\led.c
- $PROJ_DIR$\platform\uart.c
+ $PROJ_DIR$\platform\reset.c
- $PROJ_DIR$\platform\rt_low_level_init.c
+ $PROJ_DIR$\platform\system_clock.c
- $PROJ_DIR$\platform\interrupt.c
+ $PROJ_DIR$\platform\uart.c
- $PROJ_DIR$\platform\reset.c
+ $PROJ_DIR$\platform\timer0.c
- $PROJ_DIR$\platform\timer0.c
+ $PROJ_DIR$\platform\rt_low_level_init.c
- $PROJ_DIR$\platform\system_clock.c
+ $PROJ_DIR$\platform\interrupt.c
$PROJ_DIR$\platform\gpio.c
@@ -2164,88 +2164,88 @@
Kernel
- $PROJ_DIR$\..\..\src\kservice.c
+ $PROJ_DIR$\..\..\src\memheap.c
$PROJ_DIR$\..\..\src\scheduler.c
- $PROJ_DIR$\..\..\src\components.c
+ $PROJ_DIR$\..\..\src\idle.c
- $PROJ_DIR$\..\..\src\object.c
+ $PROJ_DIR$\..\..\src\mempool.c
- $PROJ_DIR$\..\..\src\ipc.c
+ $PROJ_DIR$\..\..\src\kservice.c
- $PROJ_DIR$\..\..\src\device.c
+ $PROJ_DIR$\..\..\src\slab.c
- $PROJ_DIR$\..\..\src\slab.c
+ $PROJ_DIR$\..\..\src\object.c
- $PROJ_DIR$\..\..\src\clock.c
+ $PROJ_DIR$\..\..\src\device.c
- $PROJ_DIR$\..\..\src\memheap.c
+ $PROJ_DIR$\..\..\src\irq.c
- $PROJ_DIR$\..\..\src\mempool.c
+ $PROJ_DIR$\..\..\src\ipc.c
$PROJ_DIR$\..\..\src\thread.c
- $PROJ_DIR$\..\..\src\irq.c
+ $PROJ_DIR$\..\..\src\components.c
- $PROJ_DIR$\..\..\src\timer.c
+ $PROJ_DIR$\..\..\src\clock.c
- $PROJ_DIR$\..\..\src\idle.c
+ $PROJ_DIR$\..\..\src\timer.c
libc
- $PROJ_DIR$\..\..\components\libc\compilers\common\time.c
+ $PROJ_DIR$\..\..\components\libc\compilers\common\stdlib.c
- $PROJ_DIR$\..\..\components\libc\compilers\common\stdlib.c
+ $PROJ_DIR$\..\..\components\libc\compilers\common\time.c
- $PROJ_DIR$\..\..\components\libc\compilers\dlib\environ.c
+ $PROJ_DIR$\..\..\components\libc\compilers\dlib\syscall_open.c
$PROJ_DIR$\..\..\components\libc\compilers\dlib\syscall_mem.c
- $PROJ_DIR$\..\..\components\libc\compilers\dlib\syscall_lseek.c
+ $PROJ_DIR$\..\..\components\libc\compilers\dlib\syscall_read.c
- $PROJ_DIR$\..\..\components\libc\compilers\dlib\syscalls.c
+ $PROJ_DIR$\..\..\components\libc\compilers\dlib\syscall_lseek.c
- $PROJ_DIR$\..\..\components\libc\compilers\dlib\syscall_close.c
+ $PROJ_DIR$\..\..\components\libc\compilers\dlib\libc.c
- $PROJ_DIR$\..\..\components\libc\compilers\dlib\syscall_read.c
+ $PROJ_DIR$\..\..\components\libc\compilers\dlib\syscall_write.c
- $PROJ_DIR$\..\..\components\libc\compilers\dlib\syscall_remove.c
+ $PROJ_DIR$\..\..\components\libc\compilers\dlib\syscalls.c
- $PROJ_DIR$\..\..\components\libc\compilers\dlib\syscall_open.c
+ $PROJ_DIR$\..\..\components\libc\compilers\dlib\syscall_close.c
- $PROJ_DIR$\..\..\components\libc\compilers\dlib\stdio.c
+ $PROJ_DIR$\..\..\components\libc\compilers\dlib\environ.c
- $PROJ_DIR$\..\..\components\libc\compilers\dlib\libc.c
+ $PROJ_DIR$\..\..\components\libc\compilers\dlib\stdio.c
- $PROJ_DIR$\..\..\components\libc\compilers\dlib\syscall_write.c
+ $PROJ_DIR$\..\..\components\libc\compilers\dlib\syscall_remove.c
diff --git a/bsp/asm9260t/project.uvproj b/bsp/asm9260t/project.uvproj
index c145a2b0229..d9fd427caba 100644
--- a/bsp/asm9260t/project.uvproj
+++ b/bsp/asm9260t/project.uvproj
@@ -413,23 +413,30 @@
CPU
- div0.c
+ showmem.c
1
- ..\..\libcpu\arm\common\div0.c
+ ..\..\libcpu\arm\common\showmem.c
- showmem.c
+ backtrace.c
1
- ..\..\libcpu\arm\common\showmem.c
+ ..\..\libcpu\arm\common\backtrace.c
- backtrace.c
+ div0.c
1
- ..\..\libcpu\arm\common\backtrace.c
+ ..\..\libcpu\arm\common\div0.c
+
+
+
+
+ start_rvds.S
+ 2
+ ..\..\libcpu\arm\arm926\start_rvds.S
@@ -441,23 +448,23 @@
- stack.c
+ machine.c
1
- ..\..\libcpu\arm\arm926\stack.c
+ ..\..\libcpu\arm\arm926\machine.c
- trap.c
+ cpuport.c
1
- ..\..\libcpu\arm\arm926\trap.c
+ ..\..\libcpu\arm\arm926\cpuport.c
- start_rvds.S
- 2
- ..\..\libcpu\arm\arm926\start_rvds.S
+ trap.c
+ 1
+ ..\..\libcpu\arm\arm926\trap.c
@@ -469,16 +476,9 @@
- cpuport.c
- 1
- ..\..\libcpu\arm\arm926\cpuport.c
-
-
-
-
- machine.c
+ stack.c
1
- ..\..\libcpu\arm\arm926\machine.c
+ ..\..\libcpu\arm\arm926\stack.c
@@ -493,30 +493,30 @@
- ringbuffer.c
+ ringblk_buf.c
1
- ..\..\components\drivers\src\ringbuffer.c
+ ..\..\components\drivers\src\ringblk_buf.c
- workqueue.c
+ waitqueue.c
1
- ..\..\components\drivers\src\workqueue.c
+ ..\..\components\drivers\src\waitqueue.c
- dataqueue.c
+ pipe.c
1
- ..\..\components\drivers\src\dataqueue.c
+ ..\..\components\drivers\src\pipe.c
- ringblk_buf.c
+ dataqueue.c
1
- ..\..\components\drivers\src\ringblk_buf.c
+ ..\..\components\drivers\src\dataqueue.c
@@ -528,16 +528,16 @@
- waitqueue.c
+ workqueue.c
1
- ..\..\components\drivers\src\waitqueue.c
+ ..\..\components\drivers\src\workqueue.c
- pipe.c
+ ringbuffer.c
1
- ..\..\components\drivers\src\pipe.c
+ ..\..\components\drivers\src\ringbuffer.c
@@ -566,44 +566,44 @@
- rt_low_level_init.c
+ interrupt.c
1
- platform\rt_low_level_init.c
+ platform\interrupt.c
- gpio.c
+ rt_low_level_init.c
1
- platform\gpio.c
+ platform\rt_low_level_init.c
- reset.c
+ uart.c
1
- platform\reset.c
+ platform\uart.c
- uart.c
+ reset.c
1
- platform\uart.c
+ platform\reset.c
- interrupt.c
+ system_clock.c
1
- platform\interrupt.c
+ platform\system_clock.c
- system_clock.c
+ gpio.c
1
- platform\system_clock.c
+ platform\gpio.c
@@ -649,30 +649,30 @@
- device.c
+ clock.c
1
- ..\..\src\device.c
+ ..\..\src\clock.c
- clock.c
+ mempool.c
1
- ..\..\src\clock.c
+ ..\..\src\mempool.c
- kservice.c
+ scheduler.c
1
- ..\..\src\kservice.c
+ ..\..\src\scheduler.c
- thread.c
+ ipc.c
1
- ..\..\src\thread.c
+ ..\..\src\ipc.c
@@ -684,58 +684,58 @@
- timer.c
+ components.c
1
- ..\..\src\timer.c
+ ..\..\src\components.c
- scheduler.c
+ timer.c
1
- ..\..\src\scheduler.c
+ ..\..\src\timer.c
- memheap.c
+ irq.c
1
- ..\..\src\memheap.c
+ ..\..\src\irq.c
- irq.c
+ device.c
1
- ..\..\src\irq.c
+ ..\..\src\device.c
- mempool.c
+ memheap.c
1
- ..\..\src\mempool.c
+ ..\..\src\memheap.c
- components.c
+ kservice.c
1
- ..\..\src\components.c
+ ..\..\src\kservice.c
- slab.c
+ thread.c
1
- ..\..\src\slab.c
+ ..\..\src\thread.c
- ipc.c
+ slab.c
1
- ..\..\src\ipc.c
+ ..\..\src\slab.c
@@ -743,9 +743,9 @@
libc
- mem_std.c
+ libc.c
1
- ..\..\components\libc\compilers\armlibc\mem_std.c
+ ..\..\components\libc\compilers\armlibc\libc.c
@@ -757,23 +757,23 @@
- libc.c
+ mem_std.c
1
- ..\..\components\libc\compilers\armlibc\libc.c
+ ..\..\components\libc\compilers\armlibc\mem_std.c
- time.c
+ stdlib.c
1
- ..\..\components\libc\compilers\common\time.c
+ ..\..\components\libc\compilers\common\stdlib.c
- stdlib.c
+ time.c
1
- ..\..\components\libc\compilers\common\stdlib.c
+ ..\..\components\libc\compilers\common\time.c
diff --git a/bsp/asm9260t/rtconfig.h b/bsp/asm9260t/rtconfig.h
index 267b9b96c4e..9810c90b7d8 100644
--- a/bsp/asm9260t/rtconfig.h
+++ b/bsp/asm9260t/rtconfig.h
@@ -164,14 +164,17 @@
/* multimedia packages */
+/* LVGL: powerful and easy-to-use embedded GUI library */
-/* lvgl: powerful and easy-to-use embedded GUI library */
-
-/* end of lvgl: powerful and easy-to-use embedded GUI library */
+/* end of LVGL: powerful and easy-to-use embedded GUI library */
/* u8g2: a monochrome graphic library */
/* end of u8g2: a monochrome graphic library */
+
+/* PainterEngine: A cross-platform graphics application framework written in C language */
+
+/* end of PainterEngine: A cross-platform graphics application framework written in C language */
/* end of multimedia packages */
/* tools packages */
@@ -180,10 +183,18 @@
/* system packages */
+/* rt_kprintf: enhanced rt_kprintf packages */
+
+/* end of rt_kprintf: enhanced rt_kprintf packages */
+
/* acceleration: Assembly language or algorithmic acceleration packages */
/* end of acceleration: Assembly language or algorithmic acceleration packages */
+/* CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
+/* end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
/* Micrium: Micrium software products porting for RT-Thread */
/* end of Micrium: Micrium software products porting for RT-Thread */
diff --git a/bsp/at32/at32f403a-start/.config b/bsp/at32/at32f403a-start/.config
index 3b66f00a93c..79d304f418f 100644
--- a/bsp/at32/at32f403a-start/.config
+++ b/bsp/at32/at32f403a-start/.config
@@ -333,6 +333,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_LORA_GW_DRIVER_LIB is not set
# CONFIG_PKG_USING_LORA_PKT_SNIFFER is not set
# CONFIG_PKG_USING_HM is not set
+# CONFIG_PKG_USING_SMALL_MODBUS is not set
# end of IoT - internet of things
#
@@ -357,17 +358,24 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
#
# multimedia packages
#
-# CONFIG_PKG_USING_OPENMV is not set
-# CONFIG_PKG_USING_MUPDF is not set
-# CONFIG_PKG_USING_STEMWIN is not set
#
-# lvgl: powerful and easy-to-use embedded GUI library
+# LVGL: powerful and easy-to-use embedded GUI library
#
-# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
# CONFIG_PKG_USING_LVGL is not set
-# end of lvgl: powerful and easy-to-use embedded GUI library
+# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
+# end of LVGL: powerful and easy-to-use embedded GUI library
+
+#
+# u8g2: a monochrome graphic library
+#
+# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
+# CONFIG_PKG_USING_U8G2 is not set
+# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_OPENMV is not set
+# CONFIG_PKG_USING_MUPDF is not set
+# CONFIG_PKG_USING_STEMWIN is not set
# CONFIG_PKG_USING_WAVPLAYER is not set
# CONFIG_PKG_USING_TJPGD is not set
# CONFIG_PKG_USING_PDFGEN is not set
@@ -380,11 +388,11 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_UGUI is not set
#
-# u8g2: a monochrome graphic library
+# PainterEngine: A cross-platform graphics application framework written in C language
#
-# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
-# CONFIG_PKG_USING_U8G2 is not set
-# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_PAINTERENGINE is not set
+# CONFIG_PKG_USING_PAINTERENGINE_AUX is not set
+# end of PainterEngine: A cross-platform graphics application framework written in C language
# end of multimedia packages
#
@@ -428,12 +436,20 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_MEM_SANDBOX is not set
# CONFIG_PKG_USING_SOLAR_TERMS is not set
# CONFIG_PKG_USING_GAN_ZHI is not set
+# CONFIG_PKG_USING_FDT is not set
# end of tools packages
#
# system packages
#
+#
+# rt_kprintf: enhanced rt_kprintf packages
+#
+# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
+# CONFIG_PKG_USING_RT_VSNPRINTF_FULL is not set
+# end of rt_kprintf: enhanced rt_kprintf packages
+
#
# acceleration: Assembly language or algorithmic acceleration packages
#
@@ -443,6 +459,14 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_QFPLIB_M3 is not set
# end of acceleration: Assembly language or algorithmic acceleration packages
+#
+# CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+#
+# CONFIG_PKG_USING_CMSIS_5 is not set
+# CONFIG_PKG_USING_CMSIS_5_AUX is not set
+# CONFIG_PKG_USING_CMSIS_RTOS2 is not set
+# end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+
#
# Micrium: Micrium software products porting for RT-Thread
#
@@ -463,7 +487,6 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_FLASHDB is not set
# CONFIG_PKG_USING_SQLITE is not set
# CONFIG_PKG_USING_RTI is not set
-# CONFIG_PKG_USING_CMSIS is not set
# CONFIG_PKG_USING_DFS_YAFFS is not set
# CONFIG_PKG_USING_LITTLEFS is not set
# CONFIG_PKG_USING_DFS_JFFS2 is not set
@@ -480,7 +503,6 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_QBOOT is not set
# CONFIG_PKG_USING_PPOOL is not set
# CONFIG_PKG_USING_OPENAMP is not set
-# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
# CONFIG_PKG_USING_LPM is not set
# CONFIG_PKG_USING_TLSF is not set
# CONFIG_PKG_USING_EVENT_RECORDER is not set
@@ -488,6 +510,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_WCWIDTH is not set
# CONFIG_PKG_USING_MCUBOOT is not set
# CONFIG_PKG_USING_TINYUSB is not set
+# CONFIG_PKG_USING_USB_STACK is not set
# end of system packages
#
@@ -564,6 +587,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_MISAKA_RGB_BLING is not set
# CONFIG_PKG_USING_BL_MCU_SDK is not set
# CONFIG_PKG_USING_SOFT_SERIAL is not set
+# CONFIG_PKG_USING_MB85RS16 is not set
# end of peripheral libraries and drivers
#
diff --git a/bsp/at32/at32f403a-start/project.ewp b/bsp/at32/at32f403a-start/project.ewp
index 536ac1e4047..059efd2a020 100644
--- a/bsp/at32/at32f403a-start/project.ewp
+++ b/bsp/at32/at32f403a-start/project.ewp
@@ -2087,13 +2087,13 @@
CPU
- $PROJ_DIR$\..\..\..\libcpu\arm\common\div0.c
+ $PROJ_DIR$\..\..\..\libcpu\arm\common\showmem.c
- $PROJ_DIR$\..\..\..\libcpu\arm\common\backtrace.c
+ $PROJ_DIR$\..\..\..\libcpu\arm\common\div0.c
- $PROJ_DIR$\..\..\..\libcpu\arm\common\showmem.c
+ $PROJ_DIR$\..\..\..\libcpu\arm\common\backtrace.c
$PROJ_DIR$\..\..\..\libcpu\arm\cortex-m4\context_iar.S
@@ -2111,22 +2111,22 @@
$PROJ_DIR$\..\..\..\components\drivers\serial\serial.c
- $PROJ_DIR$\..\..\..\components\drivers\src\ringblk_buf.c
+ $PROJ_DIR$\..\..\..\components\drivers\src\waitqueue.c
- $PROJ_DIR$\..\..\..\components\drivers\src\ringbuffer.c
+ $PROJ_DIR$\..\..\..\components\drivers\src\dataqueue.c
- $PROJ_DIR$\..\..\..\components\drivers\src\dataqueue.c
+ $PROJ_DIR$\..\..\..\components\drivers\src\pipe.c
$PROJ_DIR$\..\..\..\components\drivers\src\completion.c
- $PROJ_DIR$\..\..\..\components\drivers\src\waitqueue.c
+ $PROJ_DIR$\..\..\..\components\drivers\src\ringbuffer.c
- $PROJ_DIR$\..\..\..\components\drivers\src\pipe.c
+ $PROJ_DIR$\..\..\..\components\drivers\src\ringblk_buf.c
$PROJ_DIR$\..\..\..\components\drivers\src\workqueue.c
@@ -2168,88 +2168,88 @@
Kernel
- $PROJ_DIR$\..\..\..\src\irq.c
+ $PROJ_DIR$\..\..\..\src\memheap.c
- $PROJ_DIR$\..\..\..\src\scheduler.c
+ $PROJ_DIR$\..\..\..\src\components.c
- $PROJ_DIR$\..\..\..\src\device.c
+ $PROJ_DIR$\..\..\..\src\object.c
- $PROJ_DIR$\..\..\..\src\mem.c
+ $PROJ_DIR$\..\..\..\src\clock.c
- $PROJ_DIR$\..\..\..\src\thread.c
+ $PROJ_DIR$\..\..\..\src\timer.c
- $PROJ_DIR$\..\..\..\src\clock.c
+ $PROJ_DIR$\..\..\..\src\irq.c
- $PROJ_DIR$\..\..\..\src\idle.c
+ $PROJ_DIR$\..\..\..\src\scheduler.c
- $PROJ_DIR$\..\..\..\src\timer.c
+ $PROJ_DIR$\..\..\..\src\ipc.c
- $PROJ_DIR$\..\..\..\src\mempool.c
+ $PROJ_DIR$\..\..\..\src\mem.c
$PROJ_DIR$\..\..\..\src\kservice.c
- $PROJ_DIR$\..\..\..\src\ipc.c
+ $PROJ_DIR$\..\..\..\src\idle.c
- $PROJ_DIR$\..\..\..\src\object.c
+ $PROJ_DIR$\..\..\..\src\thread.c
- $PROJ_DIR$\..\..\..\src\components.c
+ $PROJ_DIR$\..\..\..\src\device.c
- $PROJ_DIR$\..\..\..\src\memheap.c
+ $PROJ_DIR$\..\..\..\src\mempool.c
libc
- $PROJ_DIR$\..\..\..\components\libc\compilers\common\time.c
+ $PROJ_DIR$\..\..\..\components\libc\compilers\common\stdlib.c
- $PROJ_DIR$\..\..\..\components\libc\compilers\common\stdlib.c
+ $PROJ_DIR$\..\..\..\components\libc\compilers\common\time.c
- $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\stdio.c
+ $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_read.c
- $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscalls.c
+ $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_open.c
- $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\environ.c
+ $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_write.c
$PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_close.c
- $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\libc.c
+ $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscalls.c
- $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_remove.c
+ $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\environ.c
$PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_lseek.c
- $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_open.c
+ $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_remove.c
- $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_write.c
+ $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\stdio.c
- $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_read.c
+ $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_mem.c
- $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_mem.c
+ $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\libc.c
diff --git a/bsp/at32/at32f403a-start/project.uvproj b/bsp/at32/at32f403a-start/project.uvproj
index 19f67bcd474..d35a24f57e3 100644
--- a/bsp/at32/at32f403a-start/project.uvproj
+++ b/bsp/at32/at32f403a-start/project.uvproj
@@ -429,9 +429,9 @@
CPU
- div0.c
+ backtrace.c
1
- ..\..\..\libcpu\arm\common\div0.c
+ ..\..\..\libcpu\arm\common\backtrace.c
@@ -443,9 +443,9 @@
- backtrace.c
+ div0.c
1
- ..\..\..\libcpu\arm\common\backtrace.c
+ ..\..\..\libcpu\arm\common\div0.c
@@ -481,9 +481,9 @@
- waitqueue.c
+ ringblk_buf.c
1
- ..\..\..\components\drivers\src\waitqueue.c
+ ..\..\..\components\drivers\src\ringblk_buf.c
@@ -495,16 +495,16 @@
- workqueue.c
+ completion.c
1
- ..\..\..\components\drivers\src\workqueue.c
+ ..\..\..\components\drivers\src\completion.c
- dataqueue.c
+ waitqueue.c
1
- ..\..\..\components\drivers\src\dataqueue.c
+ ..\..\..\components\drivers\src\waitqueue.c
@@ -516,16 +516,16 @@
- completion.c
+ workqueue.c
1
- ..\..\..\components\drivers\src\completion.c
+ ..\..\..\components\drivers\src\workqueue.c
- ringblk_buf.c
+ dataqueue.c
1
- ..\..\..\components\drivers\src\ringblk_buf.c
+ ..\..\..\components\drivers\src\dataqueue.c
@@ -602,9 +602,9 @@
Kernel
- mempool.c
+ components.c
1
- ..\..\..\src\mempool.c
+ ..\..\..\src\components.c
@@ -616,98 +616,91 @@
- kservice.c
+ mem.c
1
- ..\..\..\src\kservice.c
+ ..\..\..\src\mem.c
- device.c
+ irq.c
1
- ..\..\..\src\device.c
+ ..\..\..\src\irq.c
- object.c
+ device.c
1
- ..\..\..\src\object.c
+ ..\..\..\src\device.c
- mem.c
+ timer.c
1
- ..\..\..\src\mem.c
+ ..\..\..\src\timer.c
- irq.c
+ thread.c
1
- ..\..\..\src\irq.c
+ ..\..\..\src\thread.c
- idle.c
+ memheap.c
1
- ..\..\..\src\idle.c
+ ..\..\..\src\memheap.c
- components.c
+ mempool.c
1
- ..\..\..\src\components.c
+ ..\..\..\src\mempool.c
- scheduler.c
+ idle.c
1
- ..\..\..\src\scheduler.c
+ ..\..\..\src\idle.c
- memheap.c
+ object.c
1
- ..\..\..\src\memheap.c
+ ..\..\..\src\object.c
- ipc.c
+ scheduler.c
1
- ..\..\..\src\ipc.c
+ ..\..\..\src\scheduler.c
- timer.c
+ ipc.c
1
- ..\..\..\src\timer.c
+ ..\..\..\src\ipc.c
- thread.c
+ kservice.c
1
- ..\..\..\src\thread.c
+ ..\..\..\src\kservice.c
libc
-
-
- libc.c
- 1
- ..\..\..\components\libc\compilers\armlibc\libc.c
-
-
mem_std.c
@@ -724,9 +717,9 @@
- time.c
+ libc.c
1
- ..\..\..\components\libc\compilers\common\time.c
+ ..\..\..\components\libc\compilers\armlibc\libc.c
@@ -736,6 +729,13 @@
..\..\..\components\libc\compilers\common\stdlib.c
+
+
+ time.c
+ 1
+ ..\..\..\components\libc\compilers\common\time.c
+
+
Libraries
diff --git a/bsp/at32/at32f403a-start/project.uvprojx b/bsp/at32/at32f403a-start/project.uvprojx
index c016292ce89..ada9b21fc77 100644
--- a/bsp/at32/at32f403a-start/project.uvprojx
+++ b/bsp/at32/at32f403a-start/project.uvprojx
@@ -390,16 +390,16 @@
CPU
- showmem.c
+ backtrace.c
1
- ..\..\..\libcpu\arm\common\showmem.c
+ ..\..\..\libcpu\arm\common\backtrace.c
- backtrace.c
+ showmem.c
1
- ..\..\..\libcpu\arm\common\backtrace.c
+ ..\..\..\libcpu\arm\common\showmem.c
@@ -411,16 +411,16 @@
- cpuport.c
- 1
- ..\..\..\libcpu\arm\cortex-m4\cpuport.c
+ context_rvds.S
+ 2
+ ..\..\..\libcpu\arm\cortex-m4\context_rvds.S
- context_rvds.S
- 2
- ..\..\..\libcpu\arm\cortex-m4\context_rvds.S
+ cpuport.c
+ 1
+ ..\..\..\libcpu\arm\cortex-m4\cpuport.c
@@ -442,44 +442,44 @@
- completion.c
+ workqueue.c
1
- ..\..\..\components\drivers\src\completion.c
+ ..\..\..\components\drivers\src\workqueue.c
- workqueue.c
+ waitqueue.c
1
- ..\..\..\components\drivers\src\workqueue.c
+ ..\..\..\components\drivers\src\waitqueue.c
- ringbuffer.c
+ completion.c
1
- ..\..\..\components\drivers\src\ringbuffer.c
+ ..\..\..\components\drivers\src\completion.c
- dataqueue.c
+ ringblk_buf.c
1
- ..\..\..\components\drivers\src\dataqueue.c
+ ..\..\..\components\drivers\src\ringblk_buf.c
- ringblk_buf.c
+ dataqueue.c
1
- ..\..\..\components\drivers\src\ringblk_buf.c
+ ..\..\..\components\drivers\src\dataqueue.c
- waitqueue.c
+ ringbuffer.c
1
- ..\..\..\components\drivers\src\waitqueue.c
+ ..\..\..\components\drivers\src\ringbuffer.c
@@ -563,100 +563,100 @@
Kernel
- components.c
+ ipc.c
1
- ..\..\..\src\components.c
+ ..\..\..\src\ipc.c
- scheduler.c
+ timer.c
1
- ..\..\..\src\scheduler.c
+ ..\..\..\src\timer.c
- object.c
+ mem.c
1
- ..\..\..\src\object.c
+ ..\..\..\src\mem.c
- device.c
+ components.c
1
- ..\..\..\src\device.c
+ ..\..\..\src\components.c
- kservice.c
+ object.c
1
- ..\..\..\src\kservice.c
+ ..\..\..\src\object.c
- idle.c
+ scheduler.c
1
- ..\..\..\src\idle.c
+ ..\..\..\src\scheduler.c
- timer.c
+ clock.c
1
- ..\..\..\src\timer.c
+ ..\..\..\src\clock.c
- memheap.c
+ irq.c
1
- ..\..\..\src\memheap.c
+ ..\..\..\src\irq.c
- irq.c
+ kservice.c
1
- ..\..\..\src\irq.c
+ ..\..\..\src\kservice.c
- thread.c
+ memheap.c
1
- ..\..\..\src\thread.c
+ ..\..\..\src\memheap.c
- mem.c
+ thread.c
1
- ..\..\..\src\mem.c
+ ..\..\..\src\thread.c
- ipc.c
+ mempool.c
1
- ..\..\..\src\ipc.c
+ ..\..\..\src\mempool.c
- mempool.c
+ device.c
1
- ..\..\..\src\mempool.c
+ ..\..\..\src\device.c
- clock.c
+ idle.c
1
- ..\..\..\src\clock.c
+ ..\..\..\src\idle.c
@@ -664,9 +664,9 @@
libc
- libc.c
+ mem_std.c
1
- ..\..\..\components\libc\compilers\armlibc\libc.c
+ ..\..\..\components\libc\compilers\armlibc\mem_std.c
@@ -678,23 +678,23 @@
- mem_std.c
+ libc.c
1
- ..\..\..\components\libc\compilers\armlibc\mem_std.c
+ ..\..\..\components\libc\compilers\armlibc\libc.c
- time.c
+ stdlib.c
1
- ..\..\..\components\libc\compilers\common\time.c
+ ..\..\..\components\libc\compilers\common\stdlib.c
- stdlib.c
+ time.c
1
- ..\..\..\components\libc\compilers\common\stdlib.c
+ ..\..\..\components\libc\compilers\common\time.c
diff --git a/bsp/at32/at32f403a-start/rtconfig.h b/bsp/at32/at32f403a-start/rtconfig.h
index 7deccaa46d0..25372076b46 100644
--- a/bsp/at32/at32f403a-start/rtconfig.h
+++ b/bsp/at32/at32f403a-start/rtconfig.h
@@ -172,14 +172,17 @@
/* multimedia packages */
+/* LVGL: powerful and easy-to-use embedded GUI library */
-/* lvgl: powerful and easy-to-use embedded GUI library */
-
-/* end of lvgl: powerful and easy-to-use embedded GUI library */
+/* end of LVGL: powerful and easy-to-use embedded GUI library */
/* u8g2: a monochrome graphic library */
/* end of u8g2: a monochrome graphic library */
+
+/* PainterEngine: A cross-platform graphics application framework written in C language */
+
+/* end of PainterEngine: A cross-platform graphics application framework written in C language */
/* end of multimedia packages */
/* tools packages */
@@ -188,10 +191,18 @@
/* system packages */
+/* rt_kprintf: enhanced rt_kprintf packages */
+
+/* end of rt_kprintf: enhanced rt_kprintf packages */
+
/* acceleration: Assembly language or algorithmic acceleration packages */
/* end of acceleration: Assembly language or algorithmic acceleration packages */
+/* CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
+/* end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
/* Micrium: Micrium software products porting for RT-Thread */
/* end of Micrium: Micrium software products porting for RT-Thread */
diff --git a/bsp/at32/at32f407-start/.config b/bsp/at32/at32f407-start/.config
index 015bba17404..df9b14ef0db 100644
--- a/bsp/at32/at32f407-start/.config
+++ b/bsp/at32/at32f407-start/.config
@@ -333,6 +333,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_LORA_GW_DRIVER_LIB is not set
# CONFIG_PKG_USING_LORA_PKT_SNIFFER is not set
# CONFIG_PKG_USING_HM is not set
+# CONFIG_PKG_USING_SMALL_MODBUS is not set
# end of IoT - internet of things
#
@@ -357,17 +358,24 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
#
# multimedia packages
#
-# CONFIG_PKG_USING_OPENMV is not set
-# CONFIG_PKG_USING_MUPDF is not set
-# CONFIG_PKG_USING_STEMWIN is not set
#
-# lvgl: powerful and easy-to-use embedded GUI library
+# LVGL: powerful and easy-to-use embedded GUI library
#
-# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
# CONFIG_PKG_USING_LVGL is not set
-# end of lvgl: powerful and easy-to-use embedded GUI library
+# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
+# end of LVGL: powerful and easy-to-use embedded GUI library
+
+#
+# u8g2: a monochrome graphic library
+#
+# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
+# CONFIG_PKG_USING_U8G2 is not set
+# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_OPENMV is not set
+# CONFIG_PKG_USING_MUPDF is not set
+# CONFIG_PKG_USING_STEMWIN is not set
# CONFIG_PKG_USING_WAVPLAYER is not set
# CONFIG_PKG_USING_TJPGD is not set
# CONFIG_PKG_USING_PDFGEN is not set
@@ -380,11 +388,11 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_UGUI is not set
#
-# u8g2: a monochrome graphic library
+# PainterEngine: A cross-platform graphics application framework written in C language
#
-# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
-# CONFIG_PKG_USING_U8G2 is not set
-# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_PAINTERENGINE is not set
+# CONFIG_PKG_USING_PAINTERENGINE_AUX is not set
+# end of PainterEngine: A cross-platform graphics application framework written in C language
# end of multimedia packages
#
@@ -428,12 +436,20 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_MEM_SANDBOX is not set
# CONFIG_PKG_USING_SOLAR_TERMS is not set
# CONFIG_PKG_USING_GAN_ZHI is not set
+# CONFIG_PKG_USING_FDT is not set
# end of tools packages
#
# system packages
#
+#
+# rt_kprintf: enhanced rt_kprintf packages
+#
+# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
+# CONFIG_PKG_USING_RT_VSNPRINTF_FULL is not set
+# end of rt_kprintf: enhanced rt_kprintf packages
+
#
# acceleration: Assembly language or algorithmic acceleration packages
#
@@ -443,6 +459,14 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_QFPLIB_M3 is not set
# end of acceleration: Assembly language or algorithmic acceleration packages
+#
+# CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+#
+# CONFIG_PKG_USING_CMSIS_5 is not set
+# CONFIG_PKG_USING_CMSIS_5_AUX is not set
+# CONFIG_PKG_USING_CMSIS_RTOS2 is not set
+# end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+
#
# Micrium: Micrium software products porting for RT-Thread
#
@@ -463,7 +487,6 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_FLASHDB is not set
# CONFIG_PKG_USING_SQLITE is not set
# CONFIG_PKG_USING_RTI is not set
-# CONFIG_PKG_USING_CMSIS is not set
# CONFIG_PKG_USING_DFS_YAFFS is not set
# CONFIG_PKG_USING_LITTLEFS is not set
# CONFIG_PKG_USING_DFS_JFFS2 is not set
@@ -480,7 +503,6 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_QBOOT is not set
# CONFIG_PKG_USING_PPOOL is not set
# CONFIG_PKG_USING_OPENAMP is not set
-# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
# CONFIG_PKG_USING_LPM is not set
# CONFIG_PKG_USING_TLSF is not set
# CONFIG_PKG_USING_EVENT_RECORDER is not set
@@ -488,6 +510,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_WCWIDTH is not set
# CONFIG_PKG_USING_MCUBOOT is not set
# CONFIG_PKG_USING_TINYUSB is not set
+# CONFIG_PKG_USING_USB_STACK is not set
# end of system packages
#
@@ -564,6 +587,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_MISAKA_RGB_BLING is not set
# CONFIG_PKG_USING_BL_MCU_SDK is not set
# CONFIG_PKG_USING_SOFT_SERIAL is not set
+# CONFIG_PKG_USING_MB85RS16 is not set
# end of peripheral libraries and drivers
#
diff --git a/bsp/at32/at32f407-start/project.ewp b/bsp/at32/at32f407-start/project.ewp
index 77b950ef256..e4ba5127371 100644
--- a/bsp/at32/at32f407-start/project.ewp
+++ b/bsp/at32/at32f407-start/project.ewp
@@ -2096,10 +2096,10 @@
$PROJ_DIR$\..\..\..\libcpu\arm\common\div0.c
- $PROJ_DIR$\..\..\..\libcpu\arm\cortex-m4\context_iar.S
+ $PROJ_DIR$\..\..\..\libcpu\arm\cortex-m4\cpuport.c
- $PROJ_DIR$\..\..\..\libcpu\arm\cortex-m4\cpuport.c
+ $PROJ_DIR$\..\..\..\libcpu\arm\cortex-m4\context_iar.S
@@ -2111,25 +2111,25 @@
$PROJ_DIR$\..\..\..\components\drivers\serial\serial.c
- $PROJ_DIR$\..\..\..\components\drivers\src\completion.c
+ $PROJ_DIR$\..\..\..\components\drivers\src\dataqueue.c
- $PROJ_DIR$\..\..\..\components\drivers\src\workqueue.c
+ $PROJ_DIR$\..\..\..\components\drivers\src\completion.c
- $PROJ_DIR$\..\..\..\components\drivers\src\pipe.c
+ $PROJ_DIR$\..\..\..\components\drivers\src\waitqueue.c
- $PROJ_DIR$\..\..\..\components\drivers\src\waitqueue.c
+ $PROJ_DIR$\..\..\..\components\drivers\src\ringblk_buf.c
- $PROJ_DIR$\..\..\..\components\drivers\src\dataqueue.c
+ $PROJ_DIR$\..\..\..\components\drivers\src\ringbuffer.c
- $PROJ_DIR$\..\..\..\components\drivers\src\ringblk_buf.c
+ $PROJ_DIR$\..\..\..\components\drivers\src\pipe.c
- $PROJ_DIR$\..\..\..\components\drivers\src\ringbuffer.c
+ $PROJ_DIR$\..\..\..\components\drivers\src\workqueue.c
@@ -2168,40 +2168,40 @@
Kernel
- $PROJ_DIR$\..\..\..\src\memheap.c
+ $PROJ_DIR$\..\..\..\src\components.c
$PROJ_DIR$\..\..\..\src\timer.c
- $PROJ_DIR$\..\..\..\src\mem.c
+ $PROJ_DIR$\..\..\..\src\object.c
- $PROJ_DIR$\..\..\..\src\ipc.c
+ $PROJ_DIR$\..\..\..\src\irq.c
- $PROJ_DIR$\..\..\..\src\object.c
+ $PROJ_DIR$\..\..\..\src\mempool.c
- $PROJ_DIR$\..\..\..\src\kservice.c
+ $PROJ_DIR$\..\..\..\src\mem.c
- $PROJ_DIR$\..\..\..\src\components.c
+ $PROJ_DIR$\..\..\..\src\device.c
- $PROJ_DIR$\..\..\..\src\irq.c
+ $PROJ_DIR$\..\..\..\src\memheap.c
$PROJ_DIR$\..\..\..\src\scheduler.c
- $PROJ_DIR$\..\..\..\src\device.c
+ $PROJ_DIR$\..\..\..\src\thread.c
- $PROJ_DIR$\..\..\..\src\thread.c
+ $PROJ_DIR$\..\..\..\src\ipc.c
- $PROJ_DIR$\..\..\..\src\mempool.c
+ $PROJ_DIR$\..\..\..\src\kservice.c
$PROJ_DIR$\..\..\..\src\clock.c
@@ -2212,11 +2212,14 @@
libc
+
+ $PROJ_DIR$\..\..\..\components\libc\compilers\common\stdlib.c
+
$PROJ_DIR$\..\..\..\components\libc\compilers\common\time.c
- $PROJ_DIR$\..\..\..\components\libc\compilers\common\stdlib.c
+ $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_open.c
$PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_lseek.c
@@ -2225,31 +2228,28 @@
$PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscalls.c
- $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\libc.c
+ $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_write.c
- $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_remove.c
+ $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\environ.c
$PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_read.c
- $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_close.c
-
-
- $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\environ.c
+ $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\libc.c
$PROJ_DIR$\..\..\..\components\libc\compilers\dlib\stdio.c
- $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_write.c
+ $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_mem.c
- $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_open.c
+ $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_remove.c
- $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_mem.c
+ $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_close.c
diff --git a/bsp/at32/at32f407-start/project.uvproj b/bsp/at32/at32f407-start/project.uvproj
index 093115cfa56..2bcc84c561e 100644
--- a/bsp/at32/at32f407-start/project.uvproj
+++ b/bsp/at32/at32f407-start/project.uvproj
@@ -434,16 +434,16 @@
- context_rvds.S
- 2
- ..\..\..\libcpu\arm\cortex-m4\context_rvds.S
+ cpuport.c
+ 1
+ ..\..\..\libcpu\arm\cortex-m4\cpuport.c
- cpuport.c
- 1
- ..\..\..\libcpu\arm\cortex-m4\cpuport.c
+ context_rvds.S
+ 2
+ ..\..\..\libcpu\arm\cortex-m4\context_rvds.S
@@ -463,6 +463,13 @@
..\..\..\components\drivers\serial\serial.c
+
+
+ ringbuffer.c
+ 1
+ ..\..\..\components\drivers\src\ringbuffer.c
+
+
dataqueue.c
@@ -472,9 +479,9 @@
- waitqueue.c
+ workqueue.c
1
- ..\..\..\components\drivers\src\waitqueue.c
+ ..\..\..\components\drivers\src\workqueue.c
@@ -486,9 +493,9 @@
- ringbuffer.c
+ waitqueue.c
1
- ..\..\..\components\drivers\src\ringbuffer.c
+ ..\..\..\components\drivers\src\waitqueue.c
@@ -498,13 +505,6 @@
..\..\..\components\drivers\src\completion.c
-
-
- workqueue.c
- 1
- ..\..\..\components\drivers\src\workqueue.c
-
-
ringblk_buf.c
@@ -586,44 +586,44 @@
Kernel
- components.c
+ kservice.c
1
- ..\..\..\src\components.c
+ ..\..\..\src\kservice.c
- mem.c
+ device.c
1
- ..\..\..\src\mem.c
+ ..\..\..\src\device.c
- irq.c
+ thread.c
1
- ..\..\..\src\irq.c
+ ..\..\..\src\thread.c
- idle.c
+ irq.c
1
- ..\..\..\src\idle.c
+ ..\..\..\src\irq.c
- scheduler.c
+ mem.c
1
- ..\..\..\src\scheduler.c
+ ..\..\..\src\mem.c
- thread.c
+ object.c
1
- ..\..\..\src\thread.c
+ ..\..\..\src\object.c
@@ -633,13 +633,6 @@
..\..\..\src\ipc.c
-
-
- kservice.c
- 1
- ..\..\..\src\kservice.c
-
-
mempool.c
@@ -656,42 +649,42 @@
- object.c
+ memheap.c
1
- ..\..\..\src\object.c
+ ..\..\..\src\memheap.c
- memheap.c
+ idle.c
1
- ..\..\..\src\memheap.c
+ ..\..\..\src\idle.c
- timer.c
+ scheduler.c
1
- ..\..\..\src\timer.c
+ ..\..\..\src\scheduler.c
- device.c
+ components.c
1
- ..\..\..\src\device.c
+ ..\..\..\src\components.c
-
-
- libc
- syscalls.c
+ timer.c
1
- ..\..\..\components\libc\compilers\armlibc\syscalls.c
+ ..\..\..\src\timer.c
+
+
+ libc
mem_std.c
@@ -708,9 +701,9 @@
- stdlib.c
+ syscalls.c
1
- ..\..\..\components\libc\compilers\common\stdlib.c
+ ..\..\..\components\libc\compilers\armlibc\syscalls.c
@@ -720,6 +713,13 @@
..\..\..\components\libc\compilers\common\time.c
+
+
+ stdlib.c
+ 1
+ ..\..\..\components\libc\compilers\common\stdlib.c
+
+
Libraries
diff --git a/bsp/at32/at32f407-start/project.uvprojx b/bsp/at32/at32f407-start/project.uvprojx
index 75c3c840d04..2d3b590bd67 100644
--- a/bsp/at32/at32f407-start/project.uvprojx
+++ b/bsp/at32/at32f407-start/project.uvprojx
@@ -387,6 +387,13 @@
CPU
+
+
+ backtrace.c
+ 1
+ ..\..\..\libcpu\arm\common\backtrace.c
+
+
showmem.c
@@ -403,9 +410,9 @@
- backtrace.c
- 1
- ..\..\..\libcpu\arm\common\backtrace.c
+ context_rvds.S
+ 2
+ ..\..\..\libcpu\arm\cortex-m4\context_rvds.S
@@ -415,13 +422,6 @@
..\..\..\libcpu\arm\cortex-m4\cpuport.c
-
-
- context_rvds.S
- 2
- ..\..\..\libcpu\arm\cortex-m4\context_rvds.S
-
-
DeviceDrivers
@@ -441,51 +441,51 @@
- waitqueue.c
+ dataqueue.c
1
- ..\..\..\components\drivers\src\waitqueue.c
+ ..\..\..\components\drivers\src\dataqueue.c
- workqueue.c
+ completion.c
1
- ..\..\..\components\drivers\src\workqueue.c
+ ..\..\..\components\drivers\src\completion.c
- dataqueue.c
+ waitqueue.c
1
- ..\..\..\components\drivers\src\dataqueue.c
+ ..\..\..\components\drivers\src\waitqueue.c
- ringblk_buf.c
+ ringbuffer.c
1
- ..\..\..\components\drivers\src\ringblk_buf.c
+ ..\..\..\components\drivers\src\ringbuffer.c
- completion.c
+ pipe.c
1
- ..\..\..\components\drivers\src\completion.c
+ ..\..\..\components\drivers\src\pipe.c
- ringbuffer.c
+ workqueue.c
1
- ..\..\..\components\drivers\src\ringbuffer.c
+ ..\..\..\components\drivers\src\workqueue.c
- pipe.c
+ ringblk_buf.c
1
- ..\..\..\components\drivers\src\pipe.c
+ ..\..\..\components\drivers\src\ringblk_buf.c
@@ -562,105 +562,112 @@
Kernel
- kservice.c
+ device.c
1
- ..\..\..\src\kservice.c
+ ..\..\..\src\device.c
- object.c
+ memheap.c
1
- ..\..\..\src\object.c
+ ..\..\..\src\memheap.c
- scheduler.c
+ clock.c
1
- ..\..\..\src\scheduler.c
+ ..\..\..\src\clock.c
- mempool.c
+ thread.c
1
- ..\..\..\src\mempool.c
+ ..\..\..\src\thread.c
- idle.c
+ kservice.c
1
- ..\..\..\src\idle.c
+ ..\..\..\src\kservice.c
- components.c
+ ipc.c
1
- ..\..\..\src\components.c
+ ..\..\..\src\ipc.c
- irq.c
+ idle.c
1
- ..\..\..\src\irq.c
+ ..\..\..\src\idle.c
- mem.c
+ scheduler.c
1
- ..\..\..\src\mem.c
+ ..\..\..\src\scheduler.c
- thread.c
+ object.c
1
- ..\..\..\src\thread.c
+ ..\..\..\src\object.c
- timer.c
+ mem.c
1
- ..\..\..\src\timer.c
+ ..\..\..\src\mem.c
- ipc.c
+ irq.c
1
- ..\..\..\src\ipc.c
+ ..\..\..\src\irq.c
- clock.c
+ timer.c
1
- ..\..\..\src\clock.c
+ ..\..\..\src\timer.c
- memheap.c
+ mempool.c
1
- ..\..\..\src\memheap.c
+ ..\..\..\src\mempool.c
- device.c
+ components.c
1
- ..\..\..\src\device.c
+ ..\..\..\src\components.c
libc
+
+
+ syscalls.c
+ 1
+ ..\..\..\components\libc\compilers\armlibc\syscalls.c
+
+
libc.c
@@ -677,9 +684,9 @@
- syscalls.c
+ stdlib.c
1
- ..\..\..\components\libc\compilers\armlibc\syscalls.c
+ ..\..\..\components\libc\compilers\common\stdlib.c
@@ -689,13 +696,6 @@
..\..\..\components\libc\compilers\common\time.c
-
-
- stdlib.c
- 1
- ..\..\..\components\libc\compilers\common\stdlib.c
-
-
Libraries
diff --git a/bsp/at32/at32f407-start/rtconfig.h b/bsp/at32/at32f407-start/rtconfig.h
index 46627c42351..8c8ac73a9ab 100644
--- a/bsp/at32/at32f407-start/rtconfig.h
+++ b/bsp/at32/at32f407-start/rtconfig.h
@@ -172,14 +172,17 @@
/* multimedia packages */
+/* LVGL: powerful and easy-to-use embedded GUI library */
-/* lvgl: powerful and easy-to-use embedded GUI library */
-
-/* end of lvgl: powerful and easy-to-use embedded GUI library */
+/* end of LVGL: powerful and easy-to-use embedded GUI library */
/* u8g2: a monochrome graphic library */
/* end of u8g2: a monochrome graphic library */
+
+/* PainterEngine: A cross-platform graphics application framework written in C language */
+
+/* end of PainterEngine: A cross-platform graphics application framework written in C language */
/* end of multimedia packages */
/* tools packages */
@@ -188,10 +191,18 @@
/* system packages */
+/* rt_kprintf: enhanced rt_kprintf packages */
+
+/* end of rt_kprintf: enhanced rt_kprintf packages */
+
/* acceleration: Assembly language or algorithmic acceleration packages */
/* end of acceleration: Assembly language or algorithmic acceleration packages */
+/* CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
+/* end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
/* Micrium: Micrium software products porting for RT-Thread */
/* end of Micrium: Micrium software products porting for RT-Thread */
diff --git a/bsp/at91sam9260/.config b/bsp/at91sam9260/.config
index fd5a0051715..956268d7bb6 100644
--- a/bsp/at91sam9260/.config
+++ b/bsp/at91sam9260/.config
@@ -337,6 +337,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_LORA_GW_DRIVER_LIB is not set
# CONFIG_PKG_USING_LORA_PKT_SNIFFER is not set
# CONFIG_PKG_USING_HM is not set
+# CONFIG_PKG_USING_SMALL_MODBUS is not set
# end of IoT - internet of things
#
@@ -361,17 +362,24 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
#
# multimedia packages
#
-# CONFIG_PKG_USING_OPENMV is not set
-# CONFIG_PKG_USING_MUPDF is not set
-# CONFIG_PKG_USING_STEMWIN is not set
#
-# lvgl: powerful and easy-to-use embedded GUI library
+# LVGL: powerful and easy-to-use embedded GUI library
#
-# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
# CONFIG_PKG_USING_LVGL is not set
-# end of lvgl: powerful and easy-to-use embedded GUI library
+# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
+# end of LVGL: powerful and easy-to-use embedded GUI library
+
+#
+# u8g2: a monochrome graphic library
+#
+# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
+# CONFIG_PKG_USING_U8G2 is not set
+# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_OPENMV is not set
+# CONFIG_PKG_USING_MUPDF is not set
+# CONFIG_PKG_USING_STEMWIN is not set
# CONFIG_PKG_USING_WAVPLAYER is not set
# CONFIG_PKG_USING_TJPGD is not set
# CONFIG_PKG_USING_PDFGEN is not set
@@ -384,11 +392,11 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_UGUI is not set
#
-# u8g2: a monochrome graphic library
+# PainterEngine: A cross-platform graphics application framework written in C language
#
-# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
-# CONFIG_PKG_USING_U8G2 is not set
-# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_PAINTERENGINE is not set
+# CONFIG_PKG_USING_PAINTERENGINE_AUX is not set
+# end of PainterEngine: A cross-platform graphics application framework written in C language
# end of multimedia packages
#
@@ -432,12 +440,20 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_MEM_SANDBOX is not set
# CONFIG_PKG_USING_SOLAR_TERMS is not set
# CONFIG_PKG_USING_GAN_ZHI is not set
+# CONFIG_PKG_USING_FDT is not set
# end of tools packages
#
# system packages
#
+#
+# rt_kprintf: enhanced rt_kprintf packages
+#
+# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
+# CONFIG_PKG_USING_RT_VSNPRINTF_FULL is not set
+# end of rt_kprintf: enhanced rt_kprintf packages
+
#
# acceleration: Assembly language or algorithmic acceleration packages
#
@@ -447,6 +463,14 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_QFPLIB_M3 is not set
# end of acceleration: Assembly language or algorithmic acceleration packages
+#
+# CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+#
+# CONFIG_PKG_USING_CMSIS_5 is not set
+# CONFIG_PKG_USING_CMSIS_5_AUX is not set
+# CONFIG_PKG_USING_CMSIS_RTOS2 is not set
+# end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+
#
# Micrium: Micrium software products porting for RT-Thread
#
@@ -466,7 +490,6 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_FLASHDB is not set
# CONFIG_PKG_USING_SQLITE is not set
# CONFIG_PKG_USING_RTI is not set
-# CONFIG_PKG_USING_CMSIS is not set
# CONFIG_PKG_USING_DFS_YAFFS is not set
# CONFIG_PKG_USING_LITTLEFS is not set
# CONFIG_PKG_USING_DFS_JFFS2 is not set
@@ -483,7 +506,6 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_QBOOT is not set
# CONFIG_PKG_USING_PPOOL is not set
# CONFIG_PKG_USING_OPENAMP is not set
-# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
# CONFIG_PKG_USING_LPM is not set
# CONFIG_PKG_USING_TLSF is not set
# CONFIG_PKG_USING_EVENT_RECORDER is not set
@@ -491,6 +513,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_WCWIDTH is not set
# CONFIG_PKG_USING_MCUBOOT is not set
# CONFIG_PKG_USING_TINYUSB is not set
+# CONFIG_PKG_USING_USB_STACK is not set
# end of system packages
#
@@ -567,6 +590,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_MISAKA_RGB_BLING is not set
# CONFIG_PKG_USING_BL_MCU_SDK is not set
# CONFIG_PKG_USING_SOFT_SERIAL is not set
+# CONFIG_PKG_USING_MB85RS16 is not set
# end of peripheral libraries and drivers
#
diff --git a/bsp/at91sam9260/project.uvproj b/bsp/at91sam9260/project.uvproj
index bb426e70360..dbbdc0603ab 100644
--- a/bsp/at91sam9260/project.uvproj
+++ b/bsp/at91sam9260/project.uvproj
@@ -420,65 +420,65 @@
- backtrace.c
+ showmem.c
1
- ..\..\libcpu\arm\common\backtrace.c
+ ..\..\libcpu\arm\common\showmem.c
- showmem.c
+ backtrace.c
1
- ..\..\libcpu\arm\common\showmem.c
+ ..\..\libcpu\arm\common\backtrace.c
- stack.c
+ trap.c
1
- ..\..\libcpu\arm\arm926\stack.c
+ ..\..\libcpu\arm\arm926\trap.c
- trap.c
+ cpuport.c
1
- ..\..\libcpu\arm\arm926\trap.c
+ ..\..\libcpu\arm\arm926\cpuport.c
- machine.c
+ mmu.c
1
- ..\..\libcpu\arm\arm926\machine.c
+ ..\..\libcpu\arm\arm926\mmu.c
- start_rvds.S
- 2
- ..\..\libcpu\arm\arm926\start_rvds.S
+ stack.c
+ 1
+ ..\..\libcpu\arm\arm926\stack.c
- cpuport.c
+ machine.c
1
- ..\..\libcpu\arm\arm926\cpuport.c
+ ..\..\libcpu\arm\arm926\machine.c
- context_rvds.S
+ start_rvds.S
2
- ..\..\libcpu\arm\arm926\context_rvds.S
+ ..\..\libcpu\arm\arm926\start_rvds.S
- mmu.c
- 1
- ..\..\libcpu\arm\arm926\mmu.c
+ context_rvds.S
+ 2
+ ..\..\libcpu\arm\arm926\context_rvds.S
@@ -507,16 +507,16 @@
- completion.c
+ ringblk_buf.c
1
- ..\..\components\drivers\src\completion.c
+ ..\..\components\drivers\src\ringblk_buf.c
- workqueue.c
+ pipe.c
1
- ..\..\components\drivers\src\workqueue.c
+ ..\..\components\drivers\src\pipe.c
@@ -528,9 +528,9 @@
- ringblk_buf.c
+ workqueue.c
1
- ..\..\components\drivers\src\ringblk_buf.c
+ ..\..\components\drivers\src\workqueue.c
@@ -542,9 +542,9 @@
- pipe.c
+ completion.c
1
- ..\..\components\drivers\src\pipe.c
+ ..\..\components\drivers\src\completion.c
@@ -659,30 +659,23 @@
Kernel
- clock.c
- 1
- ..\..\src\clock.c
-
-
-
-
- thread.c
+ object.c
1
- ..\..\src\thread.c
+ ..\..\src\object.c
- device.c
+ clock.c
1
- ..\..\src\device.c
+ ..\..\src\clock.c
- mem.c
+ kservice.c
1
- ..\..\src\mem.c
+ ..\..\src\kservice.c
@@ -694,9 +687,9 @@
- object.c
+ device.c
1
- ..\..\src\object.c
+ ..\..\src\device.c
@@ -708,23 +701,23 @@
- idle.c
+ mem.c
1
- ..\..\src\idle.c
+ ..\..\src\mem.c
- scheduler.c
+ thread.c
1
- ..\..\src\scheduler.c
+ ..\..\src\thread.c
- ipc.c
+ idle.c
1
- ..\..\src\ipc.c
+ ..\..\src\idle.c
@@ -736,16 +729,23 @@
- kservice.c
+ irq.c
1
- ..\..\src\kservice.c
+ ..\..\src\irq.c
- irq.c
+ scheduler.c
1
- ..\..\src\irq.c
+ ..\..\src\scheduler.c
+
+
+
+
+ ipc.c
+ 1
+ ..\..\src\ipc.c
@@ -760,16 +760,16 @@
- syscalls.c
+ mem_std.c
1
- ..\..\components\libc\compilers\armlibc\syscalls.c
+ ..\..\components\libc\compilers\armlibc\mem_std.c
- mem_std.c
+ syscalls.c
1
- ..\..\components\libc\compilers\armlibc\mem_std.c
+ ..\..\components\libc\compilers\armlibc\syscalls.c
@@ -781,23 +781,23 @@
- stdlib.c
+ time.c
1
- ..\..\components\libc\compilers\common\stdlib.c
+ ..\..\components\libc\compilers\common\time.c
- time.c
+ unistd.c
1
- ..\..\components\libc\compilers\common\time.c
+ ..\..\components\libc\compilers\common\unistd.c
- unistd.c
+ stdlib.c
1
- ..\..\components\libc\compilers\common\unistd.c
+ ..\..\components\libc\compilers\common\stdlib.c
diff --git a/bsp/at91sam9260/rtconfig.h b/bsp/at91sam9260/rtconfig.h
index 8d75bd8d621..06f301dccbd 100755
--- a/bsp/at91sam9260/rtconfig.h
+++ b/bsp/at91sam9260/rtconfig.h
@@ -173,14 +173,17 @@
/* multimedia packages */
+/* LVGL: powerful and easy-to-use embedded GUI library */
-/* lvgl: powerful and easy-to-use embedded GUI library */
-
-/* end of lvgl: powerful and easy-to-use embedded GUI library */
+/* end of LVGL: powerful and easy-to-use embedded GUI library */
/* u8g2: a monochrome graphic library */
/* end of u8g2: a monochrome graphic library */
+
+/* PainterEngine: A cross-platform graphics application framework written in C language */
+
+/* end of PainterEngine: A cross-platform graphics application framework written in C language */
/* end of multimedia packages */
/* tools packages */
@@ -189,10 +192,18 @@
/* system packages */
+/* rt_kprintf: enhanced rt_kprintf packages */
+
+/* end of rt_kprintf: enhanced rt_kprintf packages */
+
/* acceleration: Assembly language or algorithmic acceleration packages */
/* end of acceleration: Assembly language or algorithmic acceleration packages */
+/* CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
+/* end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
/* Micrium: Micrium software products porting for RT-Thread */
/* end of Micrium: Micrium software products porting for RT-Thread */
diff --git a/bsp/at91sam9g45/project.uvopt b/bsp/at91sam9g45/project.uvopt
new file mode 100644
index 00000000000..2dca5102b8b
--- /dev/null
+++ b/bsp/at91sam9g45/project.uvopt
@@ -0,0 +1,174 @@
+
+
+
+ 1.0
+
+ ### uVision Project, (C) Keil Software
+
+
+ *.c
+ *.s*; *.src; *.a*
+ *.obj
+ *.lib
+ *.txt; *.h; *.inc
+ *.plm
+ *.cpp
+
+
+
+ 0
+ 0
+
+
+
+ rtthread
+ 0x4
+ ARM-ADS
+
+ 18432000
+
+ 1
+ 1
+ 1
+ 0
+
+
+ 1
+ 65535
+ 0
+ 0
+ 0
+
+
+ 79
+ 66
+ 8
+ .\Listings\
+
+
+ 1
+ 1
+ 1
+ 0
+ 1
+ 1
+ 0
+ 1
+ 0
+ 0
+ 0
+ 0
+
+
+ 1
+ 1
+ 1
+ 1
+ 1
+ 1
+ 1
+ 0
+ 0
+
+
+ 1
+ 0
+ 1
+
+ 16
+
+
+ 0
+ Datasheet
+ DATASHTS\ATMEL\AT91SAM9260_DS.PDF
+
+
+ 1
+ Summary
+ DATASHTS\ATMEL\AT91SAM9260_DC.PDF
+
+
+
+ 0
+ 1
+ 1
+ 1
+ 1
+ 1
+ 1
+ 1
+ 1
+ 0
+ 0
+ 1
+ 1
+ 1
+ 0
+ 1
+ 1
+ 1
+ 1
+ 1
+ 0
+ 0
+ 5
+
+
+
+
+
+
+
+
+
+ .\jlink\at91sam9260.ini
+ Segger\JLTAgdi.dll
+
+
+
+ 0
+ JLTAgdi
+ -O558 -J1 -Y1000 -Z1 -FO0 -FD200000 -FC800 -FN0
+
+
+ 0
+ UL2ARM
+ -UV2077N9E -O47 -S0 -C0 -N00("ARM926EJ-S Core") -D00(0792603F) -L00(4) -FO7 -FD300000 -FC1000 -FN1 -FF0AT91SAM9_DF_P1056_CS1 -FS020000000 -FL083BE00)
+
+
+
+
+ 0
+
+
+ 0
+ 1
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+
+
+
+
+
+
+
diff --git a/bsp/at91sam9g45/project.uvproj b/bsp/at91sam9g45/project.uvproj
new file mode 100644
index 00000000000..9378d4c9203
--- /dev/null
+++ b/bsp/at91sam9g45/project.uvproj
@@ -0,0 +1,925 @@
+
+
+ 1.1
+ ### uVision Project, (C) Keil Software
+
+
+ rtthread
+ 0x4
+ ARM-ADS
+
+
+ AT91SAM9260
+ Atmel
+ IRAM(0x200000-0x200FFF) IRAM2(0x300000-0x300FFF) IROM(0x100000-0x107FFF) CLOCK(18432000) CPUTYPE(ARM926EJ-S)
+
+ "STARTUP\Atmel\SAM9260.s" ("Atmel AT91SAM9260 Startup Code")
+ UL2ARM(-UV2077N9E -O47 -S0 -C0 -N00("ARM926EJ-S Core") -D00(0792603F) -L00(4) -FO7 -FD300000 -FC1000 -FN1 -FF0AT91SAM9_DF_P1056_CS1 -FS020000000 -FL083BE00)
+ 4210
+ AT91SAM9260.H
+
+
+
+
+
+
+
+
+
+
+ 0
+ 0
+
+
+
+ Atmel\SAM9260\
+ Atmel\SAM9260\
+
+ 0
+ 0
+ 0
+ 0
+ 1
+
+ .\Objects\
+ rtthread
+ 1
+ 0
+ 0
+ 1
+ 1
+ .\Listings\
+ 1
+ 0
+ 0
+
+ 0
+ 0
+
+
+ 0
+ 0
+ 0
+ 0
+
+
+ 0
+ 0
+
+
+ 0
+ 0
+
+
+ 0
+ 0
+
+
+ 0
+ 0
+
+ 0
+
+
+
+ 0
+ 0
+ 0
+ 0
+ 0
+ 1
+ 0
+ 0
+ 0
+ 0
+ 3
+
+
+ 1
+
+
+ SARM.DLL
+ -cAT91SAM9260
+ DARMATS9.DLL
+ -p91SAM9260
+ SARM.DLL
+
+ TARMATS9.DLL
+ -p91SAM9260
+
+
+
+ 1
+ 0
+ 0
+ 0
+ 16
+
+
+ 0
+ 1
+ 1
+ 1
+ 1
+ 1
+ 1
+ 1
+ 0
+ 1
+
+
+ 1
+ 0
+ 0
+ 1
+ 1
+ 1
+ 0
+ 1
+ 1
+ 1
+ 1
+
+ 0
+ 5
+
+
+
+
+
+
+
+
+
+
+
+
+ .\jlink\at91sam9260.ini
+ Segger\JLTAgdi.dll
+
+
+
+
+ 1
+ 0
+ 0
+ 0
+ 1
+ 4096
+
+ 1
+ BIN\UL2ARM.DLL
+ "" ()
+ .\jlink\at91sam9260.ini
+
+
+
+ 0
+
+
+
+ 0
+ 1
+ 1
+ 1
+ 1
+ 1
+ 1
+ 1
+ 0
+ 1
+ 1
+ 0
+ 1
+ 1
+ 0
+ 0
+ 1
+ 1
+ 1
+ 1
+ 1
+ 1
+ 1
+ 1
+ 1
+ 0
+ 0
+ ARM926EJ-S
+
+ 0
+ 0
+ 0
+ 1
+ 1
+ 0
+ 0
+ 0
+ 1
+ 0
+ 8
+ 0
+ 0
+ 0
+ 3
+ 3
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 1
+ 0
+ 0
+ 0
+ 0
+ 1
+ 0
+ 0
+ 0
+ 0
+
+
+ 0
+ 0x0
+ 0x0
+
+
+ 0
+ 0x0
+ 0x0
+
+
+ 0
+ 0x0
+ 0x0
+
+
+ 0
+ 0x0
+ 0x0
+
+
+ 0
+ 0x0
+ 0x0
+
+
+ 0
+ 0x0
+ 0x0
+
+
+ 0
+ 0x200000
+ 0x1000
+
+
+ 1
+ 0x100000
+ 0x8000
+
+
+ 0
+ 0x0
+ 0x0
+
+
+ 1
+ 0x20000000
+ 0x800000
+
+
+ 1
+ 0x0
+ 0x0
+
+
+ 1
+ 0x0
+ 0x0
+
+
+ 1
+ 0x100000
+ 0x8000
+
+
+ 1
+ 0x0
+ 0x0
+
+
+ 0
+ 0x20800000
+ 0x1800000
+
+
+ 0
+ 0x0
+ 0x0
+
+
+ 0
+ 0x0
+ 0x0
+
+
+ 0
+ 0x200000
+ 0x1000
+
+
+ 0
+ 0x300000
+ 0x1000
+
+
+
+
+
+ 1
+ 1
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 2
+ 0
+ 0
+ 0
+ 0
+
+
+ RT_USING_ARM_LIBC, __RTTHREAD__, __CLK_TCK=RT_TICK_PER_SECOND
+
+ applications;.;..\..\components\cplusplus;..\..\libcpu\arm\common;..\..\libcpu\arm\arm926;..\..\components\drivers\include;..\..\components\drivers\include;..\..\components\drivers\include;drivers;..\..\components\dfs\include;..\..\components\dfs\filesystems\devfs;..\..\components\finsh;.;..\..\include;..\..\components\libc\compilers\armlibc;..\..\components\libc\compilers\common;..\..\components\libc\compilers\common\nogcc;..\..\components\libc\pthreads;platform;..\..\examples\utest\testcases\kernel
+
+
+
+ 1
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+
+
+
+
+ .\platform
+
+
+
+ 0
+ 0
+ 0
+ 0
+ 1
+ 0
+ 0x20000000
+ 0x20800000
+
+ .\link_scripts\at91sam9g45_ram.scat
+
+
+
+
+
+
+
+
+
+
+ Applications
+
+
+ application.c
+ 1
+ applications\application.c
+
+
+
+
+ CPlusPlus
+
+
+ cxx_crt_init.c
+ 1
+ ..\..\components\cplusplus\cxx_crt_init.c
+
+
+
+
+ cxx_Mutex.cpp
+ 8
+ ..\..\components\cplusplus\cxx_Mutex.cpp
+
+
+
+
+ cxx_Semaphore.cpp
+ 8
+ ..\..\components\cplusplus\cxx_Semaphore.cpp
+
+
+
+
+ cxx_crt.cpp
+ 8
+ ..\..\components\cplusplus\cxx_crt.cpp
+
+
+
+
+ cxx_Thread.cpp
+ 8
+ ..\..\components\cplusplus\cxx_Thread.cpp
+
+
+
+
+ CPU
+
+
+ showmem.c
+ 1
+ ..\..\libcpu\arm\common\showmem.c
+
+
+
+
+ backtrace.c
+ 1
+ ..\..\libcpu\arm\common\backtrace.c
+
+
+
+
+ div0.c
+ 1
+ ..\..\libcpu\arm\common\div0.c
+
+
+
+
+ context_rvds.S
+ 2
+ ..\..\libcpu\arm\arm926\context_rvds.S
+
+
+
+
+ cpuport.c
+ 1
+ ..\..\libcpu\arm\arm926\cpuport.c
+
+
+
+
+ stack.c
+ 1
+ ..\..\libcpu\arm\arm926\stack.c
+
+
+
+
+ mmu.c
+ 1
+ ..\..\libcpu\arm\arm926\mmu.c
+
+
+
+
+ start_rvds.S
+ 2
+ ..\..\libcpu\arm\arm926\start_rvds.S
+
+
+
+
+ trap.c
+ 1
+ ..\..\libcpu\arm\arm926\trap.c
+
+
+
+
+ machine.c
+ 1
+ ..\..\libcpu\arm\arm926\machine.c
+
+
+
+
+ DeviceDrivers
+
+
+ pin.c
+ 1
+ ..\..\components\drivers\misc\pin.c
+
+
+
+
+ serial.c
+ 1
+ ..\..\components\drivers\serial\serial.c
+
+
+
+
+ pipe.c
+ 1
+ ..\..\components\drivers\src\pipe.c
+
+
+
+
+ dataqueue.c
+ 1
+ ..\..\components\drivers\src\dataqueue.c
+
+
+
+
+ workqueue.c
+ 1
+ ..\..\components\drivers\src\workqueue.c
+
+
+
+
+ ringbuffer.c
+ 1
+ ..\..\components\drivers\src\ringbuffer.c
+
+
+
+
+ completion.c
+ 1
+ ..\..\components\drivers\src\completion.c
+
+
+
+
+ ringblk_buf.c
+ 1
+ ..\..\components\drivers\src\ringblk_buf.c
+
+
+
+
+ waitqueue.c
+ 1
+ ..\..\components\drivers\src\waitqueue.c
+
+
+
+
+ Drivers
+
+
+ usart.c
+ 1
+ drivers\usart.c
+
+
+
+
+ board.c
+ 1
+ drivers\board.c
+
+
+
+
+ led.c
+ 1
+ drivers\led.c
+
+
+
+
+ Filesystem
+
+
+ dfs_posix.c
+ 1
+ ..\..\components\dfs\src\dfs_posix.c
+
+
+
+
+ dfs_fs.c
+ 1
+ ..\..\components\dfs\src\dfs_fs.c
+
+
+
+
+ dfs.c
+ 1
+ ..\..\components\dfs\src\dfs.c
+
+
+
+
+ dfs_file.c
+ 1
+ ..\..\components\dfs\src\dfs_file.c
+
+
+
+
+ devfs.c
+ 1
+ ..\..\components\dfs\filesystems\devfs\devfs.c
+
+
+
+
+ Finsh
+
+
+ shell.c
+ 1
+ ..\..\components\finsh\shell.c
+
+
+
+
+ msh.c
+ 1
+ ..\..\components\finsh\msh.c
+
+
+
+
+ msh_file.c
+ 1
+ ..\..\components\finsh\msh_file.c
+
+
+
+
+ Kernel
+
+
+ components.c
+ 1
+ ..\..\src\components.c
+
+
+
+
+ kservice.c
+ 1
+ ..\..\src\kservice.c
+
+
+
+
+ mem.c
+ 1
+ ..\..\src\mem.c
+
+
+
+
+ irq.c
+ 1
+ ..\..\src\irq.c
+
+
+
+
+ timer.c
+ 1
+ ..\..\src\timer.c
+
+
+
+
+ device.c
+ 1
+ ..\..\src\device.c
+
+
+
+
+ object.c
+ 1
+ ..\..\src\object.c
+
+
+
+
+ idle.c
+ 1
+ ..\..\src\idle.c
+
+
+
+
+ mempool.c
+ 1
+ ..\..\src\mempool.c
+
+
+
+
+ scheduler.c
+ 1
+ ..\..\src\scheduler.c
+
+
+
+
+ clock.c
+ 1
+ ..\..\src\clock.c
+
+
+
+
+ thread.c
+ 1
+ ..\..\src\thread.c
+
+
+
+
+ ipc.c
+ 1
+ ..\..\src\ipc.c
+
+
+
+
+ libc
+
+
+ mem_std.c
+ 1
+ ..\..\components\libc\compilers\armlibc\mem_std.c
+
+
+
+
+ stdio.c
+ 1
+ ..\..\components\libc\compilers\armlibc\stdio.c
+
+
+
+
+ syscalls.c
+ 1
+ ..\..\components\libc\compilers\armlibc\syscalls.c
+
+
+
+
+ libc.c
+ 1
+ ..\..\components\libc\compilers\armlibc\libc.c
+
+
+
+
+ stdlib.c
+ 1
+ ..\..\components\libc\compilers\common\stdlib.c
+
+
+
+
+ time.c
+ 1
+ ..\..\components\libc\compilers\common\time.c
+
+
+
+
+ pthread.c
+ 1
+ ..\..\components\libc\pthreads\pthread.c
+
+
+
+
+ pthread_mutex.c
+ 1
+ ..\..\components\libc\pthreads\pthread_mutex.c
+
+
+
+
+ sched.c
+ 1
+ ..\..\components\libc\pthreads\sched.c
+
+
+
+
+ pthread_barrier.c
+ 1
+ ..\..\components\libc\pthreads\pthread_barrier.c
+
+
+
+
+ pthread_rwlock.c
+ 1
+ ..\..\components\libc\pthreads\pthread_rwlock.c
+
+
+
+
+ pthread_cond.c
+ 1
+ ..\..\components\libc\pthreads\pthread_cond.c
+
+
+
+
+ pthread_spin.c
+ 1
+ ..\..\components\libc\pthreads\pthread_spin.c
+
+
+
+
+ mqueue.c
+ 1
+ ..\..\components\libc\pthreads\mqueue.c
+
+
+
+
+ pthread_tls.c
+ 1
+ ..\..\components\libc\pthreads\pthread_tls.c
+
+
+
+
+ semaphore.c
+ 1
+ ..\..\components\libc\pthreads\semaphore.c
+
+
+
+
+ pthread_attr.c
+ 1
+ ..\..\components\libc\pthreads\pthread_attr.c
+
+
+
+
+ Platform
+
+
+ reset.c
+ 1
+ platform\reset.c
+
+
+
+
+ system_clock.c
+ 1
+ platform\system_clock.c
+
+
+
+
+ interrupt.c
+ 1
+ platform\interrupt.c
+
+
+
+
+ rt_low_level_init.c
+ 1
+ platform\rt_low_level_init.c
+
+
+
+
+
+
+
diff --git a/bsp/beaglebone/.config b/bsp/beaglebone/.config
index 18ec848a5a1..438436ef00c 100644
--- a/bsp/beaglebone/.config
+++ b/bsp/beaglebone/.config
@@ -337,6 +337,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_LORA_GW_DRIVER_LIB is not set
# CONFIG_PKG_USING_LORA_PKT_SNIFFER is not set
# CONFIG_PKG_USING_HM is not set
+# CONFIG_PKG_USING_SMALL_MODBUS is not set
# end of IoT - internet of things
#
@@ -361,17 +362,24 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
#
# multimedia packages
#
-# CONFIG_PKG_USING_OPENMV is not set
-# CONFIG_PKG_USING_MUPDF is not set
-# CONFIG_PKG_USING_STEMWIN is not set
#
-# lvgl: powerful and easy-to-use embedded GUI library
+# LVGL: powerful and easy-to-use embedded GUI library
#
-# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
# CONFIG_PKG_USING_LVGL is not set
-# end of lvgl: powerful and easy-to-use embedded GUI library
+# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
+# end of LVGL: powerful and easy-to-use embedded GUI library
+
+#
+# u8g2: a monochrome graphic library
+#
+# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
+# CONFIG_PKG_USING_U8G2 is not set
+# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_OPENMV is not set
+# CONFIG_PKG_USING_MUPDF is not set
+# CONFIG_PKG_USING_STEMWIN is not set
# CONFIG_PKG_USING_WAVPLAYER is not set
# CONFIG_PKG_USING_TJPGD is not set
# CONFIG_PKG_USING_PDFGEN is not set
@@ -384,11 +392,11 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_UGUI is not set
#
-# u8g2: a monochrome graphic library
+# PainterEngine: A cross-platform graphics application framework written in C language
#
-# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
-# CONFIG_PKG_USING_U8G2 is not set
-# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_PAINTERENGINE is not set
+# CONFIG_PKG_USING_PAINTERENGINE_AUX is not set
+# end of PainterEngine: A cross-platform graphics application framework written in C language
# end of multimedia packages
#
@@ -432,12 +440,20 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_MEM_SANDBOX is not set
# CONFIG_PKG_USING_SOLAR_TERMS is not set
# CONFIG_PKG_USING_GAN_ZHI is not set
+# CONFIG_PKG_USING_FDT is not set
# end of tools packages
#
# system packages
#
+#
+# rt_kprintf: enhanced rt_kprintf packages
+#
+# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
+# CONFIG_PKG_USING_RT_VSNPRINTF_FULL is not set
+# end of rt_kprintf: enhanced rt_kprintf packages
+
#
# acceleration: Assembly language or algorithmic acceleration packages
#
@@ -447,6 +463,14 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_QFPLIB_M3 is not set
# end of acceleration: Assembly language or algorithmic acceleration packages
+#
+# CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+#
+# CONFIG_PKG_USING_CMSIS_5 is not set
+# CONFIG_PKG_USING_CMSIS_5_AUX is not set
+# CONFIG_PKG_USING_CMSIS_RTOS2 is not set
+# end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+
#
# Micrium: Micrium software products porting for RT-Thread
#
@@ -466,7 +490,6 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_FLASHDB is not set
# CONFIG_PKG_USING_SQLITE is not set
# CONFIG_PKG_USING_RTI is not set
-# CONFIG_PKG_USING_CMSIS is not set
# CONFIG_PKG_USING_DFS_YAFFS is not set
# CONFIG_PKG_USING_LITTLEFS is not set
# CONFIG_PKG_USING_DFS_JFFS2 is not set
@@ -483,7 +506,6 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_QBOOT is not set
# CONFIG_PKG_USING_PPOOL is not set
# CONFIG_PKG_USING_OPENAMP is not set
-# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
# CONFIG_PKG_USING_LPM is not set
# CONFIG_PKG_USING_TLSF is not set
# CONFIG_PKG_USING_EVENT_RECORDER is not set
@@ -491,6 +513,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_WCWIDTH is not set
# CONFIG_PKG_USING_MCUBOOT is not set
# CONFIG_PKG_USING_TINYUSB is not set
+# CONFIG_PKG_USING_USB_STACK is not set
# end of system packages
#
@@ -567,6 +590,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_MISAKA_RGB_BLING is not set
# CONFIG_PKG_USING_BL_MCU_SDK is not set
# CONFIG_PKG_USING_SOFT_SERIAL is not set
+# CONFIG_PKG_USING_MB85RS16 is not set
# end of peripheral libraries and drivers
#
diff --git a/bsp/beaglebone/rtconfig.h b/bsp/beaglebone/rtconfig.h
index 632b1465a22..8741206d77e 100644
--- a/bsp/beaglebone/rtconfig.h
+++ b/bsp/beaglebone/rtconfig.h
@@ -172,14 +172,17 @@
/* multimedia packages */
+/* LVGL: powerful and easy-to-use embedded GUI library */
-/* lvgl: powerful and easy-to-use embedded GUI library */
-
-/* end of lvgl: powerful and easy-to-use embedded GUI library */
+/* end of LVGL: powerful and easy-to-use embedded GUI library */
/* u8g2: a monochrome graphic library */
/* end of u8g2: a monochrome graphic library */
+
+/* PainterEngine: A cross-platform graphics application framework written in C language */
+
+/* end of PainterEngine: A cross-platform graphics application framework written in C language */
/* end of multimedia packages */
/* tools packages */
@@ -188,10 +191,18 @@
/* system packages */
+/* rt_kprintf: enhanced rt_kprintf packages */
+
+/* end of rt_kprintf: enhanced rt_kprintf packages */
+
/* acceleration: Assembly language or algorithmic acceleration packages */
/* end of acceleration: Assembly language or algorithmic acceleration packages */
+/* CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
+/* end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
/* Micrium: Micrium software products porting for RT-Thread */
/* end of Micrium: Micrium software products porting for RT-Thread */
diff --git a/bsp/bluetrum/ab32vg1-ab-prougen/.config b/bsp/bluetrum/ab32vg1-ab-prougen/.config
index e7c661a790e..6694503e5fd 100644
--- a/bsp/bluetrum/ab32vg1-ab-prougen/.config
+++ b/bsp/bluetrum/ab32vg1-ab-prougen/.config
@@ -326,6 +326,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_LORA_GW_DRIVER_LIB is not set
# CONFIG_PKG_USING_LORA_PKT_SNIFFER is not set
# CONFIG_PKG_USING_HM is not set
+# CONFIG_PKG_USING_SMALL_MODBUS is not set
# end of IoT - internet of things
#
@@ -350,17 +351,24 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
#
# multimedia packages
#
-# CONFIG_PKG_USING_OPENMV is not set
-# CONFIG_PKG_USING_MUPDF is not set
-# CONFIG_PKG_USING_STEMWIN is not set
#
-# lvgl: powerful and easy-to-use embedded GUI library
+# LVGL: powerful and easy-to-use embedded GUI library
#
-# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
# CONFIG_PKG_USING_LVGL is not set
-# end of lvgl: powerful and easy-to-use embedded GUI library
+# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
+# end of LVGL: powerful and easy-to-use embedded GUI library
+
+#
+# u8g2: a monochrome graphic library
+#
+# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
+# CONFIG_PKG_USING_U8G2 is not set
+# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_OPENMV is not set
+# CONFIG_PKG_USING_MUPDF is not set
+# CONFIG_PKG_USING_STEMWIN is not set
# CONFIG_PKG_USING_WAVPLAYER is not set
# CONFIG_PKG_USING_TJPGD is not set
# CONFIG_PKG_USING_PDFGEN is not set
@@ -373,11 +381,11 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_UGUI is not set
#
-# u8g2: a monochrome graphic library
+# PainterEngine: A cross-platform graphics application framework written in C language
#
-# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
-# CONFIG_PKG_USING_U8G2 is not set
-# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_PAINTERENGINE is not set
+# CONFIG_PKG_USING_PAINTERENGINE_AUX is not set
+# end of PainterEngine: A cross-platform graphics application framework written in C language
# end of multimedia packages
#
@@ -421,12 +429,20 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_MEM_SANDBOX is not set
# CONFIG_PKG_USING_SOLAR_TERMS is not set
# CONFIG_PKG_USING_GAN_ZHI is not set
+# CONFIG_PKG_USING_FDT is not set
# end of tools packages
#
# system packages
#
+#
+# rt_kprintf: enhanced rt_kprintf packages
+#
+# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
+# CONFIG_PKG_USING_RT_VSNPRINTF_FULL is not set
+# end of rt_kprintf: enhanced rt_kprintf packages
+
#
# acceleration: Assembly language or algorithmic acceleration packages
#
@@ -436,6 +452,14 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_QFPLIB_M3 is not set
# end of acceleration: Assembly language or algorithmic acceleration packages
+#
+# CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+#
+# CONFIG_PKG_USING_CMSIS_5 is not set
+# CONFIG_PKG_USING_CMSIS_5_AUX is not set
+# CONFIG_PKG_USING_CMSIS_RTOS2 is not set
+# end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+
#
# Micrium: Micrium software products porting for RT-Thread
#
@@ -455,7 +479,6 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_FLASHDB is not set
# CONFIG_PKG_USING_SQLITE is not set
# CONFIG_PKG_USING_RTI is not set
-# CONFIG_PKG_USING_CMSIS is not set
# CONFIG_PKG_USING_DFS_YAFFS is not set
# CONFIG_PKG_USING_LITTLEFS is not set
# CONFIG_PKG_USING_DFS_JFFS2 is not set
@@ -472,7 +495,6 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_QBOOT is not set
# CONFIG_PKG_USING_PPOOL is not set
# CONFIG_PKG_USING_OPENAMP is not set
-# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
# CONFIG_PKG_USING_LPM is not set
# CONFIG_PKG_USING_TLSF is not set
# CONFIG_PKG_USING_EVENT_RECORDER is not set
@@ -480,6 +502,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_WCWIDTH is not set
# CONFIG_PKG_USING_MCUBOOT is not set
# CONFIG_PKG_USING_TINYUSB is not set
+# CONFIG_PKG_USING_USB_STACK is not set
# end of system packages
#
@@ -553,6 +576,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_MCP23008 is not set
CONFIG_PKG_USING_BLUETRUM_SDK=y
CONFIG_PKG_BLUETRUM_SDK_PATH="/packages/peripherals/bluetrum_sdk"
+# CONFIG_PKG_USING_BLUETRUM_SDK_V002 is not set
# CONFIG_PKG_USING_BLUETRUM_SDK_V001 is not set
CONFIG_PKG_USING_BLUETRUM_SDK_LATEST_VERSION=y
CONFIG_PKG_BLUETRUM_SDK_VER="latest"
@@ -560,6 +584,7 @@ CONFIG_PKG_BLUETRUM_SDK_VER="latest"
# CONFIG_PKG_USING_MISAKA_RGB_BLING is not set
# CONFIG_PKG_USING_BL_MCU_SDK is not set
# CONFIG_PKG_USING_SOFT_SERIAL is not set
+# CONFIG_PKG_USING_MB85RS16 is not set
# end of peripheral libraries and drivers
#
diff --git a/bsp/bluetrum/ab32vg1-ab-prougen/rtconfig.h b/bsp/bluetrum/ab32vg1-ab-prougen/rtconfig.h
index c3ec6bfbd6f..f2ade86f0d4 100644
--- a/bsp/bluetrum/ab32vg1-ab-prougen/rtconfig.h
+++ b/bsp/bluetrum/ab32vg1-ab-prougen/rtconfig.h
@@ -168,14 +168,17 @@
/* multimedia packages */
+/* LVGL: powerful and easy-to-use embedded GUI library */
-/* lvgl: powerful and easy-to-use embedded GUI library */
-
-/* end of lvgl: powerful and easy-to-use embedded GUI library */
+/* end of LVGL: powerful and easy-to-use embedded GUI library */
/* u8g2: a monochrome graphic library */
/* end of u8g2: a monochrome graphic library */
+
+/* PainterEngine: A cross-platform graphics application framework written in C language */
+
+/* end of PainterEngine: A cross-platform graphics application framework written in C language */
/* end of multimedia packages */
/* tools packages */
@@ -184,10 +187,18 @@
/* system packages */
+/* rt_kprintf: enhanced rt_kprintf packages */
+
+/* end of rt_kprintf: enhanced rt_kprintf packages */
+
/* acceleration: Assembly language or algorithmic acceleration packages */
/* end of acceleration: Assembly language or algorithmic acceleration packages */
+/* CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
+/* end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
/* Micrium: Micrium software products porting for RT-Thread */
/* end of Micrium: Micrium software products porting for RT-Thread */
diff --git a/bsp/bm3803/.config b/bsp/bm3803/.config
index d7bbcd82d9c..efa68631e51 100644
--- a/bsp/bm3803/.config
+++ b/bsp/bm3803/.config
@@ -338,6 +338,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_LORA_GW_DRIVER_LIB is not set
# CONFIG_PKG_USING_LORA_PKT_SNIFFER is not set
# CONFIG_PKG_USING_HM is not set
+# CONFIG_PKG_USING_SMALL_MODBUS is not set
# end of IoT - internet of things
#
@@ -362,17 +363,24 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
#
# multimedia packages
#
-# CONFIG_PKG_USING_OPENMV is not set
-# CONFIG_PKG_USING_MUPDF is not set
-# CONFIG_PKG_USING_STEMWIN is not set
#
-# lvgl: powerful and easy-to-use embedded GUI library
+# LVGL: powerful and easy-to-use embedded GUI library
#
-# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
# CONFIG_PKG_USING_LVGL is not set
-# end of lvgl: powerful and easy-to-use embedded GUI library
+# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
+# end of LVGL: powerful and easy-to-use embedded GUI library
+
+#
+# u8g2: a monochrome graphic library
+#
+# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
+# CONFIG_PKG_USING_U8G2 is not set
+# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_OPENMV is not set
+# CONFIG_PKG_USING_MUPDF is not set
+# CONFIG_PKG_USING_STEMWIN is not set
# CONFIG_PKG_USING_WAVPLAYER is not set
# CONFIG_PKG_USING_TJPGD is not set
# CONFIG_PKG_USING_PDFGEN is not set
@@ -385,11 +393,11 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_UGUI is not set
#
-# u8g2: a monochrome graphic library
+# PainterEngine: A cross-platform graphics application framework written in C language
#
-# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
-# CONFIG_PKG_USING_U8G2 is not set
-# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_PAINTERENGINE is not set
+# CONFIG_PKG_USING_PAINTERENGINE_AUX is not set
+# end of PainterEngine: A cross-platform graphics application framework written in C language
# end of multimedia packages
#
@@ -433,12 +441,20 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_MEM_SANDBOX is not set
# CONFIG_PKG_USING_SOLAR_TERMS is not set
# CONFIG_PKG_USING_GAN_ZHI is not set
+# CONFIG_PKG_USING_FDT is not set
# end of tools packages
#
# system packages
#
+#
+# rt_kprintf: enhanced rt_kprintf packages
+#
+# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
+# CONFIG_PKG_USING_RT_VSNPRINTF_FULL is not set
+# end of rt_kprintf: enhanced rt_kprintf packages
+
#
# acceleration: Assembly language or algorithmic acceleration packages
#
@@ -448,6 +464,14 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_QFPLIB_M3 is not set
# end of acceleration: Assembly language or algorithmic acceleration packages
+#
+# CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+#
+# CONFIG_PKG_USING_CMSIS_5 is not set
+# CONFIG_PKG_USING_CMSIS_5_AUX is not set
+# CONFIG_PKG_USING_CMSIS_RTOS2 is not set
+# end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+
#
# Micrium: Micrium software products porting for RT-Thread
#
@@ -467,7 +491,6 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_FLASHDB is not set
# CONFIG_PKG_USING_SQLITE is not set
# CONFIG_PKG_USING_RTI is not set
-# CONFIG_PKG_USING_CMSIS is not set
# CONFIG_PKG_USING_DFS_YAFFS is not set
# CONFIG_PKG_USING_LITTLEFS is not set
# CONFIG_PKG_USING_DFS_JFFS2 is not set
@@ -484,7 +507,6 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_QBOOT is not set
# CONFIG_PKG_USING_PPOOL is not set
# CONFIG_PKG_USING_OPENAMP is not set
-# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
# CONFIG_PKG_USING_LPM is not set
# CONFIG_PKG_USING_TLSF is not set
# CONFIG_PKG_USING_EVENT_RECORDER is not set
@@ -492,6 +514,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_WCWIDTH is not set
# CONFIG_PKG_USING_MCUBOOT is not set
# CONFIG_PKG_USING_TINYUSB is not set
+# CONFIG_PKG_USING_USB_STACK is not set
# end of system packages
#
@@ -568,6 +591,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_MISAKA_RGB_BLING is not set
# CONFIG_PKG_USING_BL_MCU_SDK is not set
# CONFIG_PKG_USING_SOFT_SERIAL is not set
+# CONFIG_PKG_USING_MB85RS16 is not set
# end of peripheral libraries and drivers
#
diff --git a/bsp/bm3803/rtconfig.h b/bsp/bm3803/rtconfig.h
index 180e66d4987..f70d0a26536 100644
--- a/bsp/bm3803/rtconfig.h
+++ b/bsp/bm3803/rtconfig.h
@@ -171,14 +171,17 @@
/* multimedia packages */
+/* LVGL: powerful and easy-to-use embedded GUI library */
-/* lvgl: powerful and easy-to-use embedded GUI library */
-
-/* end of lvgl: powerful and easy-to-use embedded GUI library */
+/* end of LVGL: powerful and easy-to-use embedded GUI library */
/* u8g2: a monochrome graphic library */
/* end of u8g2: a monochrome graphic library */
+
+/* PainterEngine: A cross-platform graphics application framework written in C language */
+
+/* end of PainterEngine: A cross-platform graphics application framework written in C language */
/* end of multimedia packages */
/* tools packages */
@@ -187,10 +190,18 @@
/* system packages */
+/* rt_kprintf: enhanced rt_kprintf packages */
+
+/* end of rt_kprintf: enhanced rt_kprintf packages */
+
/* acceleration: Assembly language or algorithmic acceleration packages */
/* end of acceleration: Assembly language or algorithmic acceleration packages */
+/* CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
+/* end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
/* Micrium: Micrium software products porting for RT-Thread */
/* end of Micrium: Micrium software products porting for RT-Thread */
diff --git a/bsp/ck802/.config b/bsp/ck802/.config
index badce6652c5..44865826c42 100644
--- a/bsp/ck802/.config
+++ b/bsp/ck802/.config
@@ -322,6 +322,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_LORA_GW_DRIVER_LIB is not set
# CONFIG_PKG_USING_LORA_PKT_SNIFFER is not set
# CONFIG_PKG_USING_HM is not set
+# CONFIG_PKG_USING_SMALL_MODBUS is not set
# end of IoT - internet of things
#
@@ -346,17 +347,24 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
#
# multimedia packages
#
-# CONFIG_PKG_USING_OPENMV is not set
-# CONFIG_PKG_USING_MUPDF is not set
-# CONFIG_PKG_USING_STEMWIN is not set
#
-# lvgl: powerful and easy-to-use embedded GUI library
+# LVGL: powerful and easy-to-use embedded GUI library
#
-# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
# CONFIG_PKG_USING_LVGL is not set
-# end of lvgl: powerful and easy-to-use embedded GUI library
+# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
+# end of LVGL: powerful and easy-to-use embedded GUI library
+
+#
+# u8g2: a monochrome graphic library
+#
+# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
+# CONFIG_PKG_USING_U8G2 is not set
+# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_OPENMV is not set
+# CONFIG_PKG_USING_MUPDF is not set
+# CONFIG_PKG_USING_STEMWIN is not set
# CONFIG_PKG_USING_WAVPLAYER is not set
# CONFIG_PKG_USING_TJPGD is not set
# CONFIG_PKG_USING_PDFGEN is not set
@@ -369,11 +377,11 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_UGUI is not set
#
-# u8g2: a monochrome graphic library
+# PainterEngine: A cross-platform graphics application framework written in C language
#
-# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
-# CONFIG_PKG_USING_U8G2 is not set
-# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_PAINTERENGINE is not set
+# CONFIG_PKG_USING_PAINTERENGINE_AUX is not set
+# end of PainterEngine: A cross-platform graphics application framework written in C language
# end of multimedia packages
#
@@ -417,12 +425,20 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_MEM_SANDBOX is not set
# CONFIG_PKG_USING_SOLAR_TERMS is not set
# CONFIG_PKG_USING_GAN_ZHI is not set
+# CONFIG_PKG_USING_FDT is not set
# end of tools packages
#
# system packages
#
+#
+# rt_kprintf: enhanced rt_kprintf packages
+#
+# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
+# CONFIG_PKG_USING_RT_VSNPRINTF_FULL is not set
+# end of rt_kprintf: enhanced rt_kprintf packages
+
#
# acceleration: Assembly language or algorithmic acceleration packages
#
@@ -432,6 +448,14 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_QFPLIB_M3 is not set
# end of acceleration: Assembly language or algorithmic acceleration packages
+#
+# CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+#
+# CONFIG_PKG_USING_CMSIS_5 is not set
+# CONFIG_PKG_USING_CMSIS_5_AUX is not set
+# CONFIG_PKG_USING_CMSIS_RTOS2 is not set
+# end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+
#
# Micrium: Micrium software products porting for RT-Thread
#
@@ -451,7 +475,6 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_FLASHDB is not set
# CONFIG_PKG_USING_SQLITE is not set
# CONFIG_PKG_USING_RTI is not set
-# CONFIG_PKG_USING_CMSIS is not set
# CONFIG_PKG_USING_DFS_YAFFS is not set
# CONFIG_PKG_USING_LITTLEFS is not set
# CONFIG_PKG_USING_DFS_JFFS2 is not set
@@ -468,7 +491,6 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_QBOOT is not set
# CONFIG_PKG_USING_PPOOL is not set
# CONFIG_PKG_USING_OPENAMP is not set
-# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
# CONFIG_PKG_USING_LPM is not set
# CONFIG_PKG_USING_TLSF is not set
# CONFIG_PKG_USING_EVENT_RECORDER is not set
@@ -476,6 +498,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_WCWIDTH is not set
# CONFIG_PKG_USING_MCUBOOT is not set
# CONFIG_PKG_USING_TINYUSB is not set
+# CONFIG_PKG_USING_USB_STACK is not set
# end of system packages
#
@@ -552,6 +575,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_MISAKA_RGB_BLING is not set
# CONFIG_PKG_USING_BL_MCU_SDK is not set
# CONFIG_PKG_USING_SOFT_SERIAL is not set
+# CONFIG_PKG_USING_MB85RS16 is not set
# end of peripheral libraries and drivers
#
diff --git a/bsp/ck802/rtconfig.h b/bsp/ck802/rtconfig.h
index ebf8ae91441..8176be9befb 100644
--- a/bsp/ck802/rtconfig.h
+++ b/bsp/ck802/rtconfig.h
@@ -164,14 +164,17 @@
/* multimedia packages */
+/* LVGL: powerful and easy-to-use embedded GUI library */
-/* lvgl: powerful and easy-to-use embedded GUI library */
-
-/* end of lvgl: powerful and easy-to-use embedded GUI library */
+/* end of LVGL: powerful and easy-to-use embedded GUI library */
/* u8g2: a monochrome graphic library */
/* end of u8g2: a monochrome graphic library */
+
+/* PainterEngine: A cross-platform graphics application framework written in C language */
+
+/* end of PainterEngine: A cross-platform graphics application framework written in C language */
/* end of multimedia packages */
/* tools packages */
@@ -180,10 +183,18 @@
/* system packages */
+/* rt_kprintf: enhanced rt_kprintf packages */
+
+/* end of rt_kprintf: enhanced rt_kprintf packages */
+
/* acceleration: Assembly language or algorithmic acceleration packages */
/* end of acceleration: Assembly language or algorithmic acceleration packages */
+/* CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
+/* end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
/* Micrium: Micrium software products porting for RT-Thread */
/* end of Micrium: Micrium software products porting for RT-Thread */
diff --git a/bsp/dm365/.config b/bsp/dm365/.config
index 888c3c6e48c..89b22ae81b8 100644
--- a/bsp/dm365/.config
+++ b/bsp/dm365/.config
@@ -440,6 +440,7 @@ CONFIG_RT_LWIP_USING_PING=y
# CONFIG_PKG_USING_LORA_GW_DRIVER_LIB is not set
# CONFIG_PKG_USING_LORA_PKT_SNIFFER is not set
# CONFIG_PKG_USING_HM is not set
+# CONFIG_PKG_USING_SMALL_MODBUS is not set
# end of IoT - internet of things
#
@@ -464,17 +465,24 @@ CONFIG_RT_LWIP_USING_PING=y
#
# multimedia packages
#
-# CONFIG_PKG_USING_OPENMV is not set
-# CONFIG_PKG_USING_MUPDF is not set
-# CONFIG_PKG_USING_STEMWIN is not set
#
-# lvgl: powerful and easy-to-use embedded GUI library
+# LVGL: powerful and easy-to-use embedded GUI library
#
-# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
# CONFIG_PKG_USING_LVGL is not set
-# end of lvgl: powerful and easy-to-use embedded GUI library
+# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
+# end of LVGL: powerful and easy-to-use embedded GUI library
+
+#
+# u8g2: a monochrome graphic library
+#
+# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
+# CONFIG_PKG_USING_U8G2 is not set
+# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_OPENMV is not set
+# CONFIG_PKG_USING_MUPDF is not set
+# CONFIG_PKG_USING_STEMWIN is not set
# CONFIG_PKG_USING_WAVPLAYER is not set
# CONFIG_PKG_USING_TJPGD is not set
# CONFIG_PKG_USING_PDFGEN is not set
@@ -487,11 +495,11 @@ CONFIG_RT_LWIP_USING_PING=y
# CONFIG_PKG_USING_UGUI is not set
#
-# u8g2: a monochrome graphic library
+# PainterEngine: A cross-platform graphics application framework written in C language
#
-# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
-# CONFIG_PKG_USING_U8G2 is not set
-# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_PAINTERENGINE is not set
+# CONFIG_PKG_USING_PAINTERENGINE_AUX is not set
+# end of PainterEngine: A cross-platform graphics application framework written in C language
# end of multimedia packages
#
@@ -535,12 +543,20 @@ CONFIG_RT_LWIP_USING_PING=y
# CONFIG_PKG_USING_MEM_SANDBOX is not set
# CONFIG_PKG_USING_SOLAR_TERMS is not set
# CONFIG_PKG_USING_GAN_ZHI is not set
+# CONFIG_PKG_USING_FDT is not set
# end of tools packages
#
# system packages
#
+#
+# rt_kprintf: enhanced rt_kprintf packages
+#
+# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
+# CONFIG_PKG_USING_RT_VSNPRINTF_FULL is not set
+# end of rt_kprintf: enhanced rt_kprintf packages
+
#
# acceleration: Assembly language or algorithmic acceleration packages
#
@@ -550,6 +566,14 @@ CONFIG_RT_LWIP_USING_PING=y
# CONFIG_PKG_USING_QFPLIB_M3 is not set
# end of acceleration: Assembly language or algorithmic acceleration packages
+#
+# CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+#
+# CONFIG_PKG_USING_CMSIS_5 is not set
+# CONFIG_PKG_USING_CMSIS_5_AUX is not set
+# CONFIG_PKG_USING_CMSIS_RTOS2 is not set
+# end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+
#
# Micrium: Micrium software products porting for RT-Thread
#
@@ -569,7 +593,6 @@ CONFIG_RT_LWIP_USING_PING=y
# CONFIG_PKG_USING_FLASHDB is not set
# CONFIG_PKG_USING_SQLITE is not set
# CONFIG_PKG_USING_RTI is not set
-# CONFIG_PKG_USING_CMSIS is not set
# CONFIG_PKG_USING_DFS_YAFFS is not set
# CONFIG_PKG_USING_LITTLEFS is not set
# CONFIG_PKG_USING_DFS_JFFS2 is not set
@@ -586,7 +609,6 @@ CONFIG_RT_LWIP_USING_PING=y
# CONFIG_PKG_USING_QBOOT is not set
# CONFIG_PKG_USING_PPOOL is not set
# CONFIG_PKG_USING_OPENAMP is not set
-# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
# CONFIG_PKG_USING_LPM is not set
# CONFIG_PKG_USING_TLSF is not set
# CONFIG_PKG_USING_EVENT_RECORDER is not set
@@ -594,6 +616,7 @@ CONFIG_RT_LWIP_USING_PING=y
# CONFIG_PKG_USING_WCWIDTH is not set
# CONFIG_PKG_USING_MCUBOOT is not set
# CONFIG_PKG_USING_TINYUSB is not set
+# CONFIG_PKG_USING_USB_STACK is not set
# end of system packages
#
@@ -670,6 +693,7 @@ CONFIG_RT_LWIP_USING_PING=y
# CONFIG_PKG_USING_MISAKA_RGB_BLING is not set
# CONFIG_PKG_USING_BL_MCU_SDK is not set
# CONFIG_PKG_USING_SOFT_SERIAL is not set
+# CONFIG_PKG_USING_MB85RS16 is not set
# end of peripheral libraries and drivers
#
diff --git a/bsp/dm365/rtconfig.h b/bsp/dm365/rtconfig.h
index e195a223c52..9382f48e08a 100644
--- a/bsp/dm365/rtconfig.h
+++ b/bsp/dm365/rtconfig.h
@@ -249,14 +249,17 @@
/* multimedia packages */
+/* LVGL: powerful and easy-to-use embedded GUI library */
-/* lvgl: powerful and easy-to-use embedded GUI library */
-
-/* end of lvgl: powerful and easy-to-use embedded GUI library */
+/* end of LVGL: powerful and easy-to-use embedded GUI library */
/* u8g2: a monochrome graphic library */
/* end of u8g2: a monochrome graphic library */
+
+/* PainterEngine: A cross-platform graphics application framework written in C language */
+
+/* end of PainterEngine: A cross-platform graphics application framework written in C language */
/* end of multimedia packages */
/* tools packages */
@@ -265,10 +268,18 @@
/* system packages */
+/* rt_kprintf: enhanced rt_kprintf packages */
+
+/* end of rt_kprintf: enhanced rt_kprintf packages */
+
/* acceleration: Assembly language or algorithmic acceleration packages */
/* end of acceleration: Assembly language or algorithmic acceleration packages */
+/* CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
+/* end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
/* Micrium: Micrium software products porting for RT-Thread */
/* end of Micrium: Micrium software products porting for RT-Thread */
diff --git a/bsp/essemi/es32f0654/.config b/bsp/essemi/es32f0654/.config
index fd6c52be6a9..c6e326fb6da 100644
--- a/bsp/essemi/es32f0654/.config
+++ b/bsp/essemi/es32f0654/.config
@@ -322,6 +322,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_LORA_GW_DRIVER_LIB is not set
# CONFIG_PKG_USING_LORA_PKT_SNIFFER is not set
# CONFIG_PKG_USING_HM is not set
+# CONFIG_PKG_USING_SMALL_MODBUS is not set
# end of IoT - internet of things
#
@@ -346,17 +347,24 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
#
# multimedia packages
#
-# CONFIG_PKG_USING_OPENMV is not set
-# CONFIG_PKG_USING_MUPDF is not set
-# CONFIG_PKG_USING_STEMWIN is not set
#
-# lvgl: powerful and easy-to-use embedded GUI library
+# LVGL: powerful and easy-to-use embedded GUI library
#
-# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
# CONFIG_PKG_USING_LVGL is not set
-# end of lvgl: powerful and easy-to-use embedded GUI library
+# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
+# end of LVGL: powerful and easy-to-use embedded GUI library
+
+#
+# u8g2: a monochrome graphic library
+#
+# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
+# CONFIG_PKG_USING_U8G2 is not set
+# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_OPENMV is not set
+# CONFIG_PKG_USING_MUPDF is not set
+# CONFIG_PKG_USING_STEMWIN is not set
# CONFIG_PKG_USING_WAVPLAYER is not set
# CONFIG_PKG_USING_TJPGD is not set
# CONFIG_PKG_USING_PDFGEN is not set
@@ -369,11 +377,11 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_UGUI is not set
#
-# u8g2: a monochrome graphic library
+# PainterEngine: A cross-platform graphics application framework written in C language
#
-# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
-# CONFIG_PKG_USING_U8G2 is not set
-# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_PAINTERENGINE is not set
+# CONFIG_PKG_USING_PAINTERENGINE_AUX is not set
+# end of PainterEngine: A cross-platform graphics application framework written in C language
# end of multimedia packages
#
@@ -417,12 +425,20 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_MEM_SANDBOX is not set
# CONFIG_PKG_USING_SOLAR_TERMS is not set
# CONFIG_PKG_USING_GAN_ZHI is not set
+# CONFIG_PKG_USING_FDT is not set
# end of tools packages
#
# system packages
#
+#
+# rt_kprintf: enhanced rt_kprintf packages
+#
+# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
+# CONFIG_PKG_USING_RT_VSNPRINTF_FULL is not set
+# end of rt_kprintf: enhanced rt_kprintf packages
+
#
# acceleration: Assembly language or algorithmic acceleration packages
#
@@ -432,6 +448,14 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_QFPLIB_M3 is not set
# end of acceleration: Assembly language or algorithmic acceleration packages
+#
+# CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+#
+# CONFIG_PKG_USING_CMSIS_5 is not set
+# CONFIG_PKG_USING_CMSIS_5_AUX is not set
+# CONFIG_PKG_USING_CMSIS_RTOS2 is not set
+# end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+
#
# Micrium: Micrium software products porting for RT-Thread
#
@@ -451,7 +475,6 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_FLASHDB is not set
# CONFIG_PKG_USING_SQLITE is not set
# CONFIG_PKG_USING_RTI is not set
-# CONFIG_PKG_USING_CMSIS is not set
# CONFIG_PKG_USING_DFS_YAFFS is not set
# CONFIG_PKG_USING_LITTLEFS is not set
# CONFIG_PKG_USING_DFS_JFFS2 is not set
@@ -468,7 +491,6 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_QBOOT is not set
# CONFIG_PKG_USING_PPOOL is not set
# CONFIG_PKG_USING_OPENAMP is not set
-# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
# CONFIG_PKG_USING_LPM is not set
# CONFIG_PKG_USING_TLSF is not set
# CONFIG_PKG_USING_EVENT_RECORDER is not set
@@ -476,6 +498,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_WCWIDTH is not set
# CONFIG_PKG_USING_MCUBOOT is not set
# CONFIG_PKG_USING_TINYUSB is not set
+# CONFIG_PKG_USING_USB_STACK is not set
# end of system packages
#
@@ -552,6 +575,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_MISAKA_RGB_BLING is not set
# CONFIG_PKG_USING_BL_MCU_SDK is not set
# CONFIG_PKG_USING_SOFT_SERIAL is not set
+# CONFIG_PKG_USING_MB85RS16 is not set
# end of peripheral libraries and drivers
#
diff --git a/bsp/essemi/es32f0654/project.uvprojx b/bsp/essemi/es32f0654/project.uvprojx
index 9c67130a8c6..239eef0d513 100644
--- a/bsp/essemi/es32f0654/project.uvprojx
+++ b/bsp/essemi/es32f0654/project.uvprojx
@@ -394,16 +394,16 @@
- showmem.c
+ backtrace.c
1
- ..\..\..\libcpu\arm\common\showmem.c
+ ..\..\..\libcpu\arm\common\backtrace.c
- backtrace.c
+ showmem.c
1
- ..\..\..\libcpu\arm\common\backtrace.c
+ ..\..\..\libcpu\arm\common\showmem.c
@@ -439,9 +439,16 @@
- completion.c
+ ringbuffer.c
1
- ..\..\..\components\drivers\src\completion.c
+ ..\..\..\components\drivers\src\ringbuffer.c
+
+
+
+
+ workqueue.c
+ 1
+ ..\..\..\components\drivers\src\workqueue.c
@@ -453,9 +460,9 @@
- workqueue.c
+ ringblk_buf.c
1
- ..\..\..\components\drivers\src\workqueue.c
+ ..\..\..\components\drivers\src\ringblk_buf.c
@@ -467,9 +474,9 @@
- ringbuffer.c
+ completion.c
1
- ..\..\..\components\drivers\src\ringbuffer.c
+ ..\..\..\components\drivers\src\completion.c
@@ -479,13 +486,6 @@
..\..\..\components\drivers\src\dataqueue.c
-
-
- ringblk_buf.c
- 1
- ..\..\..\components\drivers\src\ringblk_buf.c
-
-
Drivers
@@ -539,93 +539,93 @@
Kernel
- timer.c
+ thread.c
1
- ..\..\..\src\timer.c
+ ..\..\..\src\thread.c
- object.c
+ mempool.c
1
- ..\..\..\src\object.c
+ ..\..\..\src\mempool.c
- mempool.c
+ mem.c
1
- ..\..\..\src\mempool.c
+ ..\..\..\src\mem.c
- clock.c
+ ipc.c
1
- ..\..\..\src\clock.c
+ ..\..\..\src\ipc.c
- kservice.c
+ irq.c
1
- ..\..\..\src\kservice.c
+ ..\..\..\src\irq.c
- device.c
+ idle.c
1
- ..\..\..\src\device.c
+ ..\..\..\src\idle.c
- ipc.c
+ components.c
1
- ..\..\..\src\ipc.c
+ ..\..\..\src\components.c
- idle.c
+ scheduler.c
1
- ..\..\..\src\idle.c
+ ..\..\..\src\scheduler.c
- irq.c
+ device.c
1
- ..\..\..\src\irq.c
+ ..\..\..\src\device.c
- components.c
+ kservice.c
1
- ..\..\..\src\components.c
+ ..\..\..\src\kservice.c
- mem.c
+ clock.c
1
- ..\..\..\src\mem.c
+ ..\..\..\src\clock.c
- thread.c
+ object.c
1
- ..\..\..\src\thread.c
+ ..\..\..\src\object.c
- scheduler.c
+ timer.c
1
- ..\..\..\src\scheduler.c
+ ..\..\..\src\timer.c
@@ -643,51 +643,58 @@
Libraries
- ald_spi.c
+ ald_trng.c
1
- libraries\ES32F065x_ALD_StdPeriph_Driver\Source\ald_spi.c
+ libraries\ES32F065x_ALD_StdPeriph_Driver\Source\ald_trng.c
- ald_gpio.c
+ ald_flash_ext.c
1
- libraries\ES32F065x_ALD_StdPeriph_Driver\Source\ald_gpio.c
+ libraries\ES32F065x_ALD_StdPeriph_Driver\Source\ald_flash_ext.c
- ald_trng.c
+ ald_rtc.c
1
- libraries\ES32F065x_ALD_StdPeriph_Driver\Source\ald_trng.c
+ libraries\ES32F065x_ALD_StdPeriph_Driver\Source\ald_rtc.c
- ald_adc.c
+ ald_uart.c
1
- libraries\ES32F065x_ALD_StdPeriph_Driver\Source\ald_adc.c
+ libraries\ES32F065x_ALD_StdPeriph_Driver\Source\ald_uart.c
- ald_calc.c
+ ald_wdt.c
1
- libraries\ES32F065x_ALD_StdPeriph_Driver\Source\ald_calc.c
+ libraries\ES32F065x_ALD_StdPeriph_Driver\Source\ald_wdt.c
- ald_rmu.c
+ ald_adc.c
1
- libraries\ES32F065x_ALD_StdPeriph_Driver\Source\ald_rmu.c
+ libraries\ES32F065x_ALD_StdPeriph_Driver\Source\ald_adc.c
- ald_usart.c
+ ald_spi.c
1
- libraries\ES32F065x_ALD_StdPeriph_Driver\Source\ald_usart.c
+ libraries\ES32F065x_ALD_StdPeriph_Driver\Source\ald_spi.c
+
+
+
+
+ ald_flash.c
+ 1
+ libraries\ES32F065x_ALD_StdPeriph_Driver\Source\ald_flash.c
@@ -699,30 +706,30 @@
- ald_can.c
+ ald_rmu.c
1
- libraries\ES32F065x_ALD_StdPeriph_Driver\Source\ald_can.c
+ libraries\ES32F065x_ALD_StdPeriph_Driver\Source\ald_rmu.c
- ald_timer.c
+ ald_acmp.c
1
- libraries\ES32F065x_ALD_StdPeriph_Driver\Source\ald_timer.c
+ libraries\ES32F065x_ALD_StdPeriph_Driver\Source\ald_acmp.c
- ald_flash.c
+ ald_crypt.c
1
- libraries\ES32F065x_ALD_StdPeriph_Driver\Source\ald_flash.c
+ libraries\ES32F065x_ALD_StdPeriph_Driver\Source\ald_crypt.c
- ald_pmu.c
+ ald_tsense.c
1
- libraries\ES32F065x_ALD_StdPeriph_Driver\Source\ald_pmu.c
+ libraries\ES32F065x_ALD_StdPeriph_Driver\Source\ald_tsense.c
@@ -734,23 +741,23 @@
- ald_i2c.c
+ ald_dma.c
1
- libraries\ES32F065x_ALD_StdPeriph_Driver\Source\ald_i2c.c
+ libraries\ES32F065x_ALD_StdPeriph_Driver\Source\ald_dma.c
- ald_acmp.c
+ ald_calc.c
1
- libraries\ES32F065x_ALD_StdPeriph_Driver\Source\ald_acmp.c
+ libraries\ES32F065x_ALD_StdPeriph_Driver\Source\ald_calc.c
- ald_wdt.c
+ ald_bkpc.c
1
- libraries\ES32F065x_ALD_StdPeriph_Driver\Source\ald_wdt.c
+ libraries\ES32F065x_ALD_StdPeriph_Driver\Source\ald_bkpc.c
@@ -762,16 +769,16 @@
- ald_flash_ext.c
+ ald_iap.c
1
- libraries\ES32F065x_ALD_StdPeriph_Driver\Source\ald_flash_ext.c
+ libraries\ES32F065x_ALD_StdPeriph_Driver\Source\ald_iap.c
- ald_rtc.c
+ ald_gpio.c
1
- libraries\ES32F065x_ALD_StdPeriph_Driver\Source\ald_rtc.c
+ libraries\ES32F065x_ALD_StdPeriph_Driver\Source\ald_gpio.c
@@ -783,58 +790,51 @@
- ald_crc.c
- 1
- libraries\ES32F065x_ALD_StdPeriph_Driver\Source\ald_crc.c
-
-
-
-
- ald_smartcard.c
+ ald_timer.c
1
- libraries\ES32F065x_ALD_StdPeriph_Driver\Source\ald_smartcard.c
+ libraries\ES32F065x_ALD_StdPeriph_Driver\Source\ald_timer.c
- ald_dma.c
+ ald_usart.c
1
- libraries\ES32F065x_ALD_StdPeriph_Driver\Source\ald_dma.c
+ libraries\ES32F065x_ALD_StdPeriph_Driver\Source\ald_usart.c
- ald_uart.c
+ ald_can.c
1
- libraries\ES32F065x_ALD_StdPeriph_Driver\Source\ald_uart.c
+ libraries\ES32F065x_ALD_StdPeriph_Driver\Source\ald_can.c
- ald_iap.c
+ ald_smartcard.c
1
- libraries\ES32F065x_ALD_StdPeriph_Driver\Source\ald_iap.c
+ libraries\ES32F065x_ALD_StdPeriph_Driver\Source\ald_smartcard.c
- ald_bkpc.c
+ ald_i2c.c
1
- libraries\ES32F065x_ALD_StdPeriph_Driver\Source\ald_bkpc.c
+ libraries\ES32F065x_ALD_StdPeriph_Driver\Source\ald_i2c.c
- ald_tsense.c
+ ald_pmu.c
1
- libraries\ES32F065x_ALD_StdPeriph_Driver\Source\ald_tsense.c
+ libraries\ES32F065x_ALD_StdPeriph_Driver\Source\ald_pmu.c
- ald_crypt.c
+ ald_crc.c
1
- libraries\ES32F065x_ALD_StdPeriph_Driver\Source\ald_crypt.c
+ libraries\ES32F065x_ALD_StdPeriph_Driver\Source\ald_crc.c
diff --git a/bsp/essemi/es32f0654/rtconfig.h b/bsp/essemi/es32f0654/rtconfig.h
index 17a605b43c7..ec2b6b49f8e 100644
--- a/bsp/essemi/es32f0654/rtconfig.h
+++ b/bsp/essemi/es32f0654/rtconfig.h
@@ -163,14 +163,17 @@
/* multimedia packages */
+/* LVGL: powerful and easy-to-use embedded GUI library */
-/* lvgl: powerful and easy-to-use embedded GUI library */
-
-/* end of lvgl: powerful and easy-to-use embedded GUI library */
+/* end of LVGL: powerful and easy-to-use embedded GUI library */
/* u8g2: a monochrome graphic library */
/* end of u8g2: a monochrome graphic library */
+
+/* PainterEngine: A cross-platform graphics application framework written in C language */
+
+/* end of PainterEngine: A cross-platform graphics application framework written in C language */
/* end of multimedia packages */
/* tools packages */
@@ -179,10 +182,18 @@
/* system packages */
+/* rt_kprintf: enhanced rt_kprintf packages */
+
+/* end of rt_kprintf: enhanced rt_kprintf packages */
+
/* acceleration: Assembly language or algorithmic acceleration packages */
/* end of acceleration: Assembly language or algorithmic acceleration packages */
+/* CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
+/* end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
/* Micrium: Micrium software products porting for RT-Thread */
/* end of Micrium: Micrium software products porting for RT-Thread */
diff --git a/bsp/essemi/es32f369x/.config b/bsp/essemi/es32f369x/.config
index 81680211b7a..861b3a18984 100644
--- a/bsp/essemi/es32f369x/.config
+++ b/bsp/essemi/es32f369x/.config
@@ -322,6 +322,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_LORA_GW_DRIVER_LIB is not set
# CONFIG_PKG_USING_LORA_PKT_SNIFFER is not set
# CONFIG_PKG_USING_HM is not set
+# CONFIG_PKG_USING_SMALL_MODBUS is not set
# end of IoT - internet of things
#
@@ -346,17 +347,24 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
#
# multimedia packages
#
-# CONFIG_PKG_USING_OPENMV is not set
-# CONFIG_PKG_USING_MUPDF is not set
-# CONFIG_PKG_USING_STEMWIN is not set
#
-# lvgl: powerful and easy-to-use embedded GUI library
+# LVGL: powerful and easy-to-use embedded GUI library
#
-# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
# CONFIG_PKG_USING_LVGL is not set
-# end of lvgl: powerful and easy-to-use embedded GUI library
+# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
+# end of LVGL: powerful and easy-to-use embedded GUI library
+
+#
+# u8g2: a monochrome graphic library
+#
+# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
+# CONFIG_PKG_USING_U8G2 is not set
+# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_OPENMV is not set
+# CONFIG_PKG_USING_MUPDF is not set
+# CONFIG_PKG_USING_STEMWIN is not set
# CONFIG_PKG_USING_WAVPLAYER is not set
# CONFIG_PKG_USING_TJPGD is not set
# CONFIG_PKG_USING_PDFGEN is not set
@@ -369,11 +377,11 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_UGUI is not set
#
-# u8g2: a monochrome graphic library
+# PainterEngine: A cross-platform graphics application framework written in C language
#
-# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
-# CONFIG_PKG_USING_U8G2 is not set
-# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_PAINTERENGINE is not set
+# CONFIG_PKG_USING_PAINTERENGINE_AUX is not set
+# end of PainterEngine: A cross-platform graphics application framework written in C language
# end of multimedia packages
#
@@ -417,12 +425,20 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_MEM_SANDBOX is not set
# CONFIG_PKG_USING_SOLAR_TERMS is not set
# CONFIG_PKG_USING_GAN_ZHI is not set
+# CONFIG_PKG_USING_FDT is not set
# end of tools packages
#
# system packages
#
+#
+# rt_kprintf: enhanced rt_kprintf packages
+#
+# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
+# CONFIG_PKG_USING_RT_VSNPRINTF_FULL is not set
+# end of rt_kprintf: enhanced rt_kprintf packages
+
#
# acceleration: Assembly language or algorithmic acceleration packages
#
@@ -432,6 +448,14 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_QFPLIB_M3 is not set
# end of acceleration: Assembly language or algorithmic acceleration packages
+#
+# CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+#
+# CONFIG_PKG_USING_CMSIS_5 is not set
+# CONFIG_PKG_USING_CMSIS_5_AUX is not set
+# CONFIG_PKG_USING_CMSIS_RTOS2 is not set
+# end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+
#
# Micrium: Micrium software products porting for RT-Thread
#
@@ -451,7 +475,6 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_FLASHDB is not set
# CONFIG_PKG_USING_SQLITE is not set
# CONFIG_PKG_USING_RTI is not set
-# CONFIG_PKG_USING_CMSIS is not set
# CONFIG_PKG_USING_DFS_YAFFS is not set
# CONFIG_PKG_USING_LITTLEFS is not set
# CONFIG_PKG_USING_DFS_JFFS2 is not set
@@ -468,7 +491,6 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_QBOOT is not set
# CONFIG_PKG_USING_PPOOL is not set
# CONFIG_PKG_USING_OPENAMP is not set
-# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
# CONFIG_PKG_USING_LPM is not set
# CONFIG_PKG_USING_TLSF is not set
# CONFIG_PKG_USING_EVENT_RECORDER is not set
@@ -476,6 +498,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_WCWIDTH is not set
# CONFIG_PKG_USING_MCUBOOT is not set
# CONFIG_PKG_USING_TINYUSB is not set
+# CONFIG_PKG_USING_USB_STACK is not set
# end of system packages
#
@@ -552,6 +575,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_MISAKA_RGB_BLING is not set
# CONFIG_PKG_USING_BL_MCU_SDK is not set
# CONFIG_PKG_USING_SOFT_SERIAL is not set
+# CONFIG_PKG_USING_MB85RS16 is not set
# end of peripheral libraries and drivers
#
diff --git a/bsp/essemi/es32f369x/project.ewp b/bsp/essemi/es32f369x/project.ewp
index c71317ef55e..160d5cc5c1c 100644
--- a/bsp/essemi/es32f369x/project.ewp
+++ b/bsp/essemi/es32f369x/project.ewp
@@ -2069,10 +2069,10 @@
$PROJ_DIR$\..\..\..\libcpu\arm\common\showmem.c
- $PROJ_DIR$\..\..\..\libcpu\arm\common\backtrace.c
+ $PROJ_DIR$\..\..\..\libcpu\arm\common\div0.c
- $PROJ_DIR$\..\..\..\libcpu\arm\common\div0.c
+ $PROJ_DIR$\..\..\..\libcpu\arm\common\backtrace.c
$PROJ_DIR$\..\..\..\libcpu\arm\cortex-m3\context_iar.S
@@ -2090,25 +2090,25 @@
$PROJ_DIR$\..\..\..\components\drivers\serial\serial.c
- $PROJ_DIR$\..\..\..\components\drivers\src\completion.c
+ $PROJ_DIR$\..\..\..\components\drivers\src\workqueue.c
- $PROJ_DIR$\..\..\..\components\drivers\src\waitqueue.c
+ $PROJ_DIR$\..\..\..\components\drivers\src\ringblk_buf.c
- $PROJ_DIR$\..\..\..\components\drivers\src\ringbuffer.c
+ $PROJ_DIR$\..\..\..\components\drivers\src\dataqueue.c
- $PROJ_DIR$\..\..\..\components\drivers\src\dataqueue.c
+ $PROJ_DIR$\..\..\..\components\drivers\src\completion.c
$PROJ_DIR$\..\..\..\components\drivers\src\pipe.c
- $PROJ_DIR$\..\..\..\components\drivers\src\workqueue.c
+ $PROJ_DIR$\..\..\..\components\drivers\src\ringbuffer.c
- $PROJ_DIR$\..\..\..\components\drivers\src\ringblk_buf.c
+ $PROJ_DIR$\..\..\..\components\drivers\src\waitqueue.c
@@ -2138,28 +2138,28 @@
Kernel
- $PROJ_DIR$\..\..\..\src\ipc.c
+ $PROJ_DIR$\..\..\..\src\mempool.c
- $PROJ_DIR$\..\..\..\src\device.c
+ $PROJ_DIR$\..\..\..\src\scheduler.c
- $PROJ_DIR$\..\..\..\src\mempool.c
+ $PROJ_DIR$\..\..\..\src\device.c
- $PROJ_DIR$\..\..\..\src\components.c
+ $PROJ_DIR$\..\..\..\src\object.c
- $PROJ_DIR$\..\..\..\src\signal.c
+ $PROJ_DIR$\..\..\..\src\mem.c
- $PROJ_DIR$\..\..\..\src\irq.c
+ $PROJ_DIR$\..\..\..\src\thread.c
- $PROJ_DIR$\..\..\..\src\mem.c
+ $PROJ_DIR$\..\..\..\src\irq.c
- $PROJ_DIR$\..\..\..\src\thread.c
+ $PROJ_DIR$\..\..\..\src\kservice.c
$PROJ_DIR$\..\..\..\src\timer.c
@@ -2168,16 +2168,16 @@
$PROJ_DIR$\..\..\..\src\clock.c
- $PROJ_DIR$\..\..\..\src\idle.c
+ $PROJ_DIR$\..\..\..\src\signal.c
- $PROJ_DIR$\..\..\..\src\kservice.c
+ $PROJ_DIR$\..\..\..\src\components.c
- $PROJ_DIR$\..\..\..\src\object.c
+ $PROJ_DIR$\..\..\..\src\idle.c
- $PROJ_DIR$\..\..\..\src\scheduler.c
+ $PROJ_DIR$\..\..\..\src\ipc.c
@@ -2192,106 +2192,106 @@
$PROJ_DIR$\libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_spi.c
- $PROJ_DIR$\libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_qspi.c
-
-
- $PROJ_DIR$\libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_wdt.c
+ $PROJ_DIR$\libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_rtchw.c
- $PROJ_DIR$\libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_usb.c
+ $PROJ_DIR$\libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_acmp.c
- $PROJ_DIR$\libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_ebi.c
+ $PROJ_DIR$\libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_i2c.c
- $PROJ_DIR$\libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_flash.c
+ $PROJ_DIR$\libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_dac.c
- $PROJ_DIR$\libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_i2c.c
+ $PROJ_DIR$\libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_trng.c
- $PROJ_DIR$\libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_iap.c
+ $PROJ_DIR$\libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_nand.c
- $PROJ_DIR$\libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_crc.c
+ $PROJ_DIR$\libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_adc.c
- $PROJ_DIR$\libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_rmu.c
+ $PROJ_DIR$\libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_can.c
- $PROJ_DIR$\libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_dma.c
+ $PROJ_DIR$\libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_pmu.c
$PROJ_DIR$\libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_uart.c
- $PROJ_DIR$\libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_calc.c
+ $PROJ_DIR$\libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_dma.c
- $PROJ_DIR$\libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_i2s.c
+ $PROJ_DIR$\libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_flash.c
$PROJ_DIR$\libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_sram.c
- $PROJ_DIR$\libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_timer.c
+ $PROJ_DIR$\libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_cmu.c
- $PROJ_DIR$\libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_cmu.c
+ $PROJ_DIR$\libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_iap.c
- $PROJ_DIR$\libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_rtc.c
+ $PROJ_DIR$\libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_gpio.c
- $PROJ_DIR$\libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_dac.c
+ $PROJ_DIR$\libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_ebi.c
- $PROJ_DIR$\libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_rtchw.c
+ $PROJ_DIR$\libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_tsense.c
- $PROJ_DIR$\libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_acmp.c
+ $PROJ_DIR$\libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_pis.c
- $PROJ_DIR$\libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\utils.c
+ $PROJ_DIR$\libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_nor_lcd.c
- $PROJ_DIR$\libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_bkpc.c
+ $PROJ_DIR$\libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_crypt.c
- $PROJ_DIR$\libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_trng.c
+ $PROJ_DIR$\libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_crc.c
- $PROJ_DIR$\libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_flash_ext.c
+ $PROJ_DIR$\libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_rmu.c
- $PROJ_DIR$\libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_pmu.c
+ $PROJ_DIR$\libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\utils.c
- $PROJ_DIR$\libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_crypt.c
+ $PROJ_DIR$\libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_i2s.c
- $PROJ_DIR$\libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_nor_lcd.c
+ $PROJ_DIR$\libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_timer.c
- $PROJ_DIR$\libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_tsense.c
+ $PROJ_DIR$\libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_calc.c
- $PROJ_DIR$\libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_adc.c
+ $PROJ_DIR$\libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_qspi.c
- $PROJ_DIR$\libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_pis.c
+ $PROJ_DIR$\libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_usb.c
- $PROJ_DIR$\libraries\CMSIS\Device\EastSoft\ES32F36xx\Startup\iar\startup_es32f36xx.s
+ $PROJ_DIR$\libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_bkpc.c
- $PROJ_DIR$\libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_gpio.c
+ $PROJ_DIR$\libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_flash_ext.c
- $PROJ_DIR$\libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_can.c
+ $PROJ_DIR$\libraries\CMSIS\Device\EastSoft\ES32F36xx\Startup\iar\startup_es32f36xx.s
- $PROJ_DIR$\libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_nand.c
+ $PROJ_DIR$\libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_rtc.c
+
+
+ $PROJ_DIR$\libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_wdt.c
diff --git a/bsp/essemi/es32f369x/project.uvprojx b/bsp/essemi/es32f369x/project.uvprojx
index a5affac85c1..609414367cb 100644
--- a/bsp/essemi/es32f369x/project.uvprojx
+++ b/bsp/essemi/es32f369x/project.uvprojx
@@ -390,9 +390,9 @@
CPU
- div0.c
+ showmem.c
1
- ..\..\..\libcpu\arm\common\div0.c
+ ..\..\..\libcpu\arm\common\showmem.c
@@ -404,9 +404,9 @@
- showmem.c
+ div0.c
1
- ..\..\..\libcpu\arm\common\showmem.c
+ ..\..\..\libcpu\arm\common\div0.c
@@ -442,44 +442,44 @@
- ringblk_buf.c
+ waitqueue.c
1
- ..\..\..\components\drivers\src\ringblk_buf.c
+ ..\..\..\components\drivers\src\waitqueue.c
- ringbuffer.c
+ ringblk_buf.c
1
- ..\..\..\components\drivers\src\ringbuffer.c
+ ..\..\..\components\drivers\src\ringblk_buf.c
- waitqueue.c
+ ringbuffer.c
1
- ..\..\..\components\drivers\src\waitqueue.c
+ ..\..\..\components\drivers\src\ringbuffer.c
- workqueue.c
+ completion.c
1
- ..\..\..\components\drivers\src\workqueue.c
+ ..\..\..\components\drivers\src\completion.c
- completion.c
+ pipe.c
1
- ..\..\..\components\drivers\src\completion.c
+ ..\..\..\components\drivers\src\pipe.c
- pipe.c
+ workqueue.c
1
- ..\..\..\components\drivers\src\pipe.c
+ ..\..\..\components\drivers\src\workqueue.c
@@ -542,37 +542,37 @@
Kernel
- scheduler.c
+ kservice.c
1
- ..\..\..\src\scheduler.c
+ ..\..\..\src\kservice.c
- thread.c
+ mempool.c
1
- ..\..\..\src\thread.c
+ ..\..\..\src\mempool.c
- components.c
+ thread.c
1
- ..\..\..\src\components.c
+ ..\..\..\src\thread.c
- timer.c
+ signal.c
1
- ..\..\..\src\timer.c
+ ..\..\..\src\signal.c
- mempool.c
+ device.c
1
- ..\..\..\src\mempool.c
+ ..\..\..\src\device.c
@@ -584,58 +584,58 @@
- mem.c
+ ipc.c
1
- ..\..\..\src\mem.c
+ ..\..\..\src\ipc.c
- object.c
+ scheduler.c
1
- ..\..\..\src\object.c
+ ..\..\..\src\scheduler.c
- ipc.c
+ irq.c
1
- ..\..\..\src\ipc.c
+ ..\..\..\src\irq.c
- signal.c
+ timer.c
1
- ..\..\..\src\signal.c
+ ..\..\..\src\timer.c
- device.c
+ components.c
1
- ..\..\..\src\device.c
+ ..\..\..\src\components.c
- clock.c
+ mem.c
1
- ..\..\..\src\clock.c
+ ..\..\..\src\mem.c
- kservice.c
+ object.c
1
- ..\..\..\src\kservice.c
+ ..\..\..\src\object.c
- irq.c
+ clock.c
1
- ..\..\..\src\irq.c
+ ..\..\..\src\clock.c
@@ -653,226 +653,226 @@
Libraries
- ald_sram.c
+ ald_pmu.c
1
- libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_sram.c
+ libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_pmu.c
- ald_crc.c
+ ald_rmu.c
1
- libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_crc.c
+ libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_rmu.c
- ald_pmu.c
+ ald_sram.c
1
- libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_pmu.c
+ libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_sram.c
- ald_pis.c
+ ald_timer.c
1
- libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_pis.c
+ libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_timer.c
- ald_can.c
+ ald_bkpc.c
1
- libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_can.c
+ libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_bkpc.c
- ald_qspi.c
+ ald_nor_lcd.c
1
- libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_qspi.c
+ libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_nor_lcd.c
- ald_calc.c
+ ald_wdt.c
1
- libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_calc.c
+ libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_wdt.c
- ald_rmu.c
+ ald_spi.c
1
- libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_rmu.c
+ libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_spi.c
- ald_trng.c
+ ald_adc.c
1
- libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_trng.c
+ libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_adc.c
- ald_crypt.c
+ ald_i2c.c
1
- libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_crypt.c
+ libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_i2c.c
- ald_wdt.c
+ ald_qspi.c
1
- libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_wdt.c
+ libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_qspi.c
- ald_flash_ext.c
+ ald_crc.c
1
- libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_flash_ext.c
+ libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_crc.c
- ald_iap.c
+ ald_pis.c
1
- libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_iap.c
+ libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_pis.c
- ald_uart.c
+ ald_can.c
1
- libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_uart.c
+ libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_can.c
- ald_bkpc.c
+ ald_iap.c
1
- libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_bkpc.c
+ libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_iap.c
- ald_rtchw.c
+ ald_flash_ext.c
1
- libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_rtchw.c
+ libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_flash_ext.c
- ald_ebi.c
+ ald_calc.c
1
- libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_ebi.c
+ libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_calc.c
- ald_spi.c
+ ald_tsense.c
1
- libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_spi.c
+ libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_tsense.c
- ald_timer.c
+ ald_flash.c
1
- libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_timer.c
+ libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_flash.c
- ald_cmu.c
+ ald_gpio.c
1
- libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_cmu.c
+ libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_gpio.c
- ald_rtc.c
+ ald_uart.c
1
- libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_rtc.c
+ libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_uart.c
- ald_nor_lcd.c
- 1
- libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_nor_lcd.c
+ startup_es32f36xx.s
+ 2
+ libraries\CMSIS\Device\EastSoft\ES32F36xx\Startup\keil\startup_es32f36xx.s
- ald_acmp.c
+ ald_rtchw.c
1
- libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_acmp.c
+ libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_rtchw.c
- ald_nand.c
+ ald_usb.c
1
- libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_nand.c
+ libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_usb.c
- utils.c
+ ald_crypt.c
1
- libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\utils.c
+ libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_crypt.c
- ald_gpio.c
+ ald_i2s.c
1
- libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_gpio.c
+ libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_i2s.c
- ald_tsense.c
+ utils.c
1
- libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_tsense.c
+ libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\utils.c
- ald_flash.c
+ ald_ebi.c
1
- libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_flash.c
+ libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_ebi.c
- startup_es32f36xx.s
- 2
- libraries\CMSIS\Device\EastSoft\ES32F36xx\Startup\keil\startup_es32f36xx.s
+ ald_dma.c
+ 1
+ libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_dma.c
- ald_dma.c
+ ald_rtc.c
1
- libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_dma.c
+ libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_rtc.c
- ald_i2c.c
+ ald_trng.c
1
- libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_i2c.c
+ libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_trng.c
- ald_adc.c
+ ald_cmu.c
1
- libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_adc.c
+ libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_cmu.c
@@ -884,16 +884,16 @@
- ald_usb.c
+ ald_nand.c
1
- libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_usb.c
+ libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_nand.c
- ald_i2s.c
+ ald_acmp.c
1
- libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_i2s.c
+ libraries\ES32F36xx_ALD_StdPeriph_Driver\Source\ald_acmp.c
diff --git a/bsp/essemi/es32f369x/rtconfig.h b/bsp/essemi/es32f369x/rtconfig.h
index 0d8620ce37a..2a5095c1b77 100644
--- a/bsp/essemi/es32f369x/rtconfig.h
+++ b/bsp/essemi/es32f369x/rtconfig.h
@@ -164,14 +164,17 @@
/* multimedia packages */
+/* LVGL: powerful and easy-to-use embedded GUI library */
-/* lvgl: powerful and easy-to-use embedded GUI library */
-
-/* end of lvgl: powerful and easy-to-use embedded GUI library */
+/* end of LVGL: powerful and easy-to-use embedded GUI library */
/* u8g2: a monochrome graphic library */
/* end of u8g2: a monochrome graphic library */
+
+/* PainterEngine: A cross-platform graphics application framework written in C language */
+
+/* end of PainterEngine: A cross-platform graphics application framework written in C language */
/* end of multimedia packages */
/* tools packages */
@@ -180,10 +183,18 @@
/* system packages */
+/* rt_kprintf: enhanced rt_kprintf packages */
+
+/* end of rt_kprintf: enhanced rt_kprintf packages */
+
/* acceleration: Assembly language or algorithmic acceleration packages */
/* end of acceleration: Assembly language or algorithmic acceleration packages */
+/* CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
+/* end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
/* Micrium: Micrium software products porting for RT-Thread */
/* end of Micrium: Micrium software products porting for RT-Thread */
diff --git a/bsp/fm33lc026/.config b/bsp/fm33lc026/.config
index 2cb702a5516..7a98d5bd56a 100644
--- a/bsp/fm33lc026/.config
+++ b/bsp/fm33lc026/.config
@@ -327,6 +327,7 @@ CONFIG_RT_SERIAL_RB_BUFSZ=64
# CONFIG_PKG_USING_LORA_GW_DRIVER_LIB is not set
# CONFIG_PKG_USING_LORA_PKT_SNIFFER is not set
# CONFIG_PKG_USING_HM is not set
+# CONFIG_PKG_USING_SMALL_MODBUS is not set
# end of IoT - internet of things
#
@@ -351,17 +352,24 @@ CONFIG_RT_SERIAL_RB_BUFSZ=64
#
# multimedia packages
#
-# CONFIG_PKG_USING_OPENMV is not set
-# CONFIG_PKG_USING_MUPDF is not set
-# CONFIG_PKG_USING_STEMWIN is not set
#
-# lvgl: powerful and easy-to-use embedded GUI library
+# LVGL: powerful and easy-to-use embedded GUI library
#
-# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
# CONFIG_PKG_USING_LVGL is not set
-# end of lvgl: powerful and easy-to-use embedded GUI library
+# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
+# end of LVGL: powerful and easy-to-use embedded GUI library
+
+#
+# u8g2: a monochrome graphic library
+#
+# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
+# CONFIG_PKG_USING_U8G2 is not set
+# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_OPENMV is not set
+# CONFIG_PKG_USING_MUPDF is not set
+# CONFIG_PKG_USING_STEMWIN is not set
# CONFIG_PKG_USING_WAVPLAYER is not set
# CONFIG_PKG_USING_TJPGD is not set
# CONFIG_PKG_USING_PDFGEN is not set
@@ -374,11 +382,11 @@ CONFIG_RT_SERIAL_RB_BUFSZ=64
# CONFIG_PKG_USING_UGUI is not set
#
-# u8g2: a monochrome graphic library
+# PainterEngine: A cross-platform graphics application framework written in C language
#
-# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
-# CONFIG_PKG_USING_U8G2 is not set
-# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_PAINTERENGINE is not set
+# CONFIG_PKG_USING_PAINTERENGINE_AUX is not set
+# end of PainterEngine: A cross-platform graphics application framework written in C language
# end of multimedia packages
#
@@ -422,12 +430,20 @@ CONFIG_RT_SERIAL_RB_BUFSZ=64
# CONFIG_PKG_USING_MEM_SANDBOX is not set
# CONFIG_PKG_USING_SOLAR_TERMS is not set
# CONFIG_PKG_USING_GAN_ZHI is not set
+# CONFIG_PKG_USING_FDT is not set
# end of tools packages
#
# system packages
#
+#
+# rt_kprintf: enhanced rt_kprintf packages
+#
+# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
+# CONFIG_PKG_USING_RT_VSNPRINTF_FULL is not set
+# end of rt_kprintf: enhanced rt_kprintf packages
+
#
# acceleration: Assembly language or algorithmic acceleration packages
#
@@ -437,6 +453,14 @@ CONFIG_RT_SERIAL_RB_BUFSZ=64
# CONFIG_PKG_USING_QFPLIB_M3 is not set
# end of acceleration: Assembly language or algorithmic acceleration packages
+#
+# CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+#
+# CONFIG_PKG_USING_CMSIS_5 is not set
+# CONFIG_PKG_USING_CMSIS_5_AUX is not set
+# CONFIG_PKG_USING_CMSIS_RTOS2 is not set
+# end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+
#
# Micrium: Micrium software products porting for RT-Thread
#
@@ -456,7 +480,6 @@ CONFIG_RT_SERIAL_RB_BUFSZ=64
# CONFIG_PKG_USING_FLASHDB is not set
# CONFIG_PKG_USING_SQLITE is not set
# CONFIG_PKG_USING_RTI is not set
-# CONFIG_PKG_USING_CMSIS is not set
# CONFIG_PKG_USING_DFS_YAFFS is not set
# CONFIG_PKG_USING_LITTLEFS is not set
# CONFIG_PKG_USING_DFS_JFFS2 is not set
@@ -473,7 +496,6 @@ CONFIG_RT_SERIAL_RB_BUFSZ=64
# CONFIG_PKG_USING_QBOOT is not set
# CONFIG_PKG_USING_PPOOL is not set
# CONFIG_PKG_USING_OPENAMP is not set
-# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
# CONFIG_PKG_USING_LPM is not set
# CONFIG_PKG_USING_TLSF is not set
# CONFIG_PKG_USING_EVENT_RECORDER is not set
@@ -481,6 +503,7 @@ CONFIG_RT_SERIAL_RB_BUFSZ=64
# CONFIG_PKG_USING_WCWIDTH is not set
# CONFIG_PKG_USING_MCUBOOT is not set
# CONFIG_PKG_USING_TINYUSB is not set
+# CONFIG_PKG_USING_USB_STACK is not set
# end of system packages
#
@@ -557,6 +580,7 @@ CONFIG_RT_SERIAL_RB_BUFSZ=64
# CONFIG_PKG_USING_MISAKA_RGB_BLING is not set
# CONFIG_PKG_USING_BL_MCU_SDK is not set
# CONFIG_PKG_USING_SOFT_SERIAL is not set
+# CONFIG_PKG_USING_MB85RS16 is not set
# end of peripheral libraries and drivers
#
diff --git a/bsp/fm33lc026/project.uvprojx b/bsp/fm33lc026/project.uvprojx
index 4641db699e3..9dc873719dd 100644
--- a/bsp/fm33lc026/project.uvprojx
+++ b/bsp/fm33lc026/project.uvprojx
@@ -386,6 +386,13 @@
CPU
+
+
+ showmem.c
+ 1
+ ..\..\libcpu\arm\common\showmem.c
+
+
backtrace.c
@@ -402,9 +409,9 @@
- showmem.c
- 1
- ..\..\libcpu\arm\common\showmem.c
+ context_rvds.S
+ 2
+ ..\..\libcpu\arm\cortex-m0\context_rvds.S
@@ -414,13 +421,6 @@
..\..\libcpu\arm\cortex-m0\cpuport.c
-
-
- context_rvds.S
- 2
- ..\..\libcpu\arm\cortex-m0\context_rvds.S
-
-
DeviceDrivers
@@ -433,51 +433,51 @@
- workqueue.c
+ ringblk_buf.c
1
- ..\..\components\drivers\src\workqueue.c
+ ..\..\components\drivers\src\ringblk_buf.c
- completion.c
+ ringbuffer.c
1
- ..\..\components\drivers\src\completion.c
+ ..\..\components\drivers\src\ringbuffer.c
- pipe.c
+ dataqueue.c
1
- ..\..\components\drivers\src\pipe.c
+ ..\..\components\drivers\src\dataqueue.c
- ringblk_buf.c
+ pipe.c
1
- ..\..\components\drivers\src\ringblk_buf.c
+ ..\..\components\drivers\src\pipe.c
- ringbuffer.c
+ waitqueue.c
1
- ..\..\components\drivers\src\ringbuffer.c
+ ..\..\components\drivers\src\waitqueue.c
- dataqueue.c
+ workqueue.c
1
- ..\..\components\drivers\src\dataqueue.c
+ ..\..\components\drivers\src\workqueue.c
- waitqueue.c
+ completion.c
1
- ..\..\components\drivers\src\waitqueue.c
+ ..\..\components\drivers\src\completion.c
@@ -592,16 +592,16 @@
Kernel
- timer.c
+ clock.c
1
- ..\..\src\timer.c
+ ..\..\src\clock.c
- kservice.c
+ ipc.c
1
- ..\..\src\kservice.c
+ ..\..\src\ipc.c
@@ -613,30 +613,30 @@
- ipc.c
+ timer.c
1
- ..\..\src\ipc.c
+ ..\..\src\timer.c
- mem.c
+ components.c
1
- ..\..\src\mem.c
+ ..\..\src\components.c
- components.c
+ idle.c
1
- ..\..\src\components.c
+ ..\..\src\idle.c
- object.c
+ scheduler.c
1
- ..\..\src\object.c
+ ..\..\src\scheduler.c
@@ -655,30 +655,30 @@
- scheduler.c
+ kservice.c
1
- ..\..\src\scheduler.c
+ ..\..\src\kservice.c
- device.c
+ object.c
1
- ..\..\src\device.c
+ ..\..\src\object.c
- clock.c
+ device.c
1
- ..\..\src\clock.c
+ ..\..\src\device.c
- idle.c
+ mem.c
1
- ..\..\src\idle.c
+ ..\..\src\mem.c
diff --git a/bsp/fm33lc026/rtconfig.h b/bsp/fm33lc026/rtconfig.h
index 9fe512920da..66cf005833f 100644
--- a/bsp/fm33lc026/rtconfig.h
+++ b/bsp/fm33lc026/rtconfig.h
@@ -163,14 +163,17 @@
/* multimedia packages */
+/* LVGL: powerful and easy-to-use embedded GUI library */
-/* lvgl: powerful and easy-to-use embedded GUI library */
-
-/* end of lvgl: powerful and easy-to-use embedded GUI library */
+/* end of LVGL: powerful and easy-to-use embedded GUI library */
/* u8g2: a monochrome graphic library */
/* end of u8g2: a monochrome graphic library */
+
+/* PainterEngine: A cross-platform graphics application framework written in C language */
+
+/* end of PainterEngine: A cross-platform graphics application framework written in C language */
/* end of multimedia packages */
/* tools packages */
@@ -179,10 +182,18 @@
/* system packages */
+/* rt_kprintf: enhanced rt_kprintf packages */
+
+/* end of rt_kprintf: enhanced rt_kprintf packages */
+
/* acceleration: Assembly language or algorithmic acceleration packages */
/* end of acceleration: Assembly language or algorithmic acceleration packages */
+/* CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
+/* end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
/* Micrium: Micrium software products porting for RT-Thread */
/* end of Micrium: Micrium software products porting for RT-Thread */
diff --git a/bsp/frdm-k64f/project.uvproj b/bsp/frdm-k64f/project.uvproj
index 9530fc5210c..41d55f11651 100644
--- a/bsp/frdm-k64f/project.uvproj
+++ b/bsp/frdm-k64f/project.uvproj
@@ -1,10 +1,7 @@
-
1.1
-
### uVision Project, (C) Keil Software
-
RT-Thread
@@ -15,26 +12,26 @@
MK64FN1M0xxx12
Freescale Semiconductor
IRAM(0x1FFF0000-0x1FFFFFFF) IRAM2(0x20000000-0x2002FFFF) IROM(0x0-0xFFFFF) CLOCK(12000000) CPUTYPE("Cortex-M4") FPU2 ELITTLE
-
+
"STARTUP\Freescale\Kinetis\startup_MK64F12.s" ("Freescale MK64Xxxxxxx12 Startup Code")
UL2CM3(-O2511 -S0 -C0 -FO15 -FD20000000 -FC4000 -FN1 -FF0MK_P1M0 -FS00 -FL0100000)
7425
MK64F12.H
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
SFD\Freescale\Kinetis\MK64F12.sfr
0
0
-
-
-
+
+
+
Freescale\Kinetis\
Freescale\Kinetis\
@@ -58,8 +55,8 @@
0
0
-
-
+
+
0
0
0
@@ -68,25 +65,21 @@
0
0
-
-
+
+
0
0
- 0
- 0
0
0
-
-
+
+
0
0
- 0
- 0
0
-
+
0
@@ -100,17 +93,17 @@
0
0
3
-
-
+
+
1
SARMCM3.DLL
-
+
DCM.DLL
-pCM4
SARMCM3.DLL
-
+
TCM.DLL
-pCM4
@@ -145,22 +138,23 @@
1
1
1
+ 0
0
- 3
+ 6
-
-
-
-
-
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
Segger\JL2CM3.dll
@@ -176,10 +170,10 @@
1
BIN\UL2CM3.DLL
"" ()
-
-
-
-
+
+
+
+
0
@@ -212,7 +206,7 @@
0
0
"Cortex-M4"
-
+
0
0
0
@@ -227,7 +221,6 @@
0
0
0
- 0
3
3
0
@@ -344,7 +337,7 @@
0x30000
-
+
1
@@ -360,20 +353,13 @@
0
0
0
- 1
+ 0
0
- 1
- 1
- 1
- 1
- 0
- 0
- 0
-
- CPU_MK64FN1M0VLL12
-
- device;device/MK64F12;board;applications;.;../../include;../../libcpu/arm/cortex-m4;../../libcpu/arm/common;../../components/drivers/include;../../components/drivers/include;../../components/finsh;../../components/net/lwip-2.0.2/src;../../components/net/lwip-2.0.2/src/include;../../components/net/lwip-2.0.2/src/include/ipv4;../../components/net/lwip-2.0.2/src/arch/include;../../components/net/lwip-2.0.2/src/include/netif;../../components/net/lwip-2.0.2/src/include/posix
+
+ CPU_MK64FN1M0VLL12, __RTTHREAD__, __CLK_TCK=RT_TICK_PER_SECOND
+
+ applications;.;..\..\libcpu\arm\common;..\..\libcpu\arm\cortex-m4;..\..\components\drivers\include;..\..\components\drivers\include;board;device;device\MK64F12;..\..\components\finsh;.;..\..\include;..\..\components\libc\compilers\common;..\..\components\libc\compilers\common\nogcc;..\..\components\net\lwip-2.0.3\src;..\..\components\net\lwip-2.0.3\src\include;..\..\components\net\lwip-2.0.3\src\include\ipv4;..\..\components\net\lwip-2.0.3\src\arch\include;..\..\components\net\lwip-2.0.3\src\include\netif;..\..\components\net\lwip-2.0.3\src\include\posix;..\..\examples\utest\testcases\kernel
@@ -386,12 +372,11 @@
0
0
0
- 0
-
-
-
-
+
+
+
+
@@ -403,484 +388,564 @@
0
0x00000000
0x1FFF0000
-
-
-
-
- --keep *.o(.rti_fn.*) --keep *.o(FSymTab) --keep *.o(VSymTab)
-
-
+
+
+
+
+
+
+
- Device
+ Applications
- fsl_adc16.c
+ application.c
1
- device/MK64F12/fsl_adc16.c
+ applications\application.c
+
+
- fsl_clock.c
+ startup.c
1
- device/MK64F12/fsl_clock.c
+ applications\startup.c
+
+
+
+ CPU
+
- fsl_cmp.c
+ backtrace.c
1
- device/MK64F12/fsl_cmp.c
+ ..\..\libcpu\arm\common\backtrace.c
+
+
- fsl_cmt.c
+ showmem.c
1
- device/MK64F12/fsl_cmt.c
+ ..\..\libcpu\arm\common\showmem.c
+
+
- fsl_common.c
+ div0.c
1
- device/MK64F12/fsl_common.c
+ ..\..\libcpu\arm\common\div0.c
+
+
- fsl_crc.c
- 1
- device/MK64F12/fsl_crc.c
+ context_rvds.S
+ 2
+ ..\..\libcpu\arm\cortex-m4\context_rvds.S
+
+
- fsl_dac.c
+ cpuport.c
1
- device/MK64F12/fsl_dac.c
+ ..\..\libcpu\arm\cortex-m4\cpuport.c
+
+
+
+ DeviceDrivers
+
- fsl_dmamux.c
+ serial.c
1
- device/MK64F12/fsl_dmamux.c
+ ..\..\components\drivers\serial\serial.c
+
+
- fsl_dspi.c
+ dataqueue.c
1
- device/MK64F12/fsl_dspi.c
+ ..\..\components\drivers\src\dataqueue.c
+
+
- fsl_dspi_edma.c
+ completion.c
1
- device/MK64F12/fsl_dspi_edma.c
+ ..\..\components\drivers\src\completion.c
+
+
- fsl_edma.c
+ ringbuffer.c
1
- device/MK64F12/fsl_edma.c
+ ..\..\components\drivers\src\ringbuffer.c
+
+
- fsl_enet.c
+ ringblk_buf.c
1
- device/MK64F12/fsl_enet.c
+ ..\..\components\drivers\src\ringblk_buf.c
+
+
- fsl_ewm.c
+ waitqueue.c
1
- device/MK64F12/fsl_ewm.c
+ ..\..\components\drivers\src\waitqueue.c
+
+
- fsl_flash.c
+ workqueue.c
1
- device/MK64F12/fsl_flash.c
+ ..\..\components\drivers\src\workqueue.c
+
+
- fsl_flexbus.c
+ pipe.c
1
- device/MK64F12/fsl_flexbus.c
+ ..\..\components\drivers\src\pipe.c
+
+
+
+ Drivers
+
- fsl_flexcan.c
+ drv_uart.c
1
- device/MK64F12/fsl_flexcan.c
+ board\drv_uart.c
+
+
- fsl_ftm.c
+ clock_config.c
1
- device/MK64F12/fsl_ftm.c
+ board\clock_config.c
+
+
- fsl_gpio.c
+ fsl_phy.c
1
- device/MK64F12/fsl_gpio.c
+ board\fsl_phy.c
+
+
- fsl_i2c.c
+ led.c
1
- device/MK64F12/fsl_i2c.c
+ board\led.c
+
+
- fsl_i2c_edma.c
+ drv_emac.c
1
- device/MK64F12/fsl_i2c_edma.c
+ board\drv_emac.c
+
+
- fsl_llwu.c
+ board.c
1
- device/MK64F12/fsl_llwu.c
+ board\board.c
+
+
- fsl_lptmr.c
+ fsl_clock.c
1
- device/MK64F12/fsl_lptmr.c
+ device\MK64F12\fsl_clock.c
+
+
- fsl_pdb.c
+ fsl_ewm.c
1
- device/MK64F12/fsl_pdb.c
+ device\MK64F12\fsl_ewm.c
+
+
- fsl_pit.c
+ fsl_ftm.c
1
- device/MK64F12/fsl_pit.c
+ device\MK64F12\fsl_ftm.c
+
+
- fsl_pmc.c
+ fsl_lptmr.c
1
- device/MK64F12/fsl_pmc.c
+ device\MK64F12\fsl_lptmr.c
+
+
fsl_rcm.c
1
- device/MK64F12/fsl_rcm.c
-
-
- fsl_rnga.c
- 1
- device/MK64F12/fsl_rnga.c
-
-
- fsl_rtc.c
- 1
- device/MK64F12/fsl_rtc.c
-
-
- fsl_sai.c
- 1
- device/MK64F12/fsl_sai.c
-
-
- fsl_sai_edma.c
- 1
- device/MK64F12/fsl_sai_edma.c
+ device\MK64F12\fsl_rcm.c
+
+
- fsl_sdhc.c
+ fsl_i2c.c
1
- device/MK64F12/fsl_sdhc.c
+ device\MK64F12\fsl_i2c.c
+
+
fsl_sim.c
1
- device/MK64F12/fsl_sim.c
+ device\MK64F12\fsl_sim.c
+
+
- fsl_smc.c
+ fsl_dspi.c
1
- device/MK64F12/fsl_smc.c
+ device\MK64F12\fsl_dspi.c
+
+
- fsl_sysmpu.c
+ fsl_flexbus.c
1
- device/MK64F12/fsl_sysmpu.c
+ device\MK64F12\fsl_flexbus.c
+
+
- fsl_uart.c
+ fsl_vref.c
1
- device/MK64F12/fsl_uart.c
+ device\MK64F12\fsl_vref.c
+
+
fsl_uart_edma.c
1
- device/MK64F12/fsl_uart_edma.c
+ device\MK64F12\fsl_uart_edma.c
+
+
- fsl_vref.c
+ fsl_sai_edma.c
1
- device/MK64F12/fsl_vref.c
+ device\MK64F12\fsl_sai_edma.c
+
+
- fsl_wdog.c
+ fsl_adc16.c
1
- device/MK64F12/fsl_wdog.c
+ device\MK64F12\fsl_adc16.c
+
+
- system_MK64F12.c
+ fsl_flash.c
1
- device/system_MK64F12.c
-
-
- startup_MK64F12.s
- 2
- device/TOOLCHAIN_ARM_STD/startup_MK64F12.s
+ device\MK64F12\fsl_flash.c
-
-
- Board
- board.c
+ fsl_llwu.c
1
- board/board.c
+ device\MK64F12\fsl_llwu.c
+
+
- clock_config.c
+ system_MK64F12.c
1
- board/clock_config.c
+ device\system_MK64F12.c
+
+
- drv_uart.c
+ fsl_uart.c
1
- board/drv_uart.c
+ device\MK64F12\fsl_uart.c
+
+
- led.c
+ fsl_cmp.c
1
- board/led.c
+ device\MK64F12\fsl_cmp.c
+
+
- drv_emac.c
+ fsl_smc.c
1
- board/drv_emac.c
+ device\MK64F12\fsl_smc.c
+
+
- fsl_phy.c
+ fsl_rnga.c
1
- board/fsl_phy.c
+ device\MK64F12\fsl_rnga.c
-
-
- Applications
- application.c
+ fsl_cmt.c
1
- applications/application.c
+ device\MK64F12\fsl_cmt.c
+
+
- startup.c
+ fsl_gpio.c
1
- applications/startup.c
+ device\MK64F12\fsl_gpio.c
-
-
- Kernel
- clock.c
+ fsl_dmamux.c
1
- ../../src/clock.c
+ device\MK64F12\fsl_dmamux.c
+
+
- components.c
+ fsl_rtc.c
1
- ../../src/components.c
+ device\MK64F12\fsl_rtc.c
+
+
- device.c
- 1
- ../../src/device.c
+ startup_MK64F12.s
+ 2
+ device\TOOLCHAIN_ARM_STD\startup_MK64F12.s
+
+
- idle.c
+ fsl_dac.c
1
- ../../src/idle.c
+ device\MK64F12\fsl_dac.c
+
+
- ipc.c
+ fsl_pdb.c
1
- ../../src/ipc.c
+ device\MK64F12\fsl_pdb.c
+
+
- irq.c
+ fsl_sysmpu.c
1
- ../../src/irq.c
+ device\MK64F12\fsl_sysmpu.c
+
+
- kservice.c
+ fsl_common.c
1
- ../../src/kservice.c
+ device\MK64F12\fsl_common.c
+
+
- mem.c
+ fsl_dspi_edma.c
1
- ../../src/mem.c
+ device\MK64F12\fsl_dspi_edma.c
+
+
- mempool.c
+ fsl_flexcan.c
1
- ../../src/mempool.c
+ device\MK64F12\fsl_flexcan.c
+
+
- object.c
+ fsl_sdhc.c
1
- ../../src/object.c
+ device\MK64F12\fsl_sdhc.c
+
+
- scheduler.c
+ fsl_i2c_edma.c
1
- ../../src/scheduler.c
+ device\MK64F12\fsl_i2c_edma.c
+
+
- signal.c
+ fsl_edma.c
1
- ../../src/signal.c
+ device\MK64F12\fsl_edma.c
+
+
- thread.c
+ fsl_crc.c
1
- ../../src/thread.c
+ device\MK64F12\fsl_crc.c
+
+
- timer.c
+ fsl_enet.c
1
- ../../src/timer.c
+ device\MK64F12\fsl_enet.c
-
-
- CORTEX-M4
- cpuport.c
+ fsl_wdog.c
1
- ../../libcpu/arm/cortex-m4/cpuport.c
-
-
- context_rvds.S
- 2
- ../../libcpu/arm/cortex-m4/context_rvds.S
+ device\MK64F12\fsl_wdog.c
+
+
- backtrace.c
+ fsl_sai.c
1
- ../../libcpu/arm/common/backtrace.c
+ device\MK64F12\fsl_sai.c
+
+
- div0.c
+ fsl_pit.c
1
- ../../libcpu/arm/common/div0.c
+ device\MK64F12\fsl_pit.c
+
+
- showmem.c
+ fsl_pmc.c
1
- ../../libcpu/arm/common/showmem.c
+ device\MK64F12\fsl_pmc.c
- DeviceDrivers
+ Finsh
- serial.c
- 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
+ shell.c
1
- ../../components/drivers/src/waitqueue.c
+ ..\..\components\finsh\shell.c
+
+
- workqueue.c
+ msh.c
1
- ../../components/drivers/src/workqueue.c
+ ..\..\components\finsh\msh.c
- finsh
+ Kernel
- shell.c
+ object.c
1
- ../../components/finsh/shell.c
+ ..\..\src\object.c
+
+
- symbol.c
+ idle.c
1
- ../../components/finsh/symbol.c
+ ..\..\src\idle.c
+
+
- cmd.c
+ kservice.c
1
- ../../components/finsh/cmd.c
+ ..\..\src\kservice.c
+
+
- finsh_compiler.c
+ thread.c
1
- ../../components/finsh/finsh_compiler.c
+ ..\..\src\thread.c
+
+
- finsh_error.c
+ timer.c
1
- ../../components/finsh/finsh_error.c
+ ..\..\src\timer.c
+
+
- finsh_heap.c
+ mempool.c
1
- ../../components/finsh/finsh_heap.c
+ ..\..\src\mempool.c
+
+
- finsh_init.c
+ device.c
1
- ../../components/finsh/finsh_init.c
+ ..\..\src\device.c
+
+
- finsh_node.c
+ scheduler.c
1
- ../../components/finsh/finsh_node.c
+ ..\..\src\scheduler.c
+
+
- finsh_ops.c
+ clock.c
1
- ../../components/finsh/finsh_ops.c
+ ..\..\src\clock.c
+
+
- finsh_parser.c
+ ipc.c
1
- ../../components/finsh/finsh_parser.c
+ ..\..\src\ipc.c
+
+
- finsh_var.c
+ irq.c
1
- ../../components/finsh/finsh_var.c
+ ..\..\src\irq.c
+
+
- finsh_vm.c
+ components.c
1
- ../../components/finsh/finsh_vm.c
+ ..\..\src\components.c
+
+
- finsh_token.c
+ mem.c
1
- ../../components/finsh/finsh_token.c
+ ..\..\src\mem.c
@@ -888,189 +953,258 @@
lwIP
- sys_arch.c
+ netdb.c
1
- ../../components/net/lwip-2.0.2/src/arch/sys_arch.c
+ ..\..\components\net\lwip-2.0.3\src\api\netdb.c
+
+
- api_lib.c
+ ip.c
1
- ../../components/net/lwip-2.0.2/src/api/api_lib.c
+ ..\..\components\net\lwip-2.0.3\src\core\ip.c
+
+
- api_msg.c
+ autoip.c
1
- ../../components/net/lwip-2.0.2/src/api/api_msg.c
+ ..\..\components\net\lwip-2.0.3\src\core\ipv4\autoip.c
+
+
- err.c
+ ethernet.c
1
- ../../components/net/lwip-2.0.2/src/api/err.c
+ ..\..\components\net\lwip-2.0.3\src\netif\ethernet.c
+
+
- netbuf.c
+ netif.c
1
- ../../components/net/lwip-2.0.2/src/api/netbuf.c
+ ..\..\components\net\lwip-2.0.3\src\core\netif.c
+
+
- netdb.c
+ sys.c
1
- ../../components/net/lwip-2.0.2/src/api/netdb.c
+ ..\..\components\net\lwip-2.0.3\src\core\sys.c
+
+
- netifapi.c
+ sockets.c
1
- ../../components/net/lwip-2.0.2/src/api/netifapi.c
+ ..\..\components\net\lwip-2.0.3\src\api\sockets.c
+
+
- sockets.c
+ netifapi.c
1
- ../../components/net/lwip-2.0.2/src/api/sockets.c
+ ..\..\components\net\lwip-2.0.3\src\api\netifapi.c
+
+
tcpip.c
1
- ../../components/net/lwip-2.0.2/src/api/tcpip.c
+ ..\..\components\net\lwip-2.0.3\src\api\tcpip.c
+
+
- def.c
+ ip4_addr.c
1
- ../../components/net/lwip-2.0.2/src/core/def.c
+ ..\..\components\net\lwip-2.0.3\src\core\ipv4\ip4_addr.c
+
+
- dns.c
+ dhcp.c
1
- ../../components/net/lwip-2.0.2/src/core/dns.c
+ ..\..\components\net\lwip-2.0.3\src\core\ipv4\dhcp.c
+
+
- inet_chksum.c
+ init.c
1
- ../../components/net/lwip-2.0.2/src/core/inet_chksum.c
+ ..\..\components\net\lwip-2.0.3\src\core\init.c
+
+
- init.c
+ ethernetif.c
1
- ../../components/net/lwip-2.0.2/src/core/init.c
+ ..\..\components\net\lwip-2.0.3\src\netif\ethernetif.c
+
+
- ip.c
+ etharp.c
1
- ../../components/net/lwip-2.0.2/src/core/ip.c
+ ..\..\components\net\lwip-2.0.3\src\core\ipv4\etharp.c
+
+
memp.c
1
- ../../components/net/lwip-2.0.2/src/core/memp.c
+ ..\..\components\net\lwip-2.0.3\src\core\memp.c
+
+
- netif.c
+ ip4.c
1
- ../../components/net/lwip-2.0.2/src/core/netif.c
+ ..\..\components\net\lwip-2.0.3\src\core\ipv4\ip4.c
+
+
- pbuf.c
+ netbuf.c
1
- ../../components/net/lwip-2.0.2/src/core/pbuf.c
+ ..\..\components\net\lwip-2.0.3\src\api\netbuf.c
+
+
raw.c
1
- ../../components/net/lwip-2.0.2/src/core/raw.c
+ ..\..\components\net\lwip-2.0.3\src\core\raw.c
+
+
- stats.c
+ ip4_frag.c
1
- ../../components/net/lwip-2.0.2/src/core/stats.c
+ ..\..\components\net\lwip-2.0.3\src\core\ipv4\ip4_frag.c
+
+
- sys.c
+ tcp_out.c
1
- ../../components/net/lwip-2.0.2/src/core/sys.c
+ ..\..\components\net\lwip-2.0.3\src\core\tcp_out.c
+
+
- tcp.c
+ lowpan6.c
1
- ../../components/net/lwip-2.0.2/src/core/tcp.c
+ ..\..\components\net\lwip-2.0.3\src\netif\lowpan6.c
+
+
- tcp_in.c
+ icmp.c
1
- ../../components/net/lwip-2.0.2/src/core/tcp_in.c
+ ..\..\components\net\lwip-2.0.3\src\core\ipv4\icmp.c
+
+
- tcp_out.c
+ api_lib.c
1
- ../../components/net/lwip-2.0.2/src/core/tcp_out.c
+ ..\..\components\net\lwip-2.0.3\src\api\api_lib.c
+
+
- timeouts.c
+ inet_chksum.c
1
- ../../components/net/lwip-2.0.2/src/core/timeouts.c
+ ..\..\components\net\lwip-2.0.3\src\core\inet_chksum.c
+
+
- udp.c
+ stats.c
1
- ../../components/net/lwip-2.0.2/src/core/udp.c
+ ..\..\components\net\lwip-2.0.3\src\core\stats.c
+
+
- ethernet.c
+ err.c
1
- ../../components/net/lwip-2.0.2/src/netif/ethernet.c
+ ..\..\components\net\lwip-2.0.3\src\api\err.c
+
+
- ethernetif.c
+ tcp_in.c
1
- ../../components/net/lwip-2.0.2/src/netif/ethernetif.c
+ ..\..\components\net\lwip-2.0.3\src\core\tcp_in.c
+
+
- lowpan6.c
+ dns.c
1
- ../../components/net/lwip-2.0.2/src/netif/lowpan6.c
+ ..\..\components\net\lwip-2.0.3\src\core\dns.c
+
+
- autoip.c
+ sys_arch.c
1
- ../../components/net/lwip-2.0.2/src/core/ipv4/autoip.c
+ ..\..\components\net\lwip-2.0.3\src\arch\sys_arch.c
+
+
- dhcp.c
+ timeouts.c
1
- ../../components/net/lwip-2.0.2/src/core/ipv4/dhcp.c
+ ..\..\components\net\lwip-2.0.3\src\core\timeouts.c
+
+
- etharp.c
+ igmp.c
1
- ../../components/net/lwip-2.0.2/src/core/ipv4/etharp.c
+ ..\..\components\net\lwip-2.0.3\src\core\ipv4\igmp.c
+
+
- icmp.c
+ udp.c
1
- ../../components/net/lwip-2.0.2/src/core/ipv4/icmp.c
+ ..\..\components\net\lwip-2.0.3\src\core\udp.c
+
+
- igmp.c
+ pbuf.c
1
- ../../components/net/lwip-2.0.2/src/core/ipv4/igmp.c
+ ..\..\components\net\lwip-2.0.3\src\core\pbuf.c
+
+
- ip4.c
+ def.c
1
- ../../components/net/lwip-2.0.2/src/core/ipv4/ip4.c
+ ..\..\components\net\lwip-2.0.3\src\core\def.c
+
+
- ip4_addr.c
+ api_msg.c
1
- ../../components/net/lwip-2.0.2/src/core/ipv4/ip4_addr.c
+ ..\..\components\net\lwip-2.0.3\src\api\api_msg.c
+
+
- ip4_frag.c
+ tcp.c
1
- ../../components/net/lwip-2.0.2/src/core/ipv4/ip4_frag.c
+ ..\..\components\net\lwip-2.0.3\src\core\tcp.c
-
diff --git a/bsp/frdm-k64f/project.uvprojx b/bsp/frdm-k64f/project.uvprojx
index 085ba8f25e5..1c6080bc2e2 100644
--- a/bsp/frdm-k64f/project.uvprojx
+++ b/bsp/frdm-k64f/project.uvprojx
@@ -1,17 +1,12 @@
-
2.1
-
### uVision Project, (C) Keil Software
-
RT-Thread
0x4
ARM-ADS
- 5060750::V5.06 update 6 (build 750)::ARMCC
- 0
MK64FN1M0xxx12
@@ -19,28 +14,28 @@
NXP.MK64F12_DFP.10.0.4
http://mcuxpresso.nxp.com/cmsis_pack/repo/
IRAM(0x20000000,0x00030000) IRAM2(0x1FFF0000,0x00010000) IROM(0x00000000,0x00100000) CPUTYPE("Cortex-M4") FPU2 CLOCK(12000000) ELITTLE
-
-
+
+
UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0MK_P1M0 -FS00 -FL0100000 -FP0($$Device:MK64FN1M0xxx12$Flash\MK_P1M0.FLM))
7425
$$Device:MK64FN1M0xxx12$Device\Include\MK64F12.h
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
$$Device:MK64FN1M0xxx12$SVD\MK64F12.svd
0
0
-
-
-
-
-
+
+
+
+
+
0
0
@@ -62,8 +57,8 @@
0
0
-
-
+
+
0
0
0
@@ -72,8 +67,8 @@
0
0
-
-
+
+
0
0
0
@@ -82,15 +77,15 @@
0
0
-
-
+
+
0
0
0
0
0
-
+
0
@@ -104,17 +99,17 @@
0
0
3
-
-
+
+
1
SARMCM3.DLL
-
+
DCM.DLL
-pCM4
SARMCM3.DLL
-
+
TCM.DLL
-pCM4
@@ -138,11 +133,11 @@
1
BIN\UL2CM3.DLL
-
-
-
-
-
+
+
+
+
+
0
@@ -175,7 +170,7 @@
0
0
"Cortex-M4"
-
+
0
0
0
@@ -307,7 +302,7 @@
0x30000
-
+
1
@@ -324,7 +319,6 @@
0
0
1
- 0
0
1
1
@@ -334,10 +328,10 @@
0
0
-
- CPU_MK64FN1M0VLL12
-
- .;..\..\include;applications;.;board;device;device\MK64F12;..\..\libcpu\arm\common;..\..\libcpu\arm\cortex-m4;..\..\components\drivers\include;..\..\components\drivers\include;..\..\components\finsh;..\..\components\libc\compilers\common;..\..\components\net\lwip-2.0.2\src;..\..\components\net\lwip-2.0.2\src\include;..\..\components\net\lwip-2.0.2\src\include\ipv4;..\..\components\net\lwip-2.0.2\src\arch\include;..\..\components\net\lwip-2.0.2\src\include\netif;..\..\components\net\lwip-2.0.2\src\include\posix
+
+ CPU_MK64FN1M0VLL12, __RTTHREAD__, __CLK_TCK=RT_TICK_PER_SECOND
+
+ applications;.;..\..\libcpu\arm\common;..\..\libcpu\arm\cortex-m4;..\..\components\drivers\include;..\..\components\drivers\include;board;device;device\MK64F12;..\..\components\finsh;.;..\..\include;..\..\components\libc\compilers\common;..\..\components\libc\compilers\common\nogcc;..\..\components\net\lwip-2.0.3\src;..\..\components\net\lwip-2.0.3\src\include;..\..\components\net\lwip-2.0.3\src\include\ipv4;..\..\components\net\lwip-2.0.3\src\arch\include;..\..\components\net\lwip-2.0.3\src\include\netif;..\..\components\net\lwip-2.0.3\src\include\posix;..\..\examples\utest\testcases\kernel
@@ -352,10 +346,10 @@
0
0
-
-
-
-
+
+
+
+
@@ -367,489 +361,564 @@
0
0x00000000
0x1FFF0000
-
-
-
-
-
-
-
+
+
+
+
+
+
+
- Kernel
+ Applications
- clock.c
- 1
- ..\..\src\clock.c
-
-
- components.c
- 1
- ..\..\src\components.c
-
-
- cpu.c
+ application.c
1
- ..\..\src\cpu.c
+ applications\application.c
+
+
- device.c
+ startup.c
1
- ..\..\src\device.c
+ applications\startup.c
+
+
+
+ CPU
+
- idle.c
+ div0.c
1
- ..\..\src\idle.c
+ ..\..\libcpu\arm\common\div0.c
+
+
- ipc.c
+ showmem.c
1
- ..\..\src\ipc.c
+ ..\..\libcpu\arm\common\showmem.c
+
+
- irq.c
+ backtrace.c
1
- ..\..\src\irq.c
+ ..\..\libcpu\arm\common\backtrace.c
+
+
- kservice.c
- 1
- ..\..\src\kservice.c
+ context_rvds.S
+ 2
+ ..\..\libcpu\arm\cortex-m4\context_rvds.S
+
+
- mem.c
+ cpuport.c
1
- ..\..\src\mem.c
+ ..\..\libcpu\arm\cortex-m4\cpuport.c
+
+
+
+ DeviceDrivers
+
- mempool.c
+ serial.c
1
- ..\..\src\mempool.c
+ ..\..\components\drivers\serial\serial.c
+
+
- object.c
+ workqueue.c
1
- ..\..\src\object.c
+ ..\..\components\drivers\src\workqueue.c
+
+
- scheduler.c
+ ringbuffer.c
1
- ..\..\src\scheduler.c
+ ..\..\components\drivers\src\ringbuffer.c
+
+
- signal.c
+ waitqueue.c
1
- ..\..\src\signal.c
+ ..\..\components\drivers\src\waitqueue.c
+
+
- thread.c
+ ringblk_buf.c
1
- ..\..\src\thread.c
+ ..\..\components\drivers\src\ringblk_buf.c
+
+
- timer.c
+ completion.c
1
- ..\..\src\timer.c
+ ..\..\components\drivers\src\completion.c
-
-
- Applications
- application.c
+ dataqueue.c
1
- applications\application.c
+ ..\..\components\drivers\src\dataqueue.c
+
+
- startup.c
+ pipe.c
1
- applications\startup.c
+ ..\..\components\drivers\src\pipe.c
- Board
+ Drivers
- board.c
+ drv_uart.c
1
- board\board.c
+ board\drv_uart.c
+
+
clock_config.c
1
board\clock_config.c
+
+
- drv_uart.c
+ fsl_phy.c
1
- board\drv_uart.c
+ board\fsl_phy.c
+
+
led.c
1
board\led.c
+
+
drv_emac.c
1
board\drv_emac.c
-
- fsl_phy.c
- 1
- board\fsl_phy.c
-
-
-
- Device
- fsl_adc16.c
- 1
- device\MK64F12\fsl_adc16.c
-
-
- fsl_clock.c
- 1
- device\MK64F12\fsl_clock.c
-
-
- fsl_cmp.c
+ board.c
1
- device\MK64F12\fsl_cmp.c
+ board\board.c
+
+
- fsl_cmt.c
+ fsl_lptmr.c
1
- device\MK64F12\fsl_cmt.c
+ device\MK64F12\fsl_lptmr.c
+
+
fsl_common.c
1
device\MK64F12\fsl_common.c
+
+
- fsl_crc.c
+ fsl_flexbus.c
1
- device\MK64F12\fsl_crc.c
+ device\MK64F12\fsl_flexbus.c
+
+
- fsl_dac.c
+ fsl_pit.c
1
- device\MK64F12\fsl_dac.c
+ device\MK64F12\fsl_pit.c
+
+
fsl_dmamux.c
1
device\MK64F12\fsl_dmamux.c
+
+
- fsl_dspi.c
- 1
- device\MK64F12\fsl_dspi.c
-
-
- fsl_dspi_edma.c
- 1
- device\MK64F12\fsl_dspi_edma.c
-
-
- fsl_edma.c
+ fsl_i2c_edma.c
1
- device\MK64F12\fsl_edma.c
+ device\MK64F12\fsl_i2c_edma.c
+
+
- fsl_enet.c
+ fsl_sysmpu.c
1
- device\MK64F12\fsl_enet.c
+ device\MK64F12\fsl_sysmpu.c
+
+
fsl_ewm.c
1
device\MK64F12\fsl_ewm.c
+
+
- fsl_flash.c
- 1
- device\MK64F12\fsl_flash.c
-
-
- fsl_flexbus.c
- 1
- device\MK64F12\fsl_flexbus.c
-
-
- fsl_flexcan.c
- 1
- device\MK64F12\fsl_flexcan.c
-
-
- fsl_ftm.c
- 1
- device\MK64F12\fsl_ftm.c
-
-
- fsl_gpio.c
- 1
- device\MK64F12\fsl_gpio.c
-
-
- fsl_i2c.c
- 1
- device\MK64F12\fsl_i2c.c
-
-
- fsl_i2c_edma.c
- 1
- device\MK64F12\fsl_i2c_edma.c
-
-
- fsl_llwu.c
+ fsl_rcm.c
1
- device\MK64F12\fsl_llwu.c
+ device\MK64F12\fsl_rcm.c
+
+
- fsl_lptmr.c
+ system_MK64F12.c
1
- device\MK64F12\fsl_lptmr.c
+ device\system_MK64F12.c
+
+
- fsl_pdb.c
+ fsl_sai_edma.c
1
- device\MK64F12\fsl_pdb.c
+ device\MK64F12\fsl_sai_edma.c
+
+
- fsl_pit.c
+ fsl_vref.c
1
- device\MK64F12\fsl_pit.c
+ device\MK64F12\fsl_vref.c
+
+
- fsl_pmc.c
+ fsl_dspi_edma.c
1
- device\MK64F12\fsl_pmc.c
+ device\MK64F12\fsl_dspi_edma.c
+
+
- fsl_rcm.c
+ fsl_wdog.c
1
- device\MK64F12\fsl_rcm.c
+ device\MK64F12\fsl_wdog.c
+
+
- fsl_rnga.c
+ fsl_cmp.c
1
- device\MK64F12\fsl_rnga.c
+ device\MK64F12\fsl_cmp.c
+
+
fsl_rtc.c
1
device\MK64F12\fsl_rtc.c
+
+
- fsl_sai.c
+ fsl_dspi.c
1
- device\MK64F12\fsl_sai.c
+ device\MK64F12\fsl_dspi.c
+
+
- fsl_sai_edma.c
+ fsl_dac.c
1
- device\MK64F12\fsl_sai_edma.c
+ device\MK64F12\fsl_dac.c
+
+
- fsl_sdhc.c
+ fsl_flexcan.c
1
- device\MK64F12\fsl_sdhc.c
+ device\MK64F12\fsl_flexcan.c
+
+
- fsl_sim.c
+ fsl_adc16.c
1
- device\MK64F12\fsl_sim.c
+ device\MK64F12\fsl_adc16.c
+
+
- fsl_smc.c
+ fsl_llwu.c
1
- device\MK64F12\fsl_smc.c
+ device\MK64F12\fsl_llwu.c
+
+
- fsl_sysmpu.c
+ fsl_smc.c
1
- device\MK64F12\fsl_sysmpu.c
+ device\MK64F12\fsl_smc.c
+
+
- fsl_uart.c
+ fsl_cmt.c
1
- device\MK64F12\fsl_uart.c
+ device\MK64F12\fsl_cmt.c
+
+
- fsl_uart_edma.c
+ fsl_ftm.c
1
- device\MK64F12\fsl_uart_edma.c
+ device\MK64F12\fsl_ftm.c
+
+
- fsl_vref.c
+ fsl_crc.c
1
- device\MK64F12\fsl_vref.c
+ device\MK64F12\fsl_crc.c
+
+
- fsl_wdog.c
+ fsl_pdb.c
1
- device\MK64F12\fsl_wdog.c
+ device\MK64F12\fsl_pdb.c
+
+
- system_MK64F12.c
+ fsl_uart_edma.c
1
- device\system_MK64F12.c
+ device\MK64F12\fsl_uart_edma.c
+
+
startup_MK64F12.s
2
device\TOOLCHAIN_ARM_STD\startup_MK64F12.s
-
-
- cpu
- backtrace.c
+ fsl_flash.c
1
- ..\..\libcpu\arm\common\backtrace.c
+ device\MK64F12\fsl_flash.c
+
+
- div0.c
+ fsl_uart.c
1
- ..\..\libcpu\arm\common\div0.c
+ device\MK64F12\fsl_uart.c
+
+
- showmem.c
+ fsl_gpio.c
1
- ..\..\libcpu\arm\common\showmem.c
+ device\MK64F12\fsl_gpio.c
+
+
+
+ fsl_pmc.c
+ 1
+ device\MK64F12\fsl_pmc.c
+
+
+
- cpuport.c
+ fsl_edma.c
1
- ..\..\libcpu\arm\cortex-m4\cpuport.c
+ device\MK64F12\fsl_edma.c
+
+
- context_rvds.S
- 2
- ..\..\libcpu\arm\cortex-m4\context_rvds.S
+ fsl_sdhc.c
+ 1
+ device\MK64F12\fsl_sdhc.c
-
-
- DeviceDrivers
- serial.c
+ fsl_i2c.c
1
- ..\..\components\drivers\serial\serial.c
+ device\MK64F12\fsl_i2c.c
+
+
- completion.c
+ fsl_rnga.c
1
- ..\..\components\drivers\src\completion.c
+ device\MK64F12\fsl_rnga.c
+
+
- dataqueue.c
+ fsl_sim.c
1
- ..\..\components\drivers\src\dataqueue.c
+ device\MK64F12\fsl_sim.c
+
+
- pipe.c
+ fsl_sai.c
1
- ..\..\components\drivers\src\pipe.c
+ device\MK64F12\fsl_sai.c
+
+
- ringblk_buf.c
+ fsl_clock.c
1
- ..\..\components\drivers\src\ringblk_buf.c
+ device\MK64F12\fsl_clock.c
+
+
- ringbuffer.c
+ fsl_enet.c
1
- ..\..\components\drivers\src\ringbuffer.c
+ device\MK64F12\fsl_enet.c
+
+
+
+ Finsh
+
- waitqueue.c
+ shell.c
1
- ..\..\components\drivers\src\waitqueue.c
+ ..\..\components\finsh\shell.c
+
+
- workqueue.c
+ msh.c
1
- ..\..\components\drivers\src\workqueue.c
+ ..\..\components\finsh\msh.c
- finsh
+ Kernel
- shell.c
+ kservice.c
1
- ..\..\components\finsh\shell.c
+ ..\..\src\kservice.c
+
+
+
+
+ irq.c
+ 1
+ ..\..\src\irq.c
+
+
- cmd.c
+ timer.c
1
- ..\..\components\finsh\cmd.c
+ ..\..\src\timer.c
+
+
- finsh_compiler.c
+ mem.c
1
- ..\..\components\finsh\finsh_compiler.c
+ ..\..\src\mem.c
+
+
- finsh_error.c
+ clock.c
1
- ..\..\components\finsh\finsh_error.c
+ ..\..\src\clock.c
+
+
- finsh_heap.c
+ ipc.c
1
- ..\..\components\finsh\finsh_heap.c
+ ..\..\src\ipc.c
+
+
- finsh_init.c
+ object.c
1
- ..\..\components\finsh\finsh_init.c
+ ..\..\src\object.c
+
+
- finsh_node.c
+ idle.c
1
- ..\..\components\finsh\finsh_node.c
+ ..\..\src\idle.c
+
+
- finsh_ops.c
+ mempool.c
1
- ..\..\components\finsh\finsh_ops.c
+ ..\..\src\mempool.c
+
+
- finsh_parser.c
+ device.c
1
- ..\..\components\finsh\finsh_parser.c
+ ..\..\src\device.c
+
+
- finsh_var.c
+ thread.c
1
- ..\..\components\finsh\finsh_var.c
+ ..\..\src\thread.c
+
+
- finsh_vm.c
+ components.c
1
- ..\..\components\finsh\finsh_vm.c
+ ..\..\src\components.c
+
+
- finsh_token.c
+ scheduler.c
1
- ..\..\components\finsh\finsh_token.c
+ ..\..\src\scheduler.c
@@ -857,205 +926,270 @@
lwIP
- sys_arch.c
+ netdb.c
1
- ..\..\components\net\lwip-2.0.2\src\arch\sys_arch.c
+ ..\..\components\net\lwip-2.0.3\src\api\netdb.c
+
+
- api_lib.c
+ ip.c
1
- ..\..\components\net\lwip-2.0.2\src\api\api_lib.c
+ ..\..\components\net\lwip-2.0.3\src\core\ip.c
+
+
- api_msg.c
+ autoip.c
1
- ..\..\components\net\lwip-2.0.2\src\api\api_msg.c
+ ..\..\components\net\lwip-2.0.3\src\core\ipv4\autoip.c
+
+
- err.c
+ ethernet.c
1
- ..\..\components\net\lwip-2.0.2\src\api\err.c
+ ..\..\components\net\lwip-2.0.3\src\netif\ethernet.c
+
+
- netbuf.c
+ netif.c
1
- ..\..\components\net\lwip-2.0.2\src\api\netbuf.c
+ ..\..\components\net\lwip-2.0.3\src\core\netif.c
+
+
- netdb.c
+ sys.c
1
- ..\..\components\net\lwip-2.0.2\src\api\netdb.c
+ ..\..\components\net\lwip-2.0.3\src\core\sys.c
+
+
- netifapi.c
+ sockets.c
1
- ..\..\components\net\lwip-2.0.2\src\api\netifapi.c
+ ..\..\components\net\lwip-2.0.3\src\api\sockets.c
+
+
- sockets.c
+ netifapi.c
1
- ..\..\components\net\lwip-2.0.2\src\api\sockets.c
+ ..\..\components\net\lwip-2.0.3\src\api\netifapi.c
+
+
tcpip.c
1
- ..\..\components\net\lwip-2.0.2\src\api\tcpip.c
+ ..\..\components\net\lwip-2.0.3\src\api\tcpip.c
+
+
- def.c
+ ip4_addr.c
1
- ..\..\components\net\lwip-2.0.2\src\core\def.c
+ ..\..\components\net\lwip-2.0.3\src\core\ipv4\ip4_addr.c
+
+
- dns.c
+ dhcp.c
1
- ..\..\components\net\lwip-2.0.2\src\core\dns.c
+ ..\..\components\net\lwip-2.0.3\src\core\ipv4\dhcp.c
+
+
- inet_chksum.c
+ init.c
1
- ..\..\components\net\lwip-2.0.2\src\core\inet_chksum.c
+ ..\..\components\net\lwip-2.0.3\src\core\init.c
+
+
- init.c
+ ethernetif.c
1
- ..\..\components\net\lwip-2.0.2\src\core\init.c
+ ..\..\components\net\lwip-2.0.3\src\netif\ethernetif.c
+
+
- ip.c
+ etharp.c
1
- ..\..\components\net\lwip-2.0.2\src\core\ip.c
+ ..\..\components\net\lwip-2.0.3\src\core\ipv4\etharp.c
+
+
memp.c
1
- ..\..\components\net\lwip-2.0.2\src\core\memp.c
+ ..\..\components\net\lwip-2.0.3\src\core\memp.c
+
+
- netif.c
+ ip4.c
1
- ..\..\components\net\lwip-2.0.2\src\core\netif.c
+ ..\..\components\net\lwip-2.0.3\src\core\ipv4\ip4.c
+
+
- pbuf.c
+ netbuf.c
1
- ..\..\components\net\lwip-2.0.2\src\core\pbuf.c
+ ..\..\components\net\lwip-2.0.3\src\api\netbuf.c
+
+
raw.c
1
- ..\..\components\net\lwip-2.0.2\src\core\raw.c
+ ..\..\components\net\lwip-2.0.3\src\core\raw.c
+
+
- stats.c
+ ip4_frag.c
1
- ..\..\components\net\lwip-2.0.2\src\core\stats.c
+ ..\..\components\net\lwip-2.0.3\src\core\ipv4\ip4_frag.c
+
+
- sys.c
+ tcp_out.c
1
- ..\..\components\net\lwip-2.0.2\src\core\sys.c
+ ..\..\components\net\lwip-2.0.3\src\core\tcp_out.c
+
+
- tcp.c
+ lowpan6.c
1
- ..\..\components\net\lwip-2.0.2\src\core\tcp.c
+ ..\..\components\net\lwip-2.0.3\src\netif\lowpan6.c
+
+
- tcp_in.c
+ icmp.c
1
- ..\..\components\net\lwip-2.0.2\src\core\tcp_in.c
+ ..\..\components\net\lwip-2.0.3\src\core\ipv4\icmp.c
+
+
- tcp_out.c
+ api_lib.c
1
- ..\..\components\net\lwip-2.0.2\src\core\tcp_out.c
+ ..\..\components\net\lwip-2.0.3\src\api\api_lib.c
+
+
- timeouts.c
+ inet_chksum.c
1
- ..\..\components\net\lwip-2.0.2\src\core\timeouts.c
+ ..\..\components\net\lwip-2.0.3\src\core\inet_chksum.c
+
+
- udp.c
+ stats.c
1
- ..\..\components\net\lwip-2.0.2\src\core\udp.c
+ ..\..\components\net\lwip-2.0.3\src\core\stats.c
+
+
- ethernet.c
+ err.c
1
- ..\..\components\net\lwip-2.0.2\src\netif\ethernet.c
+ ..\..\components\net\lwip-2.0.3\src\api\err.c
+
+
- ethernetif.c
+ tcp_in.c
1
- ..\..\components\net\lwip-2.0.2\src\netif\ethernetif.c
+ ..\..\components\net\lwip-2.0.3\src\core\tcp_in.c
+
+
- lowpan6.c
+ dns.c
1
- ..\..\components\net\lwip-2.0.2\src\netif\lowpan6.c
+ ..\..\components\net\lwip-2.0.3\src\core\dns.c
+
+
- autoip.c
+ sys_arch.c
1
- ..\..\components\net\lwip-2.0.2\src\core\ipv4\autoip.c
+ ..\..\components\net\lwip-2.0.3\src\arch\sys_arch.c
+
+
- dhcp.c
+ timeouts.c
1
- ..\..\components\net\lwip-2.0.2\src\core\ipv4\dhcp.c
+ ..\..\components\net\lwip-2.0.3\src\core\timeouts.c
+
+
- etharp.c
+ igmp.c
1
- ..\..\components\net\lwip-2.0.2\src\core\ipv4\etharp.c
+ ..\..\components\net\lwip-2.0.3\src\core\ipv4\igmp.c
+
+
- icmp.c
+ udp.c
1
- ..\..\components\net\lwip-2.0.2\src\core\ipv4\icmp.c
+ ..\..\components\net\lwip-2.0.3\src\core\udp.c
+
+
- igmp.c
+ pbuf.c
1
- ..\..\components\net\lwip-2.0.2\src\core\ipv4\igmp.c
+ ..\..\components\net\lwip-2.0.3\src\core\pbuf.c
+
+
- ip4.c
+ def.c
1
- ..\..\components\net\lwip-2.0.2\src\core\ipv4\ip4.c
+ ..\..\components\net\lwip-2.0.3\src\core\def.c
+
+
- ip4_addr.c
+ api_msg.c
1
- ..\..\components\net\lwip-2.0.2\src\core\ipv4\ip4_addr.c
+ ..\..\components\net\lwip-2.0.3\src\api\api_msg.c
+
+
- ip4_frag.c
+ tcp.c
1
- ..\..\components\net\lwip-2.0.2\src\core\ipv4\ip4_frag.c
+ ..\..\components\net\lwip-2.0.3\src\core\tcp.c
-
- ::CMSIS
-
-
-
+
-
+
-
+
-
+
-
diff --git a/bsp/ft2004/.config b/bsp/ft2004/.config
index e3cd660827a..b5f4ab9d4b4 100644
--- a/bsp/ft2004/.config
+++ b/bsp/ft2004/.config
@@ -480,6 +480,7 @@ CONFIG_ULOG_BACKEND_USING_CONSOLE=y
# CONFIG_PKG_USING_LORA_GW_DRIVER_LIB is not set
# CONFIG_PKG_USING_LORA_PKT_SNIFFER is not set
# CONFIG_PKG_USING_HM is not set
+# CONFIG_PKG_USING_SMALL_MODBUS is not set
# end of IoT - internet of things
#
@@ -504,17 +505,24 @@ CONFIG_ULOG_BACKEND_USING_CONSOLE=y
#
# multimedia packages
#
-# CONFIG_PKG_USING_OPENMV is not set
-# CONFIG_PKG_USING_MUPDF is not set
-# CONFIG_PKG_USING_STEMWIN is not set
#
-# lvgl: powerful and easy-to-use embedded GUI library
+# LVGL: powerful and easy-to-use embedded GUI library
#
-# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
# CONFIG_PKG_USING_LVGL is not set
-# end of lvgl: powerful and easy-to-use embedded GUI library
+# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
+# end of LVGL: powerful and easy-to-use embedded GUI library
+
+#
+# u8g2: a monochrome graphic library
+#
+# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
+# CONFIG_PKG_USING_U8G2 is not set
+# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_OPENMV is not set
+# CONFIG_PKG_USING_MUPDF is not set
+# CONFIG_PKG_USING_STEMWIN is not set
# CONFIG_PKG_USING_WAVPLAYER is not set
# CONFIG_PKG_USING_TJPGD is not set
# CONFIG_PKG_USING_PDFGEN is not set
@@ -527,11 +535,11 @@ CONFIG_ULOG_BACKEND_USING_CONSOLE=y
# CONFIG_PKG_USING_UGUI is not set
#
-# u8g2: a monochrome graphic library
+# PainterEngine: A cross-platform graphics application framework written in C language
#
-# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
-# CONFIG_PKG_USING_U8G2 is not set
-# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_PAINTERENGINE is not set
+# CONFIG_PKG_USING_PAINTERENGINE_AUX is not set
+# end of PainterEngine: A cross-platform graphics application framework written in C language
# end of multimedia packages
#
@@ -575,12 +583,20 @@ CONFIG_ULOG_BACKEND_USING_CONSOLE=y
# CONFIG_PKG_USING_MEM_SANDBOX is not set
# CONFIG_PKG_USING_SOLAR_TERMS is not set
# CONFIG_PKG_USING_GAN_ZHI is not set
+# CONFIG_PKG_USING_FDT is not set
# end of tools packages
#
# system packages
#
+#
+# rt_kprintf: enhanced rt_kprintf packages
+#
+# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
+# CONFIG_PKG_USING_RT_VSNPRINTF_FULL is not set
+# end of rt_kprintf: enhanced rt_kprintf packages
+
#
# acceleration: Assembly language or algorithmic acceleration packages
#
@@ -590,6 +606,14 @@ CONFIG_ULOG_BACKEND_USING_CONSOLE=y
# CONFIG_PKG_USING_QFPLIB_M3 is not set
# end of acceleration: Assembly language or algorithmic acceleration packages
+#
+# CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+#
+# CONFIG_PKG_USING_CMSIS_5 is not set
+# CONFIG_PKG_USING_CMSIS_5_AUX is not set
+# CONFIG_PKG_USING_CMSIS_RTOS2 is not set
+# end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+
#
# Micrium: Micrium software products porting for RT-Thread
#
@@ -610,7 +634,6 @@ CONFIG_ULOG_BACKEND_USING_CONSOLE=y
# CONFIG_PKG_USING_FLASHDB is not set
# CONFIG_PKG_USING_SQLITE is not set
# CONFIG_PKG_USING_RTI is not set
-# CONFIG_PKG_USING_CMSIS is not set
# CONFIG_PKG_USING_DFS_YAFFS is not set
# CONFIG_PKG_USING_LITTLEFS is not set
# CONFIG_PKG_USING_DFS_JFFS2 is not set
@@ -627,7 +650,6 @@ CONFIG_ULOG_BACKEND_USING_CONSOLE=y
# CONFIG_PKG_USING_QBOOT is not set
# CONFIG_PKG_USING_PPOOL is not set
# CONFIG_PKG_USING_OPENAMP is not set
-# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
# CONFIG_PKG_USING_LPM is not set
# CONFIG_PKG_USING_TLSF is not set
# CONFIG_PKG_USING_EVENT_RECORDER is not set
@@ -635,6 +657,7 @@ CONFIG_ULOG_BACKEND_USING_CONSOLE=y
# CONFIG_PKG_USING_WCWIDTH is not set
# CONFIG_PKG_USING_MCUBOOT is not set
# CONFIG_PKG_USING_TINYUSB is not set
+# CONFIG_PKG_USING_USB_STACK is not set
# end of system packages
#
@@ -711,6 +734,7 @@ CONFIG_ULOG_BACKEND_USING_CONSOLE=y
# CONFIG_PKG_USING_MISAKA_RGB_BLING is not set
# CONFIG_PKG_USING_BL_MCU_SDK is not set
# CONFIG_PKG_USING_SOFT_SERIAL is not set
+# CONFIG_PKG_USING_MB85RS16 is not set
# end of peripheral libraries and drivers
#
diff --git a/bsp/ft2004/rtconfig.h b/bsp/ft2004/rtconfig.h
index 10289ec6fe7..7ab29eca468 100644
--- a/bsp/ft2004/rtconfig.h
+++ b/bsp/ft2004/rtconfig.h
@@ -272,14 +272,17 @@
/* multimedia packages */
+/* LVGL: powerful and easy-to-use embedded GUI library */
-/* lvgl: powerful and easy-to-use embedded GUI library */
-
-/* end of lvgl: powerful and easy-to-use embedded GUI library */
+/* end of LVGL: powerful and easy-to-use embedded GUI library */
/* u8g2: a monochrome graphic library */
/* end of u8g2: a monochrome graphic library */
+
+/* PainterEngine: A cross-platform graphics application framework written in C language */
+
+/* end of PainterEngine: A cross-platform graphics application framework written in C language */
/* end of multimedia packages */
/* tools packages */
@@ -288,10 +291,18 @@
/* system packages */
+/* rt_kprintf: enhanced rt_kprintf packages */
+
+/* end of rt_kprintf: enhanced rt_kprintf packages */
+
/* acceleration: Assembly language or algorithmic acceleration packages */
/* end of acceleration: Assembly language or algorithmic acceleration packages */
+/* CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
+/* end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
/* Micrium: Micrium software products porting for RT-Thread */
/* end of Micrium: Micrium software products porting for RT-Thread */
diff --git a/bsp/gd32/gd32407v-start/.config b/bsp/gd32/gd32407v-start/.config
index ad1c9f42aa0..8ca5a18bf97 100644
--- a/bsp/gd32/gd32407v-start/.config
+++ b/bsp/gd32/gd32407v-start/.config
@@ -331,6 +331,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_LORA_GW_DRIVER_LIB is not set
# CONFIG_PKG_USING_LORA_PKT_SNIFFER is not set
# CONFIG_PKG_USING_HM is not set
+# CONFIG_PKG_USING_SMALL_MODBUS is not set
# end of IoT - internet of things
#
@@ -355,17 +356,24 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
#
# multimedia packages
#
-# CONFIG_PKG_USING_OPENMV is not set
-# CONFIG_PKG_USING_MUPDF is not set
-# CONFIG_PKG_USING_STEMWIN is not set
#
-# lvgl: powerful and easy-to-use embedded GUI library
+# LVGL: powerful and easy-to-use embedded GUI library
#
-# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
# CONFIG_PKG_USING_LVGL is not set
-# end of lvgl: powerful and easy-to-use embedded GUI library
+# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
+# end of LVGL: powerful and easy-to-use embedded GUI library
+
+#
+# u8g2: a monochrome graphic library
+#
+# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
+# CONFIG_PKG_USING_U8G2 is not set
+# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_OPENMV is not set
+# CONFIG_PKG_USING_MUPDF is not set
+# CONFIG_PKG_USING_STEMWIN is not set
# CONFIG_PKG_USING_WAVPLAYER is not set
# CONFIG_PKG_USING_TJPGD is not set
# CONFIG_PKG_USING_PDFGEN is not set
@@ -378,11 +386,11 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_UGUI is not set
#
-# u8g2: a monochrome graphic library
+# PainterEngine: A cross-platform graphics application framework written in C language
#
-# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
-# CONFIG_PKG_USING_U8G2 is not set
-# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_PAINTERENGINE is not set
+# CONFIG_PKG_USING_PAINTERENGINE_AUX is not set
+# end of PainterEngine: A cross-platform graphics application framework written in C language
# end of multimedia packages
#
@@ -426,12 +434,20 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_MEM_SANDBOX is not set
# CONFIG_PKG_USING_SOLAR_TERMS is not set
# CONFIG_PKG_USING_GAN_ZHI is not set
+# CONFIG_PKG_USING_FDT is not set
# end of tools packages
#
# system packages
#
+#
+# rt_kprintf: enhanced rt_kprintf packages
+#
+# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
+# CONFIG_PKG_USING_RT_VSNPRINTF_FULL is not set
+# end of rt_kprintf: enhanced rt_kprintf packages
+
#
# acceleration: Assembly language or algorithmic acceleration packages
#
@@ -441,6 +457,14 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_QFPLIB_M3 is not set
# end of acceleration: Assembly language or algorithmic acceleration packages
+#
+# CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+#
+# CONFIG_PKG_USING_CMSIS_5 is not set
+# CONFIG_PKG_USING_CMSIS_5_AUX is not set
+# CONFIG_PKG_USING_CMSIS_RTOS2 is not set
+# end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+
#
# Micrium: Micrium software products porting for RT-Thread
#
@@ -461,7 +485,6 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_FLASHDB is not set
# CONFIG_PKG_USING_SQLITE is not set
# CONFIG_PKG_USING_RTI is not set
-# CONFIG_PKG_USING_CMSIS is not set
# CONFIG_PKG_USING_DFS_YAFFS is not set
# CONFIG_PKG_USING_LITTLEFS is not set
# CONFIG_PKG_USING_DFS_JFFS2 is not set
@@ -478,7 +501,6 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_QBOOT is not set
# CONFIG_PKG_USING_PPOOL is not set
# CONFIG_PKG_USING_OPENAMP is not set
-# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
# CONFIG_PKG_USING_LPM is not set
# CONFIG_PKG_USING_TLSF is not set
# CONFIG_PKG_USING_EVENT_RECORDER is not set
@@ -486,6 +508,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_WCWIDTH is not set
# CONFIG_PKG_USING_MCUBOOT is not set
# CONFIG_PKG_USING_TINYUSB is not set
+# CONFIG_PKG_USING_USB_STACK is not set
# end of system packages
#
@@ -562,6 +585,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_MISAKA_RGB_BLING is not set
# CONFIG_PKG_USING_BL_MCU_SDK is not set
# CONFIG_PKG_USING_SOFT_SERIAL is not set
+# CONFIG_PKG_USING_MB85RS16 is not set
# end of peripheral libraries and drivers
#
diff --git a/bsp/gd32/gd32407v-start/project.uvproj b/bsp/gd32/gd32407v-start/project.uvproj
index 8d46275e823..8b9237df314 100644
--- a/bsp/gd32/gd32407v-start/project.uvproj
+++ b/bsp/gd32/gd32407v-start/project.uvproj
@@ -427,23 +427,23 @@
CPU
- backtrace.c
+ div0.c
1
- ..\..\..\libcpu\arm\common\backtrace.c
+ ..\..\..\libcpu\arm\common\div0.c
- div0.c
+ showmem.c
1
- ..\..\..\libcpu\arm\common\div0.c
+ ..\..\..\libcpu\arm\common\showmem.c
- showmem.c
+ backtrace.c
1
- ..\..\..\libcpu\arm\common\showmem.c
+ ..\..\..\libcpu\arm\common\backtrace.c
@@ -479,44 +479,44 @@
- workqueue.c
+ pipe.c
1
- ..\..\..\components\drivers\src\workqueue.c
+ ..\..\..\components\drivers\src\pipe.c
- waitqueue.c
+ ringbuffer.c
1
- ..\..\..\components\drivers\src\waitqueue.c
+ ..\..\..\components\drivers\src\ringbuffer.c
- ringbuffer.c
+ ringblk_buf.c
1
- ..\..\..\components\drivers\src\ringbuffer.c
+ ..\..\..\components\drivers\src\ringblk_buf.c
- dataqueue.c
+ workqueue.c
1
- ..\..\..\components\drivers\src\dataqueue.c
+ ..\..\..\components\drivers\src\workqueue.c
- ringblk_buf.c
+ waitqueue.c
1
- ..\..\..\components\drivers\src\ringblk_buf.c
+ ..\..\..\components\drivers\src\waitqueue.c
- pipe.c
+ dataqueue.c
1
- ..\..\..\components\drivers\src\pipe.c
+ ..\..\..\components\drivers\src\dataqueue.c
@@ -531,16 +531,16 @@
Drivers
- startup_gd32f4xx.s
- 2
- ..\libraries\GD32F4xx_HAL\CMSIS\GD\GD32F4xx\Source\ARM\startup_gd32f4xx.s
+ board.c
+ 1
+ board\board.c
- board.c
- 1
- board\board.c
+ startup_gd32f4xx.s
+ 2
+ ..\libraries\GD32F4xx_HAL\CMSIS\GD\GD32F4xx\Source\ARM\startup_gd32f4xx.s
@@ -591,6 +591,13 @@
..\..\..\src\thread.c
+
+
+ mem.c
+ 1
+ ..\..\..\src\mem.c
+
+
irq.c
@@ -600,9 +607,9 @@
- scheduler.c
+ object.c
1
- ..\..\..\src\scheduler.c
+ ..\..\..\src\object.c
@@ -614,23 +621,23 @@
- clock.c
+ kservice.c
1
- ..\..\..\src\clock.c
+ ..\..\..\src\kservice.c
- timer.c
+ device.c
1
- ..\..\..\src\timer.c
+ ..\..\..\src\device.c
- mempool.c
+ timer.c
1
- ..\..\..\src\mempool.c
+ ..\..\..\src\timer.c
@@ -642,37 +649,30 @@
- device.c
- 1
- ..\..\..\src\device.c
-
-
-
-
- object.c
+ components.c
1
- ..\..\..\src\object.c
+ ..\..\..\src\components.c
- kservice.c
+ scheduler.c
1
- ..\..\..\src\kservice.c
+ ..\..\..\src\scheduler.c
- components.c
+ clock.c
1
- ..\..\..\src\components.c
+ ..\..\..\src\clock.c
- mem.c
+ mempool.c
1
- ..\..\..\src\mem.c
+ ..\..\..\src\mempool.c
diff --git a/bsp/gd32/gd32407v-start/project.uvprojx b/bsp/gd32/gd32407v-start/project.uvprojx
index edfcc3a20d2..c1d5323433c 100644
--- a/bsp/gd32/gd32407v-start/project.uvprojx
+++ b/bsp/gd32/gd32407v-start/project.uvprojx
@@ -411,16 +411,16 @@
- cpuport.c
- 1
- ..\..\..\libcpu\arm\cortex-m4\cpuport.c
+ context_rvds.S
+ 2
+ ..\..\..\libcpu\arm\cortex-m4\context_rvds.S
- context_rvds.S
- 2
- ..\..\..\libcpu\arm\cortex-m4\context_rvds.S
+ cpuport.c
+ 1
+ ..\..\..\libcpu\arm\cortex-m4\cpuport.c
@@ -442,16 +442,16 @@
- dataqueue.c
+ completion.c
1
- ..\..\..\components\drivers\src\dataqueue.c
+ ..\..\..\components\drivers\src\completion.c
- ringblk_buf.c
+ waitqueue.c
1
- ..\..\..\components\drivers\src\ringblk_buf.c
+ ..\..\..\components\drivers\src\waitqueue.c
@@ -463,30 +463,30 @@
- pipe.c
+ ringblk_buf.c
1
- ..\..\..\components\drivers\src\pipe.c
+ ..\..\..\components\drivers\src\ringblk_buf.c
- waitqueue.c
+ ringbuffer.c
1
- ..\..\..\components\drivers\src\waitqueue.c
+ ..\..\..\components\drivers\src\ringbuffer.c
- completion.c
+ dataqueue.c
1
- ..\..\..\components\drivers\src\completion.c
+ ..\..\..\components\drivers\src\dataqueue.c
- ringbuffer.c
+ pipe.c
1
- ..\..\..\components\drivers\src\ringbuffer.c
+ ..\..\..\components\drivers\src\pipe.c
@@ -494,16 +494,16 @@
Drivers
- startup_gd32f4xx.s
- 2
- ..\libraries\GD32F4xx_HAL\CMSIS\GD\GD32F4xx\Source\ARM\startup_gd32f4xx.s
+ board.c
+ 1
+ board\board.c
- board.c
- 1
- board\board.c
+ startup_gd32f4xx.s
+ 2
+ ..\libraries\GD32F4xx_HAL\CMSIS\GD\GD32F4xx\Source\ARM\startup_gd32f4xx.s
@@ -549,44 +549,44 @@
Kernel
- object.c
+ irq.c
1
- ..\..\..\src\object.c
+ ..\..\..\src\irq.c
- kservice.c
+ timer.c
1
- ..\..\..\src\kservice.c
+ ..\..\..\src\timer.c
- mem.c
+ mempool.c
1
- ..\..\..\src\mem.c
+ ..\..\..\src\mempool.c
- mempool.c
+ clock.c
1
- ..\..\..\src\mempool.c
+ ..\..\..\src\clock.c
- timer.c
+ thread.c
1
- ..\..\..\src\timer.c
+ ..\..\..\src\thread.c
- clock.c
+ ipc.c
1
- ..\..\..\src\clock.c
+ ..\..\..\src\ipc.c
@@ -598,44 +598,44 @@
- irq.c
+ mem.c
1
- ..\..\..\src\irq.c
+ ..\..\..\src\mem.c
- idle.c
+ components.c
1
- ..\..\..\src\idle.c
+ ..\..\..\src\components.c
- device.c
+ object.c
1
- ..\..\..\src\device.c
+ ..\..\..\src\object.c
- ipc.c
+ device.c
1
- ..\..\..\src\ipc.c
+ ..\..\..\src\device.c
- thread.c
+ idle.c
1
- ..\..\..\src\thread.c
+ ..\..\..\src\idle.c
- components.c
+ kservice.c
1
- ..\..\..\src\components.c
+ ..\..\..\src\kservice.c
diff --git a/bsp/gd32/gd32407v-start/rtconfig.h b/bsp/gd32/gd32407v-start/rtconfig.h
index 149356c2217..95420877cf2 100644
--- a/bsp/gd32/gd32407v-start/rtconfig.h
+++ b/bsp/gd32/gd32407v-start/rtconfig.h
@@ -171,14 +171,17 @@
/* multimedia packages */
+/* LVGL: powerful and easy-to-use embedded GUI library */
-/* lvgl: powerful and easy-to-use embedded GUI library */
-
-/* end of lvgl: powerful and easy-to-use embedded GUI library */
+/* end of LVGL: powerful and easy-to-use embedded GUI library */
/* u8g2: a monochrome graphic library */
/* end of u8g2: a monochrome graphic library */
+
+/* PainterEngine: A cross-platform graphics application framework written in C language */
+
+/* end of PainterEngine: A cross-platform graphics application framework written in C language */
/* end of multimedia packages */
/* tools packages */
@@ -187,10 +190,18 @@
/* system packages */
+/* rt_kprintf: enhanced rt_kprintf packages */
+
+/* end of rt_kprintf: enhanced rt_kprintf packages */
+
/* acceleration: Assembly language or algorithmic acceleration packages */
/* end of acceleration: Assembly language or algorithmic acceleration packages */
+/* CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
+/* end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
/* Micrium: Micrium software products porting for RT-Thread */
/* end of Micrium: Micrium software products porting for RT-Thread */
diff --git a/bsp/gd32105c-eval/.config b/bsp/gd32105c-eval/.config
index e2256582b23..6c64b15f50c 100644
--- a/bsp/gd32105c-eval/.config
+++ b/bsp/gd32105c-eval/.config
@@ -367,6 +367,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_LORA_GW_DRIVER_LIB is not set
# CONFIG_PKG_USING_LORA_PKT_SNIFFER is not set
# CONFIG_PKG_USING_HM is not set
+# CONFIG_PKG_USING_SMALL_MODBUS is not set
# end of IoT - internet of things
#
@@ -391,17 +392,24 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
#
# multimedia packages
#
-# CONFIG_PKG_USING_OPENMV is not set
-# CONFIG_PKG_USING_MUPDF is not set
-# CONFIG_PKG_USING_STEMWIN is not set
#
-# lvgl: powerful and easy-to-use embedded GUI library
+# LVGL: powerful and easy-to-use embedded GUI library
#
-# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
# CONFIG_PKG_USING_LVGL is not set
-# end of lvgl: powerful and easy-to-use embedded GUI library
+# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
+# end of LVGL: powerful and easy-to-use embedded GUI library
+
+#
+# u8g2: a monochrome graphic library
+#
+# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
+# CONFIG_PKG_USING_U8G2 is not set
+# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_OPENMV is not set
+# CONFIG_PKG_USING_MUPDF is not set
+# CONFIG_PKG_USING_STEMWIN is not set
# CONFIG_PKG_USING_WAVPLAYER is not set
# CONFIG_PKG_USING_TJPGD is not set
# CONFIG_PKG_USING_PDFGEN is not set
@@ -414,11 +422,11 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_UGUI is not set
#
-# u8g2: a monochrome graphic library
+# PainterEngine: A cross-platform graphics application framework written in C language
#
-# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
-# CONFIG_PKG_USING_U8G2 is not set
-# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_PAINTERENGINE is not set
+# CONFIG_PKG_USING_PAINTERENGINE_AUX is not set
+# end of PainterEngine: A cross-platform graphics application framework written in C language
# end of multimedia packages
#
@@ -462,12 +470,20 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_MEM_SANDBOX is not set
# CONFIG_PKG_USING_SOLAR_TERMS is not set
# CONFIG_PKG_USING_GAN_ZHI is not set
+# CONFIG_PKG_USING_FDT is not set
# end of tools packages
#
# system packages
#
+#
+# rt_kprintf: enhanced rt_kprintf packages
+#
+# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
+# CONFIG_PKG_USING_RT_VSNPRINTF_FULL is not set
+# end of rt_kprintf: enhanced rt_kprintf packages
+
#
# acceleration: Assembly language or algorithmic acceleration packages
#
@@ -477,6 +493,14 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_QFPLIB_M3 is not set
# end of acceleration: Assembly language or algorithmic acceleration packages
+#
+# CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+#
+# CONFIG_PKG_USING_CMSIS_5 is not set
+# CONFIG_PKG_USING_CMSIS_5_AUX is not set
+# CONFIG_PKG_USING_CMSIS_RTOS2 is not set
+# end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+
#
# Micrium: Micrium software products porting for RT-Thread
#
@@ -496,7 +520,6 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_FLASHDB is not set
# CONFIG_PKG_USING_SQLITE is not set
# CONFIG_PKG_USING_RTI is not set
-# CONFIG_PKG_USING_CMSIS is not set
# CONFIG_PKG_USING_DFS_YAFFS is not set
# CONFIG_PKG_USING_LITTLEFS is not set
# CONFIG_PKG_USING_DFS_JFFS2 is not set
@@ -513,7 +536,6 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_QBOOT is not set
# CONFIG_PKG_USING_PPOOL is not set
# CONFIG_PKG_USING_OPENAMP is not set
-# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
# CONFIG_PKG_USING_LPM is not set
# CONFIG_PKG_USING_TLSF is not set
# CONFIG_PKG_USING_EVENT_RECORDER is not set
@@ -521,6 +543,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_WCWIDTH is not set
# CONFIG_PKG_USING_MCUBOOT is not set
# CONFIG_PKG_USING_TINYUSB is not set
+# CONFIG_PKG_USING_USB_STACK is not set
# end of system packages
#
@@ -597,6 +620,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_MISAKA_RGB_BLING is not set
# CONFIG_PKG_USING_BL_MCU_SDK is not set
# CONFIG_PKG_USING_SOFT_SERIAL is not set
+# CONFIG_PKG_USING_MB85RS16 is not set
# end of peripheral libraries and drivers
#
diff --git a/bsp/gd32105c-eval/project.uvprojx b/bsp/gd32105c-eval/project.uvprojx
index e8cb65b5943..d5c0073339f 100644
--- a/bsp/gd32105c-eval/project.uvprojx
+++ b/bsp/gd32105c-eval/project.uvprojx
@@ -437,16 +437,16 @@
- cpuport.c
- 1
- ..\..\libcpu\arm\cortex-m3\cpuport.c
+ context_rvds.S
+ 2
+ ..\..\libcpu\arm\cortex-m3\context_rvds.S
- context_rvds.S
- 2
- ..\..\libcpu\arm\cortex-m3\context_rvds.S
+ cpuport.c
+ 1
+ ..\..\libcpu\arm\cortex-m3\cpuport.c
@@ -522,13 +522,6 @@
..\..\components\drivers\src\waitqueue.c
-
-
- pipe.c
- 1
- ..\..\components\drivers\src\pipe.c
-
-
completion.c
@@ -564,6 +557,13 @@
..\..\components\drivers\src\ringbuffer.c
+
+
+ pipe.c
+ 1
+ ..\..\components\drivers\src\pipe.c
+
+
@@ -723,58 +723,58 @@
- device.c
+ mempool.c
1
- ..\..\src\device.c
+ ..\..\src\mempool.c
- idle.c
+ device.c
1
- ..\..\src\idle.c
+ ..\..\src\device.c
- clock.c
+ timer.c
1
- ..\..\src\clock.c
+ ..\..\src\timer.c
- timer.c
+ idle.c
1
- ..\..\src\timer.c
+ ..\..\src\idle.c
- object.c
+ thread.c
1
- ..\..\src\object.c
+ ..\..\src\thread.c
- thread.c
+ clock.c
1
- ..\..\src\thread.c
+ ..\..\src\clock.c
- scheduler.c
+ components.c
1
- ..\..\src\scheduler.c
+ ..\..\src\components.c
- mem.c
+ object.c
1
- ..\..\src\mem.c
+ ..\..\src\object.c
@@ -786,23 +786,23 @@
- components.c
+ irq.c
1
- ..\..\src\components.c
+ ..\..\src\irq.c
- irq.c
+ mem.c
1
- ..\..\src\irq.c
+ ..\..\src\mem.c
- mempool.c
+ scheduler.c
1
- ..\..\src\mempool.c
+ ..\..\src\scheduler.c
@@ -820,16 +820,16 @@
Libraries
- gd32f10x_dbg.c
+ gd32f10x_i2c.c
1
- Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_dbg.c
+ Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_i2c.c
- gd32f10x_misc.c
+ gd32f10x_exmc.c
1
- Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_misc.c
+ Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_exmc.c
@@ -841,114 +841,114 @@
- gd32f10x_adc.c
+ gd32f10x_bkp.c
1
- Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_adc.c
+ Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_bkp.c
- gd32f10x_fmc.c
+ gd32f10x_rcu.c
1
- Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_fmc.c
+ Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_rcu.c
- gd32f10x_rcu.c
+ gd32f10x_can.c
1
- Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_rcu.c
+ Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_can.c
- gd32f10x_enet.c
+ gd32f10x_timer.c
1
- Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_enet.c
+ Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_timer.c
- system_gd32f10x.c
+ gd32f10x_spi.c
1
- Libraries\CMSIS\GD\GD32F10x\Source\system_gd32f10x.c
+ Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_spi.c
- gd32f10x_fwdgt.c
+ gd32f10x_pmu.c
1
- Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_fwdgt.c
+ Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_pmu.c
- gd32f10x_wwdgt.c
+ gd32f10x_crc.c
1
- Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_wwdgt.c
+ Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_crc.c
- gd32f10x_exti.c
+ system_gd32f10x.c
1
- Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_exti.c
+ Libraries\CMSIS\GD\GD32F10x\Source\system_gd32f10x.c
- gd32f10x_gpio.c
+ gd32f10x_usart.c
1
- Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_gpio.c
+ Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_usart.c
- gd32f10x_crc.c
+ gd32f10x_dac.c
1
- Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_crc.c
+ Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_dac.c
- gd32f10x_exmc.c
+ gd32f10x_gpio.c
1
- Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_exmc.c
+ Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_gpio.c
- gd32f10x_pmu.c
+ gd32f10x_adc.c
1
- Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_pmu.c
+ Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_adc.c
- gd32f10x_usart.c
+ gd32f10x_sdio.c
1
- Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_usart.c
+ Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_sdio.c
- gd32f10x_i2c.c
+ gd32f10x_dma.c
1
- Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_i2c.c
+ Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_dma.c
- gd32f10x_dac.c
+ gd32f10x_exti.c
1
- Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_dac.c
+ Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_exti.c
- gd32f10x_spi.c
+ gd32f10x_dbg.c
1
- Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_spi.c
+ Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_dbg.c
@@ -960,37 +960,37 @@
- gd32f10x_dma.c
+ gd32f10x_enet.c
1
- Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_dma.c
+ Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_enet.c
- gd32f10x_can.c
+ gd32f10x_wwdgt.c
1
- Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_can.c
+ Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_wwdgt.c
- gd32f10x_bkp.c
+ gd32f10x_fmc.c
1
- Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_bkp.c
+ Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_fmc.c
- gd32f10x_sdio.c
+ gd32f10x_misc.c
1
- Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_sdio.c
+ Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_misc.c
- gd32f10x_timer.c
+ gd32f10x_fwdgt.c
1
- Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_timer.c
+ Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_fwdgt.c
diff --git a/bsp/gd32105c-eval/rtconfig.h b/bsp/gd32105c-eval/rtconfig.h
index 150961d99f2..1729294a637 100644
--- a/bsp/gd32105c-eval/rtconfig.h
+++ b/bsp/gd32105c-eval/rtconfig.h
@@ -192,14 +192,17 @@
/* multimedia packages */
+/* LVGL: powerful and easy-to-use embedded GUI library */
-/* lvgl: powerful and easy-to-use embedded GUI library */
-
-/* end of lvgl: powerful and easy-to-use embedded GUI library */
+/* end of LVGL: powerful and easy-to-use embedded GUI library */
/* u8g2: a monochrome graphic library */
/* end of u8g2: a monochrome graphic library */
+
+/* PainterEngine: A cross-platform graphics application framework written in C language */
+
+/* end of PainterEngine: A cross-platform graphics application framework written in C language */
/* end of multimedia packages */
/* tools packages */
@@ -208,10 +211,18 @@
/* system packages */
+/* rt_kprintf: enhanced rt_kprintf packages */
+
+/* end of rt_kprintf: enhanced rt_kprintf packages */
+
/* acceleration: Assembly language or algorithmic acceleration packages */
/* end of acceleration: Assembly language or algorithmic acceleration packages */
+/* CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
+/* end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
/* Micrium: Micrium software products porting for RT-Thread */
/* end of Micrium: Micrium software products porting for RT-Thread */
diff --git a/bsp/gd32107c-eval/.config b/bsp/gd32107c-eval/.config
index 876588f2da9..71fd0bc3012 100644
--- a/bsp/gd32107c-eval/.config
+++ b/bsp/gd32107c-eval/.config
@@ -367,6 +367,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_LORA_GW_DRIVER_LIB is not set
# CONFIG_PKG_USING_LORA_PKT_SNIFFER is not set
# CONFIG_PKG_USING_HM is not set
+# CONFIG_PKG_USING_SMALL_MODBUS is not set
# end of IoT - internet of things
#
@@ -391,17 +392,24 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
#
# multimedia packages
#
-# CONFIG_PKG_USING_OPENMV is not set
-# CONFIG_PKG_USING_MUPDF is not set
-# CONFIG_PKG_USING_STEMWIN is not set
#
-# lvgl: powerful and easy-to-use embedded GUI library
+# LVGL: powerful and easy-to-use embedded GUI library
#
-# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
# CONFIG_PKG_USING_LVGL is not set
-# end of lvgl: powerful and easy-to-use embedded GUI library
+# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
+# end of LVGL: powerful and easy-to-use embedded GUI library
+
+#
+# u8g2: a monochrome graphic library
+#
+# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
+# CONFIG_PKG_USING_U8G2 is not set
+# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_OPENMV is not set
+# CONFIG_PKG_USING_MUPDF is not set
+# CONFIG_PKG_USING_STEMWIN is not set
# CONFIG_PKG_USING_WAVPLAYER is not set
# CONFIG_PKG_USING_TJPGD is not set
# CONFIG_PKG_USING_PDFGEN is not set
@@ -414,11 +422,11 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_UGUI is not set
#
-# u8g2: a monochrome graphic library
+# PainterEngine: A cross-platform graphics application framework written in C language
#
-# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
-# CONFIG_PKG_USING_U8G2 is not set
-# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_PAINTERENGINE is not set
+# CONFIG_PKG_USING_PAINTERENGINE_AUX is not set
+# end of PainterEngine: A cross-platform graphics application framework written in C language
# end of multimedia packages
#
@@ -462,12 +470,20 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_MEM_SANDBOX is not set
# CONFIG_PKG_USING_SOLAR_TERMS is not set
# CONFIG_PKG_USING_GAN_ZHI is not set
+# CONFIG_PKG_USING_FDT is not set
# end of tools packages
#
# system packages
#
+#
+# rt_kprintf: enhanced rt_kprintf packages
+#
+# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
+# CONFIG_PKG_USING_RT_VSNPRINTF_FULL is not set
+# end of rt_kprintf: enhanced rt_kprintf packages
+
#
# acceleration: Assembly language or algorithmic acceleration packages
#
@@ -477,6 +493,14 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_QFPLIB_M3 is not set
# end of acceleration: Assembly language or algorithmic acceleration packages
+#
+# CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+#
+# CONFIG_PKG_USING_CMSIS_5 is not set
+# CONFIG_PKG_USING_CMSIS_5_AUX is not set
+# CONFIG_PKG_USING_CMSIS_RTOS2 is not set
+# end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+
#
# Micrium: Micrium software products porting for RT-Thread
#
@@ -496,7 +520,6 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_FLASHDB is not set
# CONFIG_PKG_USING_SQLITE is not set
# CONFIG_PKG_USING_RTI is not set
-# CONFIG_PKG_USING_CMSIS is not set
# CONFIG_PKG_USING_DFS_YAFFS is not set
# CONFIG_PKG_USING_LITTLEFS is not set
# CONFIG_PKG_USING_DFS_JFFS2 is not set
@@ -513,7 +536,6 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_QBOOT is not set
# CONFIG_PKG_USING_PPOOL is not set
# CONFIG_PKG_USING_OPENAMP is not set
-# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
# CONFIG_PKG_USING_LPM is not set
# CONFIG_PKG_USING_TLSF is not set
# CONFIG_PKG_USING_EVENT_RECORDER is not set
@@ -521,6 +543,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_WCWIDTH is not set
# CONFIG_PKG_USING_MCUBOOT is not set
# CONFIG_PKG_USING_TINYUSB is not set
+# CONFIG_PKG_USING_USB_STACK is not set
# end of system packages
#
@@ -597,6 +620,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_MISAKA_RGB_BLING is not set
# CONFIG_PKG_USING_BL_MCU_SDK is not set
# CONFIG_PKG_USING_SOFT_SERIAL is not set
+# CONFIG_PKG_USING_MB85RS16 is not set
# end of peripheral libraries and drivers
#
diff --git a/bsp/gd32107c-eval/project.uvprojx b/bsp/gd32107c-eval/project.uvprojx
index 0ad2a15964b..67cb0c59fd2 100644
--- a/bsp/gd32107c-eval/project.uvprojx
+++ b/bsp/gd32107c-eval/project.uvprojx
@@ -416,9 +416,9 @@
CPU
- div0.c
+ backtrace.c
1
- ..\..\libcpu\arm\common\div0.c
+ ..\..\libcpu\arm\common\backtrace.c
@@ -430,23 +430,23 @@
- backtrace.c
+ div0.c
1
- ..\..\libcpu\arm\common\backtrace.c
+ ..\..\libcpu\arm\common\div0.c
- context_rvds.S
- 2
- ..\..\libcpu\arm\cortex-m3\context_rvds.S
+ cpuport.c
+ 1
+ ..\..\libcpu\arm\cortex-m3\cpuport.c
- cpuport.c
- 1
- ..\..\libcpu\arm\cortex-m3\cpuport.c
+ context_rvds.S
+ 2
+ ..\..\libcpu\arm\cortex-m3\context_rvds.S
@@ -517,30 +517,30 @@
- workqueue.c
+ pipe.c
1
- ..\..\components\drivers\src\workqueue.c
+ ..\..\components\drivers\src\pipe.c
- completion.c
+ waitqueue.c
1
- ..\..\components\drivers\src\completion.c
+ ..\..\components\drivers\src\waitqueue.c
- ringbuffer.c
+ completion.c
1
- ..\..\components\drivers\src\ringbuffer.c
+ ..\..\components\drivers\src\completion.c
- pipe.c
+ ringbuffer.c
1
- ..\..\components\drivers\src\pipe.c
+ ..\..\components\drivers\src\ringbuffer.c
@@ -559,9 +559,9 @@
- waitqueue.c
+ workqueue.c
1
- ..\..\components\drivers\src\waitqueue.c
+ ..\..\components\drivers\src\workqueue.c
@@ -661,16 +661,16 @@
- dfs_elm.c
+ ff.c
1
- ..\..\components\dfs\filesystems\elmfat\dfs_elm.c
+ ..\..\components\dfs\filesystems\elmfat\ff.c
- ff.c
+ dfs_elm.c
1
- ..\..\components\dfs\filesystems\elmfat\ff.c
+ ..\..\components\dfs\filesystems\elmfat\dfs_elm.c
@@ -716,79 +716,79 @@
Kernel
- ipc.c
+ timer.c
1
- ..\..\src\ipc.c
+ ..\..\src\timer.c
- thread.c
+ device.c
1
- ..\..\src\thread.c
+ ..\..\src\device.c
- device.c
+ scheduler.c
1
- ..\..\src\device.c
+ ..\..\src\scheduler.c
- clock.c
+ ipc.c
1
- ..\..\src\clock.c
+ ..\..\src\ipc.c
- object.c
+ mem.c
1
- ..\..\src\object.c
+ ..\..\src\mem.c
- mem.c
+ irq.c
1
- ..\..\src\mem.c
+ ..\..\src\irq.c
- scheduler.c
+ idle.c
1
- ..\..\src\scheduler.c
+ ..\..\src\idle.c
- timer.c
+ thread.c
1
- ..\..\src\timer.c
+ ..\..\src\thread.c
- mempool.c
+ kservice.c
1
- ..\..\src\mempool.c
+ ..\..\src\kservice.c
- irq.c
+ mempool.c
1
- ..\..\src\irq.c
+ ..\..\src\mempool.c
- idle.c
+ object.c
1
- ..\..\src\idle.c
+ ..\..\src\object.c
@@ -800,9 +800,9 @@
- kservice.c
+ clock.c
1
- ..\..\src\kservice.c
+ ..\..\src\clock.c
@@ -820,121 +820,121 @@
Libraries
- startup_gd32f10x_cl.s
- 2
- Libraries\CMSIS\GD\GD32F10x\Source\ARM\startup_gd32f10x_cl.s
+ gd32f10x_enet.c
+ 1
+ Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_enet.c
- gd32f10x_can.c
+ gd32f10x_crc.c
1
- Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_can.c
+ Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_crc.c
- gd32f10x_sdio.c
+ gd32f10x_misc.c
1
- Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_sdio.c
+ Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_misc.c
- gd32f10x_rcu.c
+ gd32f10x_fwdgt.c
1
- Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_rcu.c
+ Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_fwdgt.c
- gd32f10x_misc.c
+ gd32f10x_dbg.c
1
- Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_misc.c
+ Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_dbg.c
- gd32f10x_gpio.c
+ gd32f10x_bkp.c
1
- Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_gpio.c
+ Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_bkp.c
- gd32f10x_exti.c
+ gd32f10x_pmu.c
1
- Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_exti.c
+ Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_pmu.c
- gd32f10x_timer.c
+ gd32f10x_dma.c
1
- Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_timer.c
+ Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_dma.c
- gd32f10x_dac.c
+ gd32f10x_usart.c
1
- Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_dac.c
+ Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_usart.c
- system_gd32f10x.c
+ gd32f10x_exmc.c
1
- Libraries\CMSIS\GD\GD32F10x\Source\system_gd32f10x.c
+ Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_exmc.c
- gd32f10x_pmu.c
+ gd32f10x_timer.c
1
- Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_pmu.c
+ Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_timer.c
- gd32f10x_exmc.c
+ gd32f10x_dac.c
1
- Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_exmc.c
+ Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_dac.c
- gd32f10x_adc.c
- 1
- Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_adc.c
+ startup_gd32f10x_cl.s
+ 2
+ Libraries\CMSIS\GD\GD32F10x\Source\ARM\startup_gd32f10x_cl.s
- gd32f10x_dbg.c
+ gd32f10x_sdio.c
1
- Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_dbg.c
+ Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_sdio.c
- gd32f10x_usart.c
+ gd32f10x_spi.c
1
- Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_usart.c
+ Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_spi.c
- gd32f10x_crc.c
+ gd32f10x_can.c
1
- Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_crc.c
+ Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_can.c
- gd32f10x_enet.c
+ gd32f10x_rcu.c
1
- Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_enet.c
+ Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_rcu.c
@@ -946,51 +946,51 @@
- gd32f10x_dma.c
+ gd32f10x_adc.c
1
- Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_dma.c
+ Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_adc.c
- gd32f10x_fwdgt.c
+ system_gd32f10x.c
1
- Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_fwdgt.c
+ Libraries\CMSIS\GD\GD32F10x\Source\system_gd32f10x.c
- gd32f10x_rtc.c
+ gd32f10x_exti.c
1
- Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_rtc.c
+ Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_exti.c
- gd32f10x_bkp.c
+ gd32f10x_rtc.c
1
- Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_bkp.c
+ Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_rtc.c
- gd32f10x_fmc.c
+ gd32f10x_wwdgt.c
1
- Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_fmc.c
+ Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_wwdgt.c
- gd32f10x_wwdgt.c
+ gd32f10x_fmc.c
1
- Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_wwdgt.c
+ Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_fmc.c
- gd32f10x_spi.c
+ gd32f10x_gpio.c
1
- Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_spi.c
+ Libraries\GD32F10x_standard_peripheral\Source\gd32f10x_gpio.c
diff --git a/bsp/gd32107c-eval/rtconfig.h b/bsp/gd32107c-eval/rtconfig.h
index b217e1d046e..aea7b4f9175 100644
--- a/bsp/gd32107c-eval/rtconfig.h
+++ b/bsp/gd32107c-eval/rtconfig.h
@@ -192,14 +192,17 @@
/* multimedia packages */
+/* LVGL: powerful and easy-to-use embedded GUI library */
-/* lvgl: powerful and easy-to-use embedded GUI library */
-
-/* end of lvgl: powerful and easy-to-use embedded GUI library */
+/* end of LVGL: powerful and easy-to-use embedded GUI library */
/* u8g2: a monochrome graphic library */
/* end of u8g2: a monochrome graphic library */
+
+/* PainterEngine: A cross-platform graphics application framework written in C language */
+
+/* end of PainterEngine: A cross-platform graphics application framework written in C language */
/* end of multimedia packages */
/* tools packages */
@@ -208,10 +211,18 @@
/* system packages */
+/* rt_kprintf: enhanced rt_kprintf packages */
+
+/* end of rt_kprintf: enhanced rt_kprintf packages */
+
/* acceleration: Assembly language or algorithmic acceleration packages */
/* end of acceleration: Assembly language or algorithmic acceleration packages */
+/* CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
+/* end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
/* Micrium: Micrium software products porting for RT-Thread */
/* end of Micrium: Micrium software products porting for RT-Thread */
diff --git a/bsp/gd32303e-eval/.config b/bsp/gd32303e-eval/.config
index db6d844dabe..a215db08b2a 100644
--- a/bsp/gd32303e-eval/.config
+++ b/bsp/gd32303e-eval/.config
@@ -369,6 +369,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_LORA_GW_DRIVER_LIB is not set
# CONFIG_PKG_USING_LORA_PKT_SNIFFER is not set
# CONFIG_PKG_USING_HM is not set
+# CONFIG_PKG_USING_SMALL_MODBUS is not set
# end of IoT - internet of things
#
@@ -393,17 +394,24 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
#
# multimedia packages
#
-# CONFIG_PKG_USING_OPENMV is not set
-# CONFIG_PKG_USING_MUPDF is not set
-# CONFIG_PKG_USING_STEMWIN is not set
#
-# lvgl: powerful and easy-to-use embedded GUI library
+# LVGL: powerful and easy-to-use embedded GUI library
#
-# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
# CONFIG_PKG_USING_LVGL is not set
-# end of lvgl: powerful and easy-to-use embedded GUI library
+# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
+# end of LVGL: powerful and easy-to-use embedded GUI library
+
+#
+# u8g2: a monochrome graphic library
+#
+# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
+# CONFIG_PKG_USING_U8G2 is not set
+# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_OPENMV is not set
+# CONFIG_PKG_USING_MUPDF is not set
+# CONFIG_PKG_USING_STEMWIN is not set
# CONFIG_PKG_USING_WAVPLAYER is not set
# CONFIG_PKG_USING_TJPGD is not set
# CONFIG_PKG_USING_PDFGEN is not set
@@ -416,11 +424,11 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_UGUI is not set
#
-# u8g2: a monochrome graphic library
+# PainterEngine: A cross-platform graphics application framework written in C language
#
-# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
-# CONFIG_PKG_USING_U8G2 is not set
-# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_PAINTERENGINE is not set
+# CONFIG_PKG_USING_PAINTERENGINE_AUX is not set
+# end of PainterEngine: A cross-platform graphics application framework written in C language
# end of multimedia packages
#
@@ -464,12 +472,20 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_MEM_SANDBOX is not set
# CONFIG_PKG_USING_SOLAR_TERMS is not set
# CONFIG_PKG_USING_GAN_ZHI is not set
+# CONFIG_PKG_USING_FDT is not set
# end of tools packages
#
# system packages
#
+#
+# rt_kprintf: enhanced rt_kprintf packages
+#
+# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
+# CONFIG_PKG_USING_RT_VSNPRINTF_FULL is not set
+# end of rt_kprintf: enhanced rt_kprintf packages
+
#
# acceleration: Assembly language or algorithmic acceleration packages
#
@@ -479,6 +495,14 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_QFPLIB_M3 is not set
# end of acceleration: Assembly language or algorithmic acceleration packages
+#
+# CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+#
+# CONFIG_PKG_USING_CMSIS_5 is not set
+# CONFIG_PKG_USING_CMSIS_5_AUX is not set
+# CONFIG_PKG_USING_CMSIS_RTOS2 is not set
+# end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+
#
# Micrium: Micrium software products porting for RT-Thread
#
@@ -498,7 +522,6 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_FLASHDB is not set
# CONFIG_PKG_USING_SQLITE is not set
# CONFIG_PKG_USING_RTI is not set
-# CONFIG_PKG_USING_CMSIS is not set
# CONFIG_PKG_USING_DFS_YAFFS is not set
# CONFIG_PKG_USING_LITTLEFS is not set
# CONFIG_PKG_USING_DFS_JFFS2 is not set
@@ -515,7 +538,6 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_QBOOT is not set
# CONFIG_PKG_USING_PPOOL is not set
# CONFIG_PKG_USING_OPENAMP is not set
-# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
# CONFIG_PKG_USING_LPM is not set
# CONFIG_PKG_USING_TLSF is not set
# CONFIG_PKG_USING_EVENT_RECORDER is not set
@@ -523,6 +545,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_WCWIDTH is not set
# CONFIG_PKG_USING_MCUBOOT is not set
# CONFIG_PKG_USING_TINYUSB is not set
+# CONFIG_PKG_USING_USB_STACK is not set
# end of system packages
#
@@ -599,6 +622,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_MISAKA_RGB_BLING is not set
# CONFIG_PKG_USING_BL_MCU_SDK is not set
# CONFIG_PKG_USING_SOFT_SERIAL is not set
+# CONFIG_PKG_USING_MB85RS16 is not set
# end of peripheral libraries and drivers
#
diff --git a/bsp/gd32303e-eval/project.uvprojx b/bsp/gd32303e-eval/project.uvprojx
index 9496a31ced5..a19be5a19da 100644
--- a/bsp/gd32303e-eval/project.uvprojx
+++ b/bsp/gd32303e-eval/project.uvprojx
@@ -386,6 +386,13 @@
CPU
+
+
+ backtrace.c
+ 1
+ ..\..\libcpu\arm\common\backtrace.c
+
+
showmem.c
@@ -402,9 +409,9 @@
- backtrace.c
- 1
- ..\..\libcpu\arm\common\backtrace.c
+ context_rvds.S
+ 2
+ ..\..\libcpu\arm\cortex-m4\context_rvds.S
@@ -414,13 +421,6 @@
..\..\libcpu\arm\cortex-m4\cpuport.c
-
-
- context_rvds.S
- 2
- ..\..\libcpu\arm\cortex-m4\context_rvds.S
-
-
DeviceDrivers
@@ -496,16 +496,16 @@
- ringblk_buf.c
+ ringbuffer.c
1
- ..\..\components\drivers\src\ringblk_buf.c
+ ..\..\components\drivers\src\ringbuffer.c
- ringbuffer.c
+ ringblk_buf.c
1
- ..\..\components\drivers\src\ringbuffer.c
+ ..\..\components\drivers\src\ringblk_buf.c
@@ -626,9 +626,9 @@
- ff.c
+ dfs_elm.c
1
- ..\..\components\dfs\filesystems\elmfat\ff.c
+ ..\..\components\dfs\filesystems\elmfat\dfs_elm.c
@@ -640,9 +640,9 @@
- dfs_elm.c
+ ff.c
1
- ..\..\components\dfs\filesystems\elmfat\dfs_elm.c
+ ..\..\components\dfs\filesystems\elmfat\ff.c
@@ -681,58 +681,58 @@
Kernel
- idle.c
+ device.c
1
- ..\..\src\idle.c
+ ..\..\src\device.c
- ipc.c
+ thread.c
1
- ..\..\src\ipc.c
+ ..\..\src\thread.c
- irq.c
+ mempool.c
1
- ..\..\src\irq.c
+ ..\..\src\mempool.c
- scheduler.c
+ mem.c
1
- ..\..\src\scheduler.c
+ ..\..\src\mem.c
- mempool.c
+ clock.c
1
- ..\..\src\mempool.c
+ ..\..\src\clock.c
- thread.c
+ scheduler.c
1
- ..\..\src\thread.c
+ ..\..\src\scheduler.c
- device.c
+ object.c
1
- ..\..\src\device.c
+ ..\..\src\object.c
- clock.c
+ irq.c
1
- ..\..\src\clock.c
+ ..\..\src\irq.c
@@ -744,30 +744,30 @@
- mem.c
+ components.c
1
- ..\..\src\mem.c
+ ..\..\src\components.c
- components.c
+ idle.c
1
- ..\..\src\components.c
+ ..\..\src\idle.c
- object.c
+ kservice.c
1
- ..\..\src\object.c
+ ..\..\src\kservice.c
- kservice.c
+ ipc.c
1
- ..\..\src\kservice.c
+ ..\..\src\ipc.c
@@ -780,6 +780,13 @@
..\..\components\libc\compilers\armlibc\mem_std.c
+
+
+ stdio.c
+ 1
+ ..\..\components\libc\compilers\armlibc\stdio.c
+
+
libc.c
@@ -796,9 +803,9 @@
- stdio.c
+ time.c
1
- ..\..\components\libc\compilers\armlibc\stdio.c
+ ..\..\components\libc\compilers\common\time.c
@@ -808,154 +815,147 @@
..\..\components\libc\compilers\common\stdlib.c
-
-
- time.c
- 1
- ..\..\components\libc\compilers\common\time.c
-
-
Libraries
- gd32f30x_usart.c
+ gd32f30x_pmu.c
1
- Libraries\GD32F30x_standard_peripheral\Source\gd32f30x_usart.c
+ Libraries\GD32F30x_standard_peripheral\Source\gd32f30x_pmu.c
- system_gd32f30x.c
+ gd32f30x_gpio.c
1
- Libraries\CMSIS\GD\GD32F30x\Source\system_gd32f30x.c
+ Libraries\GD32F30x_standard_peripheral\Source\gd32f30x_gpio.c
- gd32f30x_enet.c
+ gd32f30x_rcu.c
1
- Libraries\GD32F30x_standard_peripheral\Source\gd32f30x_enet.c
+ Libraries\GD32F30x_standard_peripheral\Source\gd32f30x_rcu.c
- gd32f30x_fmc.c
+ gd32f30x_rtc.c
1
- Libraries\GD32F30x_standard_peripheral\Source\gd32f30x_fmc.c
+ Libraries\GD32F30x_standard_peripheral\Source\gd32f30x_rtc.c
- gd32f30x_gpio.c
+ gd32f30x_bkp.c
1
- Libraries\GD32F30x_standard_peripheral\Source\gd32f30x_gpio.c
+ Libraries\GD32F30x_standard_peripheral\Source\gd32f30x_bkp.c
- gd32f30x_misc.c
+ gd32f30x_i2c.c
1
- Libraries\GD32F30x_standard_peripheral\Source\gd32f30x_misc.c
+ Libraries\GD32F30x_standard_peripheral\Source\gd32f30x_i2c.c
- gd32f30x_crc.c
+ system_gd32f30x.c
1
- Libraries\GD32F30x_standard_peripheral\Source\gd32f30x_crc.c
+ Libraries\CMSIS\GD\GD32F30x\Source\system_gd32f30x.c
- gd32f30x_pmu.c
- 1
- Libraries\GD32F30x_standard_peripheral\Source\gd32f30x_pmu.c
+ startup_gd32f30x_hd.s
+ 2
+ Libraries\CMSIS\GD\GD32F30x\Source\ARM\startup_gd32f30x_hd.s
- gd32f30x_wwdgt.c
+ gd32f30x_crc.c
1
- Libraries\GD32F30x_standard_peripheral\Source\gd32f30x_wwdgt.c
+ Libraries\GD32F30x_standard_peripheral\Source\gd32f30x_crc.c
- gd32f30x_dac.c
+ gd32f30x_enet.c
1
- Libraries\GD32F30x_standard_peripheral\Source\gd32f30x_dac.c
+ Libraries\GD32F30x_standard_peripheral\Source\gd32f30x_enet.c
- gd32f30x_rtc.c
+ gd32f30x_fmc.c
1
- Libraries\GD32F30x_standard_peripheral\Source\gd32f30x_rtc.c
+ Libraries\GD32F30x_standard_peripheral\Source\gd32f30x_fmc.c
- gd32f30x_rcu.c
+ gd32f30x_can.c
1
- Libraries\GD32F30x_standard_peripheral\Source\gd32f30x_rcu.c
+ Libraries\GD32F30x_standard_peripheral\Source\gd32f30x_can.c
- gd32f30x_exmc.c
+ gd32f30x_exti.c
1
- Libraries\GD32F30x_standard_peripheral\Source\gd32f30x_exmc.c
+ Libraries\GD32F30x_standard_peripheral\Source\gd32f30x_exti.c
- gd32f30x_can.c
+ gd32f30x_adc.c
1
- Libraries\GD32F30x_standard_peripheral\Source\gd32f30x_can.c
+ Libraries\GD32F30x_standard_peripheral\Source\gd32f30x_adc.c
- gd32f30x_exti.c
+ gd32f30x_wwdgt.c
1
- Libraries\GD32F30x_standard_peripheral\Source\gd32f30x_exti.c
+ Libraries\GD32F30x_standard_peripheral\Source\gd32f30x_wwdgt.c
- startup_gd32f30x_hd.s
- 2
- Libraries\CMSIS\GD\GD32F30x\Source\ARM\startup_gd32f30x_hd.s
+ gd32f30x_timer.c
+ 1
+ Libraries\GD32F30x_standard_peripheral\Source\gd32f30x_timer.c
- gd32f30x_dma.c
+ gd32f30x_exmc.c
1
- Libraries\GD32F30x_standard_peripheral\Source\gd32f30x_dma.c
+ Libraries\GD32F30x_standard_peripheral\Source\gd32f30x_exmc.c
- gd32f30x_adc.c
+ gd32f30x_usart.c
1
- Libraries\GD32F30x_standard_peripheral\Source\gd32f30x_adc.c
+ Libraries\GD32F30x_standard_peripheral\Source\gd32f30x_usart.c
- gd32f30x_ctc.c
+ gd32f30x_dma.c
1
- Libraries\GD32F30x_standard_peripheral\Source\gd32f30x_ctc.c
+ Libraries\GD32F30x_standard_peripheral\Source\gd32f30x_dma.c
- gd32f30x_spi.c
+ gd32f30x_fwdgt.c
1
- Libraries\GD32F30x_standard_peripheral\Source\gd32f30x_spi.c
+ Libraries\GD32F30x_standard_peripheral\Source\gd32f30x_fwdgt.c
@@ -967,37 +967,37 @@
- gd32f30x_timer.c
+ gd32f30x_sdio.c
1
- Libraries\GD32F30x_standard_peripheral\Source\gd32f30x_timer.c
+ Libraries\GD32F30x_standard_peripheral\Source\gd32f30x_sdio.c
- gd32f30x_sdio.c
+ gd32f30x_ctc.c
1
- Libraries\GD32F30x_standard_peripheral\Source\gd32f30x_sdio.c
+ Libraries\GD32F30x_standard_peripheral\Source\gd32f30x_ctc.c
- gd32f30x_bkp.c
+ gd32f30x_misc.c
1
- Libraries\GD32F30x_standard_peripheral\Source\gd32f30x_bkp.c
+ Libraries\GD32F30x_standard_peripheral\Source\gd32f30x_misc.c
- gd32f30x_fwdgt.c
+ gd32f30x_dac.c
1
- Libraries\GD32F30x_standard_peripheral\Source\gd32f30x_fwdgt.c
+ Libraries\GD32F30x_standard_peripheral\Source\gd32f30x_dac.c
- gd32f30x_i2c.c
+ gd32f30x_spi.c
1
- Libraries\GD32F30x_standard_peripheral\Source\gd32f30x_i2c.c
+ Libraries\GD32F30x_standard_peripheral\Source\gd32f30x_spi.c
diff --git a/bsp/gd32303e-eval/rtconfig.h b/bsp/gd32303e-eval/rtconfig.h
index 7a47c837876..d93b095318c 100644
--- a/bsp/gd32303e-eval/rtconfig.h
+++ b/bsp/gd32303e-eval/rtconfig.h
@@ -192,14 +192,17 @@
/* multimedia packages */
+/* LVGL: powerful and easy-to-use embedded GUI library */
-/* lvgl: powerful and easy-to-use embedded GUI library */
-
-/* end of lvgl: powerful and easy-to-use embedded GUI library */
+/* end of LVGL: powerful and easy-to-use embedded GUI library */
/* u8g2: a monochrome graphic library */
/* end of u8g2: a monochrome graphic library */
+
+/* PainterEngine: A cross-platform graphics application framework written in C language */
+
+/* end of PainterEngine: A cross-platform graphics application framework written in C language */
/* end of multimedia packages */
/* tools packages */
@@ -208,10 +211,18 @@
/* system packages */
+/* rt_kprintf: enhanced rt_kprintf packages */
+
+/* end of rt_kprintf: enhanced rt_kprintf packages */
+
/* acceleration: Assembly language or algorithmic acceleration packages */
/* end of acceleration: Assembly language or algorithmic acceleration packages */
+/* CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
+/* end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
/* Micrium: Micrium software products porting for RT-Thread */
/* end of Micrium: Micrium software products porting for RT-Thread */
diff --git a/bsp/gd32350r-eval/.config b/bsp/gd32350r-eval/.config
index 5fc5267988b..0b9597fce48 100644
--- a/bsp/gd32350r-eval/.config
+++ b/bsp/gd32350r-eval/.config
@@ -323,6 +323,7 @@ CONFIG_RT_USING_PIN=y
# CONFIG_PKG_USING_LORA_GW_DRIVER_LIB is not set
# CONFIG_PKG_USING_LORA_PKT_SNIFFER is not set
# CONFIG_PKG_USING_HM is not set
+# CONFIG_PKG_USING_SMALL_MODBUS is not set
# end of IoT - internet of things
#
@@ -347,17 +348,24 @@ CONFIG_RT_USING_PIN=y
#
# multimedia packages
#
-# CONFIG_PKG_USING_OPENMV is not set
-# CONFIG_PKG_USING_MUPDF is not set
-# CONFIG_PKG_USING_STEMWIN is not set
#
-# lvgl: powerful and easy-to-use embedded GUI library
+# LVGL: powerful and easy-to-use embedded GUI library
#
-# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
# CONFIG_PKG_USING_LVGL is not set
-# end of lvgl: powerful and easy-to-use embedded GUI library
+# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
+# end of LVGL: powerful and easy-to-use embedded GUI library
+
+#
+# u8g2: a monochrome graphic library
+#
+# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
+# CONFIG_PKG_USING_U8G2 is not set
+# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_OPENMV is not set
+# CONFIG_PKG_USING_MUPDF is not set
+# CONFIG_PKG_USING_STEMWIN is not set
# CONFIG_PKG_USING_WAVPLAYER is not set
# CONFIG_PKG_USING_TJPGD is not set
# CONFIG_PKG_USING_PDFGEN is not set
@@ -370,11 +378,11 @@ CONFIG_RT_USING_PIN=y
# CONFIG_PKG_USING_UGUI is not set
#
-# u8g2: a monochrome graphic library
+# PainterEngine: A cross-platform graphics application framework written in C language
#
-# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
-# CONFIG_PKG_USING_U8G2 is not set
-# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_PAINTERENGINE is not set
+# CONFIG_PKG_USING_PAINTERENGINE_AUX is not set
+# end of PainterEngine: A cross-platform graphics application framework written in C language
# end of multimedia packages
#
@@ -418,12 +426,20 @@ CONFIG_RT_USING_PIN=y
# CONFIG_PKG_USING_MEM_SANDBOX is not set
# CONFIG_PKG_USING_SOLAR_TERMS is not set
# CONFIG_PKG_USING_GAN_ZHI is not set
+# CONFIG_PKG_USING_FDT is not set
# end of tools packages
#
# system packages
#
+#
+# rt_kprintf: enhanced rt_kprintf packages
+#
+# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
+# CONFIG_PKG_USING_RT_VSNPRINTF_FULL is not set
+# end of rt_kprintf: enhanced rt_kprintf packages
+
#
# acceleration: Assembly language or algorithmic acceleration packages
#
@@ -433,6 +449,14 @@ CONFIG_RT_USING_PIN=y
# CONFIG_PKG_USING_QFPLIB_M3 is not set
# end of acceleration: Assembly language or algorithmic acceleration packages
+#
+# CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+#
+# CONFIG_PKG_USING_CMSIS_5 is not set
+# CONFIG_PKG_USING_CMSIS_5_AUX is not set
+# CONFIG_PKG_USING_CMSIS_RTOS2 is not set
+# end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+
#
# Micrium: Micrium software products porting for RT-Thread
#
@@ -452,7 +476,6 @@ CONFIG_RT_USING_PIN=y
# CONFIG_PKG_USING_FLASHDB is not set
# CONFIG_PKG_USING_SQLITE is not set
# CONFIG_PKG_USING_RTI is not set
-# CONFIG_PKG_USING_CMSIS is not set
# CONFIG_PKG_USING_DFS_YAFFS is not set
# CONFIG_PKG_USING_LITTLEFS is not set
# CONFIG_PKG_USING_DFS_JFFS2 is not set
@@ -469,7 +492,6 @@ CONFIG_RT_USING_PIN=y
# CONFIG_PKG_USING_QBOOT is not set
# CONFIG_PKG_USING_PPOOL is not set
# CONFIG_PKG_USING_OPENAMP is not set
-# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
# CONFIG_PKG_USING_LPM is not set
# CONFIG_PKG_USING_TLSF is not set
# CONFIG_PKG_USING_EVENT_RECORDER is not set
@@ -477,6 +499,7 @@ CONFIG_RT_USING_PIN=y
# CONFIG_PKG_USING_WCWIDTH is not set
# CONFIG_PKG_USING_MCUBOOT is not set
# CONFIG_PKG_USING_TINYUSB is not set
+# CONFIG_PKG_USING_USB_STACK is not set
# end of system packages
#
@@ -553,6 +576,7 @@ CONFIG_RT_USING_PIN=y
# CONFIG_PKG_USING_MISAKA_RGB_BLING is not set
# CONFIG_PKG_USING_BL_MCU_SDK is not set
# CONFIG_PKG_USING_SOFT_SERIAL is not set
+# CONFIG_PKG_USING_MB85RS16 is not set
# end of peripheral libraries and drivers
#
diff --git a/bsp/gd32350r-eval/project.uvprojx b/bsp/gd32350r-eval/project.uvprojx
index 7737044e256..f7e863b016b 100644
--- a/bsp/gd32350r-eval/project.uvprojx
+++ b/bsp/gd32350r-eval/project.uvprojx
@@ -394,13 +394,6 @@
..\..\libcpu\arm\common\showmem.c
-
-
- backtrace.c
- 1
- ..\..\libcpu\arm\common\backtrace.c
-
-
div0.c
@@ -410,9 +403,9 @@
- cpuport.c
+ backtrace.c
1
- ..\..\libcpu\arm\cortex-m4\cpuport.c
+ ..\..\libcpu\arm\common\backtrace.c
@@ -422,6 +415,13 @@
..\..\libcpu\arm\cortex-m4\context_rvds.S
+
+
+ cpuport.c
+ 1
+ ..\..\libcpu\arm\cortex-m4\cpuport.c
+
+
DeviceDrivers
@@ -441,51 +441,51 @@
- ringbuffer.c
+ ringblk_buf.c
1
- ..\..\components\drivers\src\ringbuffer.c
+ ..\..\components\drivers\src\ringblk_buf.c
- completion.c
+ workqueue.c
1
- ..\..\components\drivers\src\completion.c
+ ..\..\components\drivers\src\workqueue.c
- waitqueue.c
+ pipe.c
1
- ..\..\components\drivers\src\waitqueue.c
+ ..\..\components\drivers\src\pipe.c
- pipe.c
+ dataqueue.c
1
- ..\..\components\drivers\src\pipe.c
+ ..\..\components\drivers\src\dataqueue.c
- workqueue.c
+ completion.c
1
- ..\..\components\drivers\src\workqueue.c
+ ..\..\components\drivers\src\completion.c
- dataqueue.c
+ ringbuffer.c
1
- ..\..\components\drivers\src\dataqueue.c
+ ..\..\components\drivers\src\ringbuffer.c
- ringblk_buf.c
+ waitqueue.c
1
- ..\..\components\drivers\src\ringblk_buf.c
+ ..\..\components\drivers\src\waitqueue.c
@@ -541,93 +541,93 @@
Kernel
- ipc.c
+ components.c
1
- ..\..\src\ipc.c
+ ..\..\src\components.c
- device.c
+ scheduler.c
1
- ..\..\src\device.c
+ ..\..\src\scheduler.c
- kservice.c
+ idle.c
1
- ..\..\src\kservice.c
+ ..\..\src\idle.c
- object.c
+ thread.c
1
- ..\..\src\object.c
+ ..\..\src\thread.c
- clock.c
+ irq.c
1
- ..\..\src\clock.c
+ ..\..\src\irq.c
- thread.c
+ ipc.c
1
- ..\..\src\thread.c
+ ..\..\src\ipc.c
- idle.c
+ device.c
1
- ..\..\src\idle.c
+ ..\..\src\device.c
- timer.c
+ object.c
1
- ..\..\src\timer.c
+ ..\..\src\object.c
- components.c
+ mempool.c
1
- ..\..\src\components.c
+ ..\..\src\mempool.c
- mem.c
+ clock.c
1
- ..\..\src\mem.c
+ ..\..\src\clock.c
- mempool.c
+ kservice.c
1
- ..\..\src\mempool.c
+ ..\..\src\kservice.c
- scheduler.c
+ timer.c
1
- ..\..\src\scheduler.c
+ ..\..\src\timer.c
- irq.c
+ mem.c
1
- ..\..\src\irq.c
+ ..\..\src\mem.c
@@ -635,177 +635,177 @@
Libraries
- gd32f3x0_wwdgt.c
+ gd32f3x0_dac.c
1
- Libraries\GD32F3x0_standard_peripheral\Source\gd32f3x0_wwdgt.c
+ Libraries\GD32F3x0_standard_peripheral\Source\gd32f3x0_dac.c
- gd32f3x0_i2c.c
+ gd32f3x0_dbg.c
1
- Libraries\GD32F3x0_standard_peripheral\Source\gd32f3x0_i2c.c
+ Libraries\GD32F3x0_standard_peripheral\Source\gd32f3x0_dbg.c
- gd32f3x0_crc.c
+ gd32f3x0_rcu.c
1
- Libraries\GD32F3x0_standard_peripheral\Source\gd32f3x0_crc.c
+ Libraries\GD32F3x0_standard_peripheral\Source\gd32f3x0_rcu.c
- gd32f3x0_exti.c
+ gd32f3x0_i2c.c
1
- Libraries\GD32F3x0_standard_peripheral\Source\gd32f3x0_exti.c
+ Libraries\GD32F3x0_standard_peripheral\Source\gd32f3x0_i2c.c
- gd32f3x0_rcu.c
+ gd32f3x0_syscfg.c
1
- Libraries\GD32F3x0_standard_peripheral\Source\gd32f3x0_rcu.c
+ Libraries\GD32F3x0_standard_peripheral\Source\gd32f3x0_syscfg.c
- gd32f3x0_cmp.c
+ system_gd32f3x0.c
1
- Libraries\GD32F3x0_standard_peripheral\Source\gd32f3x0_cmp.c
+ Libraries\CMSIS\GD\GD32F3x0\Source\system_gd32f3x0.c
- gd32f3x0_usart.c
+ gd32f3x0_tsi.c
1
- Libraries\GD32F3x0_standard_peripheral\Source\gd32f3x0_usart.c
+ Libraries\GD32F3x0_standard_peripheral\Source\gd32f3x0_tsi.c
- gd32f3x0_fwdgt.c
+ gd32f3x0_cec.c
1
- Libraries\GD32F3x0_standard_peripheral\Source\gd32f3x0_fwdgt.c
+ Libraries\GD32F3x0_standard_peripheral\Source\gd32f3x0_cec.c
- gd32f3x0_tsi.c
+ gd32f3x0_wwdgt.c
1
- Libraries\GD32F3x0_standard_peripheral\Source\gd32f3x0_tsi.c
+ Libraries\GD32F3x0_standard_peripheral\Source\gd32f3x0_wwdgt.c
- gd32f3x0_pmu.c
+ gd32f3x0_dma.c
1
- Libraries\GD32F3x0_standard_peripheral\Source\gd32f3x0_pmu.c
+ Libraries\GD32F3x0_standard_peripheral\Source\gd32f3x0_dma.c
- gd32f3x0_timer.c
+ gd32f3x0_fmc.c
1
- Libraries\GD32F3x0_standard_peripheral\Source\gd32f3x0_timer.c
+ Libraries\GD32F3x0_standard_peripheral\Source\gd32f3x0_fmc.c
- gd32f3x0_cec.c
+ gd32f3x0_pmu.c
1
- Libraries\GD32F3x0_standard_peripheral\Source\gd32f3x0_cec.c
+ Libraries\GD32F3x0_standard_peripheral\Source\gd32f3x0_pmu.c
- gd32f3x0_dac.c
+ gd32f3x0_spi.c
1
- Libraries\GD32F3x0_standard_peripheral\Source\gd32f3x0_dac.c
+ Libraries\GD32F3x0_standard_peripheral\Source\gd32f3x0_spi.c
- gd32f3x0_adc.c
+ gd32f3x0_ctc.c
1
- Libraries\GD32F3x0_standard_peripheral\Source\gd32f3x0_adc.c
+ Libraries\GD32F3x0_standard_peripheral\Source\gd32f3x0_ctc.c
- gd32f3x0_dbg.c
+ gd32f3x0_adc.c
1
- Libraries\GD32F3x0_standard_peripheral\Source\gd32f3x0_dbg.c
+ Libraries\GD32F3x0_standard_peripheral\Source\gd32f3x0_adc.c
- gd32f3x0_rtc.c
+ gd32f3x0_usart.c
1
- Libraries\GD32F3x0_standard_peripheral\Source\gd32f3x0_rtc.c
+ Libraries\GD32F3x0_standard_peripheral\Source\gd32f3x0_usart.c
- startup_gd32f3x0.s
- 2
- Libraries\CMSIS\GD\GD32F3x0\Source\ARM\startup_gd32f3x0.s
+ gd32f3x0_gpio.c
+ 1
+ Libraries\GD32F3x0_standard_peripheral\Source\gd32f3x0_gpio.c
- gd32f3x0_spi.c
+ gd32f3x0_rtc.c
1
- Libraries\GD32F3x0_standard_peripheral\Source\gd32f3x0_spi.c
+ Libraries\GD32F3x0_standard_peripheral\Source\gd32f3x0_rtc.c
- gd32f3x0_fmc.c
+ gd32f3x0_exti.c
1
- Libraries\GD32F3x0_standard_peripheral\Source\gd32f3x0_fmc.c
+ Libraries\GD32F3x0_standard_peripheral\Source\gd32f3x0_exti.c
- gd32f3x0_ctc.c
+ gd32f3x0_misc.c
1
- Libraries\GD32F3x0_standard_peripheral\Source\gd32f3x0_ctc.c
+ Libraries\GD32F3x0_standard_peripheral\Source\gd32f3x0_misc.c
- gd32f3x0_gpio.c
+ gd32f3x0_timer.c
1
- Libraries\GD32F3x0_standard_peripheral\Source\gd32f3x0_gpio.c
+ Libraries\GD32F3x0_standard_peripheral\Source\gd32f3x0_timer.c
- system_gd32f3x0.c
+ gd32f3x0_fwdgt.c
1
- Libraries\CMSIS\GD\GD32F3x0\Source\system_gd32f3x0.c
+ Libraries\GD32F3x0_standard_peripheral\Source\gd32f3x0_fwdgt.c
- gd32f3x0_misc.c
+ gd32f3x0_cmp.c
1
- Libraries\GD32F3x0_standard_peripheral\Source\gd32f3x0_misc.c
+ Libraries\GD32F3x0_standard_peripheral\Source\gd32f3x0_cmp.c
- gd32f3x0_syscfg.c
+ gd32f3x0_crc.c
1
- Libraries\GD32F3x0_standard_peripheral\Source\gd32f3x0_syscfg.c
+ Libraries\GD32F3x0_standard_peripheral\Source\gd32f3x0_crc.c
- gd32f3x0_dma.c
- 1
- Libraries\GD32F3x0_standard_peripheral\Source\gd32f3x0_dma.c
+ startup_gd32f3x0.s
+ 2
+ Libraries\CMSIS\GD\GD32F3x0\Source\ARM\startup_gd32f3x0.s
diff --git a/bsp/gd32350r-eval/rtconfig.h b/bsp/gd32350r-eval/rtconfig.h
index 227ec679f1c..aebca10c7dd 100644
--- a/bsp/gd32350r-eval/rtconfig.h
+++ b/bsp/gd32350r-eval/rtconfig.h
@@ -164,14 +164,17 @@
/* multimedia packages */
+/* LVGL: powerful and easy-to-use embedded GUI library */
-/* lvgl: powerful and easy-to-use embedded GUI library */
-
-/* end of lvgl: powerful and easy-to-use embedded GUI library */
+/* end of LVGL: powerful and easy-to-use embedded GUI library */
/* u8g2: a monochrome graphic library */
/* end of u8g2: a monochrome graphic library */
+
+/* PainterEngine: A cross-platform graphics application framework written in C language */
+
+/* end of PainterEngine: A cross-platform graphics application framework written in C language */
/* end of multimedia packages */
/* tools packages */
@@ -180,10 +183,18 @@
/* system packages */
+/* rt_kprintf: enhanced rt_kprintf packages */
+
+/* end of rt_kprintf: enhanced rt_kprintf packages */
+
/* acceleration: Assembly language or algorithmic acceleration packages */
/* end of acceleration: Assembly language or algorithmic acceleration packages */
+/* CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
+/* end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
/* Micrium: Micrium software products porting for RT-Thread */
/* end of Micrium: Micrium software products porting for RT-Thread */
diff --git a/bsp/gd32450z-eval/.config b/bsp/gd32450z-eval/.config
index 0c574e99c03..adb49a176c2 100644
--- a/bsp/gd32450z-eval/.config
+++ b/bsp/gd32450z-eval/.config
@@ -438,6 +438,7 @@ CONFIG_RT_LWIP_USING_PING=y
# CONFIG_PKG_USING_LORA_GW_DRIVER_LIB is not set
# CONFIG_PKG_USING_LORA_PKT_SNIFFER is not set
# CONFIG_PKG_USING_HM is not set
+# CONFIG_PKG_USING_SMALL_MODBUS is not set
# end of IoT - internet of things
#
@@ -462,17 +463,24 @@ CONFIG_RT_LWIP_USING_PING=y
#
# multimedia packages
#
-# CONFIG_PKG_USING_OPENMV is not set
-# CONFIG_PKG_USING_MUPDF is not set
-# CONFIG_PKG_USING_STEMWIN is not set
#
-# lvgl: powerful and easy-to-use embedded GUI library
+# LVGL: powerful and easy-to-use embedded GUI library
#
-# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
# CONFIG_PKG_USING_LVGL is not set
-# end of lvgl: powerful and easy-to-use embedded GUI library
+# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
+# end of LVGL: powerful and easy-to-use embedded GUI library
+
+#
+# u8g2: a monochrome graphic library
+#
+# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
+# CONFIG_PKG_USING_U8G2 is not set
+# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_OPENMV is not set
+# CONFIG_PKG_USING_MUPDF is not set
+# CONFIG_PKG_USING_STEMWIN is not set
# CONFIG_PKG_USING_WAVPLAYER is not set
# CONFIG_PKG_USING_TJPGD is not set
# CONFIG_PKG_USING_PDFGEN is not set
@@ -485,11 +493,11 @@ CONFIG_RT_LWIP_USING_PING=y
# CONFIG_PKG_USING_UGUI is not set
#
-# u8g2: a monochrome graphic library
+# PainterEngine: A cross-platform graphics application framework written in C language
#
-# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
-# CONFIG_PKG_USING_U8G2 is not set
-# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_PAINTERENGINE is not set
+# CONFIG_PKG_USING_PAINTERENGINE_AUX is not set
+# end of PainterEngine: A cross-platform graphics application framework written in C language
# end of multimedia packages
#
@@ -533,12 +541,20 @@ CONFIG_RT_LWIP_USING_PING=y
# CONFIG_PKG_USING_MEM_SANDBOX is not set
# CONFIG_PKG_USING_SOLAR_TERMS is not set
# CONFIG_PKG_USING_GAN_ZHI is not set
+# CONFIG_PKG_USING_FDT is not set
# end of tools packages
#
# system packages
#
+#
+# rt_kprintf: enhanced rt_kprintf packages
+#
+# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
+# CONFIG_PKG_USING_RT_VSNPRINTF_FULL is not set
+# end of rt_kprintf: enhanced rt_kprintf packages
+
#
# acceleration: Assembly language or algorithmic acceleration packages
#
@@ -548,6 +564,14 @@ CONFIG_RT_LWIP_USING_PING=y
# CONFIG_PKG_USING_QFPLIB_M3 is not set
# end of acceleration: Assembly language or algorithmic acceleration packages
+#
+# CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+#
+# CONFIG_PKG_USING_CMSIS_5 is not set
+# CONFIG_PKG_USING_CMSIS_5_AUX is not set
+# CONFIG_PKG_USING_CMSIS_RTOS2 is not set
+# end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+
#
# Micrium: Micrium software products porting for RT-Thread
#
@@ -567,7 +591,6 @@ CONFIG_RT_LWIP_USING_PING=y
# CONFIG_PKG_USING_FLASHDB is not set
# CONFIG_PKG_USING_SQLITE is not set
# CONFIG_PKG_USING_RTI is not set
-# CONFIG_PKG_USING_CMSIS is not set
# CONFIG_PKG_USING_DFS_YAFFS is not set
# CONFIG_PKG_USING_LITTLEFS is not set
# CONFIG_PKG_USING_DFS_JFFS2 is not set
@@ -584,7 +607,6 @@ CONFIG_RT_LWIP_USING_PING=y
# CONFIG_PKG_USING_QBOOT is not set
# CONFIG_PKG_USING_PPOOL is not set
# CONFIG_PKG_USING_OPENAMP is not set
-# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
# CONFIG_PKG_USING_LPM is not set
# CONFIG_PKG_USING_TLSF is not set
# CONFIG_PKG_USING_EVENT_RECORDER is not set
@@ -592,6 +614,7 @@ CONFIG_RT_LWIP_USING_PING=y
# CONFIG_PKG_USING_WCWIDTH is not set
# CONFIG_PKG_USING_MCUBOOT is not set
# CONFIG_PKG_USING_TINYUSB is not set
+# CONFIG_PKG_USING_USB_STACK is not set
# end of system packages
#
@@ -668,6 +691,7 @@ CONFIG_RT_LWIP_USING_PING=y
# CONFIG_PKG_USING_MISAKA_RGB_BLING is not set
# CONFIG_PKG_USING_BL_MCU_SDK is not set
# CONFIG_PKG_USING_SOFT_SERIAL is not set
+# CONFIG_PKG_USING_MB85RS16 is not set
# end of peripheral libraries and drivers
#
diff --git a/bsp/gd32450z-eval/project.uvproj b/bsp/gd32450z-eval/project.uvproj
index b6dd4da246c..8a238c0c419 100644
--- a/bsp/gd32450z-eval/project.uvproj
+++ b/bsp/gd32450z-eval/project.uvproj
@@ -479,51 +479,51 @@
- waitqueue.c
+ ringblk_buf.c
1
- ..\..\components\drivers\src\waitqueue.c
+ ..\..\components\drivers\src\ringblk_buf.c
- ringblk_buf.c
+ dataqueue.c
1
- ..\..\components\drivers\src\ringblk_buf.c
+ ..\..\components\drivers\src\dataqueue.c
- ringbuffer.c
+ waitqueue.c
1
- ..\..\components\drivers\src\ringbuffer.c
+ ..\..\components\drivers\src\waitqueue.c
- pipe.c
+ ringbuffer.c
1
- ..\..\components\drivers\src\pipe.c
+ ..\..\components\drivers\src\ringbuffer.c
- workqueue.c
+ completion.c
1
- ..\..\components\drivers\src\workqueue.c
+ ..\..\components\drivers\src\completion.c
- dataqueue.c
+ workqueue.c
1
- ..\..\components\drivers\src\dataqueue.c
+ ..\..\components\drivers\src\workqueue.c
- completion.c
+ pipe.c
1
- ..\..\components\drivers\src\completion.c
+ ..\..\components\drivers\src\pipe.c
@@ -673,30 +673,30 @@
Kernel
- ipc.c
+ mempool.c
1
- ..\..\src\ipc.c
+ ..\..\src\mempool.c
- kservice.c
+ scheduler.c
1
- ..\..\src\kservice.c
+ ..\..\src\scheduler.c
- thread.c
+ mem.c
1
- ..\..\src\thread.c
+ ..\..\src\mem.c
- scheduler.c
+ object.c
1
- ..\..\src\scheduler.c
+ ..\..\src\object.c
@@ -708,58 +708,58 @@
- idle.c
+ irq.c
1
- ..\..\src\idle.c
+ ..\..\src\irq.c
- device.c
+ timer.c
1
- ..\..\src\device.c
+ ..\..\src\timer.c
- object.c
+ ipc.c
1
- ..\..\src\object.c
+ ..\..\src\ipc.c
- mem.c
+ thread.c
1
- ..\..\src\mem.c
+ ..\..\src\thread.c
- clock.c
+ kservice.c
1
- ..\..\src\clock.c
+ ..\..\src\kservice.c
- timer.c
+ clock.c
1
- ..\..\src\timer.c
+ ..\..\src\clock.c
- mempool.c
+ idle.c
1
- ..\..\src\mempool.c
+ ..\..\src\idle.c
- irq.c
+ device.c
1
- ..\..\src\irq.c
+ ..\..\src\device.c
@@ -779,13 +779,6 @@
..\..\components\libc\compilers\armlibc\libc.c
-
-
- syscalls.c
- 1
- ..\..\components\libc\compilers\armlibc\syscalls.c
-
-
mem_std.c
@@ -795,9 +788,9 @@
- time.c
+ syscalls.c
1
- ..\..\components\libc\compilers\common\time.c
+ ..\..\components\libc\compilers\armlibc\syscalls.c
@@ -814,6 +807,13 @@
..\..\components\libc\compilers\common\delay.c
+
+
+ time.c
+ 1
+ ..\..\components\libc\compilers\common\time.c
+
+
stdlib.c
@@ -826,219 +826,219 @@
Libraries
- gd32f4xx_exti.c
+ gd32f4xx_syscfg.c
1
- Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_exti.c
+ Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_syscfg.c
- gd32f4xx_usart.c
+ gd32f4xx_timer.c
1
- Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_usart.c
+ Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_timer.c
- gd32f4xx_pmu.c
+ gd32f4xx_ctc.c
1
- Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_pmu.c
+ Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_ctc.c
- gd32f4xx_can.c
+ gd32f4xx_pmu.c
1
- Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_can.c
+ Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_pmu.c
- gd32f4xx_timer.c
+ gd32f4xx_exti.c
1
- Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_timer.c
+ Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_exti.c
- gd32f4xx_adc.c
+ gd32f4xx_ipa.c
1
- Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_adc.c
+ Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_ipa.c
- gd32f4xx_ctc.c
+ gd32f4xx_dac.c
1
- Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_ctc.c
+ Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_dac.c
- gd32f4xx_rtc.c
+ gd32f4xx_dci.c
1
- Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_rtc.c
+ Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_dci.c
- gd32f4xx_exmc.c
+ gd32f4xx_rcu.c
1
- Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_exmc.c
+ Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_rcu.c
- gd32f4xx_syscfg.c
+ gd32f4xx_dbg.c
1
- Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_syscfg.c
+ Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_dbg.c
- gd32f4xx_enet.c
+ gd32f4xx_trng.c
1
- Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_enet.c
+ Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_trng.c
- gd32f4xx_crc.c
+ gd32f4xx_gpio.c
1
- Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_crc.c
+ Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_gpio.c
- gd32f4xx_misc.c
+ system_gd32f4xx.c
1
- Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_misc.c
+ Libraries\CMSIS\GD\GD32F4xx\Source\system_gd32f4xx.c
- gd32f4xx_tli.c
+ gd32f4xx_adc.c
1
- Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_tli.c
+ Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_adc.c
- gd32f4xx_wwdgt.c
+ gd32f4xx_usart.c
1
- Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_wwdgt.c
+ Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_usart.c
- gd32f4xx_dbg.c
+ gd32f4xx_fmc.c
1
- Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_dbg.c
+ Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_fmc.c
- gd32f4xx_fmc.c
+ gd32f4xx_wwdgt.c
1
- Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_fmc.c
+ Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_wwdgt.c
- gd32f4xx_i2c.c
+ gd32f4xx_dma.c
1
- Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_i2c.c
+ Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_dma.c
- gd32f4xx_iref.c
+ gd32f4xx_misc.c
1
- Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_iref.c
+ Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_misc.c
- gd32f4xx_dma.c
- 1
- Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_dma.c
+ startup_gd32f4xx.s
+ 2
+ Libraries\CMSIS\GD\GD32F4xx\Source\ARM\startup_gd32f4xx.s
- gd32f4xx_trng.c
+ gd32f4xx_crc.c
1
- Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_trng.c
+ Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_crc.c
- gd32f4xx_sdio.c
+ gd32f4xx_rtc.c
1
- Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_sdio.c
+ Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_rtc.c
- startup_gd32f4xx.s
- 2
- Libraries\CMSIS\GD\GD32F4xx\Source\ARM\startup_gd32f4xx.s
+ gd32f4xx_fwdgt.c
+ 1
+ Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_fwdgt.c
- gd32f4xx_gpio.c
+ gd32f4xx_tli.c
1
- Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_gpio.c
+ Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_tli.c
- gd32f4xx_rcu.c
+ gd32f4xx_spi.c
1
- Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_rcu.c
+ Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_spi.c
- gd32f4xx_dac.c
+ gd32f4xx_can.c
1
- Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_dac.c
+ Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_can.c
- gd32f4xx_ipa.c
+ gd32f4xx_exmc.c
1
- Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_ipa.c
+ Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_exmc.c
- gd32f4xx_dci.c
+ gd32f4xx_sdio.c
1
- Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_dci.c
+ Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_sdio.c
- gd32f4xx_fwdgt.c
+ gd32f4xx_enet.c
1
- Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_fwdgt.c
+ Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_enet.c
- gd32f4xx_spi.c
+ gd32f4xx_iref.c
1
- Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_spi.c
+ Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_iref.c
- system_gd32f4xx.c
+ gd32f4xx_i2c.c
1
- Libraries\CMSIS\GD\GD32F4xx\Source\system_gd32f4xx.c
+ Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_i2c.c
@@ -1079,6 +1079,13 @@
..\..\components\net\lwip-2.0.2\src\core\netif.c
+
+
+ ping.c
+ 1
+ ..\..\components\net\lwip-2.0.2\src\apps\ping\ping.c
+
+
sys.c
@@ -1149,13 +1156,6 @@
..\..\components\net\lwip-2.0.2\src\core\memp.c
-
-
- ping.c
- 1
- ..\..\components\net\lwip-2.0.2\src\apps\ping\ping.c
-
-
ip4.c
@@ -1308,51 +1308,51 @@
SAL
- netdev.c
+ netdev_ipaddr.c
1
- ..\..\components\net\netdev\src\netdev.c
+ ..\..\components\net\netdev\src\netdev_ipaddr.c
- netdev_ipaddr.c
+ netdev.c
1
- ..\..\components\net\netdev\src\netdev_ipaddr.c
+ ..\..\components\net\netdev\src\netdev.c
- sal_socket.c
+ af_inet_lwip.c
1
- ..\..\components\net\sal_socket\src\sal_socket.c
+ ..\..\components\net\sal_socket\impl\af_inet_lwip.c
- net_netdb.c
+ dfs_net.c
1
- ..\..\components\net\sal_socket\socket\net_netdb.c
+ ..\..\components\net\sal_socket\dfs_net\dfs_net.c
- dfs_net.c
+ sal_socket.c
1
- ..\..\components\net\sal_socket\dfs_net\dfs_net.c
+ ..\..\components\net\sal_socket\src\sal_socket.c
- net_sockets.c
+ net_netdb.c
1
- ..\..\components\net\sal_socket\socket\net_sockets.c
+ ..\..\components\net\sal_socket\socket\net_netdb.c
- af_inet_lwip.c
+ net_sockets.c
1
- ..\..\components\net\sal_socket\impl\af_inet_lwip.c
+ ..\..\components\net\sal_socket\socket\net_sockets.c
diff --git a/bsp/gd32450z-eval/project.uvprojx b/bsp/gd32450z-eval/project.uvprojx
index 2d2bb333364..f85abcefa40 100644
--- a/bsp/gd32450z-eval/project.uvprojx
+++ b/bsp/gd32450z-eval/project.uvprojx
@@ -393,13 +393,6 @@
..\..\libcpu\arm\common\showmem.c
-
-
- div0.c
- 1
- ..\..\libcpu\arm\common\div0.c
-
-
backtrace.c
@@ -409,9 +402,9 @@
- cpuport.c
+ div0.c
1
- ..\..\libcpu\arm\cortex-m4\cpuport.c
+ ..\..\libcpu\arm\common\div0.c
@@ -421,6 +414,13 @@
..\..\libcpu\arm\cortex-m4\context_rvds.S
+
+
+ cpuport.c
+ 1
+ ..\..\libcpu\arm\cortex-m4\cpuport.c
+
+
DeviceDrivers
@@ -440,51 +440,51 @@
- waitqueue.c
+ completion.c
1
- ..\..\components\drivers\src\waitqueue.c
+ ..\..\components\drivers\src\completion.c
- ringblk_buf.c
+ dataqueue.c
1
- ..\..\components\drivers\src\ringblk_buf.c
+ ..\..\components\drivers\src\dataqueue.c
- ringbuffer.c
+ ringblk_buf.c
1
- ..\..\components\drivers\src\ringbuffer.c
+ ..\..\components\drivers\src\ringblk_buf.c
- dataqueue.c
+ workqueue.c
1
- ..\..\components\drivers\src\dataqueue.c
+ ..\..\components\drivers\src\workqueue.c
- workqueue.c
+ ringbuffer.c
1
- ..\..\components\drivers\src\workqueue.c
+ ..\..\components\drivers\src\ringbuffer.c
- pipe.c
+ waitqueue.c
1
- ..\..\components\drivers\src\pipe.c
+ ..\..\components\drivers\src\waitqueue.c
- completion.c
+ pipe.c
1
- ..\..\components\drivers\src\completion.c
+ ..\..\components\drivers\src\pipe.c
@@ -634,79 +634,79 @@
Kernel
- thread.c
+ clock.c
1
- ..\..\src\thread.c
+ ..\..\src\clock.c
- timer.c
+ idle.c
1
- ..\..\src\timer.c
+ ..\..\src\idle.c
- mempool.c
+ components.c
1
- ..\..\src\mempool.c
+ ..\..\src\components.c
- ipc.c
+ timer.c
1
- ..\..\src\ipc.c
+ ..\..\src\timer.c
- object.c
+ irq.c
1
- ..\..\src\object.c
+ ..\..\src\irq.c
- device.c
+ mem.c
1
- ..\..\src\device.c
+ ..\..\src\mem.c
- components.c
+ scheduler.c
1
- ..\..\src\components.c
+ ..\..\src\scheduler.c
- clock.c
+ object.c
1
- ..\..\src\clock.c
+ ..\..\src\object.c
- irq.c
+ thread.c
1
- ..\..\src\irq.c
+ ..\..\src\thread.c
- idle.c
+ device.c
1
- ..\..\src\idle.c
+ ..\..\src\device.c
- scheduler.c
+ ipc.c
1
- ..\..\src\scheduler.c
+ ..\..\src\ipc.c
@@ -718,9 +718,9 @@
- mem.c
+ mempool.c
1
- ..\..\src\mem.c
+ ..\..\src\mempool.c
@@ -728,9 +728,9 @@
libc
- mem_std.c
+ syscalls.c
1
- ..\..\components\libc\compilers\armlibc\mem_std.c
+ ..\..\components\libc\compilers\armlibc\syscalls.c
@@ -742,44 +742,44 @@
- syscalls.c
+ libc.c
1
- ..\..\components\libc\compilers\armlibc\syscalls.c
+ ..\..\components\libc\compilers\armlibc\libc.c
- libc.c
+ mem_std.c
1
- ..\..\components\libc\compilers\armlibc\libc.c
+ ..\..\components\libc\compilers\armlibc\mem_std.c
- delay.c
+ unistd.c
1
- ..\..\components\libc\compilers\common\delay.c
+ ..\..\components\libc\compilers\common\unistd.c
- stdlib.c
+ time.c
1
- ..\..\components\libc\compilers\common\stdlib.c
+ ..\..\components\libc\compilers\common\time.c
- time.c
+ delay.c
1
- ..\..\components\libc\compilers\common\time.c
+ ..\..\components\libc\compilers\common\delay.c
- unistd.c
+ stdlib.c
1
- ..\..\components\libc\compilers\common\unistd.c
+ ..\..\components\libc\compilers\common\stdlib.c
@@ -787,65 +787,65 @@
Libraries
- gd32f4xx_trng.c
+ gd32f4xx_dma.c
1
- Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_trng.c
+ Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_dma.c
- gd32f4xx_rtc.c
+ gd32f4xx_ctc.c
1
- Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_rtc.c
+ Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_ctc.c
- gd32f4xx_usart.c
+ gd32f4xx_ipa.c
1
- Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_usart.c
+ Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_ipa.c
- gd32f4xx_crc.c
+ gd32f4xx_misc.c
1
- Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_crc.c
+ Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_misc.c
- gd32f4xx_syscfg.c
+ gd32f4xx_dci.c
1
- Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_syscfg.c
+ Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_dci.c
- gd32f4xx_sdio.c
+ gd32f4xx_fwdgt.c
1
- Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_sdio.c
+ Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_fwdgt.c
- gd32f4xx_i2c.c
+ gd32f4xx_tli.c
1
- Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_i2c.c
+ Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_tli.c
- gd32f4xx_iref.c
+ gd32f4xx_exmc.c
1
- Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_iref.c
+ Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_exmc.c
- gd32f4xx_wwdgt.c
+ gd32f4xx_fmc.c
1
- Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_wwdgt.c
+ Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_fmc.c
@@ -857,149 +857,149 @@
- gd32f4xx_misc.c
+ system_gd32f4xx.c
1
- Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_misc.c
+ Libraries\CMSIS\GD\GD32F4xx\Source\system_gd32f4xx.c
- gd32f4xx_enet.c
+ gd32f4xx_wwdgt.c
1
- Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_enet.c
+ Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_wwdgt.c
- gd32f4xx_exti.c
+ gd32f4xx_rcu.c
1
- Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_exti.c
+ Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_rcu.c
- gd32f4xx_pmu.c
+ gd32f4xx_adc.c
1
- Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_pmu.c
+ Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_adc.c
- gd32f4xx_dci.c
+ gd32f4xx_rtc.c
1
- Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_dci.c
+ Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_rtc.c
- gd32f4xx_ctc.c
+ gd32f4xx_trng.c
1
- Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_ctc.c
+ Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_trng.c
- gd32f4xx_rcu.c
+ gd32f4xx_pmu.c
1
- Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_rcu.c
+ Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_pmu.c
- gd32f4xx_exmc.c
+ gd32f4xx_exti.c
1
- Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_exmc.c
+ Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_exti.c
- gd32f4xx_dma.c
+ gd32f4xx_enet.c
1
- Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_dma.c
+ Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_enet.c
- gd32f4xx_fwdgt.c
+ gd32f4xx_iref.c
1
- Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_fwdgt.c
+ Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_iref.c
- gd32f4xx_ipa.c
- 1
- Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_ipa.c
+ startup_gd32f4xx.s
+ 2
+ Libraries\CMSIS\GD\GD32F4xx\Source\ARM\startup_gd32f4xx.s
- gd32f4xx_spi.c
+ gd32f4xx_dbg.c
1
- Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_spi.c
+ Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_dbg.c
- gd32f4xx_fmc.c
+ gd32f4xx_i2c.c
1
- Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_fmc.c
+ Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_i2c.c
- gd32f4xx_can.c
+ gd32f4xx_usart.c
1
- Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_can.c
+ Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_usart.c
- gd32f4xx_dbg.c
+ gd32f4xx_dac.c
1
- Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_dbg.c
+ Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_dac.c
- startup_gd32f4xx.s
- 2
- Libraries\CMSIS\GD\GD32F4xx\Source\ARM\startup_gd32f4xx.s
+ gd32f4xx_crc.c
+ 1
+ Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_crc.c
- gd32f4xx_adc.c
+ gd32f4xx_syscfg.c
1
- Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_adc.c
+ Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_syscfg.c
- gd32f4xx_gpio.c
+ gd32f4xx_spi.c
1
- Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_gpio.c
+ Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_spi.c
- gd32f4xx_dac.c
+ gd32f4xx_can.c
1
- Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_dac.c
+ Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_can.c
- gd32f4xx_tli.c
+ gd32f4xx_sdio.c
1
- Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_tli.c
+ Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_sdio.c
- system_gd32f4xx.c
+ gd32f4xx_gpio.c
1
- Libraries\CMSIS\GD\GD32F4xx\Source\system_gd32f4xx.c
+ Libraries\GD32F4xx_standard_peripheral\Source\gd32f4xx_gpio.c
@@ -1166,13 +1166,6 @@
..\..\components\net\lwip-2.0.2\src\api\api_lib.c
-
-
- ping.c
- 1
- ..\..\components\net\lwip-2.0.2\src\apps\ping\ping.c
-
-
inet_chksum.c
@@ -1222,6 +1215,13 @@
..\..\components\net\lwip-2.0.2\src\core\timeouts.c
+
+
+ ping.c
+ 1
+ ..\..\components\net\lwip-2.0.2\src\apps\ping\ping.c
+
+
igmp.c
@@ -1269,16 +1269,16 @@
SAL
- netdev.c
+ netdev_ipaddr.c
1
- ..\..\components\net\netdev\src\netdev.c
+ ..\..\components\net\netdev\src\netdev_ipaddr.c
- netdev_ipaddr.c
+ netdev.c
1
- ..\..\components\net\netdev\src\netdev_ipaddr.c
+ ..\..\components\net\netdev\src\netdev.c
@@ -1290,23 +1290,23 @@
- dfs_net.c
+ af_inet_lwip.c
1
- ..\..\components\net\sal_socket\dfs_net\dfs_net.c
+ ..\..\components\net\sal_socket\impl\af_inet_lwip.c
- af_inet_lwip.c
+ net_netdb.c
1
- ..\..\components\net\sal_socket\impl\af_inet_lwip.c
+ ..\..\components\net\sal_socket\socket\net_netdb.c
- net_netdb.c
+ dfs_net.c
1
- ..\..\components\net\sal_socket\socket\net_netdb.c
+ ..\..\components\net\sal_socket\dfs_net\dfs_net.c
diff --git a/bsp/gd32450z-eval/rtconfig.h b/bsp/gd32450z-eval/rtconfig.h
index af6e53bdfd3..91aa2947d15 100644
--- a/bsp/gd32450z-eval/rtconfig.h
+++ b/bsp/gd32450z-eval/rtconfig.h
@@ -248,14 +248,17 @@
/* multimedia packages */
+/* LVGL: powerful and easy-to-use embedded GUI library */
-/* lvgl: powerful and easy-to-use embedded GUI library */
-
-/* end of lvgl: powerful and easy-to-use embedded GUI library */
+/* end of LVGL: powerful and easy-to-use embedded GUI library */
/* u8g2: a monochrome graphic library */
/* end of u8g2: a monochrome graphic library */
+
+/* PainterEngine: A cross-platform graphics application framework written in C language */
+
+/* end of PainterEngine: A cross-platform graphics application framework written in C language */
/* end of multimedia packages */
/* tools packages */
@@ -264,10 +267,18 @@
/* system packages */
+/* rt_kprintf: enhanced rt_kprintf packages */
+
+/* end of rt_kprintf: enhanced rt_kprintf packages */
+
/* acceleration: Assembly language or algorithmic acceleration packages */
/* end of acceleration: Assembly language or algorithmic acceleration packages */
+/* CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
+/* end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
/* Micrium: Micrium software products porting for RT-Thread */
/* end of Micrium: Micrium software products porting for RT-Thread */
diff --git a/bsp/gd32e230k-start/.config b/bsp/gd32e230k-start/.config
index c3bd21f829e..4eb1206d103 100644
--- a/bsp/gd32e230k-start/.config
+++ b/bsp/gd32e230k-start/.config
@@ -334,6 +334,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_LORA_GW_DRIVER_LIB is not set
# CONFIG_PKG_USING_LORA_PKT_SNIFFER is not set
# CONFIG_PKG_USING_HM is not set
+# CONFIG_PKG_USING_SMALL_MODBUS is not set
# end of IoT - internet of things
#
@@ -358,17 +359,24 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
#
# multimedia packages
#
-# CONFIG_PKG_USING_OPENMV is not set
-# CONFIG_PKG_USING_MUPDF is not set
-# CONFIG_PKG_USING_STEMWIN is not set
#
-# lvgl: powerful and easy-to-use embedded GUI library
+# LVGL: powerful and easy-to-use embedded GUI library
#
-# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
# CONFIG_PKG_USING_LVGL is not set
-# end of lvgl: powerful and easy-to-use embedded GUI library
+# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
+# end of LVGL: powerful and easy-to-use embedded GUI library
+
+#
+# u8g2: a monochrome graphic library
+#
+# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
+# CONFIG_PKG_USING_U8G2 is not set
+# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_OPENMV is not set
+# CONFIG_PKG_USING_MUPDF is not set
+# CONFIG_PKG_USING_STEMWIN is not set
# CONFIG_PKG_USING_WAVPLAYER is not set
# CONFIG_PKG_USING_TJPGD is not set
# CONFIG_PKG_USING_PDFGEN is not set
@@ -381,11 +389,11 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_UGUI is not set
#
-# u8g2: a monochrome graphic library
+# PainterEngine: A cross-platform graphics application framework written in C language
#
-# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
-# CONFIG_PKG_USING_U8G2 is not set
-# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_PAINTERENGINE is not set
+# CONFIG_PKG_USING_PAINTERENGINE_AUX is not set
+# end of PainterEngine: A cross-platform graphics application framework written in C language
# end of multimedia packages
#
@@ -429,12 +437,20 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_MEM_SANDBOX is not set
# CONFIG_PKG_USING_SOLAR_TERMS is not set
# CONFIG_PKG_USING_GAN_ZHI is not set
+# CONFIG_PKG_USING_FDT is not set
# end of tools packages
#
# system packages
#
+#
+# rt_kprintf: enhanced rt_kprintf packages
+#
+# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
+# CONFIG_PKG_USING_RT_VSNPRINTF_FULL is not set
+# end of rt_kprintf: enhanced rt_kprintf packages
+
#
# acceleration: Assembly language or algorithmic acceleration packages
#
@@ -444,6 +460,14 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_QFPLIB_M3 is not set
# end of acceleration: Assembly language or algorithmic acceleration packages
+#
+# CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+#
+# CONFIG_PKG_USING_CMSIS_5 is not set
+# CONFIG_PKG_USING_CMSIS_5_AUX is not set
+# CONFIG_PKG_USING_CMSIS_RTOS2 is not set
+# end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+
#
# Micrium: Micrium software products porting for RT-Thread
#
@@ -463,7 +487,6 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_FLASHDB is not set
# CONFIG_PKG_USING_SQLITE is not set
# CONFIG_PKG_USING_RTI is not set
-# CONFIG_PKG_USING_CMSIS is not set
# CONFIG_PKG_USING_DFS_YAFFS is not set
# CONFIG_PKG_USING_LITTLEFS is not set
# CONFIG_PKG_USING_DFS_JFFS2 is not set
@@ -480,7 +503,6 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_QBOOT is not set
# CONFIG_PKG_USING_PPOOL is not set
# CONFIG_PKG_USING_OPENAMP is not set
-# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
# CONFIG_PKG_USING_LPM is not set
# CONFIG_PKG_USING_TLSF is not set
# CONFIG_PKG_USING_EVENT_RECORDER is not set
@@ -488,6 +510,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_WCWIDTH is not set
# CONFIG_PKG_USING_MCUBOOT is not set
# CONFIG_PKG_USING_TINYUSB is not set
+# CONFIG_PKG_USING_USB_STACK is not set
# end of system packages
#
@@ -564,6 +587,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_MISAKA_RGB_BLING is not set
# CONFIG_PKG_USING_BL_MCU_SDK is not set
# CONFIG_PKG_USING_SOFT_SERIAL is not set
+# CONFIG_PKG_USING_MB85RS16 is not set
# end of peripheral libraries and drivers
#
diff --git a/bsp/gd32e230k-start/project.uvprojx b/bsp/gd32e230k-start/project.uvprojx
index d3473a987c8..2d0818fc202 100644
--- a/bsp/gd32e230k-start/project.uvprojx
+++ b/bsp/gd32e230k-start/project.uvprojx
@@ -388,6 +388,13 @@
CPU
+
+
+ backtrace.c
+ 1
+ ..\..\libcpu\arm\common\backtrace.c
+
+
div0.c
@@ -404,9 +411,9 @@
- backtrace.c
- 1
- ..\..\libcpu\arm\common\backtrace.c
+ context_rvds.S
+ 2
+ ..\..\libcpu\arm\cortex-m23\context_rvds.S
@@ -416,13 +423,6 @@
..\..\libcpu\arm\cortex-m23\cpuport.c
-
-
- context_rvds.S
- 2
- ..\..\libcpu\arm\cortex-m23\context_rvds.S
-
-
DeviceDrivers
@@ -484,23 +484,23 @@
- ringblk_buf.c
+ waitqueue.c
1
- ..\..\components\drivers\src\ringblk_buf.c
+ ..\..\components\drivers\src\waitqueue.c
- waitqueue.c
+ pipe.c
1
- ..\..\components\drivers\src\waitqueue.c
+ ..\..\components\drivers\src\pipe.c
- ringbuffer.c
+ dataqueue.c
1
- ..\..\components\drivers\src\ringbuffer.c
+ ..\..\components\drivers\src\dataqueue.c
@@ -512,23 +512,23 @@
- dataqueue.c
+ completion.c
1
- ..\..\components\drivers\src\dataqueue.c
+ ..\..\components\drivers\src\completion.c
- pipe.c
+ ringbuffer.c
1
- ..\..\components\drivers\src\pipe.c
+ ..\..\components\drivers\src\ringbuffer.c
- completion.c
+ ringblk_buf.c
1
- ..\..\components\drivers\src\completion.c
+ ..\..\components\drivers\src\ringblk_buf.c
@@ -610,23 +610,16 @@
Kernel
- scheduler.c
- 1
- ..\..\src\scheduler.c
-
-
-
-
- kservice.c
+ mempool.c
1
- ..\..\src\kservice.c
+ ..\..\src\mempool.c
- thread.c
+ timer.c
1
- ..\..\src\thread.c
+ ..\..\src\timer.c
@@ -638,23 +631,23 @@
- clock.c
+ components.c
1
- ..\..\src\clock.c
+ ..\..\src\components.c
- mempool.c
+ object.c
1
- ..\..\src\mempool.c
+ ..\..\src\object.c
- object.c
+ thread.c
1
- ..\..\src\object.c
+ ..\..\src\thread.c
@@ -673,16 +666,16 @@
- components.c
+ scheduler.c
1
- ..\..\src\components.c
+ ..\..\src\scheduler.c
- timer.c
+ kservice.c
1
- ..\..\src\timer.c
+ ..\..\src\kservice.c
@@ -692,6 +685,13 @@
..\..\src\irq.c
+
+
+ clock.c
+ 1
+ ..\..\src\clock.c
+
+
idle.c
@@ -714,107 +714,107 @@
Libraries
- gd32e230_cmp.c
+ gd32e230_fmc.c
1
- Libraries\GD32E230_standard_peripheral\Source\gd32e230_cmp.c
+ Libraries\GD32E230_standard_peripheral\Source\gd32e230_fmc.c
- gd32e230_timer.c
+ gd32e230_fwdgt.c
1
- Libraries\GD32E230_standard_peripheral\Source\gd32e230_timer.c
+ Libraries\GD32E230_standard_peripheral\Source\gd32e230_fwdgt.c
- gd32e230_exti.c
+ gd32e230_crc.c
1
- Libraries\GD32E230_standard_peripheral\Source\gd32e230_exti.c
+ Libraries\GD32E230_standard_peripheral\Source\gd32e230_crc.c
- gd32e230_wwdgt.c
+ gd32e230_dbg.c
1
- Libraries\GD32E230_standard_peripheral\Source\gd32e230_wwdgt.c
+ Libraries\GD32E230_standard_peripheral\Source\gd32e230_dbg.c
- gd32e230_adc.c
+ gd32e230_spi.c
1
- Libraries\GD32E230_standard_peripheral\Source\gd32e230_adc.c
+ Libraries\GD32E230_standard_peripheral\Source\gd32e230_spi.c
- gd32e230_syscfg.c
+ gd32e230_cmp.c
1
- Libraries\GD32E230_standard_peripheral\Source\gd32e230_syscfg.c
+ Libraries\GD32E230_standard_peripheral\Source\gd32e230_cmp.c
- gd32e230_gpio.c
+ gd32e230_misc.c
1
- Libraries\GD32E230_standard_peripheral\Source\gd32e230_gpio.c
+ Libraries\GD32E230_standard_peripheral\Source\gd32e230_misc.c
- startup_gd32e230.s
- 2
- Libraries\CMSIS\GD\GD32E230\Source\ARM\startup_gd32e230.s
+ gd32e230_exti.c
+ 1
+ Libraries\GD32E230_standard_peripheral\Source\gd32e230_exti.c
- gd32e230_spi.c
+ gd32e230_rcu.c
1
- Libraries\GD32E230_standard_peripheral\Source\gd32e230_spi.c
+ Libraries\GD32E230_standard_peripheral\Source\gd32e230_rcu.c
- gd32e230_i2c.c
+ gd32e230_syscfg.c
1
- Libraries\GD32E230_standard_peripheral\Source\gd32e230_i2c.c
+ Libraries\GD32E230_standard_peripheral\Source\gd32e230_syscfg.c
- system_gd32e230.c
+ gd32e230_adc.c
1
- Libraries\CMSIS\GD\GD32E230\Source\system_gd32e230.c
+ Libraries\GD32E230_standard_peripheral\Source\gd32e230_adc.c
- gd32e230_fwdgt.c
+ gd32e230_usart.c
1
- Libraries\GD32E230_standard_peripheral\Source\gd32e230_fwdgt.c
+ Libraries\GD32E230_standard_peripheral\Source\gd32e230_usart.c
- gd32e230_dbg.c
+ system_gd32e230.c
1
- Libraries\GD32E230_standard_peripheral\Source\gd32e230_dbg.c
+ Libraries\CMSIS\GD\GD32E230\Source\system_gd32e230.c
- gd32e230_fmc.c
+ gd32e230_wwdgt.c
1
- Libraries\GD32E230_standard_peripheral\Source\gd32e230_fmc.c
+ Libraries\GD32E230_standard_peripheral\Source\gd32e230_wwdgt.c
- gd32e230_rcu.c
+ gd32e230_pmu.c
1
- Libraries\GD32E230_standard_peripheral\Source\gd32e230_rcu.c
+ Libraries\GD32E230_standard_peripheral\Source\gd32e230_pmu.c
@@ -826,37 +826,37 @@
- gd32e230_misc.c
+ gd32e230_timer.c
1
- Libraries\GD32E230_standard_peripheral\Source\gd32e230_misc.c
+ Libraries\GD32E230_standard_peripheral\Source\gd32e230_timer.c
- gd32e230_pmu.c
- 1
- Libraries\GD32E230_standard_peripheral\Source\gd32e230_pmu.c
+ startup_gd32e230.s
+ 2
+ Libraries\CMSIS\GD\GD32E230\Source\ARM\startup_gd32e230.s
- gd32e230_rtc.c
+ gd32e230_i2c.c
1
- Libraries\GD32E230_standard_peripheral\Source\gd32e230_rtc.c
+ Libraries\GD32E230_standard_peripheral\Source\gd32e230_i2c.c
- gd32e230_usart.c
+ gd32e230_rtc.c
1
- Libraries\GD32E230_standard_peripheral\Source\gd32e230_usart.c
+ Libraries\GD32E230_standard_peripheral\Source\gd32e230_rtc.c
- gd32e230_crc.c
+ gd32e230_gpio.c
1
- Libraries\GD32E230_standard_peripheral\Source\gd32e230_crc.c
+ Libraries\GD32E230_standard_peripheral\Source\gd32e230_gpio.c
diff --git a/bsp/gd32e230k-start/rtconfig.h b/bsp/gd32e230k-start/rtconfig.h
index 7ab80cb2770..b91d46ea2d8 100644
--- a/bsp/gd32e230k-start/rtconfig.h
+++ b/bsp/gd32e230k-start/rtconfig.h
@@ -169,14 +169,17 @@
/* multimedia packages */
+/* LVGL: powerful and easy-to-use embedded GUI library */
-/* lvgl: powerful and easy-to-use embedded GUI library */
-
-/* end of lvgl: powerful and easy-to-use embedded GUI library */
+/* end of LVGL: powerful and easy-to-use embedded GUI library */
/* u8g2: a monochrome graphic library */
/* end of u8g2: a monochrome graphic library */
+
+/* PainterEngine: A cross-platform graphics application framework written in C language */
+
+/* end of PainterEngine: A cross-platform graphics application framework written in C language */
/* end of multimedia packages */
/* tools packages */
@@ -185,10 +188,18 @@
/* system packages */
+/* rt_kprintf: enhanced rt_kprintf packages */
+
+/* end of rt_kprintf: enhanced rt_kprintf packages */
+
/* acceleration: Assembly language or algorithmic acceleration packages */
/* end of acceleration: Assembly language or algorithmic acceleration packages */
+/* CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
+/* end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
/* Micrium: Micrium software products porting for RT-Thread */
/* end of Micrium: Micrium software products porting for RT-Thread */
diff --git a/bsp/gd32vf103v-eval/.config b/bsp/gd32vf103v-eval/.config
index e132f56ff70..2d86b28b897 100644
--- a/bsp/gd32vf103v-eval/.config
+++ b/bsp/gd32vf103v-eval/.config
@@ -325,6 +325,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_LORA_GW_DRIVER_LIB is not set
# CONFIG_PKG_USING_LORA_PKT_SNIFFER is not set
# CONFIG_PKG_USING_HM is not set
+# CONFIG_PKG_USING_SMALL_MODBUS is not set
# end of IoT - internet of things
#
@@ -349,17 +350,24 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
#
# multimedia packages
#
-# CONFIG_PKG_USING_OPENMV is not set
-# CONFIG_PKG_USING_MUPDF is not set
-# CONFIG_PKG_USING_STEMWIN is not set
#
-# lvgl: powerful and easy-to-use embedded GUI library
+# LVGL: powerful and easy-to-use embedded GUI library
#
-# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
# CONFIG_PKG_USING_LVGL is not set
-# end of lvgl: powerful and easy-to-use embedded GUI library
+# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
+# end of LVGL: powerful and easy-to-use embedded GUI library
+
+#
+# u8g2: a monochrome graphic library
+#
+# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
+# CONFIG_PKG_USING_U8G2 is not set
+# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_OPENMV is not set
+# CONFIG_PKG_USING_MUPDF is not set
+# CONFIG_PKG_USING_STEMWIN is not set
# CONFIG_PKG_USING_WAVPLAYER is not set
# CONFIG_PKG_USING_TJPGD is not set
# CONFIG_PKG_USING_PDFGEN is not set
@@ -372,11 +380,11 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_UGUI is not set
#
-# u8g2: a monochrome graphic library
+# PainterEngine: A cross-platform graphics application framework written in C language
#
-# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
-# CONFIG_PKG_USING_U8G2 is not set
-# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_PAINTERENGINE is not set
+# CONFIG_PKG_USING_PAINTERENGINE_AUX is not set
+# end of PainterEngine: A cross-platform graphics application framework written in C language
# end of multimedia packages
#
@@ -420,12 +428,20 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_MEM_SANDBOX is not set
# CONFIG_PKG_USING_SOLAR_TERMS is not set
# CONFIG_PKG_USING_GAN_ZHI is not set
+# CONFIG_PKG_USING_FDT is not set
# end of tools packages
#
# system packages
#
+#
+# rt_kprintf: enhanced rt_kprintf packages
+#
+# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
+# CONFIG_PKG_USING_RT_VSNPRINTF_FULL is not set
+# end of rt_kprintf: enhanced rt_kprintf packages
+
#
# acceleration: Assembly language or algorithmic acceleration packages
#
@@ -435,6 +451,14 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_QFPLIB_M3 is not set
# end of acceleration: Assembly language or algorithmic acceleration packages
+#
+# CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+#
+# CONFIG_PKG_USING_CMSIS_5 is not set
+# CONFIG_PKG_USING_CMSIS_5_AUX is not set
+# CONFIG_PKG_USING_CMSIS_RTOS2 is not set
+# end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+
#
# Micrium: Micrium software products porting for RT-Thread
#
@@ -454,7 +478,6 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_FLASHDB is not set
# CONFIG_PKG_USING_SQLITE is not set
# CONFIG_PKG_USING_RTI is not set
-# CONFIG_PKG_USING_CMSIS is not set
# CONFIG_PKG_USING_DFS_YAFFS is not set
# CONFIG_PKG_USING_LITTLEFS is not set
# CONFIG_PKG_USING_DFS_JFFS2 is not set
@@ -471,7 +494,6 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_QBOOT is not set
# CONFIG_PKG_USING_PPOOL is not set
# CONFIG_PKG_USING_OPENAMP is not set
-# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
# CONFIG_PKG_USING_LPM is not set
# CONFIG_PKG_USING_TLSF is not set
# CONFIG_PKG_USING_EVENT_RECORDER is not set
@@ -479,6 +501,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_WCWIDTH is not set
# CONFIG_PKG_USING_MCUBOOT is not set
# CONFIG_PKG_USING_TINYUSB is not set
+# CONFIG_PKG_USING_USB_STACK is not set
# end of system packages
#
@@ -555,6 +578,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_MISAKA_RGB_BLING is not set
# CONFIG_PKG_USING_BL_MCU_SDK is not set
# CONFIG_PKG_USING_SOFT_SERIAL is not set
+# CONFIG_PKG_USING_MB85RS16 is not set
# end of peripheral libraries and drivers
#
diff --git a/bsp/gd32vf103v-eval/rtconfig.h b/bsp/gd32vf103v-eval/rtconfig.h
index 505d712c460..3eb23b99dfe 100644
--- a/bsp/gd32vf103v-eval/rtconfig.h
+++ b/bsp/gd32vf103v-eval/rtconfig.h
@@ -166,14 +166,17 @@
/* multimedia packages */
+/* LVGL: powerful and easy-to-use embedded GUI library */
-/* lvgl: powerful and easy-to-use embedded GUI library */
-
-/* end of lvgl: powerful and easy-to-use embedded GUI library */
+/* end of LVGL: powerful and easy-to-use embedded GUI library */
/* u8g2: a monochrome graphic library */
/* end of u8g2: a monochrome graphic library */
+
+/* PainterEngine: A cross-platform graphics application framework written in C language */
+
+/* end of PainterEngine: A cross-platform graphics application framework written in C language */
/* end of multimedia packages */
/* tools packages */
@@ -182,10 +185,18 @@
/* system packages */
+/* rt_kprintf: enhanced rt_kprintf packages */
+
+/* end of rt_kprintf: enhanced rt_kprintf packages */
+
/* acceleration: Assembly language or algorithmic acceleration packages */
/* end of acceleration: Assembly language or algorithmic acceleration packages */
+/* CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
+/* end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
/* Micrium: Micrium software products porting for RT-Thread */
/* end of Micrium: Micrium software products porting for RT-Thread */
diff --git a/bsp/hc32f460/.config b/bsp/hc32f460/.config
index 28824e3eda2..fa60972d825 100644
--- a/bsp/hc32f460/.config
+++ b/bsp/hc32f460/.config
@@ -346,6 +346,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_LORA_GW_DRIVER_LIB is not set
# CONFIG_PKG_USING_LORA_PKT_SNIFFER is not set
# CONFIG_PKG_USING_HM is not set
+# CONFIG_PKG_USING_SMALL_MODBUS is not set
# end of IoT - internet of things
#
@@ -370,17 +371,24 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
#
# multimedia packages
#
-# CONFIG_PKG_USING_OPENMV is not set
-# CONFIG_PKG_USING_MUPDF is not set
-# CONFIG_PKG_USING_STEMWIN is not set
#
-# lvgl: powerful and easy-to-use embedded GUI library
+# LVGL: powerful and easy-to-use embedded GUI library
#
-# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
# CONFIG_PKG_USING_LVGL is not set
-# end of lvgl: powerful and easy-to-use embedded GUI library
+# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
+# end of LVGL: powerful and easy-to-use embedded GUI library
+
+#
+# u8g2: a monochrome graphic library
+#
+# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
+# CONFIG_PKG_USING_U8G2 is not set
+# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_OPENMV is not set
+# CONFIG_PKG_USING_MUPDF is not set
+# CONFIG_PKG_USING_STEMWIN is not set
# CONFIG_PKG_USING_WAVPLAYER is not set
# CONFIG_PKG_USING_TJPGD is not set
# CONFIG_PKG_USING_PDFGEN is not set
@@ -393,11 +401,11 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_UGUI is not set
#
-# u8g2: a monochrome graphic library
+# PainterEngine: A cross-platform graphics application framework written in C language
#
-# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
-# CONFIG_PKG_USING_U8G2 is not set
-# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_PAINTERENGINE is not set
+# CONFIG_PKG_USING_PAINTERENGINE_AUX is not set
+# end of PainterEngine: A cross-platform graphics application framework written in C language
# end of multimedia packages
#
@@ -441,12 +449,20 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_MEM_SANDBOX is not set
# CONFIG_PKG_USING_SOLAR_TERMS is not set
# CONFIG_PKG_USING_GAN_ZHI is not set
+# CONFIG_PKG_USING_FDT is not set
# end of tools packages
#
# system packages
#
+#
+# rt_kprintf: enhanced rt_kprintf packages
+#
+# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
+# CONFIG_PKG_USING_RT_VSNPRINTF_FULL is not set
+# end of rt_kprintf: enhanced rt_kprintf packages
+
#
# acceleration: Assembly language or algorithmic acceleration packages
#
@@ -456,6 +472,14 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_QFPLIB_M3 is not set
# end of acceleration: Assembly language or algorithmic acceleration packages
+#
+# CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+#
+# CONFIG_PKG_USING_CMSIS_5 is not set
+# CONFIG_PKG_USING_CMSIS_5_AUX is not set
+# CONFIG_PKG_USING_CMSIS_RTOS2 is not set
+# end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+
#
# Micrium: Micrium software products porting for RT-Thread
#
@@ -476,7 +500,6 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_FLASHDB is not set
# CONFIG_PKG_USING_SQLITE is not set
# CONFIG_PKG_USING_RTI is not set
-# CONFIG_PKG_USING_CMSIS is not set
# CONFIG_PKG_USING_DFS_YAFFS is not set
# CONFIG_PKG_USING_LITTLEFS is not set
# CONFIG_PKG_USING_DFS_JFFS2 is not set
@@ -493,7 +516,6 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_QBOOT is not set
# CONFIG_PKG_USING_PPOOL is not set
# CONFIG_PKG_USING_OPENAMP is not set
-# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
# CONFIG_PKG_USING_LPM is not set
# CONFIG_PKG_USING_TLSF is not set
# CONFIG_PKG_USING_EVENT_RECORDER is not set
@@ -501,6 +523,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_WCWIDTH is not set
# CONFIG_PKG_USING_MCUBOOT is not set
# CONFIG_PKG_USING_TINYUSB is not set
+# CONFIG_PKG_USING_USB_STACK is not set
# end of system packages
#
@@ -577,6 +600,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_MISAKA_RGB_BLING is not set
# CONFIG_PKG_USING_BL_MCU_SDK is not set
# CONFIG_PKG_USING_SOFT_SERIAL is not set
+# CONFIG_PKG_USING_MB85RS16 is not set
# end of peripheral libraries and drivers
#
diff --git a/bsp/hc32f460/project.uvprojx b/bsp/hc32f460/project.uvprojx
index 35c3a808152..93c1138f496 100644
--- a/bsp/hc32f460/project.uvprojx
+++ b/bsp/hc32f460/project.uvprojx
@@ -391,9 +391,9 @@
CPU
- showmem.c
+ backtrace.c
1
- ..\..\libcpu\arm\common\showmem.c
+ ..\..\libcpu\arm\common\backtrace.c
@@ -405,9 +405,9 @@
- backtrace.c
+ showmem.c
1
- ..\..\libcpu\arm\common\backtrace.c
+ ..\..\libcpu\arm\common\showmem.c
@@ -450,23 +450,23 @@
- waitqueue.c
+ pipe.c
1
- ..\..\components\drivers\src\waitqueue.c
+ ..\..\components\drivers\src\pipe.c
- ringblk_buf.c
+ completion.c
1
- ..\..\components\drivers\src\ringblk_buf.c
+ ..\..\components\drivers\src\completion.c
- completion.c
+ dataqueue.c
1
- ..\..\components\drivers\src\completion.c
+ ..\..\components\drivers\src\dataqueue.c
@@ -478,16 +478,16 @@
- pipe.c
+ waitqueue.c
1
- ..\..\components\drivers\src\pipe.c
+ ..\..\components\drivers\src\waitqueue.c
- dataqueue.c
+ ringblk_buf.c
1
- ..\..\components\drivers\src\dataqueue.c
+ ..\..\components\drivers\src\ringblk_buf.c
@@ -703,93 +703,93 @@
Kernel
- object.c
+ mempool.c
1
- ..\..\src\object.c
+ ..\..\src\mempool.c
- mempool.c
+ kservice.c
1
- ..\..\src\mempool.c
+ ..\..\src\kservice.c
- idle.c
+ components.c
1
- ..\..\src\idle.c
+ ..\..\src\components.c
- irq.c
+ object.c
1
- ..\..\src\irq.c
+ ..\..\src\object.c
- ipc.c
+ timer.c
1
- ..\..\src\ipc.c
+ ..\..\src\timer.c
- components.c
+ ipc.c
1
- ..\..\src\components.c
+ ..\..\src\ipc.c
- thread.c
+ irq.c
1
- ..\..\src\thread.c
+ ..\..\src\irq.c
- mem.c
+ scheduler.c
1
- ..\..\src\mem.c
+ ..\..\src\scheduler.c
- kservice.c
+ clock.c
1
- ..\..\src\kservice.c
+ ..\..\src\clock.c
- device.c
+ mem.c
1
- ..\..\src\device.c
+ ..\..\src\mem.c
- clock.c
+ thread.c
1
- ..\..\src\clock.c
+ ..\..\src\thread.c
- scheduler.c
+ idle.c
1
- ..\..\src\scheduler.c
+ ..\..\src\idle.c
- timer.c
+ device.c
1
- ..\..\src\timer.c
+ ..\..\src\device.c
@@ -804,51 +804,51 @@
- libc.c
+ syscalls.c
1
- ..\..\components\libc\compilers\armlibc\libc.c
+ ..\..\components\libc\compilers\armlibc\syscalls.c
- syscalls.c
+ stdio.c
1
- ..\..\components\libc\compilers\armlibc\syscalls.c
+ ..\..\components\libc\compilers\armlibc\stdio.c
- stdio.c
+ libc.c
1
- ..\..\components\libc\compilers\armlibc\stdio.c
+ ..\..\components\libc\compilers\armlibc\libc.c
- stdlib.c
+ unistd.c
1
- ..\..\components\libc\compilers\common\stdlib.c
+ ..\..\components\libc\compilers\common\unistd.c
- time.c
+ delay.c
1
- ..\..\components\libc\compilers\common\time.c
+ ..\..\components\libc\compilers\common\delay.c
- unistd.c
+ stdlib.c
1
- ..\..\components\libc\compilers\common\unistd.c
+ ..\..\components\libc\compilers\common\stdlib.c
- delay.c
+ time.c
1
- ..\..\components\libc\compilers\common\delay.c
+ ..\..\components\libc\compilers\common\time.c
diff --git a/bsp/hc32f460/rtconfig.h b/bsp/hc32f460/rtconfig.h
index 783e6d376f7..f9721237da4 100644
--- a/bsp/hc32f460/rtconfig.h
+++ b/bsp/hc32f460/rtconfig.h
@@ -177,14 +177,17 @@
/* multimedia packages */
+/* LVGL: powerful and easy-to-use embedded GUI library */
-/* lvgl: powerful and easy-to-use embedded GUI library */
-
-/* end of lvgl: powerful and easy-to-use embedded GUI library */
+/* end of LVGL: powerful and easy-to-use embedded GUI library */
/* u8g2: a monochrome graphic library */
/* end of u8g2: a monochrome graphic library */
+
+/* PainterEngine: A cross-platform graphics application framework written in C language */
+
+/* end of PainterEngine: A cross-platform graphics application framework written in C language */
/* end of multimedia packages */
/* tools packages */
@@ -193,10 +196,18 @@
/* system packages */
+/* rt_kprintf: enhanced rt_kprintf packages */
+
+/* end of rt_kprintf: enhanced rt_kprintf packages */
+
/* acceleration: Assembly language or algorithmic acceleration packages */
/* end of acceleration: Assembly language or algorithmic acceleration packages */
+/* CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
+/* end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
/* Micrium: Micrium software products porting for RT-Thread */
/* end of Micrium: Micrium software products porting for RT-Thread */
diff --git a/bsp/hc32f4a0/.config b/bsp/hc32f4a0/.config
index 20e127647e5..57a9c29ac49 100644
--- a/bsp/hc32f4a0/.config
+++ b/bsp/hc32f4a0/.config
@@ -346,6 +346,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_LORA_GW_DRIVER_LIB is not set
# CONFIG_PKG_USING_LORA_PKT_SNIFFER is not set
# CONFIG_PKG_USING_HM is not set
+# CONFIG_PKG_USING_SMALL_MODBUS is not set
# end of IoT - internet of things
#
@@ -370,17 +371,24 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
#
# multimedia packages
#
-# CONFIG_PKG_USING_OPENMV is not set
-# CONFIG_PKG_USING_MUPDF is not set
-# CONFIG_PKG_USING_STEMWIN is not set
#
-# lvgl: powerful and easy-to-use embedded GUI library
+# LVGL: powerful and easy-to-use embedded GUI library
#
-# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
# CONFIG_PKG_USING_LVGL is not set
-# end of lvgl: powerful and easy-to-use embedded GUI library
+# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
+# end of LVGL: powerful and easy-to-use embedded GUI library
+
+#
+# u8g2: a monochrome graphic library
+#
+# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
+# CONFIG_PKG_USING_U8G2 is not set
+# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_OPENMV is not set
+# CONFIG_PKG_USING_MUPDF is not set
+# CONFIG_PKG_USING_STEMWIN is not set
# CONFIG_PKG_USING_WAVPLAYER is not set
# CONFIG_PKG_USING_TJPGD is not set
# CONFIG_PKG_USING_PDFGEN is not set
@@ -393,11 +401,11 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_UGUI is not set
#
-# u8g2: a monochrome graphic library
+# PainterEngine: A cross-platform graphics application framework written in C language
#
-# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
-# CONFIG_PKG_USING_U8G2 is not set
-# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_PAINTERENGINE is not set
+# CONFIG_PKG_USING_PAINTERENGINE_AUX is not set
+# end of PainterEngine: A cross-platform graphics application framework written in C language
# end of multimedia packages
#
@@ -441,12 +449,20 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_MEM_SANDBOX is not set
# CONFIG_PKG_USING_SOLAR_TERMS is not set
# CONFIG_PKG_USING_GAN_ZHI is not set
+# CONFIG_PKG_USING_FDT is not set
# end of tools packages
#
# system packages
#
+#
+# rt_kprintf: enhanced rt_kprintf packages
+#
+# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
+# CONFIG_PKG_USING_RT_VSNPRINTF_FULL is not set
+# end of rt_kprintf: enhanced rt_kprintf packages
+
#
# acceleration: Assembly language or algorithmic acceleration packages
#
@@ -456,6 +472,14 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_QFPLIB_M3 is not set
# end of acceleration: Assembly language or algorithmic acceleration packages
+#
+# CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+#
+# CONFIG_PKG_USING_CMSIS_5 is not set
+# CONFIG_PKG_USING_CMSIS_5_AUX is not set
+# CONFIG_PKG_USING_CMSIS_RTOS2 is not set
+# end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+
#
# Micrium: Micrium software products porting for RT-Thread
#
@@ -476,7 +500,6 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_FLASHDB is not set
# CONFIG_PKG_USING_SQLITE is not set
# CONFIG_PKG_USING_RTI is not set
-# CONFIG_PKG_USING_CMSIS is not set
# CONFIG_PKG_USING_DFS_YAFFS is not set
# CONFIG_PKG_USING_LITTLEFS is not set
# CONFIG_PKG_USING_DFS_JFFS2 is not set
@@ -493,7 +516,6 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_QBOOT is not set
# CONFIG_PKG_USING_PPOOL is not set
# CONFIG_PKG_USING_OPENAMP is not set
-# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
# CONFIG_PKG_USING_LPM is not set
# CONFIG_PKG_USING_TLSF is not set
# CONFIG_PKG_USING_EVENT_RECORDER is not set
@@ -501,6 +523,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_WCWIDTH is not set
# CONFIG_PKG_USING_MCUBOOT is not set
# CONFIG_PKG_USING_TINYUSB is not set
+# CONFIG_PKG_USING_USB_STACK is not set
# end of system packages
#
@@ -577,6 +600,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_MISAKA_RGB_BLING is not set
# CONFIG_PKG_USING_BL_MCU_SDK is not set
# CONFIG_PKG_USING_SOFT_SERIAL is not set
+# CONFIG_PKG_USING_MB85RS16 is not set
# end of peripheral libraries and drivers
#
diff --git a/bsp/hc32f4a0/project.uvprojx b/bsp/hc32f4a0/project.uvprojx
index 3bb0e9bd8b4..c02a43af9db 100644
--- a/bsp/hc32f4a0/project.uvprojx
+++ b/bsp/hc32f4a0/project.uvprojx
@@ -445,16 +445,16 @@
- context_rvds.S
- 2
- ..\..\libcpu\arm\cortex-m4\context_rvds.S
+ cpuport.c
+ 1
+ ..\..\libcpu\arm\cortex-m4\cpuport.c
- cpuport.c
- 1
- ..\..\libcpu\arm\cortex-m4\cpuport.c
+ context_rvds.S
+ 2
+ ..\..\libcpu\arm\cortex-m4\context_rvds.S
@@ -476,16 +476,16 @@
- ringblk_buf.c
+ waitqueue.c
1
- ..\..\components\drivers\src\ringblk_buf.c
+ ..\..\components\drivers\src\waitqueue.c
- ringbuffer.c
+ dataqueue.c
1
- ..\..\components\drivers\src\ringbuffer.c
+ ..\..\components\drivers\src\dataqueue.c
@@ -497,9 +497,9 @@
- workqueue.c
+ ringblk_buf.c
1
- ..\..\components\drivers\src\workqueue.c
+ ..\..\components\drivers\src\ringblk_buf.c
@@ -511,16 +511,16 @@
- waitqueue.c
+ ringbuffer.c
1
- ..\..\components\drivers\src\waitqueue.c
+ ..\..\components\drivers\src\ringbuffer.c
- dataqueue.c
+ workqueue.c
1
- ..\..\components\drivers\src\dataqueue.c
+ ..\..\components\drivers\src\workqueue.c
@@ -743,93 +743,93 @@
Kernel
- kservice.c
+ scheduler.c
1
- ..\..\src\kservice.c
+ ..\..\src\scheduler.c
- device.c
+ mempool.c
1
- ..\..\src\device.c
+ ..\..\src\mempool.c
- clock.c
+ idle.c
1
- ..\..\src\clock.c
+ ..\..\src\idle.c
- mem.c
+ object.c
1
- ..\..\src\mem.c
+ ..\..\src\object.c
- idle.c
+ irq.c
1
- ..\..\src\idle.c
+ ..\..\src\irq.c
- thread.c
+ timer.c
1
- ..\..\src\thread.c
+ ..\..\src\timer.c
- ipc.c
+ kservice.c
1
- ..\..\src\ipc.c
+ ..\..\src\kservice.c
- components.c
+ mem.c
1
- ..\..\src\components.c
+ ..\..\src\mem.c
- scheduler.c
+ device.c
1
- ..\..\src\scheduler.c
+ ..\..\src\device.c
- timer.c
+ components.c
1
- ..\..\src\timer.c
+ ..\..\src\components.c
- object.c
+ ipc.c
1
- ..\..\src\object.c
+ ..\..\src\ipc.c
- irq.c
+ clock.c
1
- ..\..\src\irq.c
+ ..\..\src\clock.c
- mempool.c
+ thread.c
1
- ..\..\src\mempool.c
+ ..\..\src\thread.c
@@ -837,16 +837,16 @@
libc
- libc.c
+ stdio.c
1
- ..\..\components\libc\compilers\armlibc\libc.c
+ ..\..\components\libc\compilers\armlibc\stdio.c
- stdio.c
+ libc.c
1
- ..\..\components\libc\compilers\armlibc\stdio.c
+ ..\..\components\libc\compilers\armlibc\libc.c
@@ -865,30 +865,30 @@
- stdlib.c
+ unistd.c
1
- ..\..\components\libc\compilers\common\stdlib.c
+ ..\..\components\libc\compilers\common\unistd.c
- delay.c
+ stdlib.c
1
- ..\..\components\libc\compilers\common\delay.c
+ ..\..\components\libc\compilers\common\stdlib.c
- unistd.c
+ time.c
1
- ..\..\components\libc\compilers\common\unistd.c
+ ..\..\components\libc\compilers\common\time.c
- time.c
+ delay.c
1
- ..\..\components\libc\compilers\common\time.c
+ ..\..\components\libc\compilers\common\delay.c
diff --git a/bsp/hc32f4a0/rtconfig.h b/bsp/hc32f4a0/rtconfig.h
index 8c5584cb825..23bda5f1289 100644
--- a/bsp/hc32f4a0/rtconfig.h
+++ b/bsp/hc32f4a0/rtconfig.h
@@ -178,14 +178,17 @@
/* multimedia packages */
+/* LVGL: powerful and easy-to-use embedded GUI library */
-/* lvgl: powerful and easy-to-use embedded GUI library */
-
-/* end of lvgl: powerful and easy-to-use embedded GUI library */
+/* end of LVGL: powerful and easy-to-use embedded GUI library */
/* u8g2: a monochrome graphic library */
/* end of u8g2: a monochrome graphic library */
+
+/* PainterEngine: A cross-platform graphics application framework written in C language */
+
+/* end of PainterEngine: A cross-platform graphics application framework written in C language */
/* end of multimedia packages */
/* tools packages */
@@ -194,10 +197,18 @@
/* system packages */
+/* rt_kprintf: enhanced rt_kprintf packages */
+
+/* end of rt_kprintf: enhanced rt_kprintf packages */
+
/* acceleration: Assembly language or algorithmic acceleration packages */
/* end of acceleration: Assembly language or algorithmic acceleration packages */
+/* CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
+/* end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
/* Micrium: Micrium software products porting for RT-Thread */
/* end of Micrium: Micrium software products porting for RT-Thread */
diff --git a/bsp/hc32l136/.config b/bsp/hc32l136/.config
index 636b6fb14d6..7dad1157f2a 100644
--- a/bsp/hc32l136/.config
+++ b/bsp/hc32l136/.config
@@ -329,6 +329,7 @@ CONFIG_RT_USING_PIN=y
# CONFIG_PKG_USING_LORA_GW_DRIVER_LIB is not set
# CONFIG_PKG_USING_LORA_PKT_SNIFFER is not set
# CONFIG_PKG_USING_HM is not set
+# CONFIG_PKG_USING_SMALL_MODBUS is not set
# end of IoT - internet of things
#
@@ -353,17 +354,24 @@ CONFIG_RT_USING_PIN=y
#
# multimedia packages
#
-# CONFIG_PKG_USING_OPENMV is not set
-# CONFIG_PKG_USING_MUPDF is not set
-# CONFIG_PKG_USING_STEMWIN is not set
#
-# lvgl: powerful and easy-to-use embedded GUI library
+# LVGL: powerful and easy-to-use embedded GUI library
#
-# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
# CONFIG_PKG_USING_LVGL is not set
-# end of lvgl: powerful and easy-to-use embedded GUI library
+# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
+# end of LVGL: powerful and easy-to-use embedded GUI library
+
+#
+# u8g2: a monochrome graphic library
+#
+# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
+# CONFIG_PKG_USING_U8G2 is not set
+# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_OPENMV is not set
+# CONFIG_PKG_USING_MUPDF is not set
+# CONFIG_PKG_USING_STEMWIN is not set
# CONFIG_PKG_USING_WAVPLAYER is not set
# CONFIG_PKG_USING_TJPGD is not set
# CONFIG_PKG_USING_PDFGEN is not set
@@ -376,11 +384,11 @@ CONFIG_RT_USING_PIN=y
# CONFIG_PKG_USING_UGUI is not set
#
-# u8g2: a monochrome graphic library
+# PainterEngine: A cross-platform graphics application framework written in C language
#
-# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
-# CONFIG_PKG_USING_U8G2 is not set
-# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_PAINTERENGINE is not set
+# CONFIG_PKG_USING_PAINTERENGINE_AUX is not set
+# end of PainterEngine: A cross-platform graphics application framework written in C language
# end of multimedia packages
#
@@ -424,12 +432,20 @@ CONFIG_RT_USING_PIN=y
# CONFIG_PKG_USING_MEM_SANDBOX is not set
# CONFIG_PKG_USING_SOLAR_TERMS is not set
# CONFIG_PKG_USING_GAN_ZHI is not set
+# CONFIG_PKG_USING_FDT is not set
# end of tools packages
#
# system packages
#
+#
+# rt_kprintf: enhanced rt_kprintf packages
+#
+# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
+# CONFIG_PKG_USING_RT_VSNPRINTF_FULL is not set
+# end of rt_kprintf: enhanced rt_kprintf packages
+
#
# acceleration: Assembly language or algorithmic acceleration packages
#
@@ -439,6 +455,14 @@ CONFIG_RT_USING_PIN=y
# CONFIG_PKG_USING_QFPLIB_M3 is not set
# end of acceleration: Assembly language or algorithmic acceleration packages
+#
+# CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+#
+# CONFIG_PKG_USING_CMSIS_5 is not set
+# CONFIG_PKG_USING_CMSIS_5_AUX is not set
+# CONFIG_PKG_USING_CMSIS_RTOS2 is not set
+# end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+
#
# Micrium: Micrium software products porting for RT-Thread
#
@@ -458,7 +482,6 @@ CONFIG_RT_USING_PIN=y
# CONFIG_PKG_USING_FLASHDB is not set
# CONFIG_PKG_USING_SQLITE is not set
# CONFIG_PKG_USING_RTI is not set
-# CONFIG_PKG_USING_CMSIS is not set
# CONFIG_PKG_USING_DFS_YAFFS is not set
# CONFIG_PKG_USING_LITTLEFS is not set
# CONFIG_PKG_USING_DFS_JFFS2 is not set
@@ -475,7 +498,6 @@ CONFIG_RT_USING_PIN=y
# CONFIG_PKG_USING_QBOOT is not set
# CONFIG_PKG_USING_PPOOL is not set
# CONFIG_PKG_USING_OPENAMP is not set
-# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
# CONFIG_PKG_USING_LPM is not set
# CONFIG_PKG_USING_TLSF is not set
# CONFIG_PKG_USING_EVENT_RECORDER is not set
@@ -483,6 +505,7 @@ CONFIG_RT_USING_PIN=y
# CONFIG_PKG_USING_WCWIDTH is not set
# CONFIG_PKG_USING_MCUBOOT is not set
# CONFIG_PKG_USING_TINYUSB is not set
+# CONFIG_PKG_USING_USB_STACK is not set
# end of system packages
#
@@ -559,6 +582,7 @@ CONFIG_RT_USING_PIN=y
# CONFIG_PKG_USING_MISAKA_RGB_BLING is not set
# CONFIG_PKG_USING_BL_MCU_SDK is not set
# CONFIG_PKG_USING_SOFT_SERIAL is not set
+# CONFIG_PKG_USING_MB85RS16 is not set
# end of peripheral libraries and drivers
#
diff --git a/bsp/hc32l136/project.ewp b/bsp/hc32l136/project.ewp
index a53a7f0e702..75c907687bf 100644
--- a/bsp/hc32l136/project.ewp
+++ b/bsp/hc32l136/project.ewp
@@ -1997,25 +1997,25 @@
$PROJ_DIR$\..\..\components\drivers\serial\serial.c
- $PROJ_DIR$\..\..\components\drivers\src\pipe.c
+ $PROJ_DIR$\..\..\components\drivers\src\dataqueue.c
$PROJ_DIR$\..\..\components\drivers\src\completion.c
- $PROJ_DIR$\..\..\components\drivers\src\dataqueue.c
+ $PROJ_DIR$\..\..\components\drivers\src\ringbuffer.c
- $PROJ_DIR$\..\..\components\drivers\src\ringblk_buf.c
+ $PROJ_DIR$\..\..\components\drivers\src\waitqueue.c
- $PROJ_DIR$\..\..\components\drivers\src\ringbuffer.c
+ $PROJ_DIR$\..\..\components\drivers\src\pipe.c
$PROJ_DIR$\..\..\components\drivers\src\workqueue.c
- $PROJ_DIR$\..\..\components\drivers\src\waitqueue.c
+ $PROJ_DIR$\..\..\components\drivers\src\ringblk_buf.c
@@ -2090,41 +2090,41 @@
$PROJ_DIR$\..\..\src\clock.c
- $PROJ_DIR$\..\..\src\object.c
+ $PROJ_DIR$\..\..\src\irq.c
- $PROJ_DIR$\..\..\src\mem.c
+ $PROJ_DIR$\..\..\src\scheduler.c
- $PROJ_DIR$\..\..\src\device.c
+ $PROJ_DIR$\..\..\src\components.c
- $PROJ_DIR$\..\..\src\mempool.c
+ $PROJ_DIR$\..\..\src\thread.c
+
+
+ $PROJ_DIR$\..\..\src\mem.c
$PROJ_DIR$\..\..\src\kservice.c
- $PROJ_DIR$\..\..\src\scheduler.c
+ $PROJ_DIR$\..\..\src\device.c
$PROJ_DIR$\..\..\src\timer.c
- $PROJ_DIR$\..\..\src\idle.c
+ $PROJ_DIR$\..\..\src\object.c
- $PROJ_DIR$\..\..\src\components.c
+ $PROJ_DIR$\..\..\src\mempool.c
- $PROJ_DIR$\..\..\src\irq.c
+ $PROJ_DIR$\..\..\src\idle.c
$PROJ_DIR$\..\..\src\ipc.c
-
- $PROJ_DIR$\..\..\src\thread.c
-
libc
diff --git a/bsp/hc32l136/project.uvprojx b/bsp/hc32l136/project.uvprojx
index 98810316a42..ee75433d4f5 100644
--- a/bsp/hc32l136/project.uvprojx
+++ b/bsp/hc32l136/project.uvprojx
@@ -391,16 +391,16 @@
CPU
- div0.c
+ backtrace.c
1
- ..\..\libcpu\arm\common\div0.c
+ ..\..\libcpu\arm\common\backtrace.c
- backtrace.c
+ div0.c
1
- ..\..\libcpu\arm\common\backtrace.c
+ ..\..\libcpu\arm\common\div0.c
@@ -412,16 +412,16 @@
- cpuport.c
- 1
- ..\..\libcpu\arm\cortex-m0\cpuport.c
+ context_rvds.S
+ 2
+ ..\..\libcpu\arm\cortex-m0\context_rvds.S
- context_rvds.S
- 2
- ..\..\libcpu\arm\cortex-m0\context_rvds.S
+ cpuport.c
+ 1
+ ..\..\libcpu\arm\cortex-m0\cpuport.c
@@ -443,9 +443,9 @@
- pipe.c
+ workqueue.c
1
- ..\..\components\drivers\src\pipe.c
+ ..\..\components\drivers\src\workqueue.c
@@ -457,37 +457,37 @@
- workqueue.c
+ dataqueue.c
1
- ..\..\components\drivers\src\workqueue.c
+ ..\..\components\drivers\src\dataqueue.c
- completion.c
+ waitqueue.c
1
- ..\..\components\drivers\src\completion.c
+ ..\..\components\drivers\src\waitqueue.c
- ringblk_buf.c
+ completion.c
1
- ..\..\components\drivers\src\ringblk_buf.c
+ ..\..\components\drivers\src\completion.c
- waitqueue.c
+ ringblk_buf.c
1
- ..\..\components\drivers\src\waitqueue.c
+ ..\..\components\drivers\src\ringblk_buf.c
- dataqueue.c
+ pipe.c
1
- ..\..\components\drivers\src\dataqueue.c
+ ..\..\components\drivers\src\pipe.c
@@ -644,16 +644,16 @@
- components.c
+ kservice.c
1
- ..\..\src\components.c
+ ..\..\src\kservice.c
- irq.c
+ thread.c
1
- ..\..\src\irq.c
+ ..\..\src\thread.c
@@ -665,9 +665,9 @@
- thread.c
+ components.c
1
- ..\..\src\thread.c
+ ..\..\src\components.c
@@ -679,37 +679,37 @@
- mem.c
+ mempool.c
1
- ..\..\src\mem.c
+ ..\..\src\mempool.c
- kservice.c
+ timer.c
1
- ..\..\src\kservice.c
+ ..\..\src\timer.c
- mempool.c
+ irq.c
1
- ..\..\src\mempool.c
+ ..\..\src\irq.c
- clock.c
+ mem.c
1
- ..\..\src\clock.c
+ ..\..\src\mem.c
- timer.c
+ clock.c
1
- ..\..\src\timer.c
+ ..\..\src\clock.c
diff --git a/bsp/hc32l136/rtconfig.h b/bsp/hc32l136/rtconfig.h
index 47010908a36..4fe905d00d4 100644
--- a/bsp/hc32l136/rtconfig.h
+++ b/bsp/hc32l136/rtconfig.h
@@ -166,14 +166,17 @@
/* multimedia packages */
+/* LVGL: powerful and easy-to-use embedded GUI library */
-/* lvgl: powerful and easy-to-use embedded GUI library */
-
-/* end of lvgl: powerful and easy-to-use embedded GUI library */
+/* end of LVGL: powerful and easy-to-use embedded GUI library */
/* u8g2: a monochrome graphic library */
/* end of u8g2: a monochrome graphic library */
+
+/* PainterEngine: A cross-platform graphics application framework written in C language */
+
+/* end of PainterEngine: A cross-platform graphics application framework written in C language */
/* end of multimedia packages */
/* tools packages */
@@ -182,10 +185,18 @@
/* system packages */
+/* rt_kprintf: enhanced rt_kprintf packages */
+
+/* end of rt_kprintf: enhanced rt_kprintf packages */
+
/* acceleration: Assembly language or algorithmic acceleration packages */
/* end of acceleration: Assembly language or algorithmic acceleration packages */
+/* CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
+/* end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
/* Micrium: Micrium software products porting for RT-Thread */
/* end of Micrium: Micrium software products porting for RT-Thread */
diff --git a/bsp/hc32l196/.config b/bsp/hc32l196/.config
index af6ee88a860..6c23727c14d 100644
--- a/bsp/hc32l196/.config
+++ b/bsp/hc32l196/.config
@@ -331,6 +331,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_LORA_GW_DRIVER_LIB is not set
# CONFIG_PKG_USING_LORA_PKT_SNIFFER is not set
# CONFIG_PKG_USING_HM is not set
+# CONFIG_PKG_USING_SMALL_MODBUS is not set
# end of IoT - internet of things
#
@@ -355,17 +356,24 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
#
# multimedia packages
#
-# CONFIG_PKG_USING_OPENMV is not set
-# CONFIG_PKG_USING_MUPDF is not set
-# CONFIG_PKG_USING_STEMWIN is not set
#
-# lvgl: powerful and easy-to-use embedded GUI library
+# LVGL: powerful and easy-to-use embedded GUI library
#
-# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
# CONFIG_PKG_USING_LVGL is not set
-# end of lvgl: powerful and easy-to-use embedded GUI library
+# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
+# end of LVGL: powerful and easy-to-use embedded GUI library
+
+#
+# u8g2: a monochrome graphic library
+#
+# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
+# CONFIG_PKG_USING_U8G2 is not set
+# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_OPENMV is not set
+# CONFIG_PKG_USING_MUPDF is not set
+# CONFIG_PKG_USING_STEMWIN is not set
# CONFIG_PKG_USING_WAVPLAYER is not set
# CONFIG_PKG_USING_TJPGD is not set
# CONFIG_PKG_USING_PDFGEN is not set
@@ -378,11 +386,11 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_UGUI is not set
#
-# u8g2: a monochrome graphic library
+# PainterEngine: A cross-platform graphics application framework written in C language
#
-# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
-# CONFIG_PKG_USING_U8G2 is not set
-# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_PAINTERENGINE is not set
+# CONFIG_PKG_USING_PAINTERENGINE_AUX is not set
+# end of PainterEngine: A cross-platform graphics application framework written in C language
# end of multimedia packages
#
@@ -426,12 +434,20 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_MEM_SANDBOX is not set
# CONFIG_PKG_USING_SOLAR_TERMS is not set
# CONFIG_PKG_USING_GAN_ZHI is not set
+# CONFIG_PKG_USING_FDT is not set
# end of tools packages
#
# system packages
#
+#
+# rt_kprintf: enhanced rt_kprintf packages
+#
+# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
+# CONFIG_PKG_USING_RT_VSNPRINTF_FULL is not set
+# end of rt_kprintf: enhanced rt_kprintf packages
+
#
# acceleration: Assembly language or algorithmic acceleration packages
#
@@ -441,6 +457,14 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_QFPLIB_M3 is not set
# end of acceleration: Assembly language or algorithmic acceleration packages
+#
+# CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+#
+# CONFIG_PKG_USING_CMSIS_5 is not set
+# CONFIG_PKG_USING_CMSIS_5_AUX is not set
+# CONFIG_PKG_USING_CMSIS_RTOS2 is not set
+# end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+
#
# Micrium: Micrium software products porting for RT-Thread
#
@@ -460,7 +484,6 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_FLASHDB is not set
# CONFIG_PKG_USING_SQLITE is not set
# CONFIG_PKG_USING_RTI is not set
-# CONFIG_PKG_USING_CMSIS is not set
# CONFIG_PKG_USING_DFS_YAFFS is not set
# CONFIG_PKG_USING_LITTLEFS is not set
# CONFIG_PKG_USING_DFS_JFFS2 is not set
@@ -477,7 +500,6 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_QBOOT is not set
# CONFIG_PKG_USING_PPOOL is not set
# CONFIG_PKG_USING_OPENAMP is not set
-# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
# CONFIG_PKG_USING_LPM is not set
# CONFIG_PKG_USING_TLSF is not set
# CONFIG_PKG_USING_EVENT_RECORDER is not set
@@ -485,6 +507,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_WCWIDTH is not set
# CONFIG_PKG_USING_MCUBOOT is not set
# CONFIG_PKG_USING_TINYUSB is not set
+# CONFIG_PKG_USING_USB_STACK is not set
# end of system packages
#
@@ -561,6 +584,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_MISAKA_RGB_BLING is not set
# CONFIG_PKG_USING_BL_MCU_SDK is not set
# CONFIG_PKG_USING_SOFT_SERIAL is not set
+# CONFIG_PKG_USING_MB85RS16 is not set
# end of peripheral libraries and drivers
#
diff --git a/bsp/hc32l196/project.uvprojx b/bsp/hc32l196/project.uvprojx
index 8d6b4aabb95..af374ae7fbe 100644
--- a/bsp/hc32l196/project.uvprojx
+++ b/bsp/hc32l196/project.uvprojx
@@ -383,16 +383,16 @@
CPU
- div0.c
+ backtrace.c
1
- ..\..\libcpu\arm\common\div0.c
+ ..\..\libcpu\arm\common\backtrace.c
- backtrace.c
+ div0.c
1
- ..\..\libcpu\arm\common\backtrace.c
+ ..\..\libcpu\arm\common\div0.c
@@ -435,30 +435,30 @@
- pipe.c
+ workqueue.c
1
- ..\..\components\drivers\src\pipe.c
+ ..\..\components\drivers\src\workqueue.c
- ringblk_buf.c
+ waitqueue.c
1
- ..\..\components\drivers\src\ringblk_buf.c
+ ..\..\components\drivers\src\waitqueue.c
- ringbuffer.c
+ pipe.c
1
- ..\..\components\drivers\src\ringbuffer.c
+ ..\..\components\drivers\src\pipe.c
- completion.c
+ ringbuffer.c
1
- ..\..\components\drivers\src\completion.c
+ ..\..\components\drivers\src\ringbuffer.c
@@ -470,16 +470,16 @@
- workqueue.c
+ ringblk_buf.c
1
- ..\..\components\drivers\src\workqueue.c
+ ..\..\components\drivers\src\ringblk_buf.c
- waitqueue.c
+ completion.c
1
- ..\..\components\drivers\src\waitqueue.c
+ ..\..\components\drivers\src\completion.c
@@ -601,86 +601,86 @@
Kernel
- irq.c
+ thread.c
1
- ..\..\src\irq.c
+ ..\..\src\thread.c
- timer.c
+ idle.c
1
- ..\..\src\timer.c
+ ..\..\src\idle.c
- device.c
+ components.c
1
- ..\..\src\device.c
+ ..\..\src\components.c
- thread.c
+ clock.c
1
- ..\..\src\thread.c
+ ..\..\src\clock.c
- clock.c
+ irq.c
1
- ..\..\src\clock.c
+ ..\..\src\irq.c
- mem.c
+ scheduler.c
1
- ..\..\src\mem.c
+ ..\..\src\scheduler.c
- kservice.c
+ ipc.c
1
- ..\..\src\kservice.c
+ ..\..\src\ipc.c
- idle.c
+ kservice.c
1
- ..\..\src\idle.c
+ ..\..\src\kservice.c
- ipc.c
+ timer.c
1
- ..\..\src\ipc.c
+ ..\..\src\timer.c
- scheduler.c
+ device.c
1
- ..\..\src\scheduler.c
+ ..\..\src\device.c
- components.c
+ object.c
1
- ..\..\src\components.c
+ ..\..\src\object.c
- object.c
+ mem.c
1
- ..\..\src\object.c
+ ..\..\src\mem.c
@@ -716,16 +716,16 @@
- time.c
+ stdlib.c
1
- ..\..\components\libc\compilers\common\time.c
+ ..\..\components\libc\compilers\common\stdlib.c
- stdlib.c
+ time.c
1
- ..\..\components\libc\compilers\common\stdlib.c
+ ..\..\components\libc\compilers\common\time.c
diff --git a/bsp/hc32l196/rtconfig.h b/bsp/hc32l196/rtconfig.h
index 8559b2d9a0d..431388f260d 100644
--- a/bsp/hc32l196/rtconfig.h
+++ b/bsp/hc32l196/rtconfig.h
@@ -170,14 +170,17 @@
/* multimedia packages */
+/* LVGL: powerful and easy-to-use embedded GUI library */
-/* lvgl: powerful and easy-to-use embedded GUI library */
-
-/* end of lvgl: powerful and easy-to-use embedded GUI library */
+/* end of LVGL: powerful and easy-to-use embedded GUI library */
/* u8g2: a monochrome graphic library */
/* end of u8g2: a monochrome graphic library */
+
+/* PainterEngine: A cross-platform graphics application framework written in C language */
+
+/* end of PainterEngine: A cross-platform graphics application framework written in C language */
/* end of multimedia packages */
/* tools packages */
@@ -186,10 +189,18 @@
/* system packages */
+/* rt_kprintf: enhanced rt_kprintf packages */
+
+/* end of rt_kprintf: enhanced rt_kprintf packages */
+
/* acceleration: Assembly language or algorithmic acceleration packages */
/* end of acceleration: Assembly language or algorithmic acceleration packages */
+/* CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
+/* end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
/* Micrium: Micrium software products porting for RT-Thread */
/* end of Micrium: Micrium software products porting for RT-Thread */
diff --git a/bsp/hifive1/.config b/bsp/hifive1/.config
index 79eea90dd52..558741dccd1 100644
--- a/bsp/hifive1/.config
+++ b/bsp/hifive1/.config
@@ -322,6 +322,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_LORA_GW_DRIVER_LIB is not set
# CONFIG_PKG_USING_LORA_PKT_SNIFFER is not set
# CONFIG_PKG_USING_HM is not set
+# CONFIG_PKG_USING_SMALL_MODBUS is not set
# end of IoT - internet of things
#
@@ -346,17 +347,24 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
#
# multimedia packages
#
-# CONFIG_PKG_USING_OPENMV is not set
-# CONFIG_PKG_USING_MUPDF is not set
-# CONFIG_PKG_USING_STEMWIN is not set
#
-# lvgl: powerful and easy-to-use embedded GUI library
+# LVGL: powerful and easy-to-use embedded GUI library
#
-# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
# CONFIG_PKG_USING_LVGL is not set
-# end of lvgl: powerful and easy-to-use embedded GUI library
+# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
+# end of LVGL: powerful and easy-to-use embedded GUI library
+
+#
+# u8g2: a monochrome graphic library
+#
+# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
+# CONFIG_PKG_USING_U8G2 is not set
+# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_OPENMV is not set
+# CONFIG_PKG_USING_MUPDF is not set
+# CONFIG_PKG_USING_STEMWIN is not set
# CONFIG_PKG_USING_WAVPLAYER is not set
# CONFIG_PKG_USING_TJPGD is not set
# CONFIG_PKG_USING_PDFGEN is not set
@@ -369,11 +377,11 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_UGUI is not set
#
-# u8g2: a monochrome graphic library
+# PainterEngine: A cross-platform graphics application framework written in C language
#
-# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
-# CONFIG_PKG_USING_U8G2 is not set
-# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_PAINTERENGINE is not set
+# CONFIG_PKG_USING_PAINTERENGINE_AUX is not set
+# end of PainterEngine: A cross-platform graphics application framework written in C language
# end of multimedia packages
#
@@ -417,12 +425,20 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_MEM_SANDBOX is not set
# CONFIG_PKG_USING_SOLAR_TERMS is not set
# CONFIG_PKG_USING_GAN_ZHI is not set
+# CONFIG_PKG_USING_FDT is not set
# end of tools packages
#
# system packages
#
+#
+# rt_kprintf: enhanced rt_kprintf packages
+#
+# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
+# CONFIG_PKG_USING_RT_VSNPRINTF_FULL is not set
+# end of rt_kprintf: enhanced rt_kprintf packages
+
#
# acceleration: Assembly language or algorithmic acceleration packages
#
@@ -432,6 +448,14 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_QFPLIB_M3 is not set
# end of acceleration: Assembly language or algorithmic acceleration packages
+#
+# CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+#
+# CONFIG_PKG_USING_CMSIS_5 is not set
+# CONFIG_PKG_USING_CMSIS_5_AUX is not set
+# CONFIG_PKG_USING_CMSIS_RTOS2 is not set
+# end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+
#
# Micrium: Micrium software products porting for RT-Thread
#
@@ -451,7 +475,6 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_FLASHDB is not set
# CONFIG_PKG_USING_SQLITE is not set
# CONFIG_PKG_USING_RTI is not set
-# CONFIG_PKG_USING_CMSIS is not set
# CONFIG_PKG_USING_DFS_YAFFS is not set
# CONFIG_PKG_USING_LITTLEFS is not set
# CONFIG_PKG_USING_DFS_JFFS2 is not set
@@ -468,7 +491,6 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_QBOOT is not set
# CONFIG_PKG_USING_PPOOL is not set
# CONFIG_PKG_USING_OPENAMP is not set
-# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
# CONFIG_PKG_USING_LPM is not set
# CONFIG_PKG_USING_TLSF is not set
# CONFIG_PKG_USING_EVENT_RECORDER is not set
@@ -476,6 +498,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_WCWIDTH is not set
# CONFIG_PKG_USING_MCUBOOT is not set
# CONFIG_PKG_USING_TINYUSB is not set
+# CONFIG_PKG_USING_USB_STACK is not set
# end of system packages
#
@@ -552,6 +575,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_MISAKA_RGB_BLING is not set
# CONFIG_PKG_USING_BL_MCU_SDK is not set
# CONFIG_PKG_USING_SOFT_SERIAL is not set
+# CONFIG_PKG_USING_MB85RS16 is not set
# end of peripheral libraries and drivers
#
diff --git a/bsp/hifive1/rtconfig.h b/bsp/hifive1/rtconfig.h
index 94e4dd89205..2586b6ff8cf 100644
--- a/bsp/hifive1/rtconfig.h
+++ b/bsp/hifive1/rtconfig.h
@@ -164,14 +164,17 @@
/* multimedia packages */
+/* LVGL: powerful and easy-to-use embedded GUI library */
-/* lvgl: powerful and easy-to-use embedded GUI library */
-
-/* end of lvgl: powerful and easy-to-use embedded GUI library */
+/* end of LVGL: powerful and easy-to-use embedded GUI library */
/* u8g2: a monochrome graphic library */
/* end of u8g2: a monochrome graphic library */
+
+/* PainterEngine: A cross-platform graphics application framework written in C language */
+
+/* end of PainterEngine: A cross-platform graphics application framework written in C language */
/* end of multimedia packages */
/* tools packages */
@@ -180,10 +183,18 @@
/* system packages */
+/* rt_kprintf: enhanced rt_kprintf packages */
+
+/* end of rt_kprintf: enhanced rt_kprintf packages */
+
/* acceleration: Assembly language or algorithmic acceleration packages */
/* end of acceleration: Assembly language or algorithmic acceleration packages */
+/* CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
+/* end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
/* Micrium: Micrium software products porting for RT-Thread */
/* end of Micrium: Micrium software products porting for RT-Thread */
diff --git a/bsp/hk32/hk32f030c8-mini/.config b/bsp/hk32/hk32f030c8-mini/.config
index 3edc9268341..de679bca14c 100644
--- a/bsp/hk32/hk32f030c8-mini/.config
+++ b/bsp/hk32/hk32f030c8-mini/.config
@@ -332,6 +332,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_LORA_GW_DRIVER_LIB is not set
# CONFIG_PKG_USING_LORA_PKT_SNIFFER is not set
# CONFIG_PKG_USING_HM is not set
+# CONFIG_PKG_USING_SMALL_MODBUS is not set
# end of IoT - internet of things
#
@@ -356,17 +357,24 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
#
# multimedia packages
#
-# CONFIG_PKG_USING_OPENMV is not set
-# CONFIG_PKG_USING_MUPDF is not set
-# CONFIG_PKG_USING_STEMWIN is not set
#
-# lvgl: powerful and easy-to-use embedded GUI library
+# LVGL: powerful and easy-to-use embedded GUI library
#
-# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
# CONFIG_PKG_USING_LVGL is not set
-# end of lvgl: powerful and easy-to-use embedded GUI library
+# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
+# end of LVGL: powerful and easy-to-use embedded GUI library
+
+#
+# u8g2: a monochrome graphic library
+#
+# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
+# CONFIG_PKG_USING_U8G2 is not set
+# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_OPENMV is not set
+# CONFIG_PKG_USING_MUPDF is not set
+# CONFIG_PKG_USING_STEMWIN is not set
# CONFIG_PKG_USING_WAVPLAYER is not set
# CONFIG_PKG_USING_TJPGD is not set
# CONFIG_PKG_USING_PDFGEN is not set
@@ -379,11 +387,11 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_UGUI is not set
#
-# u8g2: a monochrome graphic library
+# PainterEngine: A cross-platform graphics application framework written in C language
#
-# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
-# CONFIG_PKG_USING_U8G2 is not set
-# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_PAINTERENGINE is not set
+# CONFIG_PKG_USING_PAINTERENGINE_AUX is not set
+# end of PainterEngine: A cross-platform graphics application framework written in C language
# end of multimedia packages
#
@@ -427,12 +435,20 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_MEM_SANDBOX is not set
# CONFIG_PKG_USING_SOLAR_TERMS is not set
# CONFIG_PKG_USING_GAN_ZHI is not set
+# CONFIG_PKG_USING_FDT is not set
# end of tools packages
#
# system packages
#
+#
+# rt_kprintf: enhanced rt_kprintf packages
+#
+# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
+# CONFIG_PKG_USING_RT_VSNPRINTF_FULL is not set
+# end of rt_kprintf: enhanced rt_kprintf packages
+
#
# acceleration: Assembly language or algorithmic acceleration packages
#
@@ -442,6 +458,14 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_QFPLIB_M3 is not set
# end of acceleration: Assembly language or algorithmic acceleration packages
+#
+# CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+#
+# CONFIG_PKG_USING_CMSIS_5 is not set
+# CONFIG_PKG_USING_CMSIS_5_AUX is not set
+# CONFIG_PKG_USING_CMSIS_RTOS2 is not set
+# end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+
#
# Micrium: Micrium software products porting for RT-Thread
#
@@ -461,7 +485,6 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_FLASHDB is not set
# CONFIG_PKG_USING_SQLITE is not set
# CONFIG_PKG_USING_RTI is not set
-# CONFIG_PKG_USING_CMSIS is not set
# CONFIG_PKG_USING_DFS_YAFFS is not set
# CONFIG_PKG_USING_LITTLEFS is not set
# CONFIG_PKG_USING_DFS_JFFS2 is not set
@@ -478,7 +501,6 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_QBOOT is not set
# CONFIG_PKG_USING_PPOOL is not set
# CONFIG_PKG_USING_OPENAMP is not set
-# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
# CONFIG_PKG_USING_LPM is not set
# CONFIG_PKG_USING_TLSF is not set
# CONFIG_PKG_USING_EVENT_RECORDER is not set
@@ -486,6 +508,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_WCWIDTH is not set
# CONFIG_PKG_USING_MCUBOOT is not set
# CONFIG_PKG_USING_TINYUSB is not set
+# CONFIG_PKG_USING_USB_STACK is not set
# end of system packages
#
@@ -562,6 +585,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_MISAKA_RGB_BLING is not set
# CONFIG_PKG_USING_BL_MCU_SDK is not set
# CONFIG_PKG_USING_SOFT_SERIAL is not set
+# CONFIG_PKG_USING_MB85RS16 is not set
# end of peripheral libraries and drivers
#
diff --git a/bsp/hk32/hk32f030c8-mini/project.ewp b/bsp/hk32/hk32f030c8-mini/project.ewp
index 19c4c84de66..f314deb9bdd 100644
--- a/bsp/hk32/hk32f030c8-mini/project.ewp
+++ b/bsp/hk32/hk32f030c8-mini/project.ewp
@@ -2086,9 +2086,6 @@
CPU
-
- $PROJ_DIR$\..\..\..\libcpu\arm\common\showmem.c
-
$PROJ_DIR$\..\..\..\libcpu\arm\common\div0.c
@@ -2096,11 +2093,14 @@
$PROJ_DIR$\..\..\..\libcpu\arm\common\backtrace.c
- $PROJ_DIR$\..\..\..\libcpu\arm\cortex-m0\cpuport.c
+ $PROJ_DIR$\..\..\..\libcpu\arm\common\showmem.c
$PROJ_DIR$\..\..\..\libcpu\arm\cortex-m0\context_iar.S
+
+ $PROJ_DIR$\..\..\..\libcpu\arm\cortex-m0\cpuport.c
+
DeviceDrivers
@@ -2123,22 +2123,22 @@
$PROJ_DIR$\..\..\..\components\drivers\src\waitqueue.c
- $PROJ_DIR$\..\..\..\components\drivers\src\workqueue.c
-
-
- $PROJ_DIR$\..\..\..\components\drivers\src\ringbuffer.c
+ $PROJ_DIR$\..\..\..\components\drivers\src\dataqueue.c
$PROJ_DIR$\..\..\..\components\drivers\src\completion.c
- $PROJ_DIR$\..\..\..\components\drivers\src\dataqueue.c
+ $PROJ_DIR$\..\..\..\components\drivers\src\ringblk_buf.c
$PROJ_DIR$\..\..\..\components\drivers\src\pipe.c
- $PROJ_DIR$\..\..\..\components\drivers\src\ringblk_buf.c
+ $PROJ_DIR$\..\..\..\components\drivers\src\workqueue.c
+
+
+ $PROJ_DIR$\..\..\..\components\drivers\src\ringbuffer.c
@@ -2146,15 +2146,15 @@
$PROJ_DIR$\..\libraries\HK32F0xx_StdPeriph_Driver\CMSIS\HK32F0xx\Source\system_hk32f0xx.c
-
- $PROJ_DIR$\..\libraries\HK32F0xx_StdPeriph_Driver\CMSIS\HK32F0xx\Source\iar\startup_hk32f030x4x6x8.s
-
$PROJ_DIR$\board\msp\hk32_msp.c
$PROJ_DIR$\board\board.c
+
+ $PROJ_DIR$\..\libraries\HK32F0xx_StdPeriph_Driver\CMSIS\HK32F0xx\Source\iar\startup_hk32f030x4x6x8.s
+
$PROJ_DIR$\..\libraries\rt_drivers\drv_gpio.c
@@ -2179,20 +2179,23 @@
Kernel
+
+ $PROJ_DIR$\..\..\..\src\mem.c
+
$PROJ_DIR$\..\..\..\src\thread.c
- $PROJ_DIR$\..\..\..\src\kservice.c
+ $PROJ_DIR$\..\..\..\src\scheduler.c
$PROJ_DIR$\..\..\..\src\idle.c
- $PROJ_DIR$\..\..\..\src\timer.c
+ $PROJ_DIR$\..\..\..\src\components.c
- $PROJ_DIR$\..\..\..\src\clock.c
+ $PROJ_DIR$\..\..\..\src\ipc.c
$PROJ_DIR$\..\..\..\src\device.c
@@ -2201,19 +2204,16 @@
$PROJ_DIR$\..\..\..\src\object.c
- $PROJ_DIR$\..\..\..\src\mem.c
+ $PROJ_DIR$\..\..\..\src\kservice.c
- $PROJ_DIR$\..\..\..\src\ipc.c
+ $PROJ_DIR$\..\..\..\src\clock.c
$PROJ_DIR$\..\..\..\src\irq.c
- $PROJ_DIR$\..\..\..\src\components.c
-
-
- $PROJ_DIR$\..\..\..\src\scheduler.c
+ $PROJ_DIR$\..\..\..\src\timer.c
@@ -2224,38 +2224,38 @@
$PROJ_DIR$\..\..\..\components\libc\compilers\common\stdlib.c
-
- $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_lseek.c
-
$PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_mem.c
- $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_remove.c
+ $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_write.c
- $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\stdio.c
+ $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_read.c
- $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscalls.c
+ $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_open.c
$PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_close.c
- $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\environ.c
+ $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_remove.c
- $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_write.c
+ $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscalls.c
$PROJ_DIR$\..\..\..\components\libc\compilers\dlib\libc.c
- $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_read.c
+ $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\environ.c
- $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_open.c
+ $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_lseek.c
+
+
+ $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\stdio.c
diff --git a/bsp/hk32/hk32f030c8-mini/project.uvproj b/bsp/hk32/hk32f030c8-mini/project.uvproj
index 3d61cfa029c..14284a23817 100644
--- a/bsp/hk32/hk32f030c8-mini/project.uvproj
+++ b/bsp/hk32/hk32f030c8-mini/project.uvproj
@@ -413,9 +413,9 @@
CPU
- backtrace.c
+ showmem.c
1
- ..\..\..\libcpu\arm\common\backtrace.c
+ ..\..\..\libcpu\arm\common\showmem.c
@@ -427,9 +427,9 @@
- showmem.c
+ backtrace.c
1
- ..\..\..\libcpu\arm\common\showmem.c
+ ..\..\..\libcpu\arm\common\backtrace.c
@@ -486,23 +486,23 @@
- pipe.c
+ workqueue.c
1
- ..\..\..\components\drivers\src\pipe.c
+ ..\..\..\components\drivers\src\workqueue.c
- completion.c
+ ringblk_buf.c
1
- ..\..\..\components\drivers\src\completion.c
+ ..\..\..\components\drivers\src\ringblk_buf.c
- waitqueue.c
+ pipe.c
1
- ..\..\..\components\drivers\src\waitqueue.c
+ ..\..\..\components\drivers\src\pipe.c
@@ -514,35 +514,28 @@
- ringbuffer.c
+ completion.c
1
- ..\..\..\components\drivers\src\ringbuffer.c
+ ..\..\..\components\drivers\src\completion.c
- workqueue.c
+ waitqueue.c
1
- ..\..\..\components\drivers\src\workqueue.c
+ ..\..\..\components\drivers\src\waitqueue.c
- ringblk_buf.c
+ ringbuffer.c
1
- ..\..\..\components\drivers\src\ringblk_buf.c
+ ..\..\..\components\drivers\src\ringbuffer.c
Drivers
-
-
- startup_hk32f030x4x6x8.s
- 2
- ..\libraries\HK32F0xx_StdPeriph_Driver\CMSIS\HK32F0xx\Source\ARM\startup_hk32f030x4x6x8.s
-
-
system_hk32f0xx.c
@@ -564,6 +557,13 @@
board\board.c
+
+
+ startup_hk32f030x4x6x8.s
+ 2
+ ..\libraries\HK32F0xx_StdPeriph_Driver\CMSIS\HK32F0xx\Source\ARM\startup_hk32f030x4x6x8.s
+
+
drv_gpio.c
@@ -614,9 +614,9 @@
Kernel
- timer.c
+ components.c
1
- ..\..\..\src\timer.c
+ ..\..\..\src\components.c
@@ -628,51 +628,51 @@
- thread.c
+ mem.c
1
- ..\..\..\src\thread.c
+ ..\..\..\src\mem.c
- scheduler.c
+ idle.c
1
- ..\..\..\src\scheduler.c
+ ..\..\..\src\idle.c
- clock.c
+ scheduler.c
1
- ..\..\..\src\clock.c
+ ..\..\..\src\scheduler.c
- components.c
+ clock.c
1
- ..\..\..\src\components.c
+ ..\..\..\src\clock.c
- idle.c
+ device.c
1
- ..\..\..\src\idle.c
+ ..\..\..\src\device.c
- kservice.c
+ thread.c
1
- ..\..\..\src\kservice.c
+ ..\..\..\src\thread.c
- device.c
+ ipc.c
1
- ..\..\..\src\device.c
+ ..\..\..\src\ipc.c
@@ -684,16 +684,16 @@
- mem.c
+ kservice.c
1
- ..\..\..\src\mem.c
+ ..\..\..\src\kservice.c
- ipc.c
+ timer.c
1
- ..\..\..\src\ipc.c
+ ..\..\..\src\timer.c
diff --git a/bsp/hk32/hk32f030c8-mini/project.uvprojx b/bsp/hk32/hk32f030c8-mini/project.uvprojx
index 59afda7662b..4d61e34db7c 100644
--- a/bsp/hk32/hk32f030c8-mini/project.uvprojx
+++ b/bsp/hk32/hk32f030c8-mini/project.uvprojx
@@ -391,16 +391,16 @@
CPU
- backtrace.c
+ showmem.c
1
- ..\..\..\libcpu\arm\common\backtrace.c
+ ..\..\..\libcpu\arm\common\showmem.c
- showmem.c
+ backtrace.c
1
- ..\..\..\libcpu\arm\common\showmem.c
+ ..\..\..\libcpu\arm\common\backtrace.c
@@ -412,16 +412,16 @@
- context_rvds.S
- 2
- ..\..\..\libcpu\arm\cortex-m0\context_rvds.S
+ cpuport.c
+ 1
+ ..\..\..\libcpu\arm\cortex-m0\cpuport.c
- cpuport.c
- 1
- ..\..\..\libcpu\arm\cortex-m0\cpuport.c
+ context_rvds.S
+ 2
+ ..\..\..\libcpu\arm\cortex-m0\context_rvds.S
@@ -464,63 +464,56 @@
- waitqueue.c
+ pipe.c
1
- ..\..\..\components\drivers\src\waitqueue.c
+ ..\..\..\components\drivers\src\pipe.c
- ringblk_buf.c
+ workqueue.c
1
- ..\..\..\components\drivers\src\ringblk_buf.c
+ ..\..\..\components\drivers\src\workqueue.c
- dataqueue.c
+ ringbuffer.c
1
- ..\..\..\components\drivers\src\dataqueue.c
+ ..\..\..\components\drivers\src\ringbuffer.c
- pipe.c
+ ringblk_buf.c
1
- ..\..\..\components\drivers\src\pipe.c
+ ..\..\..\components\drivers\src\ringblk_buf.c
- workqueue.c
+ completion.c
1
- ..\..\..\components\drivers\src\workqueue.c
+ ..\..\..\components\drivers\src\completion.c
- ringbuffer.c
+ dataqueue.c
1
- ..\..\..\components\drivers\src\ringbuffer.c
+ ..\..\..\components\drivers\src\dataqueue.c
- completion.c
+ waitqueue.c
1
- ..\..\..\components\drivers\src\completion.c
+ ..\..\..\components\drivers\src\waitqueue.c
Drivers
-
-
- startup_hk32f030x4x6x8.s
- 2
- ..\libraries\HK32F0xx_StdPeriph_Driver\CMSIS\HK32F0xx\Source\ARM\startup_hk32f030x4x6x8.s
-
-
system_hk32f0xx.c
@@ -542,6 +535,13 @@
board\board.c
+
+
+ startup_hk32f030x4x6x8.s
+ 2
+ ..\libraries\HK32F0xx_StdPeriph_Driver\CMSIS\HK32F0xx\Source\ARM\startup_hk32f030x4x6x8.s
+
+
drv_gpio.c
@@ -592,37 +592,37 @@
Kernel
- timer.c
+ device.c
1
- ..\..\..\src\timer.c
+ ..\..\..\src\device.c
- device.c
+ object.c
1
- ..\..\..\src\device.c
+ ..\..\..\src\object.c
- mem.c
+ idle.c
1
- ..\..\..\src\mem.c
+ ..\..\..\src\idle.c
- components.c
+ kservice.c
1
- ..\..\..\src\components.c
+ ..\..\..\src\kservice.c
- irq.c
+ components.c
1
- ..\..\..\src\irq.c
+ ..\..\..\src\components.c
@@ -634,49 +634,56 @@
- object.c
+ mem.c
1
- ..\..\..\src\object.c
+ ..\..\..\src\mem.c
- ipc.c
+ clock.c
1
- ..\..\..\src\ipc.c
+ ..\..\..\src\clock.c
- clock.c
+ irq.c
1
- ..\..\..\src\clock.c
+ ..\..\..\src\irq.c
- thread.c
+ timer.c
1
- ..\..\..\src\thread.c
+ ..\..\..\src\timer.c
- idle.c
+ ipc.c
1
- ..\..\..\src\idle.c
+ ..\..\..\src\ipc.c
- kservice.c
+ thread.c
1
- ..\..\..\src\kservice.c
+ ..\..\..\src\thread.c
libc
+
+
+ libc.c
+ 1
+ ..\..\..\components\libc\compilers\armlibc\libc.c
+
+
syscalls.c
@@ -693,9 +700,9 @@
- libc.c
+ time.c
1
- ..\..\..\components\libc\compilers\armlibc\libc.c
+ ..\..\..\components\libc\compilers\common\time.c
@@ -705,13 +712,6 @@
..\..\..\components\libc\compilers\common\stdlib.c
-
-
- time.c
- 1
- ..\..\..\components\libc\compilers\common\time.c
-
-
Libraries
diff --git a/bsp/hk32/hk32f030c8-mini/rtconfig.h b/bsp/hk32/hk32f030c8-mini/rtconfig.h
index ad1410a5314..10294ebe751 100644
--- a/bsp/hk32/hk32f030c8-mini/rtconfig.h
+++ b/bsp/hk32/hk32f030c8-mini/rtconfig.h
@@ -168,14 +168,17 @@
/* multimedia packages */
+/* LVGL: powerful and easy-to-use embedded GUI library */
-/* lvgl: powerful and easy-to-use embedded GUI library */
-
-/* end of lvgl: powerful and easy-to-use embedded GUI library */
+/* end of LVGL: powerful and easy-to-use embedded GUI library */
/* u8g2: a monochrome graphic library */
/* end of u8g2: a monochrome graphic library */
+
+/* PainterEngine: A cross-platform graphics application framework written in C language */
+
+/* end of PainterEngine: A cross-platform graphics application framework written in C language */
/* end of multimedia packages */
/* tools packages */
@@ -184,10 +187,18 @@
/* system packages */
+/* rt_kprintf: enhanced rt_kprintf packages */
+
+/* end of rt_kprintf: enhanced rt_kprintf packages */
+
/* acceleration: Assembly language or algorithmic acceleration packages */
/* end of acceleration: Assembly language or algorithmic acceleration packages */
+/* CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
+/* end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
/* Micrium: Micrium software products porting for RT-Thread */
/* end of Micrium: Micrium software products porting for RT-Thread */
diff --git a/bsp/imx6sx/cortex-a9/.config b/bsp/imx6sx/cortex-a9/.config
index fd062eca1fb..c20c56438e3 100644
--- a/bsp/imx6sx/cortex-a9/.config
+++ b/bsp/imx6sx/cortex-a9/.config
@@ -415,6 +415,7 @@ CONFIG_RT_LWIP_USING_PING=y
# CONFIG_PKG_USING_LORA_GW_DRIVER_LIB is not set
# CONFIG_PKG_USING_LORA_PKT_SNIFFER is not set
# CONFIG_PKG_USING_HM is not set
+# CONFIG_PKG_USING_SMALL_MODBUS is not set
# end of IoT - internet of things
#
@@ -439,17 +440,24 @@ CONFIG_RT_LWIP_USING_PING=y
#
# multimedia packages
#
-# CONFIG_PKG_USING_OPENMV is not set
-# CONFIG_PKG_USING_MUPDF is not set
-# CONFIG_PKG_USING_STEMWIN is not set
#
-# lvgl: powerful and easy-to-use embedded GUI library
+# LVGL: powerful and easy-to-use embedded GUI library
#
-# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
# CONFIG_PKG_USING_LVGL is not set
-# end of lvgl: powerful and easy-to-use embedded GUI library
+# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
+# end of LVGL: powerful and easy-to-use embedded GUI library
+
+#
+# u8g2: a monochrome graphic library
+#
+# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
+# CONFIG_PKG_USING_U8G2 is not set
+# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_OPENMV is not set
+# CONFIG_PKG_USING_MUPDF is not set
+# CONFIG_PKG_USING_STEMWIN is not set
# CONFIG_PKG_USING_WAVPLAYER is not set
# CONFIG_PKG_USING_TJPGD is not set
# CONFIG_PKG_USING_PDFGEN is not set
@@ -462,11 +470,11 @@ CONFIG_RT_LWIP_USING_PING=y
# CONFIG_PKG_USING_UGUI is not set
#
-# u8g2: a monochrome graphic library
+# PainterEngine: A cross-platform graphics application framework written in C language
#
-# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
-# CONFIG_PKG_USING_U8G2 is not set
-# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_PAINTERENGINE is not set
+# CONFIG_PKG_USING_PAINTERENGINE_AUX is not set
+# end of PainterEngine: A cross-platform graphics application framework written in C language
# end of multimedia packages
#
@@ -510,12 +518,20 @@ CONFIG_RT_LWIP_USING_PING=y
# CONFIG_PKG_USING_MEM_SANDBOX is not set
# CONFIG_PKG_USING_SOLAR_TERMS is not set
# CONFIG_PKG_USING_GAN_ZHI is not set
+# CONFIG_PKG_USING_FDT is not set
# end of tools packages
#
# system packages
#
+#
+# rt_kprintf: enhanced rt_kprintf packages
+#
+# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
+# CONFIG_PKG_USING_RT_VSNPRINTF_FULL is not set
+# end of rt_kprintf: enhanced rt_kprintf packages
+
#
# acceleration: Assembly language or algorithmic acceleration packages
#
@@ -525,6 +541,14 @@ CONFIG_RT_LWIP_USING_PING=y
# CONFIG_PKG_USING_QFPLIB_M3 is not set
# end of acceleration: Assembly language or algorithmic acceleration packages
+#
+# CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+#
+# CONFIG_PKG_USING_CMSIS_5 is not set
+# CONFIG_PKG_USING_CMSIS_5_AUX is not set
+# CONFIG_PKG_USING_CMSIS_RTOS2 is not set
+# end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+
#
# Micrium: Micrium software products porting for RT-Thread
#
@@ -544,7 +568,6 @@ CONFIG_RT_LWIP_USING_PING=y
# CONFIG_PKG_USING_FLASHDB is not set
# CONFIG_PKG_USING_SQLITE is not set
# CONFIG_PKG_USING_RTI is not set
-# CONFIG_PKG_USING_CMSIS is not set
# CONFIG_PKG_USING_DFS_YAFFS is not set
# CONFIG_PKG_USING_LITTLEFS is not set
# CONFIG_PKG_USING_DFS_JFFS2 is not set
@@ -561,7 +584,6 @@ CONFIG_RT_LWIP_USING_PING=y
# CONFIG_PKG_USING_QBOOT is not set
# CONFIG_PKG_USING_PPOOL is not set
# CONFIG_PKG_USING_OPENAMP is not set
-# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
# CONFIG_PKG_USING_LPM is not set
# CONFIG_PKG_USING_TLSF is not set
# CONFIG_PKG_USING_EVENT_RECORDER is not set
@@ -569,6 +591,7 @@ CONFIG_RT_LWIP_USING_PING=y
# CONFIG_PKG_USING_WCWIDTH is not set
# CONFIG_PKG_USING_MCUBOOT is not set
# CONFIG_PKG_USING_TINYUSB is not set
+# CONFIG_PKG_USING_USB_STACK is not set
# end of system packages
#
@@ -645,6 +668,7 @@ CONFIG_RT_LWIP_USING_PING=y
# CONFIG_PKG_USING_MISAKA_RGB_BLING is not set
# CONFIG_PKG_USING_BL_MCU_SDK is not set
# CONFIG_PKG_USING_SOFT_SERIAL is not set
+# CONFIG_PKG_USING_MB85RS16 is not set
# end of peripheral libraries and drivers
#
diff --git a/bsp/imx6sx/cortex-a9/rtconfig.h b/bsp/imx6sx/cortex-a9/rtconfig.h
index e830e7a0f12..09338ec670e 100644
--- a/bsp/imx6sx/cortex-a9/rtconfig.h
+++ b/bsp/imx6sx/cortex-a9/rtconfig.h
@@ -232,14 +232,17 @@
/* multimedia packages */
+/* LVGL: powerful and easy-to-use embedded GUI library */
-/* lvgl: powerful and easy-to-use embedded GUI library */
-
-/* end of lvgl: powerful and easy-to-use embedded GUI library */
+/* end of LVGL: powerful and easy-to-use embedded GUI library */
/* u8g2: a monochrome graphic library */
/* end of u8g2: a monochrome graphic library */
+
+/* PainterEngine: A cross-platform graphics application framework written in C language */
+
+/* end of PainterEngine: A cross-platform graphics application framework written in C language */
/* end of multimedia packages */
/* tools packages */
@@ -248,10 +251,18 @@
/* system packages */
+/* rt_kprintf: enhanced rt_kprintf packages */
+
+/* end of rt_kprintf: enhanced rt_kprintf packages */
+
/* acceleration: Assembly language or algorithmic acceleration packages */
/* end of acceleration: Assembly language or algorithmic acceleration packages */
+/* CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
+/* end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
/* Micrium: Micrium software products porting for RT-Thread */
/* end of Micrium: Micrium software products porting for RT-Thread */
diff --git a/bsp/imx6ul/.config b/bsp/imx6ul/.config
index ff087f23e14..3915c35268e 100644
--- a/bsp/imx6ul/.config
+++ b/bsp/imx6ul/.config
@@ -343,6 +343,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_LORA_GW_DRIVER_LIB is not set
# CONFIG_PKG_USING_LORA_PKT_SNIFFER is not set
# CONFIG_PKG_USING_HM is not set
+# CONFIG_PKG_USING_SMALL_MODBUS is not set
# end of IoT - internet of things
#
@@ -367,17 +368,24 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
#
# multimedia packages
#
-# CONFIG_PKG_USING_OPENMV is not set
-# CONFIG_PKG_USING_MUPDF is not set
-# CONFIG_PKG_USING_STEMWIN is not set
#
-# lvgl: powerful and easy-to-use embedded GUI library
+# LVGL: powerful and easy-to-use embedded GUI library
#
-# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
# CONFIG_PKG_USING_LVGL is not set
-# end of lvgl: powerful and easy-to-use embedded GUI library
+# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
+# end of LVGL: powerful and easy-to-use embedded GUI library
+
+#
+# u8g2: a monochrome graphic library
+#
+# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
+# CONFIG_PKG_USING_U8G2 is not set
+# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_OPENMV is not set
+# CONFIG_PKG_USING_MUPDF is not set
+# CONFIG_PKG_USING_STEMWIN is not set
# CONFIG_PKG_USING_WAVPLAYER is not set
# CONFIG_PKG_USING_TJPGD is not set
# CONFIG_PKG_USING_PDFGEN is not set
@@ -390,11 +398,11 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_UGUI is not set
#
-# u8g2: a monochrome graphic library
+# PainterEngine: A cross-platform graphics application framework written in C language
#
-# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
-# CONFIG_PKG_USING_U8G2 is not set
-# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_PAINTERENGINE is not set
+# CONFIG_PKG_USING_PAINTERENGINE_AUX is not set
+# end of PainterEngine: A cross-platform graphics application framework written in C language
# end of multimedia packages
#
@@ -438,12 +446,20 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_MEM_SANDBOX is not set
# CONFIG_PKG_USING_SOLAR_TERMS is not set
# CONFIG_PKG_USING_GAN_ZHI is not set
+# CONFIG_PKG_USING_FDT is not set
# end of tools packages
#
# system packages
#
+#
+# rt_kprintf: enhanced rt_kprintf packages
+#
+# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
+# CONFIG_PKG_USING_RT_VSNPRINTF_FULL is not set
+# end of rt_kprintf: enhanced rt_kprintf packages
+
#
# acceleration: Assembly language or algorithmic acceleration packages
#
@@ -453,6 +469,14 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_QFPLIB_M3 is not set
# end of acceleration: Assembly language or algorithmic acceleration packages
+#
+# CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+#
+# CONFIG_PKG_USING_CMSIS_5 is not set
+# CONFIG_PKG_USING_CMSIS_5_AUX is not set
+# CONFIG_PKG_USING_CMSIS_RTOS2 is not set
+# end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+
#
# Micrium: Micrium software products porting for RT-Thread
#
@@ -473,7 +497,6 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_FLASHDB is not set
# CONFIG_PKG_USING_SQLITE is not set
# CONFIG_PKG_USING_RTI is not set
-# CONFIG_PKG_USING_CMSIS is not set
# CONFIG_PKG_USING_DFS_YAFFS is not set
# CONFIG_PKG_USING_LITTLEFS is not set
# CONFIG_PKG_USING_DFS_JFFS2 is not set
@@ -490,7 +513,6 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_QBOOT is not set
# CONFIG_PKG_USING_PPOOL is not set
# CONFIG_PKG_USING_OPENAMP is not set
-# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
# CONFIG_PKG_USING_LPM is not set
# CONFIG_PKG_USING_TLSF is not set
# CONFIG_PKG_USING_EVENT_RECORDER is not set
@@ -498,6 +520,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_WCWIDTH is not set
# CONFIG_PKG_USING_MCUBOOT is not set
# CONFIG_PKG_USING_TINYUSB is not set
+# CONFIG_PKG_USING_USB_STACK is not set
# end of system packages
#
@@ -574,6 +597,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_MISAKA_RGB_BLING is not set
# CONFIG_PKG_USING_BL_MCU_SDK is not set
# CONFIG_PKG_USING_SOFT_SERIAL is not set
+# CONFIG_PKG_USING_MB85RS16 is not set
# end of peripheral libraries and drivers
#
diff --git a/bsp/imx6ul/rtconfig.h b/bsp/imx6ul/rtconfig.h
index 28054d6e6f6..f50d585d95a 100644
--- a/bsp/imx6ul/rtconfig.h
+++ b/bsp/imx6ul/rtconfig.h
@@ -174,14 +174,17 @@
/* multimedia packages */
+/* LVGL: powerful and easy-to-use embedded GUI library */
-/* lvgl: powerful and easy-to-use embedded GUI library */
-
-/* end of lvgl: powerful and easy-to-use embedded GUI library */
+/* end of LVGL: powerful and easy-to-use embedded GUI library */
/* u8g2: a monochrome graphic library */
/* end of u8g2: a monochrome graphic library */
+
+/* PainterEngine: A cross-platform graphics application framework written in C language */
+
+/* end of PainterEngine: A cross-platform graphics application framework written in C language */
/* end of multimedia packages */
/* tools packages */
@@ -190,10 +193,18 @@
/* system packages */
+/* rt_kprintf: enhanced rt_kprintf packages */
+
+/* end of rt_kprintf: enhanced rt_kprintf packages */
+
/* acceleration: Assembly language or algorithmic acceleration packages */
/* end of acceleration: Assembly language or algorithmic acceleration packages */
+/* CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
+/* end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
/* Micrium: Micrium software products porting for RT-Thread */
/* end of Micrium: Micrium software products porting for RT-Thread */
diff --git a/bsp/imxrt/imxrt1052-atk-commander/.config b/bsp/imxrt/imxrt1052-atk-commander/.config
index 604320aad5f..15563634ee7 100644
--- a/bsp/imxrt/imxrt1052-atk-commander/.config
+++ b/bsp/imxrt/imxrt1052-atk-commander/.config
@@ -349,6 +349,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_LORA_GW_DRIVER_LIB is not set
# CONFIG_PKG_USING_LORA_PKT_SNIFFER is not set
# CONFIG_PKG_USING_HM is not set
+# CONFIG_PKG_USING_SMALL_MODBUS is not set
# end of IoT - internet of things
#
@@ -373,17 +374,24 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
#
# multimedia packages
#
-# CONFIG_PKG_USING_OPENMV is not set
-# CONFIG_PKG_USING_MUPDF is not set
-# CONFIG_PKG_USING_STEMWIN is not set
#
-# lvgl: powerful and easy-to-use embedded GUI library
+# LVGL: powerful and easy-to-use embedded GUI library
#
-# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
# CONFIG_PKG_USING_LVGL is not set
-# end of lvgl: powerful and easy-to-use embedded GUI library
+# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
+# end of LVGL: powerful and easy-to-use embedded GUI library
+
+#
+# u8g2: a monochrome graphic library
+#
+# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
+# CONFIG_PKG_USING_U8G2 is not set
+# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_OPENMV is not set
+# CONFIG_PKG_USING_MUPDF is not set
+# CONFIG_PKG_USING_STEMWIN is not set
# CONFIG_PKG_USING_WAVPLAYER is not set
# CONFIG_PKG_USING_TJPGD is not set
# CONFIG_PKG_USING_PDFGEN is not set
@@ -396,11 +404,11 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_UGUI is not set
#
-# u8g2: a monochrome graphic library
+# PainterEngine: A cross-platform graphics application framework written in C language
#
-# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
-# CONFIG_PKG_USING_U8G2 is not set
-# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_PAINTERENGINE is not set
+# CONFIG_PKG_USING_PAINTERENGINE_AUX is not set
+# end of PainterEngine: A cross-platform graphics application framework written in C language
# end of multimedia packages
#
@@ -444,12 +452,20 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_MEM_SANDBOX is not set
# CONFIG_PKG_USING_SOLAR_TERMS is not set
# CONFIG_PKG_USING_GAN_ZHI is not set
+# CONFIG_PKG_USING_FDT is not set
# end of tools packages
#
# system packages
#
+#
+# rt_kprintf: enhanced rt_kprintf packages
+#
+# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
+# CONFIG_PKG_USING_RT_VSNPRINTF_FULL is not set
+# end of rt_kprintf: enhanced rt_kprintf packages
+
#
# acceleration: Assembly language or algorithmic acceleration packages
#
@@ -459,6 +475,14 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_QFPLIB_M3 is not set
# end of acceleration: Assembly language or algorithmic acceleration packages
+#
+# CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+#
+# CONFIG_PKG_USING_CMSIS_5 is not set
+# CONFIG_PKG_USING_CMSIS_5_AUX is not set
+# CONFIG_PKG_USING_CMSIS_RTOS2 is not set
+# end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+
#
# Micrium: Micrium software products porting for RT-Thread
#
@@ -478,7 +502,6 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_FLASHDB is not set
# CONFIG_PKG_USING_SQLITE is not set
# CONFIG_PKG_USING_RTI is not set
-# CONFIG_PKG_USING_CMSIS is not set
# CONFIG_PKG_USING_DFS_YAFFS is not set
# CONFIG_PKG_USING_LITTLEFS is not set
# CONFIG_PKG_USING_DFS_JFFS2 is not set
@@ -495,7 +518,6 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_QBOOT is not set
# CONFIG_PKG_USING_PPOOL is not set
# CONFIG_PKG_USING_OPENAMP is not set
-# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
# CONFIG_PKG_USING_LPM is not set
# CONFIG_PKG_USING_TLSF is not set
# CONFIG_PKG_USING_EVENT_RECORDER is not set
@@ -503,6 +525,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_WCWIDTH is not set
# CONFIG_PKG_USING_MCUBOOT is not set
# CONFIG_PKG_USING_TINYUSB is not set
+# CONFIG_PKG_USING_USB_STACK is not set
# end of system packages
#
@@ -579,6 +602,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_MISAKA_RGB_BLING is not set
# CONFIG_PKG_USING_BL_MCU_SDK is not set
# CONFIG_PKG_USING_SOFT_SERIAL is not set
+# CONFIG_PKG_USING_MB85RS16 is not set
# end of peripheral libraries and drivers
#
diff --git a/bsp/imxrt/imxrt1052-atk-commander/project.uvprojx b/bsp/imxrt/imxrt1052-atk-commander/project.uvprojx
index b0bcf68f4a3..46c4e3b60e2 100644
--- a/bsp/imxrt/imxrt1052-atk-commander/project.uvprojx
+++ b/bsp/imxrt/imxrt1052-atk-commander/project.uvprojx
@@ -378,16 +378,16 @@
Applications
- mnt.c
+ main.c
1
- applications\mnt.c
+ applications\main.c
- main.c
+ mnt.c
1
- applications\main.c
+ applications\mnt.c
@@ -395,9 +395,9 @@
CPU
- div0.c
+ backtrace.c
1
- ..\..\..\libcpu\arm\common\div0.c
+ ..\..\..\libcpu\arm\common\backtrace.c
@@ -409,16 +409,16 @@
- backtrace.c
+ div0.c
1
- ..\..\..\libcpu\arm\common\backtrace.c
+ ..\..\..\libcpu\arm\common\div0.c
- context_rvds.S
- 2
- ..\..\..\libcpu\arm\cortex-m7\context_rvds.S
+ cpu_cache.c
+ 1
+ ..\..\..\libcpu\arm\cortex-m7\cpu_cache.c
@@ -430,9 +430,9 @@
- cpu_cache.c
- 1
- ..\..\..\libcpu\arm\cortex-m7\cpu_cache.c
+ context_rvds.S
+ 2
+ ..\..\..\libcpu\arm\cortex-m7\context_rvds.S
@@ -496,51 +496,51 @@
- ringblk_buf.c
+ ringbuffer.c
1
- ..\..\..\components\drivers\src\ringblk_buf.c
+ ..\..\..\components\drivers\src\ringbuffer.c
- waitqueue.c
+ pipe.c
1
- ..\..\..\components\drivers\src\waitqueue.c
+ ..\..\..\components\drivers\src\pipe.c
- workqueue.c
+ completion.c
1
- ..\..\..\components\drivers\src\workqueue.c
+ ..\..\..\components\drivers\src\completion.c
- ringbuffer.c
+ dataqueue.c
1
- ..\..\..\components\drivers\src\ringbuffer.c
+ ..\..\..\components\drivers\src\dataqueue.c
- completion.c
+ workqueue.c
1
- ..\..\..\components\drivers\src\completion.c
+ ..\..\..\components\drivers\src\workqueue.c
- pipe.c
+ waitqueue.c
1
- ..\..\..\components\drivers\src\pipe.c
+ ..\..\..\components\drivers\src\waitqueue.c
- dataqueue.c
+ ringblk_buf.c
1
- ..\..\..\components\drivers\src\dataqueue.c
+ ..\..\..\components\drivers\src\ringblk_buf.c
@@ -688,16 +688,9 @@
Kernel
- device.c
- 1
- ..\..\..\src\device.c
-
-
-
-
- thread.c
+ scheduler.c
1
- ..\..\..\src\thread.c
+ ..\..\..\src\scheduler.c
@@ -730,63 +723,63 @@
- memheap.c
+ mempool.c
1
- ..\..\..\src\memheap.c
+ ..\..\..\src\mempool.c
- components.c
+ device.c
1
- ..\..\..\src\components.c
+ ..\..\..\src\device.c
- timer.c
+ irq.c
1
- ..\..\..\src\timer.c
+ ..\..\..\src\irq.c
- mempool.c
+ thread.c
1
- ..\..\..\src\mempool.c
+ ..\..\..\src\thread.c
- scheduler.c
+ idle.c
1
- ..\..\..\src\scheduler.c
+ ..\..\..\src\idle.c
- idle.c
+ timer.c
1
- ..\..\..\src\idle.c
+ ..\..\..\src\timer.c
- irq.c
+ components.c
1
- ..\..\..\src\irq.c
+ ..\..\..\src\components.c
-
-
- libc
- syscalls.c
+ memheap.c
1
- ..\..\..\components\libc\compilers\armlibc\syscalls.c
+ ..\..\..\src\memheap.c
+
+
+ libc
stdio.c
@@ -796,9 +789,9 @@
- mem_std.c
+ syscalls.c
1
- ..\..\..\components\libc\compilers\armlibc\mem_std.c
+ ..\..\..\components\libc\compilers\armlibc\syscalls.c
@@ -810,23 +803,23 @@
- delay.c
+ mem_std.c
1
- ..\..\..\components\libc\compilers\common\delay.c
+ ..\..\..\components\libc\compilers\armlibc\mem_std.c
- time.c
+ unistd.c
1
- ..\..\..\components\libc\compilers\common\time.c
+ ..\..\..\components\libc\compilers\common\unistd.c
- unistd.c
+ time.c
1
- ..\..\..\components\libc\compilers\common\unistd.c
+ ..\..\..\components\libc\compilers\common\time.c
@@ -836,6 +829,13 @@
..\..\..\components\libc\compilers\common\stdlib.c
+
+
+ delay.c
+ 1
+ ..\..\..\components\libc\compilers\common\delay.c
+
+
Libraries
diff --git a/bsp/imxrt/imxrt1052-atk-commander/rtconfig.h b/bsp/imxrt/imxrt1052-atk-commander/rtconfig.h
index df74112ff70..8ecb214f6bb 100644
--- a/bsp/imxrt/imxrt1052-atk-commander/rtconfig.h
+++ b/bsp/imxrt/imxrt1052-atk-commander/rtconfig.h
@@ -179,14 +179,17 @@
/* multimedia packages */
+/* LVGL: powerful and easy-to-use embedded GUI library */
-/* lvgl: powerful and easy-to-use embedded GUI library */
-
-/* end of lvgl: powerful and easy-to-use embedded GUI library */
+/* end of LVGL: powerful and easy-to-use embedded GUI library */
/* u8g2: a monochrome graphic library */
/* end of u8g2: a monochrome graphic library */
+
+/* PainterEngine: A cross-platform graphics application framework written in C language */
+
+/* end of PainterEngine: A cross-platform graphics application framework written in C language */
/* end of multimedia packages */
/* tools packages */
@@ -195,10 +198,18 @@
/* system packages */
+/* rt_kprintf: enhanced rt_kprintf packages */
+
+/* end of rt_kprintf: enhanced rt_kprintf packages */
+
/* acceleration: Assembly language or algorithmic acceleration packages */
/* end of acceleration: Assembly language or algorithmic acceleration packages */
+/* CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
+/* end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
/* Micrium: Micrium software products porting for RT-Thread */
/* end of Micrium: Micrium software products porting for RT-Thread */
diff --git a/bsp/imxrt/imxrt1052-fire-pro/.config b/bsp/imxrt/imxrt1052-fire-pro/.config
index 5da9b41edd6..70d530d45e9 100644
--- a/bsp/imxrt/imxrt1052-fire-pro/.config
+++ b/bsp/imxrt/imxrt1052-fire-pro/.config
@@ -325,6 +325,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_LORA_GW_DRIVER_LIB is not set
# CONFIG_PKG_USING_LORA_PKT_SNIFFER is not set
# CONFIG_PKG_USING_HM is not set
+# CONFIG_PKG_USING_SMALL_MODBUS is not set
# end of IoT - internet of things
#
@@ -349,17 +350,24 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
#
# multimedia packages
#
-# CONFIG_PKG_USING_OPENMV is not set
-# CONFIG_PKG_USING_MUPDF is not set
-# CONFIG_PKG_USING_STEMWIN is not set
#
-# lvgl: powerful and easy-to-use embedded GUI library
+# LVGL: powerful and easy-to-use embedded GUI library
#
-# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
# CONFIG_PKG_USING_LVGL is not set
-# end of lvgl: powerful and easy-to-use embedded GUI library
+# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
+# end of LVGL: powerful and easy-to-use embedded GUI library
+
+#
+# u8g2: a monochrome graphic library
+#
+# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
+# CONFIG_PKG_USING_U8G2 is not set
+# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_OPENMV is not set
+# CONFIG_PKG_USING_MUPDF is not set
+# CONFIG_PKG_USING_STEMWIN is not set
# CONFIG_PKG_USING_WAVPLAYER is not set
# CONFIG_PKG_USING_TJPGD is not set
# CONFIG_PKG_USING_PDFGEN is not set
@@ -372,11 +380,11 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_UGUI is not set
#
-# u8g2: a monochrome graphic library
+# PainterEngine: A cross-platform graphics application framework written in C language
#
-# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
-# CONFIG_PKG_USING_U8G2 is not set
-# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_PAINTERENGINE is not set
+# CONFIG_PKG_USING_PAINTERENGINE_AUX is not set
+# end of PainterEngine: A cross-platform graphics application framework written in C language
# end of multimedia packages
#
@@ -420,12 +428,20 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_MEM_SANDBOX is not set
# CONFIG_PKG_USING_SOLAR_TERMS is not set
# CONFIG_PKG_USING_GAN_ZHI is not set
+# CONFIG_PKG_USING_FDT is not set
# end of tools packages
#
# system packages
#
+#
+# rt_kprintf: enhanced rt_kprintf packages
+#
+# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
+# CONFIG_PKG_USING_RT_VSNPRINTF_FULL is not set
+# end of rt_kprintf: enhanced rt_kprintf packages
+
#
# acceleration: Assembly language or algorithmic acceleration packages
#
@@ -435,6 +451,14 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_QFPLIB_M3 is not set
# end of acceleration: Assembly language or algorithmic acceleration packages
+#
+# CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+#
+# CONFIG_PKG_USING_CMSIS_5 is not set
+# CONFIG_PKG_USING_CMSIS_5_AUX is not set
+# CONFIG_PKG_USING_CMSIS_RTOS2 is not set
+# end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+
#
# Micrium: Micrium software products porting for RT-Thread
#
@@ -454,7 +478,6 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_FLASHDB is not set
# CONFIG_PKG_USING_SQLITE is not set
# CONFIG_PKG_USING_RTI is not set
-# CONFIG_PKG_USING_CMSIS is not set
# CONFIG_PKG_USING_DFS_YAFFS is not set
# CONFIG_PKG_USING_LITTLEFS is not set
# CONFIG_PKG_USING_DFS_JFFS2 is not set
@@ -471,7 +494,6 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_QBOOT is not set
# CONFIG_PKG_USING_PPOOL is not set
# CONFIG_PKG_USING_OPENAMP is not set
-# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
# CONFIG_PKG_USING_LPM is not set
# CONFIG_PKG_USING_TLSF is not set
# CONFIG_PKG_USING_EVENT_RECORDER is not set
@@ -479,6 +501,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_WCWIDTH is not set
# CONFIG_PKG_USING_MCUBOOT is not set
# CONFIG_PKG_USING_TINYUSB is not set
+# CONFIG_PKG_USING_USB_STACK is not set
# end of system packages
#
@@ -555,6 +578,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_MISAKA_RGB_BLING is not set
# CONFIG_PKG_USING_BL_MCU_SDK is not set
# CONFIG_PKG_USING_SOFT_SERIAL is not set
+# CONFIG_PKG_USING_MB85RS16 is not set
# end of peripheral libraries and drivers
#
diff --git a/bsp/imxrt/imxrt1052-fire-pro/project.ewp b/bsp/imxrt/imxrt1052-fire-pro/project.ewp
index 62ae59cb123..679affae685 100644
--- a/bsp/imxrt/imxrt1052-fire-pro/project.ewp
+++ b/bsp/imxrt/imxrt1052-fire-pro/project.ewp
@@ -1082,10 +1082,10 @@
$PROJ_DIR$\..\..\..\libcpu\arm\cortex-m7\context_iar.S
- $PROJ_DIR$\..\..\..\libcpu\arm\cortex-m7\cpuport.c
+ $PROJ_DIR$\..\..\..\libcpu\arm\cortex-m7\cpu_cache.c
- $PROJ_DIR$\..\..\..\libcpu\arm\cortex-m7\cpu_cache.c
+ $PROJ_DIR$\..\..\..\libcpu\arm\cortex-m7\cpuport.c
@@ -1100,25 +1100,25 @@
$PROJ_DIR$\..\..\..\components\drivers\serial\serial.c
- $PROJ_DIR$\..\..\..\components\drivers\src\waitqueue.c
+ $PROJ_DIR$\..\..\..\components\drivers\src\dataqueue.c
- $PROJ_DIR$\..\..\..\components\drivers\src\completion.c
+ $PROJ_DIR$\..\..\..\components\drivers\src\pipe.c
- $PROJ_DIR$\..\..\..\components\drivers\src\workqueue.c
+ $PROJ_DIR$\..\..\..\components\drivers\src\waitqueue.c
- $PROJ_DIR$\..\..\..\components\drivers\src\ringbuffer.c
+ $PROJ_DIR$\..\..\..\components\drivers\src\workqueue.c
- $PROJ_DIR$\..\..\..\components\drivers\src\dataqueue.c
+ $PROJ_DIR$\..\..\..\components\drivers\src\ringblk_buf.c
- $PROJ_DIR$\..\..\..\components\drivers\src\pipe.c
+ $PROJ_DIR$\..\..\..\components\drivers\src\ringbuffer.c
- $PROJ_DIR$\..\..\..\components\drivers\src\ringblk_buf.c
+ $PROJ_DIR$\..\..\..\components\drivers\src\completion.c
@@ -1154,28 +1154,28 @@
Kernel
- $PROJ_DIR$\..\..\..\src\object.c
+ $PROJ_DIR$\..\..\..\src\mempool.c
- $PROJ_DIR$\..\..\..\src\device.c
+ $PROJ_DIR$\..\..\..\src\scheduler.c
- $PROJ_DIR$\..\..\..\src\thread.c
+ $PROJ_DIR$\..\..\..\src\clock.c
$PROJ_DIR$\..\..\..\src\idle.c
- $PROJ_DIR$\..\..\..\src\memheap.c
+ $PROJ_DIR$\..\..\..\src\ipc.c
- $PROJ_DIR$\..\..\..\src\scheduler.c
+ $PROJ_DIR$\..\..\..\src\object.c
- $PROJ_DIR$\..\..\..\src\mempool.c
+ $PROJ_DIR$\..\..\..\src\memheap.c
- $PROJ_DIR$\..\..\..\src\ipc.c
+ $PROJ_DIR$\..\..\..\src\thread.c
$PROJ_DIR$\..\..\..\src\kservice.c
@@ -1184,55 +1184,55 @@
$PROJ_DIR$\..\..\..\src\components.c
- $PROJ_DIR$\..\..\..\src\irq.c
+ $PROJ_DIR$\..\..\..\src\timer.c
- $PROJ_DIR$\..\..\..\src\clock.c
+ $PROJ_DIR$\..\..\..\src\device.c
- $PROJ_DIR$\..\..\..\src\timer.c
+ $PROJ_DIR$\..\..\..\src\irq.c
libc
-
- $PROJ_DIR$\..\..\..\components\libc\compilers\common\stdlib.c
-
$PROJ_DIR$\..\..\..\components\libc\compilers\common\time.c
- $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_close.c
+ $PROJ_DIR$\..\..\..\components\libc\compilers\common\stdlib.c
- $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_write.c
+ $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_read.c
- $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\libc.c
+ $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscalls.c
- $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_mem.c
+ $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_open.c
- $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscalls.c
+ $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\stdio.c
- $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_read.c
+ $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_remove.c
- $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\stdio.c
+ $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\environ.c
- $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_open.c
+ $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_write.c
$PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_lseek.c
- $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\environ.c
+ $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_mem.c
- $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_remove.c
+ $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_close.c
+
+
+ $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\libc.c
diff --git a/bsp/imxrt/imxrt1052-fire-pro/project.uvprojx b/bsp/imxrt/imxrt1052-fire-pro/project.uvprojx
index 64da9804bf5..4dd8b62f553 100644
--- a/bsp/imxrt/imxrt1052-fire-pro/project.uvprojx
+++ b/bsp/imxrt/imxrt1052-fire-pro/project.uvprojx
@@ -388,16 +388,16 @@
CPU
- backtrace.c
+ showmem.c
1
- ..\..\..\libcpu\arm\common\backtrace.c
+ ..\..\..\libcpu\arm\common\showmem.c
- showmem.c
+ backtrace.c
1
- ..\..\..\libcpu\arm\common\showmem.c
+ ..\..\..\libcpu\arm\common\backtrace.c
@@ -409,16 +409,16 @@
- cpuport.c
+ cpu_cache.c
1
- ..\..\..\libcpu\arm\cortex-m7\cpuport.c
+ ..\..\..\libcpu\arm\cortex-m7\cpu_cache.c
- cpu_cache.c
+ cpuport.c
1
- ..\..\..\libcpu\arm\cortex-m7\cpu_cache.c
+ ..\..\..\libcpu\arm\cortex-m7\cpuport.c
@@ -454,37 +454,37 @@
- pipe.c
+ ringbuffer.c
1
- ..\..\..\components\drivers\src\pipe.c
+ ..\..\..\components\drivers\src\ringbuffer.c
- ringblk_buf.c
+ dataqueue.c
1
- ..\..\..\components\drivers\src\ringblk_buf.c
+ ..\..\..\components\drivers\src\dataqueue.c
- completion.c
+ waitqueue.c
1
- ..\..\..\components\drivers\src\completion.c
+ ..\..\..\components\drivers\src\waitqueue.c
- dataqueue.c
+ ringblk_buf.c
1
- ..\..\..\components\drivers\src\dataqueue.c
+ ..\..\..\components\drivers\src\ringblk_buf.c
- waitqueue.c
+ completion.c
1
- ..\..\..\components\drivers\src\waitqueue.c
+ ..\..\..\components\drivers\src\completion.c
@@ -496,9 +496,9 @@
- ringbuffer.c
+ pipe.c
1
- ..\..\..\components\drivers\src\ringbuffer.c
+ ..\..\..\components\drivers\src\pipe.c
@@ -568,9 +568,9 @@
Kernel
- device.c
+ scheduler.c
1
- ..\..\..\src\device.c
+ ..\..\..\src\scheduler.c
@@ -580,13 +580,6 @@
..\..\..\src\ipc.c
-
-
- idle.c
- 1
- ..\..\..\src\idle.c
-
-
irq.c
@@ -596,16 +589,16 @@
- scheduler.c
+ clock.c
1
- ..\..\..\src\scheduler.c
+ ..\..\..\src\clock.c
- mempool.c
+ object.c
1
- ..\..\..\src\mempool.c
+ ..\..\..\src\object.c
@@ -617,16 +610,16 @@
- components.c
+ idle.c
1
- ..\..\..\src\components.c
+ ..\..\..\src\idle.c
- clock.c
+ mempool.c
1
- ..\..\..\src\clock.c
+ ..\..\..\src\mempool.c
@@ -645,9 +638,16 @@
- object.c
+ components.c
1
- ..\..\..\src\object.c
+ ..\..\..\src\components.c
+
+
+
+
+ device.c
+ 1
+ ..\..\..\src\device.c
diff --git a/bsp/imxrt/imxrt1052-fire-pro/rtconfig.h b/bsp/imxrt/imxrt1052-fire-pro/rtconfig.h
index fc853be37e7..0e6ccd067b5 100644
--- a/bsp/imxrt/imxrt1052-fire-pro/rtconfig.h
+++ b/bsp/imxrt/imxrt1052-fire-pro/rtconfig.h
@@ -168,14 +168,17 @@
/* multimedia packages */
+/* LVGL: powerful and easy-to-use embedded GUI library */
-/* lvgl: powerful and easy-to-use embedded GUI library */
-
-/* end of lvgl: powerful and easy-to-use embedded GUI library */
+/* end of LVGL: powerful and easy-to-use embedded GUI library */
/* u8g2: a monochrome graphic library */
/* end of u8g2: a monochrome graphic library */
+
+/* PainterEngine: A cross-platform graphics application framework written in C language */
+
+/* end of PainterEngine: A cross-platform graphics application framework written in C language */
/* end of multimedia packages */
/* tools packages */
@@ -184,10 +187,18 @@
/* system packages */
+/* rt_kprintf: enhanced rt_kprintf packages */
+
+/* end of rt_kprintf: enhanced rt_kprintf packages */
+
/* acceleration: Assembly language or algorithmic acceleration packages */
/* end of acceleration: Assembly language or algorithmic acceleration packages */
+/* CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
+/* end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
/* Micrium: Micrium software products porting for RT-Thread */
/* end of Micrium: Micrium software products porting for RT-Thread */
diff --git a/bsp/imxrt/imxrt1052-nxp-evk/.config b/bsp/imxrt/imxrt1052-nxp-evk/.config
index 7b405706247..37718495183 100644
--- a/bsp/imxrt/imxrt1052-nxp-evk/.config
+++ b/bsp/imxrt/imxrt1052-nxp-evk/.config
@@ -332,6 +332,7 @@ CONFIG_NETDEV_IPV6=0
# CONFIG_PKG_USING_LORA_GW_DRIVER_LIB is not set
# CONFIG_PKG_USING_LORA_PKT_SNIFFER is not set
# CONFIG_PKG_USING_HM is not set
+# CONFIG_PKG_USING_SMALL_MODBUS is not set
# end of IoT - internet of things
#
@@ -356,17 +357,24 @@ CONFIG_NETDEV_IPV6=0
#
# multimedia packages
#
-# CONFIG_PKG_USING_OPENMV is not set
-# CONFIG_PKG_USING_MUPDF is not set
-# CONFIG_PKG_USING_STEMWIN is not set
#
-# lvgl: powerful and easy-to-use embedded GUI library
+# LVGL: powerful and easy-to-use embedded GUI library
#
-# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
# CONFIG_PKG_USING_LVGL is not set
-# end of lvgl: powerful and easy-to-use embedded GUI library
+# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
+# end of LVGL: powerful and easy-to-use embedded GUI library
+
+#
+# u8g2: a monochrome graphic library
+#
+# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
+# CONFIG_PKG_USING_U8G2 is not set
+# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_OPENMV is not set
+# CONFIG_PKG_USING_MUPDF is not set
+# CONFIG_PKG_USING_STEMWIN is not set
# CONFIG_PKG_USING_WAVPLAYER is not set
# CONFIG_PKG_USING_TJPGD is not set
# CONFIG_PKG_USING_PDFGEN is not set
@@ -379,11 +387,11 @@ CONFIG_NETDEV_IPV6=0
# CONFIG_PKG_USING_UGUI is not set
#
-# u8g2: a monochrome graphic library
+# PainterEngine: A cross-platform graphics application framework written in C language
#
-# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
-# CONFIG_PKG_USING_U8G2 is not set
-# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_PAINTERENGINE is not set
+# CONFIG_PKG_USING_PAINTERENGINE_AUX is not set
+# end of PainterEngine: A cross-platform graphics application framework written in C language
# end of multimedia packages
#
@@ -427,12 +435,20 @@ CONFIG_NETDEV_IPV6=0
# CONFIG_PKG_USING_MEM_SANDBOX is not set
# CONFIG_PKG_USING_SOLAR_TERMS is not set
# CONFIG_PKG_USING_GAN_ZHI is not set
+# CONFIG_PKG_USING_FDT is not set
# end of tools packages
#
# system packages
#
+#
+# rt_kprintf: enhanced rt_kprintf packages
+#
+# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
+# CONFIG_PKG_USING_RT_VSNPRINTF_FULL is not set
+# end of rt_kprintf: enhanced rt_kprintf packages
+
#
# acceleration: Assembly language or algorithmic acceleration packages
#
@@ -442,6 +458,14 @@ CONFIG_NETDEV_IPV6=0
# CONFIG_PKG_USING_QFPLIB_M3 is not set
# end of acceleration: Assembly language or algorithmic acceleration packages
+#
+# CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+#
+# CONFIG_PKG_USING_CMSIS_5 is not set
+# CONFIG_PKG_USING_CMSIS_5_AUX is not set
+# CONFIG_PKG_USING_CMSIS_RTOS2 is not set
+# end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+
#
# Micrium: Micrium software products porting for RT-Thread
#
@@ -461,7 +485,6 @@ CONFIG_NETDEV_IPV6=0
# CONFIG_PKG_USING_FLASHDB is not set
# CONFIG_PKG_USING_SQLITE is not set
# CONFIG_PKG_USING_RTI is not set
-# CONFIG_PKG_USING_CMSIS is not set
# CONFIG_PKG_USING_DFS_YAFFS is not set
# CONFIG_PKG_USING_LITTLEFS is not set
# CONFIG_PKG_USING_DFS_JFFS2 is not set
@@ -478,7 +501,6 @@ CONFIG_NETDEV_IPV6=0
# CONFIG_PKG_USING_QBOOT is not set
# CONFIG_PKG_USING_PPOOL is not set
# CONFIG_PKG_USING_OPENAMP is not set
-# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
# CONFIG_PKG_USING_LPM is not set
# CONFIG_PKG_USING_TLSF is not set
# CONFIG_PKG_USING_EVENT_RECORDER is not set
@@ -486,6 +508,7 @@ CONFIG_NETDEV_IPV6=0
# CONFIG_PKG_USING_WCWIDTH is not set
# CONFIG_PKG_USING_MCUBOOT is not set
# CONFIG_PKG_USING_TINYUSB is not set
+# CONFIG_PKG_USING_USB_STACK is not set
# end of system packages
#
@@ -562,6 +585,7 @@ CONFIG_NETDEV_IPV6=0
# CONFIG_PKG_USING_MISAKA_RGB_BLING is not set
# CONFIG_PKG_USING_BL_MCU_SDK is not set
# CONFIG_PKG_USING_SOFT_SERIAL is not set
+# CONFIG_PKG_USING_MB85RS16 is not set
# end of peripheral libraries and drivers
#
diff --git a/bsp/imxrt/imxrt1052-nxp-evk/project.ewp b/bsp/imxrt/imxrt1052-nxp-evk/project.ewp
index ae44ad06468..b24d0427601 100644
--- a/bsp/imxrt/imxrt1052-nxp-evk/project.ewp
+++ b/bsp/imxrt/imxrt1052-nxp-evk/project.ewp
@@ -1078,11 +1078,14 @@
$PROJ_DIR$\..\..\..\libcpu\arm\common\backtrace.c
+
+ $PROJ_DIR$\..\..\..\libcpu\arm\common\div0.c
+
$PROJ_DIR$\..\..\..\libcpu\arm\common\showmem.c
- $PROJ_DIR$\..\..\..\libcpu\arm\common\div0.c
+ $PROJ_DIR$\..\..\..\libcpu\arm\cortex-m7\context_iar.S
$PROJ_DIR$\..\..\..\libcpu\arm\cortex-m7\cpu_cache.c
@@ -1090,9 +1093,6 @@
$PROJ_DIR$\..\..\..\libcpu\arm\cortex-m7\cpuport.c
-
- $PROJ_DIR$\..\..\..\libcpu\arm\cortex-m7\context_iar.S
-
DeviceDrivers
@@ -1109,25 +1109,25 @@
$PROJ_DIR$\..\..\..\components\drivers\serial\serial.c
- $PROJ_DIR$\..\..\..\components\drivers\src\workqueue.c
+ $PROJ_DIR$\..\..\..\components\drivers\src\completion.c
- $PROJ_DIR$\..\..\..\components\drivers\src\ringbuffer.c
+ $PROJ_DIR$\..\..\..\components\drivers\src\pipe.c
- $PROJ_DIR$\..\..\..\components\drivers\src\completion.c
+ $PROJ_DIR$\..\..\..\components\drivers\src\dataqueue.c
$PROJ_DIR$\..\..\..\components\drivers\src\ringblk_buf.c
- $PROJ_DIR$\..\..\..\components\drivers\src\pipe.c
+ $PROJ_DIR$\..\..\..\components\drivers\src\ringbuffer.c
$PROJ_DIR$\..\..\..\components\drivers\src\waitqueue.c
- $PROJ_DIR$\..\..\..\components\drivers\src\dataqueue.c
+ $PROJ_DIR$\..\..\..\components\drivers\src\workqueue.c
@@ -1163,40 +1163,40 @@
Kernel
- $PROJ_DIR$\..\..\..\src\components.c
+ $PROJ_DIR$\..\..\..\src\ipc.c
- $PROJ_DIR$\..\..\..\src\mempool.c
+ $PROJ_DIR$\..\..\..\src\clock.c
- $PROJ_DIR$\..\..\..\src\device.c
+ $PROJ_DIR$\..\..\..\src\timer.c
- $PROJ_DIR$\..\..\..\src\kservice.c
+ $PROJ_DIR$\..\..\..\src\components.c
- $PROJ_DIR$\..\..\..\src\clock.c
+ $PROJ_DIR$\..\..\..\src\mempool.c
- $PROJ_DIR$\..\..\..\src\idle.c
+ $PROJ_DIR$\..\..\..\src\scheduler.c
- $PROJ_DIR$\..\..\..\src\ipc.c
+ $PROJ_DIR$\..\..\..\src\device.c
- $PROJ_DIR$\..\..\..\src\thread.c
+ $PROJ_DIR$\..\..\..\src\irq.c
- $PROJ_DIR$\..\..\..\src\object.c
+ $PROJ_DIR$\..\..\..\src\idle.c
- $PROJ_DIR$\..\..\..\src\irq.c
+ $PROJ_DIR$\..\..\..\src\object.c
- $PROJ_DIR$\..\..\..\src\timer.c
+ $PROJ_DIR$\..\..\..\src\thread.c
- $PROJ_DIR$\..\..\..\src\scheduler.c
+ $PROJ_DIR$\..\..\..\src\kservice.c
$PROJ_DIR$\..\..\..\src\memheap.c
@@ -1211,37 +1211,37 @@
$PROJ_DIR$\..\..\..\components\libc\compilers\common\time.c
- $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\environ.c
+ $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_remove.c
- $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\stdio.c
+ $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_open.c
- $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscalls.c
+ $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_close.c
$PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_mem.c
- $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_open.c
+ $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_read.c
- $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_write.c
+ $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscalls.c
- $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_lseek.c
+ $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_write.c
- $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_close.c
+ $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\stdio.c
$PROJ_DIR$\..\..\..\components\libc\compilers\dlib\libc.c
- $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_read.c
+ $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\environ.c
- $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_remove.c
+ $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_lseek.c
diff --git a/bsp/imxrt/imxrt1052-nxp-evk/project.uvprojx b/bsp/imxrt/imxrt1052-nxp-evk/project.uvprojx
index 981a31d1e03..eea46de337a 100644
--- a/bsp/imxrt/imxrt1052-nxp-evk/project.uvprojx
+++ b/bsp/imxrt/imxrt1052-nxp-evk/project.uvprojx
@@ -378,16 +378,16 @@
Applications
- mnt.c
+ main.c
1
- applications\mnt.c
+ applications\main.c
- main.c
+ mnt.c
1
- applications\main.c
+ applications\mnt.c
@@ -395,9 +395,9 @@
CPU
- showmem.c
+ div0.c
1
- ..\..\..\libcpu\arm\common\showmem.c
+ ..\..\..\libcpu\arm\common\div0.c
@@ -409,23 +409,23 @@
- div0.c
+ showmem.c
1
- ..\..\..\libcpu\arm\common\div0.c
+ ..\..\..\libcpu\arm\common\showmem.c
- context_rvds.S
- 2
- ..\..\..\libcpu\arm\cortex-m7\context_rvds.S
+ cpuport.c
+ 1
+ ..\..\..\libcpu\arm\cortex-m7\cpuport.c
- cpuport.c
- 1
- ..\..\..\libcpu\arm\cortex-m7\cpuport.c
+ context_rvds.S
+ 2
+ ..\..\..\libcpu\arm\cortex-m7\context_rvds.S
@@ -466,6 +466,13 @@
..\..\..\components\drivers\serial\serial.c
+
+
+ dataqueue.c
+ 1
+ ..\..\..\components\drivers\src\dataqueue.c
+
+
workqueue.c
@@ -475,9 +482,9 @@
- ringblk_buf.c
+ waitqueue.c
1
- ..\..\..\components\drivers\src\ringblk_buf.c
+ ..\..\..\components\drivers\src\waitqueue.c
@@ -489,9 +496,9 @@
- waitqueue.c
+ completion.c
1
- ..\..\..\components\drivers\src\waitqueue.c
+ ..\..\..\components\drivers\src\completion.c
@@ -503,16 +510,9 @@
- completion.c
- 1
- ..\..\..\components\drivers\src\completion.c
-
-
-
-
- dataqueue.c
+ ringblk_buf.c
1
- ..\..\..\components\drivers\src\dataqueue.c
+ ..\..\..\components\drivers\src\ringblk_buf.c
@@ -582,93 +582,93 @@
Kernel
- thread.c
+ ipc.c
1
- ..\..\..\src\thread.c
+ ..\..\..\src\ipc.c
- irq.c
+ device.c
1
- ..\..\..\src\irq.c
+ ..\..\..\src\device.c
- scheduler.c
+ timer.c
1
- ..\..\..\src\scheduler.c
+ ..\..\..\src\timer.c
- clock.c
+ idle.c
1
- ..\..\..\src\clock.c
+ ..\..\..\src\idle.c
- timer.c
+ clock.c
1
- ..\..\..\src\timer.c
+ ..\..\..\src\clock.c
- idle.c
+ kservice.c
1
- ..\..\..\src\idle.c
+ ..\..\..\src\kservice.c
- ipc.c
+ object.c
1
- ..\..\..\src\ipc.c
+ ..\..\..\src\object.c
- device.c
+ mempool.c
1
- ..\..\..\src\device.c
+ ..\..\..\src\mempool.c
- kservice.c
+ components.c
1
- ..\..\..\src\kservice.c
+ ..\..\..\src\components.c
- components.c
+ memheap.c
1
- ..\..\..\src\components.c
+ ..\..\..\src\memheap.c
- memheap.c
+ thread.c
1
- ..\..\..\src\memheap.c
+ ..\..\..\src\thread.c
- mempool.c
+ scheduler.c
1
- ..\..\..\src\mempool.c
+ ..\..\..\src\scheduler.c
- object.c
+ irq.c
1
- ..\..\..\src\object.c
+ ..\..\..\src\irq.c
@@ -683,16 +683,16 @@
- libc.c
+ syscalls.c
1
- ..\..\..\components\libc\compilers\armlibc\libc.c
+ ..\..\..\components\libc\compilers\armlibc\syscalls.c
- syscalls.c
+ libc.c
1
- ..\..\..\components\libc\compilers\armlibc\syscalls.c
+ ..\..\..\components\libc\compilers\armlibc\libc.c
@@ -766,16 +766,16 @@
SAL
- netdev_ipaddr.c
+ netdev.c
1
- ..\..\..\components\net\netdev\src\netdev_ipaddr.c
+ ..\..\..\components\net\netdev\src\netdev.c
- netdev.c
+ netdev_ipaddr.c
1
- ..\..\..\components\net\netdev\src\netdev.c
+ ..\..\..\components\net\netdev\src\netdev_ipaddr.c
diff --git a/bsp/imxrt/imxrt1052-nxp-evk/rtconfig.h b/bsp/imxrt/imxrt1052-nxp-evk/rtconfig.h
index 3c6bd36adc3..8be4f497887 100644
--- a/bsp/imxrt/imxrt1052-nxp-evk/rtconfig.h
+++ b/bsp/imxrt/imxrt1052-nxp-evk/rtconfig.h
@@ -175,14 +175,17 @@
/* multimedia packages */
+/* LVGL: powerful and easy-to-use embedded GUI library */
-/* lvgl: powerful and easy-to-use embedded GUI library */
-
-/* end of lvgl: powerful and easy-to-use embedded GUI library */
+/* end of LVGL: powerful and easy-to-use embedded GUI library */
/* u8g2: a monochrome graphic library */
/* end of u8g2: a monochrome graphic library */
+
+/* PainterEngine: A cross-platform graphics application framework written in C language */
+
+/* end of PainterEngine: A cross-platform graphics application framework written in C language */
/* end of multimedia packages */
/* tools packages */
@@ -191,10 +194,18 @@
/* system packages */
+/* rt_kprintf: enhanced rt_kprintf packages */
+
+/* end of rt_kprintf: enhanced rt_kprintf packages */
+
/* acceleration: Assembly language or algorithmic acceleration packages */
/* end of acceleration: Assembly language or algorithmic acceleration packages */
+/* CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
+/* end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
/* Micrium: Micrium software products porting for RT-Thread */
/* end of Micrium: Micrium software products porting for RT-Thread */
diff --git a/bsp/imxrt/imxrt1052-seeed-ArchMix/.config b/bsp/imxrt/imxrt1052-seeed-ArchMix/.config
index fe1e93a0d04..98d49940968 100644
--- a/bsp/imxrt/imxrt1052-seeed-ArchMix/.config
+++ b/bsp/imxrt/imxrt1052-seeed-ArchMix/.config
@@ -324,6 +324,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_LORA_GW_DRIVER_LIB is not set
# CONFIG_PKG_USING_LORA_PKT_SNIFFER is not set
# CONFIG_PKG_USING_HM is not set
+# CONFIG_PKG_USING_SMALL_MODBUS is not set
# end of IoT - internet of things
#
@@ -348,17 +349,24 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
#
# multimedia packages
#
-# CONFIG_PKG_USING_OPENMV is not set
-# CONFIG_PKG_USING_MUPDF is not set
-# CONFIG_PKG_USING_STEMWIN is not set
#
-# lvgl: powerful and easy-to-use embedded GUI library
+# LVGL: powerful and easy-to-use embedded GUI library
#
-# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
# CONFIG_PKG_USING_LVGL is not set
-# end of lvgl: powerful and easy-to-use embedded GUI library
+# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
+# end of LVGL: powerful and easy-to-use embedded GUI library
+
+#
+# u8g2: a monochrome graphic library
+#
+# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
+# CONFIG_PKG_USING_U8G2 is not set
+# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_OPENMV is not set
+# CONFIG_PKG_USING_MUPDF is not set
+# CONFIG_PKG_USING_STEMWIN is not set
# CONFIG_PKG_USING_WAVPLAYER is not set
# CONFIG_PKG_USING_TJPGD is not set
# CONFIG_PKG_USING_PDFGEN is not set
@@ -371,11 +379,11 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_UGUI is not set
#
-# u8g2: a monochrome graphic library
+# PainterEngine: A cross-platform graphics application framework written in C language
#
-# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
-# CONFIG_PKG_USING_U8G2 is not set
-# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_PAINTERENGINE is not set
+# CONFIG_PKG_USING_PAINTERENGINE_AUX is not set
+# end of PainterEngine: A cross-platform graphics application framework written in C language
# end of multimedia packages
#
@@ -419,12 +427,20 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_MEM_SANDBOX is not set
# CONFIG_PKG_USING_SOLAR_TERMS is not set
# CONFIG_PKG_USING_GAN_ZHI is not set
+# CONFIG_PKG_USING_FDT is not set
# end of tools packages
#
# system packages
#
+#
+# rt_kprintf: enhanced rt_kprintf packages
+#
+# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
+# CONFIG_PKG_USING_RT_VSNPRINTF_FULL is not set
+# end of rt_kprintf: enhanced rt_kprintf packages
+
#
# acceleration: Assembly language or algorithmic acceleration packages
#
@@ -434,6 +450,14 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_QFPLIB_M3 is not set
# end of acceleration: Assembly language or algorithmic acceleration packages
+#
+# CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+#
+# CONFIG_PKG_USING_CMSIS_5 is not set
+# CONFIG_PKG_USING_CMSIS_5_AUX is not set
+# CONFIG_PKG_USING_CMSIS_RTOS2 is not set
+# end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+
#
# Micrium: Micrium software products porting for RT-Thread
#
@@ -453,7 +477,6 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_FLASHDB is not set
# CONFIG_PKG_USING_SQLITE is not set
# CONFIG_PKG_USING_RTI is not set
-# CONFIG_PKG_USING_CMSIS is not set
# CONFIG_PKG_USING_DFS_YAFFS is not set
# CONFIG_PKG_USING_LITTLEFS is not set
# CONFIG_PKG_USING_DFS_JFFS2 is not set
@@ -470,7 +493,6 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_QBOOT is not set
# CONFIG_PKG_USING_PPOOL is not set
# CONFIG_PKG_USING_OPENAMP is not set
-# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
# CONFIG_PKG_USING_LPM is not set
# CONFIG_PKG_USING_TLSF is not set
# CONFIG_PKG_USING_EVENT_RECORDER is not set
@@ -478,6 +500,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_WCWIDTH is not set
# CONFIG_PKG_USING_MCUBOOT is not set
# CONFIG_PKG_USING_TINYUSB is not set
+# CONFIG_PKG_USING_USB_STACK is not set
# end of system packages
#
@@ -554,6 +577,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_MISAKA_RGB_BLING is not set
# CONFIG_PKG_USING_BL_MCU_SDK is not set
# CONFIG_PKG_USING_SOFT_SERIAL is not set
+# CONFIG_PKG_USING_MB85RS16 is not set
# end of peripheral libraries and drivers
#
diff --git a/bsp/imxrt/imxrt1052-seeed-ArchMix/project.uvprojx b/bsp/imxrt/imxrt1052-seeed-ArchMix/project.uvprojx
index a92e448fd4e..df7ee042be1 100644
--- a/bsp/imxrt/imxrt1052-seeed-ArchMix/project.uvprojx
+++ b/bsp/imxrt/imxrt1052-seeed-ArchMix/project.uvprojx
@@ -391,30 +391,30 @@
CPU
- div0.c
+ showmem.c
1
- ..\..\..\libcpu\arm\common\div0.c
+ ..\..\..\libcpu\arm\common\showmem.c
- backtrace.c
+ div0.c
1
- ..\..\..\libcpu\arm\common\backtrace.c
+ ..\..\..\libcpu\arm\common\div0.c
- showmem.c
+ backtrace.c
1
- ..\..\..\libcpu\arm\common\showmem.c
+ ..\..\..\libcpu\arm\common\backtrace.c
- cpuport.c
- 1
- ..\..\..\libcpu\arm\cortex-m7\cpuport.c
+ context_rvds.S
+ 2
+ ..\..\..\libcpu\arm\cortex-m7\context_rvds.S
@@ -426,9 +426,9 @@
- context_rvds.S
- 2
- ..\..\..\libcpu\arm\cortex-m7\context_rvds.S
+ cpuport.c
+ 1
+ ..\..\..\libcpu\arm\cortex-m7\cpuport.c
@@ -450,51 +450,51 @@
- completion.c
+ dataqueue.c
1
- ..\..\..\components\drivers\src\completion.c
+ ..\..\..\components\drivers\src\dataqueue.c
- pipe.c
+ workqueue.c
1
- ..\..\..\components\drivers\src\pipe.c
+ ..\..\..\components\drivers\src\workqueue.c
- workqueue.c
+ ringblk_buf.c
1
- ..\..\..\components\drivers\src\workqueue.c
+ ..\..\..\components\drivers\src\ringblk_buf.c
- ringbuffer.c
+ completion.c
1
- ..\..\..\components\drivers\src\ringbuffer.c
+ ..\..\..\components\drivers\src\completion.c
- ringblk_buf.c
+ waitqueue.c
1
- ..\..\..\components\drivers\src\ringblk_buf.c
+ ..\..\..\components\drivers\src\waitqueue.c
- waitqueue.c
+ ringbuffer.c
1
- ..\..\..\components\drivers\src\waitqueue.c
+ ..\..\..\components\drivers\src\ringbuffer.c
- dataqueue.c
+ pipe.c
1
- ..\..\..\components\drivers\src\dataqueue.c
+ ..\..\..\components\drivers\src\pipe.c
@@ -564,93 +564,93 @@
Kernel
- clock.c
+ object.c
1
- ..\..\..\src\clock.c
+ ..\..\..\src\object.c
- thread.c
+ clock.c
1
- ..\..\..\src\thread.c
+ ..\..\..\src\clock.c
- ipc.c
+ timer.c
1
- ..\..\..\src\ipc.c
+ ..\..\..\src\timer.c
- scheduler.c
+ irq.c
1
- ..\..\..\src\scheduler.c
+ ..\..\..\src\irq.c
- kservice.c
+ idle.c
1
- ..\..\..\src\kservice.c
+ ..\..\..\src\idle.c
- mempool.c
+ memheap.c
1
- ..\..\..\src\mempool.c
+ ..\..\..\src\memheap.c
- idle.c
+ components.c
1
- ..\..\..\src\idle.c
+ ..\..\..\src\components.c
- timer.c
+ kservice.c
1
- ..\..\..\src\timer.c
+ ..\..\..\src\kservice.c
- components.c
+ ipc.c
1
- ..\..\..\src\components.c
+ ..\..\..\src\ipc.c
- object.c
+ device.c
1
- ..\..\..\src\object.c
+ ..\..\..\src\device.c
- device.c
+ scheduler.c
1
- ..\..\..\src\device.c
+ ..\..\..\src\scheduler.c
- irq.c
+ thread.c
1
- ..\..\..\src\irq.c
+ ..\..\..\src\thread.c
- memheap.c
+ mempool.c
1
- ..\..\..\src\memheap.c
+ ..\..\..\src\mempool.c
diff --git a/bsp/imxrt/imxrt1052-seeed-ArchMix/rtconfig.h b/bsp/imxrt/imxrt1052-seeed-ArchMix/rtconfig.h
index b8b6b60619f..3304510adf1 100644
--- a/bsp/imxrt/imxrt1052-seeed-ArchMix/rtconfig.h
+++ b/bsp/imxrt/imxrt1052-seeed-ArchMix/rtconfig.h
@@ -166,14 +166,17 @@
/* multimedia packages */
+/* LVGL: powerful and easy-to-use embedded GUI library */
-/* lvgl: powerful and easy-to-use embedded GUI library */
-
-/* end of lvgl: powerful and easy-to-use embedded GUI library */
+/* end of LVGL: powerful and easy-to-use embedded GUI library */
/* u8g2: a monochrome graphic library */
/* end of u8g2: a monochrome graphic library */
+
+/* PainterEngine: A cross-platform graphics application framework written in C language */
+
+/* end of PainterEngine: A cross-platform graphics application framework written in C language */
/* end of multimedia packages */
/* tools packages */
@@ -182,10 +185,18 @@
/* system packages */
+/* rt_kprintf: enhanced rt_kprintf packages */
+
+/* end of rt_kprintf: enhanced rt_kprintf packages */
+
/* acceleration: Assembly language or algorithmic acceleration packages */
/* end of acceleration: Assembly language or algorithmic acceleration packages */
+/* CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
+/* end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
/* Micrium: Micrium software products porting for RT-Thread */
/* end of Micrium: Micrium software products porting for RT-Thread */
diff --git a/bsp/imxrt/imxrt1064-nxp-evk/.config b/bsp/imxrt/imxrt1064-nxp-evk/.config
index 321b00f9354..36758378cc9 100644
--- a/bsp/imxrt/imxrt1064-nxp-evk/.config
+++ b/bsp/imxrt/imxrt1064-nxp-evk/.config
@@ -325,6 +325,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_LORA_GW_DRIVER_LIB is not set
# CONFIG_PKG_USING_LORA_PKT_SNIFFER is not set
# CONFIG_PKG_USING_HM is not set
+# CONFIG_PKG_USING_SMALL_MODBUS is not set
# end of IoT - internet of things
#
@@ -349,17 +350,24 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
#
# multimedia packages
#
-# CONFIG_PKG_USING_OPENMV is not set
-# CONFIG_PKG_USING_MUPDF is not set
-# CONFIG_PKG_USING_STEMWIN is not set
#
-# lvgl: powerful and easy-to-use embedded GUI library
+# LVGL: powerful and easy-to-use embedded GUI library
#
-# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
# CONFIG_PKG_USING_LVGL is not set
-# end of lvgl: powerful and easy-to-use embedded GUI library
+# CONFIG_PKG_USING_LITTLEVGL2RTT is not set
+# end of LVGL: powerful and easy-to-use embedded GUI library
+
+#
+# u8g2: a monochrome graphic library
+#
+# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
+# CONFIG_PKG_USING_U8G2 is not set
+# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_OPENMV is not set
+# CONFIG_PKG_USING_MUPDF is not set
+# CONFIG_PKG_USING_STEMWIN is not set
# CONFIG_PKG_USING_WAVPLAYER is not set
# CONFIG_PKG_USING_TJPGD is not set
# CONFIG_PKG_USING_PDFGEN is not set
@@ -372,11 +380,11 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_UGUI is not set
#
-# u8g2: a monochrome graphic library
+# PainterEngine: A cross-platform graphics application framework written in C language
#
-# CONFIG_PKG_USING_U8G2_OFFICIAL is not set
-# CONFIG_PKG_USING_U8G2 is not set
-# end of u8g2: a monochrome graphic library
+# CONFIG_PKG_USING_PAINTERENGINE is not set
+# CONFIG_PKG_USING_PAINTERENGINE_AUX is not set
+# end of PainterEngine: A cross-platform graphics application framework written in C language
# end of multimedia packages
#
@@ -420,12 +428,20 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_MEM_SANDBOX is not set
# CONFIG_PKG_USING_SOLAR_TERMS is not set
# CONFIG_PKG_USING_GAN_ZHI is not set
+# CONFIG_PKG_USING_FDT is not set
# end of tools packages
#
# system packages
#
+#
+# rt_kprintf: enhanced rt_kprintf packages
+#
+# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
+# CONFIG_PKG_USING_RT_VSNPRINTF_FULL is not set
+# end of rt_kprintf: enhanced rt_kprintf packages
+
#
# acceleration: Assembly language or algorithmic acceleration packages
#
@@ -435,6 +451,14 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_QFPLIB_M3 is not set
# end of acceleration: Assembly language or algorithmic acceleration packages
+#
+# CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+#
+# CONFIG_PKG_USING_CMSIS_5 is not set
+# CONFIG_PKG_USING_CMSIS_5_AUX is not set
+# CONFIG_PKG_USING_CMSIS_RTOS2 is not set
+# end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard
+
#
# Micrium: Micrium software products porting for RT-Thread
#
@@ -454,7 +478,6 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_FLASHDB is not set
# CONFIG_PKG_USING_SQLITE is not set
# CONFIG_PKG_USING_RTI is not set
-# CONFIG_PKG_USING_CMSIS is not set
# CONFIG_PKG_USING_DFS_YAFFS is not set
# CONFIG_PKG_USING_LITTLEFS is not set
# CONFIG_PKG_USING_DFS_JFFS2 is not set
@@ -471,7 +494,6 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_QBOOT is not set
# CONFIG_PKG_USING_PPOOL is not set
# CONFIG_PKG_USING_OPENAMP is not set
-# CONFIG_PKG_USING_RT_KPRINTF_THREADSAFE is not set
# CONFIG_PKG_USING_LPM is not set
# CONFIG_PKG_USING_TLSF is not set
# CONFIG_PKG_USING_EVENT_RECORDER is not set
@@ -479,6 +501,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_WCWIDTH is not set
# CONFIG_PKG_USING_MCUBOOT is not set
# CONFIG_PKG_USING_TINYUSB is not set
+# CONFIG_PKG_USING_USB_STACK is not set
# end of system packages
#
@@ -555,6 +578,7 @@ CONFIG_RT_LIBC_DEFAULT_TIMEZONE=8
# CONFIG_PKG_USING_MISAKA_RGB_BLING is not set
# CONFIG_PKG_USING_BL_MCU_SDK is not set
# CONFIG_PKG_USING_SOFT_SERIAL is not set
+# CONFIG_PKG_USING_MB85RS16 is not set
# end of peripheral libraries and drivers
#
diff --git a/bsp/imxrt/imxrt1064-nxp-evk/project.ewp b/bsp/imxrt/imxrt1064-nxp-evk/project.ewp
index cc8c26999c1..0dcb431b9ab 100644
--- a/bsp/imxrt/imxrt1064-nxp-evk/project.ewp
+++ b/bsp/imxrt/imxrt1064-nxp-evk/project.ewp
@@ -1074,16 +1074,13 @@
CPU
- $PROJ_DIR$\..\..\..\libcpu\arm\common\backtrace.c
-
-
- $PROJ_DIR$\..\..\..\libcpu\arm\common\showmem.c
+ $PROJ_DIR$\..\..\..\libcpu\arm\common\div0.c
- $PROJ_DIR$\..\..\..\libcpu\arm\common\div0.c
+ $PROJ_DIR$\..\..\..\libcpu\arm\common\backtrace.c
- $PROJ_DIR$\..\..\..\libcpu\arm\cortex-m7\cpuport.c
+ $PROJ_DIR$\..\..\..\libcpu\arm\common\showmem.c
$PROJ_DIR$\..\..\..\libcpu\arm\cortex-m7\cpu_cache.c
@@ -1091,6 +1088,9 @@
$PROJ_DIR$\..\..\..\libcpu\arm\cortex-m7\context_iar.S
+
+ $PROJ_DIR$\..\..\..\libcpu\arm\cortex-m7\cpuport.c
+
DeviceDrivers
@@ -1104,19 +1104,16 @@
$PROJ_DIR$\..\..\..\components\drivers\serial\serial.c
- $PROJ_DIR$\..\..\..\components\drivers\src\workqueue.c
+ $PROJ_DIR$\..\..\..\components\drivers\src\dataqueue.c
$PROJ_DIR$\..\..\..\components\drivers\src\completion.c
-
- $PROJ_DIR$\..\..\..\components\drivers\src\ringblk_buf.c
-
$PROJ_DIR$\..\..\..\components\drivers\src\pipe.c
- $PROJ_DIR$\..\..\..\components\drivers\src\dataqueue.c
+ $PROJ_DIR$\..\..\..\components\drivers\src\workqueue.c
$PROJ_DIR$\..\..\..\components\drivers\src\ringbuffer.c
@@ -1124,6 +1121,9 @@
$PROJ_DIR$\..\..\..\components\drivers\src\waitqueue.c
+
+ $PROJ_DIR$\..\..\..\components\drivers\src\ringblk_buf.c
+
Drivers
@@ -1158,7 +1158,7 @@
Kernel
- $PROJ_DIR$\..\..\..\src\idle.c
+ $PROJ_DIR$\..\..\..\src\ipc.c
$PROJ_DIR$\..\..\..\src\mempool.c
@@ -1167,34 +1167,34 @@
$PROJ_DIR$\..\..\..\src\timer.c
- $PROJ_DIR$\..\..\..\src\device.c
+ $PROJ_DIR$\..\..\..\src\kservice.c
- $PROJ_DIR$\..\..\..\src\thread.c
+ $PROJ_DIR$\..\..\..\src\object.c
- $PROJ_DIR$\..\..\..\src\scheduler.c
+ $PROJ_DIR$\..\..\..\src\components.c
- $PROJ_DIR$\..\..\..\src\ipc.c
+ $PROJ_DIR$\..\..\..\src\device.c
- $PROJ_DIR$\..\..\..\src\memheap.c
+ $PROJ_DIR$\..\..\..\src\clock.c
- $PROJ_DIR$\..\..\..\src\components.c
+ $PROJ_DIR$\..\..\..\src\thread.c
- $PROJ_DIR$\..\..\..\src\clock.c
+ $PROJ_DIR$\..\..\..\src\idle.c
- $PROJ_DIR$\..\..\..\src\kservice.c
+ $PROJ_DIR$\..\..\..\src\irq.c
- $PROJ_DIR$\..\..\..\src\irq.c
+ $PROJ_DIR$\..\..\..\src\scheduler.c
- $PROJ_DIR$\..\..\..\src\object.c
+ $PROJ_DIR$\..\..\..\src\memheap.c
@@ -1206,37 +1206,37 @@
$PROJ_DIR$\..\..\..\components\libc\compilers\common\time.c
- $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\environ.c
+ $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_mem.c
- $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_lseek.c
+ $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscalls.c
- $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_mem.c
+ $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_close.c
$PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_remove.c
- $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_read.c
+ $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\stdio.c
- $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_close.c
+ $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\libc.c
- $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\stdio.c
+ $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_read.c
- $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\libc.c
+ $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_lseek.c
- $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscalls.c
+ $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\environ.c
- $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_open.c
+ $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_write.c
- $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_write.c
+ $PROJ_DIR$\..\..\..\components\libc\compilers\dlib\syscall_open.c
@@ -1269,10 +1269,10 @@
xip
- $PROJ_DIR$\xip\evkmimxrt1064_flexspi_nor_config.c
+ $PROJ_DIR$\xip\evkmimxrt1064_sdram_ini_dcd.c
- $PROJ_DIR$\xip\evkmimxrt1064_sdram_ini_dcd.c
+ $PROJ_DIR$\xip\evkmimxrt1064_flexspi_nor_config.c
$PROJ_DIR$\xip\fsl_flexspi_nor_boot.c
diff --git a/bsp/imxrt/imxrt1064-nxp-evk/project.uvprojx b/bsp/imxrt/imxrt1064-nxp-evk/project.uvprojx
index 1a5677f42ad..a4b02a1ee55 100644
--- a/bsp/imxrt/imxrt1064-nxp-evk/project.uvprojx
+++ b/bsp/imxrt/imxrt1064-nxp-evk/project.uvprojx
@@ -389,16 +389,16 @@
CPU
- backtrace.c
+ showmem.c
1
- ..\..\..\libcpu\arm\common\backtrace.c
+ ..\..\..\libcpu\arm\common\showmem.c
- showmem.c
+ backtrace.c
1
- ..\..\..\libcpu\arm\common\showmem.c
+ ..\..\..\libcpu\arm\common\backtrace.c
@@ -417,16 +417,16 @@
- cpuport.c
+ cpu_cache.c
1
- ..\..\..\libcpu\arm\cortex-m7\cpuport.c
+ ..\..\..\libcpu\arm\cortex-m7\cpu_cache.c
- cpu_cache.c
+ cpuport.c
1
- ..\..\..\libcpu\arm\cortex-m7\cpu_cache.c
+ ..\..\..\libcpu\arm\cortex-m7\cpuport.c
@@ -462,44 +462,44 @@
- workqueue.c
+ ringblk_buf.c
1
- ..\..\..\components\drivers\src\workqueue.c
+ ..\..\..\components\drivers\src\ringblk_buf.c
- dataqueue.c
+ completion.c
1
- ..\..\..\components\drivers\src\dataqueue.c
+ ..\..\..\components\drivers\src\completion.c
- ringblk_buf.c
+ waitqueue.c
1
- ..\..\..\components\drivers\src\ringblk_buf.c
+ ..\..\..\components\drivers\src\waitqueue.c
- waitqueue.c
+ ringbuffer.c
1
- ..\..\..\components\drivers\src\waitqueue.c
+ ..\..\..\components\drivers\src\ringbuffer.c
- completion.c
+ dataqueue.c
1
- ..\..\..\components\drivers\src\completion.c
+ ..\..\..\components\drivers\src\dataqueue.c
- ringbuffer.c
+ workqueue.c
1
- ..\..\..\components\drivers\src\ringbuffer.c
+ ..\..\..\components\drivers\src\workqueue.c
@@ -569,23 +569,23 @@
Kernel
- kservice.c
+ scheduler.c
1
- ..\..\..\src\kservice.c
+ ..\..\..\src\scheduler.c
- device.c
+ components.c
1
- ..\..\..\src\device.c
+ ..\..\..\src\components.c
- timer.c
+ thread.c
1
- ..\..\..\src\timer.c
+ ..\..\..\src\thread.c
@@ -597,44 +597,44 @@
- scheduler.c
+ ipc.c
1
- ..\..\..\src\scheduler.c
+ ..\..\..\src\ipc.c
- ipc.c
+ device.c
1
- ..\..\..\src\ipc.c
+ ..\..\..\src\device.c
- irq.c
+ idle.c
1
- ..\..\..\src\irq.c
+ ..\..\..\src\idle.c
- idle.c
+ timer.c
1
- ..\..\..\src\idle.c
+ ..\..\..\src\timer.c
- mempool.c
+ kservice.c
1
- ..\..\..\src\mempool.c
+ ..\..\..\src\kservice.c
- thread.c
+ mempool.c
1
- ..\..\..\src\thread.c
+ ..\..\..\src\mempool.c
@@ -646,16 +646,16 @@
- object.c
+ irq.c
1
- ..\..\..\src\object.c
+ ..\..\..\src\irq.c
- components.c
+ object.c
1
- ..\..\..\src\components.c
+ ..\..\..\src\object.c
@@ -753,23 +753,23 @@
xip
- evkmimxrt1064_flexspi_nor_config.c
+ fsl_flexspi_nor_boot.c
1
- xip\evkmimxrt1064_flexspi_nor_config.c
+ xip\fsl_flexspi_nor_boot.c
- evkmimxrt1064_sdram_ini_dcd.c
+ evkmimxrt1064_flexspi_nor_config.c
1
- xip\evkmimxrt1064_sdram_ini_dcd.c
+ xip\evkmimxrt1064_flexspi_nor_config.c
- fsl_flexspi_nor_boot.c
+ evkmimxrt1064_sdram_ini_dcd.c
1
- xip\fsl_flexspi_nor_boot.c
+ xip\evkmimxrt1064_sdram_ini_dcd.c
diff --git a/bsp/imxrt/imxrt1064-nxp-evk/rtconfig.h b/bsp/imxrt/imxrt1064-nxp-evk/rtconfig.h
index 91ce15a743b..b77548de657 100644
--- a/bsp/imxrt/imxrt1064-nxp-evk/rtconfig.h
+++ b/bsp/imxrt/imxrt1064-nxp-evk/rtconfig.h
@@ -167,14 +167,17 @@
/* multimedia packages */
+/* LVGL: powerful and easy-to-use embedded GUI library */
-/* lvgl: powerful and easy-to-use embedded GUI library */
-
-/* end of lvgl: powerful and easy-to-use embedded GUI library */
+/* end of LVGL: powerful and easy-to-use embedded GUI library */
/* u8g2: a monochrome graphic library */
/* end of u8g2: a monochrome graphic library */
+
+/* PainterEngine: A cross-platform graphics application framework written in C language */
+
+/* end of PainterEngine: A cross-platform graphics application framework written in C language */
/* end of multimedia packages */
/* tools packages */
@@ -183,10 +186,18 @@
/* system packages */
+/* rt_kprintf: enhanced rt_kprintf packages */
+
+/* end of rt_kprintf: enhanced rt_kprintf packages */
+
/* acceleration: Assembly language or algorithmic acceleration packages */
/* end of acceleration: Assembly language or algorithmic acceleration packages */
+/* CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
+/* end of CMSIS: ARM Cortex-M Microcontroller Software Interface Standard */
+
/* Micrium: Micrium software products porting for RT-Thread */
/* end of Micrium: Micrium software products porting for RT-Thread */
diff --git a/bsp/lm3s8962/project.Uv2 b/bsp/lm3s8962/project.Uv2
index f87d84f5401..cf9028b45d2 100644
--- a/bsp/lm3s8962/project.Uv2
+++ b/bsp/lm3s8962/project.Uv2
@@ -3,143 +3,137 @@
Target (RT-Thread-lm3s), 0x0004 // Tools: 'ARM-ADS'
-Group (Drivers)
-Group (Applications)
-Group (Libraries)
-Group (Kernel)
-Group (CORTEX-M3)
-Group (DeviceDrivers)
-Group (libc)
-Group (finsh)
-Group (LwIP)
-Group (Filesystem)
-
-File 1,1,
-File 1,1,
-File 1,1,
-File 1,1,
-File 2,1,
-File 2,1,
-File 3,1,
-File 3,1,
-File 3,1,
-File 3,1,
-File 3,1,
-File 3,1,
-File 3,1,
-File 3,1,
-File 3,1,
-File 3,1,
-File 3,1,
-File 3,1,
-File 3,1,
-File 3,1,
-File 3,1,
-File 3,1,
-File 3,1,
-File 3,1,
-File 3,1,
-File 3,1,
-File 3,1,
-File 3,1,
-File 3,1,
-File 3,1,
-File 3,1,
-File 3,1,
-File 3,1,
-File 3,1,
-File 3,2,
-File 4,1,<../../src/clock.c>
-File 4,1,<../../src/device.c>
-File 4,1,<../../src/idle.c>
-File 4,1,<../../src/ipc.c>
-File 4,1,<../../src/irq.c>
-File 4,1,<../../src/kservice.c>
-File 4,1,<../../src/mem.c>
-File 4,1,<../../src/mempool.c>
-File 4,1,<../../src/object.c>
-File 4,1,<../../src/scheduler.c>
-File 4,1,<../../src/signal.c>
-File 4,1,<../../src/thread.c>
-File 4,1,<../../src/timer.c>
-File 5,1,<../../libcpu/arm/cortex-m3/cpuport.c>
-File 5,2,<../../libcpu/arm/cortex-m3/context_rvds.S>
-File 5,1,<../../libcpu/arm/common/backtrace.c>
-File 5,1,<../../libcpu/arm/common/div0.c>
-File 5,1,<../../libcpu/arm/common/showmem.c>
-File 6,1,<../../components/drivers/src/completion.c>
-File 6,1,<../../components/drivers/src/dataqueue.c>
-File 6,1,<../../components/drivers/src/pipe.c>
-File 6,1,<../../components/drivers/src/ringbuffer.c>
-File 6,1,<../../components/drivers/src/waitqueue.c>
-File 6,1,<../../components/drivers/src/workqueue.c>
-File 7,1,<../../components/libc/compilers/armlibc/libc.c>
-File 7,1,<../../components/libc/compilers/armlibc/libc_syms.c>
-File 7,1,<../../components/libc/compilers/armlibc/mem_std.c>
-File 7,1,<../../components/libc/compilers/armlibc/stdio.c>
-File 7,1,<../../components/libc/compilers/armlibc/stubs.c>
-File 7,1,<../../components/libc/compilers/armlibc/time.c>
-File 8,1,<../../components/finsh/shell.c>
-File 8,1,<../../components/finsh/symbol.c>
-File 8,1,<../../components/finsh/cmd.c>
-File 8,1,<../../components/finsh/finsh_compiler.c>
-File 8,1,<../../components/finsh/finsh_error.c>
-File 8,1,<../../components/finsh/finsh_heap.c>
-File 8,1,<../../components/finsh/finsh_init.c>
-File 8,1,<../../components/finsh/finsh_node.c>
-File 8,1,<../../components/finsh/finsh_ops.c>
-File 8,1,<../../components/finsh/finsh_parser.c>
-File 8,1,<../../components/finsh/finsh_var.c>
-File 8,1,<../../components/finsh/finsh_vm.c>
-File 8,1,<../../components/finsh/finsh_token.c>
-File 9,1,<../../components/net/lwip-1.4.1/src/api/api_lib.c>
-File 9,1,<../../components/net/lwip-1.4.1/src/api/api_msg.c>
-File 9,1,<../../components/net/lwip-1.4.1/src/api/err.c>
-File 9,1,<../../components/net/lwip-1.4.1/src/api/netbuf.c>
-File 9,1,<../../components/net/lwip-1.4.1/src/api/netdb.c>
-File 9,1,<../../components/net/lwip-1.4.1/src/api/netifapi.c>
-File 9,1,<../../components/net/lwip-1.4.1/src/api/sockets.c>
-File 9,1,<../../components/net/lwip-1.4.1/src/api/tcpip.c>
-File 9,1,<../../components/net/lwip-1.4.1/src/arch/sys_arch.c>
-File 9,1,<../../components/net/lwip-1.4.1/src/core/def.c>
-File 9,1,<../../components/net/lwip-1.4.1/src/core/dhcp.c>
-File 9,1,<../../components/net/lwip-1.4.1/src/core/dns.c>
-File 9,1,<../../components/net/lwip-1.4.1/src/core/init.c>
-File 9,1,<../../components/net/lwip-1.4.1/src/core/memp.c>
-File 9,1,<../../components/net/lwip-1.4.1/src/core/netif.c>
-File 9,1,<../../components/net/lwip-1.4.1/src/core/pbuf.c>
-File 9,1,<../../components/net/lwip-1.4.1/src/core/raw.c>
-File 9,1,<../../components/net/lwip-1.4.1/src/core/stats.c>
-File 9,1,<../../components/net/lwip-1.4.1/src/core/sys.c>
-File 9,1,<../../components/net/lwip-1.4.1/src/core/tcp.c>
-File 9,1,<../../components/net/lwip-1.4.1/src/core/tcp_in.c>
-File 9,1,<../../components/net/lwip-1.4.1/src/core/tcp_out.c>
-File 9,1,<../../components/net/lwip-1.4.1/src/core/timers.c>
-File 9,1,<../../components/net/lwip-1.4.1/src/core/udp.c>
-File 9,1,<../../components/net/lwip-1.4.1/src/core/ipv4/autoip.c>
-File 9,1,<../../components/net/lwip-1.4.1/src/core/ipv4/icmp.c>
-File 9,1,<../../components/net/lwip-1.4.1/src/core/ipv4/igmp.c>
-File 9,1,<../../components/net/lwip-1.4.1/src/core/ipv4/inet.c>
-File 9,1,<../../components/net/lwip-1.4.1/src/core/ipv4/inet_chksum.c>
-File 9,1,<../../components/net/lwip-1.4.1/src/core/ipv4/ip.c>
-File 9,1,<../../components/net/lwip-1.4.1/src/core/ipv4/ip_addr.c>
-File 9,1,<../../components/net/lwip-1.4.1/src/core/ipv4/ip_frag.c>
-File 9,1,<../../components/net/lwip-1.4.1/src/netif/etharp.c>
-File 9,1,<../../components/net/lwip-1.4.1/src/netif/ethernetif.c>
-File 9,1,<../../components/net/lwip-1.4.1/src/netif/slipif.c>
-File 9,1,<../../components/net/lwip-1.4.1/src/core/snmp/asn1_dec.c>
-File 9,1,<../../components/net/lwip-1.4.1/src/core/snmp/asn1_enc.c>
-File 9,1,<../../components/net/lwip-1.4.1/src/core/snmp/mib2.c>
-File 9,1,<../../components/net/lwip-1.4.1/src/core/snmp/mib_structs.c>
-File 9,1,<../../components/net/lwip-1.4.1/src/core/snmp/msg_in.c>
-File 9,1,<../../components/net/lwip-1.4.1/src/core/snmp/msg_out.c>
-File 10,1,<../../components/dfs/src/dfs.c>
-File 10,1,<../../components/dfs/src/dfs_file.c>
-File 10,1,<../../components/dfs/src/dfs_fs.c>
-File 10,1,<../../components/dfs/src/dfs_posix.c>
-File 10,1,<../../components/dfs/filesystems/elmfat/dfs_elm.c>
-File 10,1,<../../components/dfs/filesystems/elmfat/ff.c>
-
+Group (Applications)
+Group (CPU)
+Group (DeviceDrivers)
+Group (Drivers)
+Group (Filesystem)
+Group (Finsh)
+Group (Kernel)
+Group (libc)
+Group (Libraries)
+Group (lwIP)
+Group (utestcases)
+
+File 1,1,
+File 1,1,
+File 2,1,<..\..\libcpu\arm\common\backtrace.c>
+File 2,1,<..\..\libcpu\arm\common\showmem.c>
+File 2,1,<..\..\libcpu\arm\common\div0.c>
+File 2,1,<..\..\libcpu\arm\cortex-m3\cpuport.c>
+File 2,2,<..\..\libcpu\arm\cortex-m3\context_rvds.S>
+File 3,1,<..\..\components\drivers\src\ringblk_buf.c>
+File 3,1,<..\..\components\drivers\src\waitqueue.c>
+File 3,1,<..\..\components\drivers\src\pipe.c>
+File 3,1,<..\..\components\drivers\src\ringbuffer.c>
+File 3,1,<..\..\components\drivers\src\dataqueue.c>
+File 3,1,<..\..\components\drivers\src\completion.c>
+File 3,1,<..\..\components\drivers\src\workqueue.c>
+File 4,1,
+File 4,1,
+File 4,1,
+File 4,1,
+File 5,1,<..\..\components\dfs\src\dfs_posix.c>
+File 5,1,<..\..\components\dfs\src\dfs_fs.c>
+File 5,1,<..\..\components\dfs\src\dfs.c>
+File 5,1,<..\..\components\dfs\src\dfs_file.c>
+File 5,1,<..\..\components\dfs\filesystems\elmfat\ff.c>
+File 5,1,<..\..\components\dfs\filesystems\elmfat\ffunicode.c>
+File 5,1,<..\..\components\dfs\filesystems\elmfat\dfs_elm.c>
+File 6,1,<..\..\components\finsh\shell.c>
+File 6,1,<..\..\components\finsh\msh.c>
+File 6,1,<..\..\components\finsh\msh_file.c>
+File 7,1,<..\..\src\clock.c>
+File 7,1,<..\..\src\object.c>
+File 7,1,<..\..\src\idle.c>
+File 7,1,<..\..\src\timer.c>
+File 7,1,<..\..\src\mem.c>
+File 7,1,<..\..\src\kservice.c>
+File 7,1,<..\..\src\ipc.c>
+File 7,1,<..\..\src\irq.c>
+File 7,1,<..\..\src\device.c>
+File 7,1,<..\..\src\components.c>
+File 7,1,<..\..\src\thread.c>
+File 7,1,<..\..\src\scheduler.c>
+File 7,1,<..\..\src\mempool.c>
+File 8,1,<..\..\components\libc\compilers\armlibc\stdio.c>
+File 8,1,<..\..\components\libc\compilers\armlibc\syscalls.c>
+File 8,1,<..\..\components\libc\compilers\armlibc\libc.c>
+File 8,1,<..\..\components\libc\compilers\armlibc\mem_std.c>
+File 8,1,<..\..\components\libc\compilers\common\stdlib.c>
+File 8,1,<..\..\components\libc\compilers\common\time.c>
+File 9,1,
+File 9,1,
+File 9,1,
+File 9,1,
+File 9,1,
+File 9,1,
+File 9,1,
+File 9,1,
+File 9,1,
+File 9,1,
+File 9,1,
+File 9,1,
+File 9,1,
+File 9,1,
+File 9,1,
+File 9,1,
+File 9,1,