diff --git a/.gitmodules b/.gitmodules index 30489586a..370934c08 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,5 +2,5 @@ path = Ubiquitous/RT_Thread/rt-thread url = https://code.gitlink.org.cn/chunyexixiaoyu/rt-thread.git [submodule "Ubiquitous/RT_Thread/bsp/k210/kendryte-sdk/kendryte-sdk-source"] - path = Ubiquitous/RT_Thread/bsp/k210/kendryte-sdk/kendryte-sdk-source + path = Ubiquitous/RT_Thread/aiit_board/k210/kendryte-sdk/kendryte-sdk-source url = https://code.gitlink.org.cn/chunyexixiaoyu/kendryte-sdk-source.git diff --git a/Ubiquitous/RT_Thread/bsp/k210/.config b/Ubiquitous/RT_Thread/aiit_board/k210/.config similarity index 100% rename from Ubiquitous/RT_Thread/bsp/k210/.config rename to Ubiquitous/RT_Thread/aiit_board/k210/.config diff --git a/Ubiquitous/RT_Thread/bsp/k210/.gitignore b/Ubiquitous/RT_Thread/aiit_board/k210/.gitignore similarity index 100% rename from Ubiquitous/RT_Thread/bsp/k210/.gitignore rename to Ubiquitous/RT_Thread/aiit_board/k210/.gitignore diff --git a/Ubiquitous/RT_Thread/bsp/k210/Kconfig b/Ubiquitous/RT_Thread/aiit_board/k210/Kconfig similarity index 100% rename from Ubiquitous/RT_Thread/bsp/k210/Kconfig rename to Ubiquitous/RT_Thread/aiit_board/k210/Kconfig diff --git a/Ubiquitous/RT_Thread/bsp/k210/README.md b/Ubiquitous/RT_Thread/aiit_board/k210/README.md similarity index 100% rename from Ubiquitous/RT_Thread/bsp/k210/README.md rename to Ubiquitous/RT_Thread/aiit_board/k210/README.md diff --git a/Ubiquitous/RT_Thread/bsp/k210/SConscript b/Ubiquitous/RT_Thread/aiit_board/k210/SConscript similarity index 100% rename from Ubiquitous/RT_Thread/bsp/k210/SConscript rename to Ubiquitous/RT_Thread/aiit_board/k210/SConscript diff --git a/Ubiquitous/RT_Thread/bsp/k210/SConstruct b/Ubiquitous/RT_Thread/aiit_board/k210/SConstruct similarity index 100% rename from Ubiquitous/RT_Thread/bsp/k210/SConstruct rename to Ubiquitous/RT_Thread/aiit_board/k210/SConstruct diff --git a/Ubiquitous/RT_Thread/bsp/k210/applications/SConscript b/Ubiquitous/RT_Thread/aiit_board/k210/applications/SConscript similarity index 100% rename from Ubiquitous/RT_Thread/bsp/k210/applications/SConscript rename to Ubiquitous/RT_Thread/aiit_board/k210/applications/SConscript diff --git a/Ubiquitous/RT_Thread/bsp/k210/applications/lcd_test.c b/Ubiquitous/RT_Thread/aiit_board/k210/applications/lcd_test.c similarity index 100% rename from Ubiquitous/RT_Thread/bsp/k210/applications/lcd_test.c rename to Ubiquitous/RT_Thread/aiit_board/k210/applications/lcd_test.c diff --git a/Ubiquitous/RT_Thread/bsp/k210/applications/main.c b/Ubiquitous/RT_Thread/aiit_board/k210/applications/main.c similarity index 100% rename from Ubiquitous/RT_Thread/bsp/k210/applications/main.c rename to Ubiquitous/RT_Thread/aiit_board/k210/applications/main.c diff --git a/Ubiquitous/RT_Thread/bsp/k210/applications/ov2640_test.c b/Ubiquitous/RT_Thread/aiit_board/k210/applications/ov2640_test.c similarity index 100% rename from Ubiquitous/RT_Thread/bsp/k210/applications/ov2640_test.c rename to Ubiquitous/RT_Thread/aiit_board/k210/applications/ov2640_test.c diff --git a/Ubiquitous/RT_Thread/bsp/k210/applications/rw007_test.c b/Ubiquitous/RT_Thread/aiit_board/k210/applications/rw007_test.c similarity index 100% rename from Ubiquitous/RT_Thread/bsp/k210/applications/rw007_test.c rename to Ubiquitous/RT_Thread/aiit_board/k210/applications/rw007_test.c diff --git a/Ubiquitous/RT_Thread/bsp/k210/base-drivers/Kconfig b/Ubiquitous/RT_Thread/aiit_board/k210/base-drivers/Kconfig similarity index 100% rename from Ubiquitous/RT_Thread/bsp/k210/base-drivers/Kconfig rename to Ubiquitous/RT_Thread/aiit_board/k210/base-drivers/Kconfig diff --git a/Ubiquitous/RT_Thread/bsp/k210/base-drivers/SConscript b/Ubiquitous/RT_Thread/aiit_board/k210/base-drivers/SConscript similarity index 100% rename from Ubiquitous/RT_Thread/bsp/k210/base-drivers/SConscript rename to Ubiquitous/RT_Thread/aiit_board/k210/base-drivers/SConscript diff --git a/Ubiquitous/RT_Thread/bsp/k210/base-drivers/board.c b/Ubiquitous/RT_Thread/aiit_board/k210/base-drivers/board.c similarity index 100% rename from Ubiquitous/RT_Thread/bsp/k210/base-drivers/board.c rename to Ubiquitous/RT_Thread/aiit_board/k210/base-drivers/board.c diff --git a/Ubiquitous/RT_Thread/bsp/k210/base-drivers/board.h b/Ubiquitous/RT_Thread/aiit_board/k210/base-drivers/board.h similarity index 100% rename from Ubiquitous/RT_Thread/bsp/k210/base-drivers/board.h rename to Ubiquitous/RT_Thread/aiit_board/k210/base-drivers/board.h diff --git a/Ubiquitous/RT_Thread/bsp/k210/base-drivers/dmalock.c b/Ubiquitous/RT_Thread/aiit_board/k210/base-drivers/dmalock.c similarity index 100% rename from Ubiquitous/RT_Thread/bsp/k210/base-drivers/dmalock.c rename to Ubiquitous/RT_Thread/aiit_board/k210/base-drivers/dmalock.c diff --git a/Ubiquitous/RT_Thread/bsp/k210/base-drivers/dmalock.h b/Ubiquitous/RT_Thread/aiit_board/k210/base-drivers/dmalock.h similarity index 100% rename from Ubiquitous/RT_Thread/bsp/k210/base-drivers/dmalock.h rename to Ubiquitous/RT_Thread/aiit_board/k210/base-drivers/dmalock.h diff --git a/Ubiquitous/RT_Thread/bsp/k210/base-drivers/drv_dvp.c b/Ubiquitous/RT_Thread/aiit_board/k210/base-drivers/drv_dvp.c similarity index 100% rename from Ubiquitous/RT_Thread/bsp/k210/base-drivers/drv_dvp.c rename to Ubiquitous/RT_Thread/aiit_board/k210/base-drivers/drv_dvp.c diff --git a/Ubiquitous/RT_Thread/bsp/k210/base-drivers/drv_dvp.h b/Ubiquitous/RT_Thread/aiit_board/k210/base-drivers/drv_dvp.h similarity index 100% rename from Ubiquitous/RT_Thread/bsp/k210/base-drivers/drv_dvp.h rename to Ubiquitous/RT_Thread/aiit_board/k210/base-drivers/drv_dvp.h diff --git a/Ubiquitous/RT_Thread/bsp/k210/base-drivers/drv_gpio.c b/Ubiquitous/RT_Thread/aiit_board/k210/base-drivers/drv_gpio.c similarity index 100% rename from Ubiquitous/RT_Thread/bsp/k210/base-drivers/drv_gpio.c rename to Ubiquitous/RT_Thread/aiit_board/k210/base-drivers/drv_gpio.c diff --git a/Ubiquitous/RT_Thread/bsp/k210/base-drivers/drv_gpio.h b/Ubiquitous/RT_Thread/aiit_board/k210/base-drivers/drv_gpio.h similarity index 100% rename from Ubiquitous/RT_Thread/bsp/k210/base-drivers/drv_gpio.h rename to Ubiquitous/RT_Thread/aiit_board/k210/base-drivers/drv_gpio.h diff --git a/Ubiquitous/RT_Thread/bsp/k210/base-drivers/drv_interrupt.c b/Ubiquitous/RT_Thread/aiit_board/k210/base-drivers/drv_interrupt.c similarity index 100% rename from Ubiquitous/RT_Thread/bsp/k210/base-drivers/drv_interrupt.c rename to Ubiquitous/RT_Thread/aiit_board/k210/base-drivers/drv_interrupt.c diff --git a/Ubiquitous/RT_Thread/bsp/k210/base-drivers/drv_io_config.c b/Ubiquitous/RT_Thread/aiit_board/k210/base-drivers/drv_io_config.c similarity index 100% rename from Ubiquitous/RT_Thread/bsp/k210/base-drivers/drv_io_config.c rename to Ubiquitous/RT_Thread/aiit_board/k210/base-drivers/drv_io_config.c diff --git a/Ubiquitous/RT_Thread/bsp/k210/base-drivers/drv_io_config.h b/Ubiquitous/RT_Thread/aiit_board/k210/base-drivers/drv_io_config.h similarity index 100% rename from Ubiquitous/RT_Thread/bsp/k210/base-drivers/drv_io_config.h rename to Ubiquitous/RT_Thread/aiit_board/k210/base-drivers/drv_io_config.h diff --git a/Ubiquitous/RT_Thread/bsp/k210/base-drivers/drv_lcd.c b/Ubiquitous/RT_Thread/aiit_board/k210/base-drivers/drv_lcd.c similarity index 100% rename from Ubiquitous/RT_Thread/bsp/k210/base-drivers/drv_lcd.c rename to Ubiquitous/RT_Thread/aiit_board/k210/base-drivers/drv_lcd.c diff --git a/Ubiquitous/RT_Thread/bsp/k210/base-drivers/drv_lcd.h b/Ubiquitous/RT_Thread/aiit_board/k210/base-drivers/drv_lcd.h similarity index 100% rename from Ubiquitous/RT_Thread/bsp/k210/base-drivers/drv_lcd.h rename to Ubiquitous/RT_Thread/aiit_board/k210/base-drivers/drv_lcd.h diff --git a/Ubiquitous/RT_Thread/bsp/k210/base-drivers/drv_mpylcd.c b/Ubiquitous/RT_Thread/aiit_board/k210/base-drivers/drv_mpylcd.c similarity index 100% rename from Ubiquitous/RT_Thread/bsp/k210/base-drivers/drv_mpylcd.c rename to Ubiquitous/RT_Thread/aiit_board/k210/base-drivers/drv_mpylcd.c diff --git a/Ubiquitous/RT_Thread/bsp/k210/base-drivers/drv_mpymachine.c b/Ubiquitous/RT_Thread/aiit_board/k210/base-drivers/drv_mpymachine.c similarity index 100% rename from Ubiquitous/RT_Thread/bsp/k210/base-drivers/drv_mpymachine.c rename to Ubiquitous/RT_Thread/aiit_board/k210/base-drivers/drv_mpymachine.c diff --git a/Ubiquitous/RT_Thread/bsp/k210/base-drivers/drv_spi.c b/Ubiquitous/RT_Thread/aiit_board/k210/base-drivers/drv_spi.c similarity index 100% rename from Ubiquitous/RT_Thread/bsp/k210/base-drivers/drv_spi.c rename to Ubiquitous/RT_Thread/aiit_board/k210/base-drivers/drv_spi.c diff --git a/Ubiquitous/RT_Thread/bsp/k210/base-drivers/drv_spi.h b/Ubiquitous/RT_Thread/aiit_board/k210/base-drivers/drv_spi.h similarity index 100% rename from Ubiquitous/RT_Thread/bsp/k210/base-drivers/drv_spi.h rename to Ubiquitous/RT_Thread/aiit_board/k210/base-drivers/drv_spi.h diff --git a/Ubiquitous/RT_Thread/bsp/k210/base-drivers/heap.c b/Ubiquitous/RT_Thread/aiit_board/k210/base-drivers/heap.c similarity index 100% rename from Ubiquitous/RT_Thread/bsp/k210/base-drivers/heap.c rename to Ubiquitous/RT_Thread/aiit_board/k210/base-drivers/heap.c diff --git a/Ubiquitous/RT_Thread/bsp/k210/base-drivers/rw007_port.c b/Ubiquitous/RT_Thread/aiit_board/k210/base-drivers/rw007_port.c similarity index 100% rename from Ubiquitous/RT_Thread/bsp/k210/base-drivers/rw007_port.c rename to Ubiquitous/RT_Thread/aiit_board/k210/base-drivers/rw007_port.c diff --git a/Ubiquitous/RT_Thread/bsp/k210/base-drivers/sdcard_port.c b/Ubiquitous/RT_Thread/aiit_board/k210/base-drivers/sdcard_port.c similarity index 100% rename from Ubiquitous/RT_Thread/bsp/k210/base-drivers/sdcard_port.c rename to Ubiquitous/RT_Thread/aiit_board/k210/base-drivers/sdcard_port.c diff --git a/Ubiquitous/RT_Thread/bsp/k210/kendryte-sdk/Kconfig b/Ubiquitous/RT_Thread/aiit_board/k210/kendryte-sdk/Kconfig similarity index 100% rename from Ubiquitous/RT_Thread/bsp/k210/kendryte-sdk/Kconfig rename to Ubiquitous/RT_Thread/aiit_board/k210/kendryte-sdk/Kconfig diff --git a/Ubiquitous/RT_Thread/bsp/k210/kendryte-sdk/SConscript b/Ubiquitous/RT_Thread/aiit_board/k210/kendryte-sdk/SConscript similarity index 100% rename from Ubiquitous/RT_Thread/bsp/k210/kendryte-sdk/SConscript rename to Ubiquitous/RT_Thread/aiit_board/k210/kendryte-sdk/SConscript diff --git a/Ubiquitous/RT_Thread/bsp/k210/kendryte-sdk/kendryte-sdk-source b/Ubiquitous/RT_Thread/aiit_board/k210/kendryte-sdk/kendryte-sdk-source similarity index 100% rename from Ubiquitous/RT_Thread/bsp/k210/kendryte-sdk/kendryte-sdk-source rename to Ubiquitous/RT_Thread/aiit_board/k210/kendryte-sdk/kendryte-sdk-source diff --git a/Ubiquitous/RT_Thread/bsp/k210/link.lds b/Ubiquitous/RT_Thread/aiit_board/k210/link.lds similarity index 100% rename from Ubiquitous/RT_Thread/bsp/k210/link.lds rename to Ubiquitous/RT_Thread/aiit_board/k210/link.lds diff --git a/Ubiquitous/RT_Thread/bsp/k210/link_stacksize.lds b/Ubiquitous/RT_Thread/aiit_board/k210/link_stacksize.lds similarity index 100% rename from Ubiquitous/RT_Thread/bsp/k210/link_stacksize.lds rename to Ubiquitous/RT_Thread/aiit_board/k210/link_stacksize.lds diff --git a/Ubiquitous/RT_Thread/bsp/k210/rtconfig.h b/Ubiquitous/RT_Thread/aiit_board/k210/rtconfig.h similarity index 100% rename from Ubiquitous/RT_Thread/bsp/k210/rtconfig.h rename to Ubiquitous/RT_Thread/aiit_board/k210/rtconfig.h diff --git a/Ubiquitous/RT_Thread/bsp/k210/rtconfig.py b/Ubiquitous/RT_Thread/aiit_board/k210/rtconfig.py similarity index 100% rename from Ubiquitous/RT_Thread/bsp/k210/rtconfig.py rename to Ubiquitous/RT_Thread/aiit_board/k210/rtconfig.py diff --git a/Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/.config b/Ubiquitous/RT_Thread/aiit_board/stm32f407_core/.config similarity index 100% rename from Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/.config rename to Ubiquitous/RT_Thread/aiit_board/stm32f407_core/.config diff --git a/Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/.gitignore b/Ubiquitous/RT_Thread/aiit_board/stm32f407_core/.gitignore similarity index 100% rename from Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/.gitignore rename to Ubiquitous/RT_Thread/aiit_board/stm32f407_core/.gitignore diff --git a/Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/Kconfig b/Ubiquitous/RT_Thread/aiit_board/stm32f407_core/Kconfig similarity index 100% rename from Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/Kconfig rename to Ubiquitous/RT_Thread/aiit_board/stm32f407_core/Kconfig diff --git a/Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/README.md b/Ubiquitous/RT_Thread/aiit_board/stm32f407_core/README.md similarity index 100% rename from Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/README.md rename to Ubiquitous/RT_Thread/aiit_board/stm32f407_core/README.md diff --git a/Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/SConscript b/Ubiquitous/RT_Thread/aiit_board/stm32f407_core/SConscript similarity index 100% rename from Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/SConscript rename to Ubiquitous/RT_Thread/aiit_board/stm32f407_core/SConscript diff --git a/Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/SConstruct b/Ubiquitous/RT_Thread/aiit_board/stm32f407_core/SConstruct similarity index 100% rename from Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/SConstruct rename to Ubiquitous/RT_Thread/aiit_board/stm32f407_core/SConstruct diff --git a/Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/applications/SConscript b/Ubiquitous/RT_Thread/aiit_board/stm32f407_core/applications/SConscript similarity index 100% rename from Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/applications/SConscript rename to Ubiquitous/RT_Thread/aiit_board/stm32f407_core/applications/SConscript diff --git a/Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/applications/main.c b/Ubiquitous/RT_Thread/aiit_board/stm32f407_core/applications/main.c similarity index 100% rename from Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/applications/main.c rename to Ubiquitous/RT_Thread/aiit_board/stm32f407_core/applications/main.c diff --git a/Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/applications/ov2640_test.c b/Ubiquitous/RT_Thread/aiit_board/stm32f407_core/applications/ov2640_test.c similarity index 100% rename from Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/applications/ov2640_test.c rename to Ubiquitous/RT_Thread/aiit_board/stm32f407_core/applications/ov2640_test.c diff --git a/Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/applications/rw007_test.c b/Ubiquitous/RT_Thread/aiit_board/stm32f407_core/applications/rw007_test.c similarity index 100% rename from Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/applications/rw007_test.c rename to Ubiquitous/RT_Thread/aiit_board/stm32f407_core/applications/rw007_test.c diff --git a/Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/board/CubeMX_Config/.mxproject b/Ubiquitous/RT_Thread/aiit_board/stm32f407_core/board/CubeMX_Config/.mxproject similarity index 100% rename from Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/board/CubeMX_Config/.mxproject rename to Ubiquitous/RT_Thread/aiit_board/stm32f407_core/board/CubeMX_Config/.mxproject diff --git a/Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/board/CubeMX_Config/CubeMX_Config.ioc b/Ubiquitous/RT_Thread/aiit_board/stm32f407_core/board/CubeMX_Config/CubeMX_Config.ioc similarity index 100% rename from Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/board/CubeMX_Config/CubeMX_Config.ioc rename to Ubiquitous/RT_Thread/aiit_board/stm32f407_core/board/CubeMX_Config/CubeMX_Config.ioc diff --git a/Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/board/CubeMX_Config/Inc/main.h b/Ubiquitous/RT_Thread/aiit_board/stm32f407_core/board/CubeMX_Config/Inc/main.h similarity index 100% rename from Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/board/CubeMX_Config/Inc/main.h rename to Ubiquitous/RT_Thread/aiit_board/stm32f407_core/board/CubeMX_Config/Inc/main.h diff --git a/Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/board/CubeMX_Config/Inc/stm32f4xx_hal_conf.h b/Ubiquitous/RT_Thread/aiit_board/stm32f407_core/board/CubeMX_Config/Inc/stm32f4xx_hal_conf.h similarity index 100% rename from Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/board/CubeMX_Config/Inc/stm32f4xx_hal_conf.h rename to Ubiquitous/RT_Thread/aiit_board/stm32f407_core/board/CubeMX_Config/Inc/stm32f4xx_hal_conf.h diff --git a/Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/board/CubeMX_Config/Inc/stm32f4xx_it.h b/Ubiquitous/RT_Thread/aiit_board/stm32f407_core/board/CubeMX_Config/Inc/stm32f4xx_it.h similarity index 100% rename from Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/board/CubeMX_Config/Inc/stm32f4xx_it.h rename to Ubiquitous/RT_Thread/aiit_board/stm32f407_core/board/CubeMX_Config/Inc/stm32f4xx_it.h diff --git a/Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/board/CubeMX_Config/Src/main.c b/Ubiquitous/RT_Thread/aiit_board/stm32f407_core/board/CubeMX_Config/Src/main.c similarity index 100% rename from Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/board/CubeMX_Config/Src/main.c rename to Ubiquitous/RT_Thread/aiit_board/stm32f407_core/board/CubeMX_Config/Src/main.c diff --git a/Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/board/CubeMX_Config/Src/stm32f4xx_hal_msp.c b/Ubiquitous/RT_Thread/aiit_board/stm32f407_core/board/CubeMX_Config/Src/stm32f4xx_hal_msp.c similarity index 100% rename from Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/board/CubeMX_Config/Src/stm32f4xx_hal_msp.c rename to Ubiquitous/RT_Thread/aiit_board/stm32f407_core/board/CubeMX_Config/Src/stm32f4xx_hal_msp.c diff --git a/Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/board/CubeMX_Config/Src/stm32f4xx_it.c b/Ubiquitous/RT_Thread/aiit_board/stm32f407_core/board/CubeMX_Config/Src/stm32f4xx_it.c similarity index 100% rename from Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/board/CubeMX_Config/Src/stm32f4xx_it.c rename to Ubiquitous/RT_Thread/aiit_board/stm32f407_core/board/CubeMX_Config/Src/stm32f4xx_it.c diff --git a/Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/board/CubeMX_Config/Src/system_stm32f4xx.c b/Ubiquitous/RT_Thread/aiit_board/stm32f407_core/board/CubeMX_Config/Src/system_stm32f4xx.c similarity index 100% rename from Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/board/CubeMX_Config/Src/system_stm32f4xx.c rename to Ubiquitous/RT_Thread/aiit_board/stm32f407_core/board/CubeMX_Config/Src/system_stm32f4xx.c diff --git a/Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/board/Kconfig b/Ubiquitous/RT_Thread/aiit_board/stm32f407_core/board/Kconfig similarity index 100% rename from Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/board/Kconfig rename to Ubiquitous/RT_Thread/aiit_board/stm32f407_core/board/Kconfig diff --git a/Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/board/SConscript b/Ubiquitous/RT_Thread/aiit_board/stm32f407_core/board/SConscript similarity index 100% rename from Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/board/SConscript rename to Ubiquitous/RT_Thread/aiit_board/stm32f407_core/board/SConscript diff --git a/Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/board/board.c b/Ubiquitous/RT_Thread/aiit_board/stm32f407_core/board/board.c similarity index 100% rename from Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/board/board.c rename to Ubiquitous/RT_Thread/aiit_board/stm32f407_core/board/board.c diff --git a/Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/board/board.h b/Ubiquitous/RT_Thread/aiit_board/stm32f407_core/board/board.h similarity index 100% rename from Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/board/board.h rename to Ubiquitous/RT_Thread/aiit_board/stm32f407_core/board/board.h diff --git a/Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/board/drv_dcmi.c b/Ubiquitous/RT_Thread/aiit_board/stm32f407_core/board/drv_dcmi.c similarity index 100% rename from Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/board/drv_dcmi.c rename to Ubiquitous/RT_Thread/aiit_board/stm32f407_core/board/drv_dcmi.c diff --git a/Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/board/drv_dcmi.h b/Ubiquitous/RT_Thread/aiit_board/stm32f407_core/board/drv_dcmi.h similarity index 100% rename from Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/board/drv_dcmi.h rename to Ubiquitous/RT_Thread/aiit_board/stm32f407_core/board/drv_dcmi.h diff --git a/Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/board/linker_scripts/link.lds b/Ubiquitous/RT_Thread/aiit_board/stm32f407_core/board/linker_scripts/link.lds similarity index 100% rename from Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/board/linker_scripts/link.lds rename to Ubiquitous/RT_Thread/aiit_board/stm32f407_core/board/linker_scripts/link.lds diff --git a/Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/board/ports/drv_sram.c b/Ubiquitous/RT_Thread/aiit_board/stm32f407_core/board/ports/drv_sram.c similarity index 100% rename from Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/board/ports/drv_sram.c rename to Ubiquitous/RT_Thread/aiit_board/stm32f407_core/board/ports/drv_sram.c diff --git a/Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/board/ports/fal_cfg.h b/Ubiquitous/RT_Thread/aiit_board/stm32f407_core/board/ports/fal_cfg.h similarity index 100% rename from Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/board/ports/fal_cfg.h rename to Ubiquitous/RT_Thread/aiit_board/stm32f407_core/board/ports/fal_cfg.h diff --git a/Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/board/ports/flash_port.c b/Ubiquitous/RT_Thread/aiit_board/stm32f407_core/board/ports/flash_port.c similarity index 100% rename from Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/board/ports/flash_port.c rename to Ubiquitous/RT_Thread/aiit_board/stm32f407_core/board/ports/flash_port.c diff --git a/Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/board/ports/mnt_romfs.c b/Ubiquitous/RT_Thread/aiit_board/stm32f407_core/board/ports/mnt_romfs.c similarity index 100% rename from Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/board/ports/mnt_romfs.c rename to Ubiquitous/RT_Thread/aiit_board/stm32f407_core/board/ports/mnt_romfs.c diff --git a/Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/board/ports/phy_reset.c b/Ubiquitous/RT_Thread/aiit_board/stm32f407_core/board/ports/phy_reset.c similarity index 100% rename from Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/board/ports/phy_reset.c rename to Ubiquitous/RT_Thread/aiit_board/stm32f407_core/board/ports/phy_reset.c diff --git a/Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/board/ports/romfs.c b/Ubiquitous/RT_Thread/aiit_board/stm32f407_core/board/ports/romfs.c similarity index 100% rename from Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/board/ports/romfs.c rename to Ubiquitous/RT_Thread/aiit_board/stm32f407_core/board/ports/romfs.c diff --git a/Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/board/ports/sdcard_port.c b/Ubiquitous/RT_Thread/aiit_board/stm32f407_core/board/ports/sdcard_port.c similarity index 100% rename from Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/board/ports/sdcard_port.c rename to Ubiquitous/RT_Thread/aiit_board/stm32f407_core/board/ports/sdcard_port.c diff --git a/Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/board/ports/sram_port.h b/Ubiquitous/RT_Thread/aiit_board/stm32f407_core/board/ports/sram_port.h similarity index 100% rename from Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/board/ports/sram_port.h rename to Ubiquitous/RT_Thread/aiit_board/stm32f407_core/board/ports/sram_port.h diff --git a/Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/rtconfig.h b/Ubiquitous/RT_Thread/aiit_board/stm32f407_core/rtconfig.h similarity index 100% rename from Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/rtconfig.h rename to Ubiquitous/RT_Thread/aiit_board/stm32f407_core/rtconfig.h diff --git a/Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/rtconfig.py b/Ubiquitous/RT_Thread/aiit_board/stm32f407_core/rtconfig.py similarity index 100% rename from Ubiquitous/RT_Thread/bsp/stm32f407-atk-coreboard/rtconfig.py rename to Ubiquitous/RT_Thread/aiit_board/stm32f407_core/rtconfig.py