From 89a2236b18dead95170e4ecdb49d34b5d9e2bfbb Mon Sep 17 00:00:00 2001 From: Zhao_Jiasheng <18535861947@163.com> Date: Thu, 3 Jun 2021 17:38:11 +0800 Subject: [PATCH] Adjust directory structure --- .vscode/settings.json | 40 ++++++++++++++++++ .gitignore => Ubiquitous/XiUOS/.gitignore | 0 Kconfig => Ubiquitous/XiUOS/Kconfig | 0 LICENSE => Ubiquitous/XiUOS/LICENSE | 0 Makefile => Ubiquitous/XiUOS/Makefile | 0 README.md => Ubiquitous/XiUOS/README.md | 0 .../XiUOS/applications}/Kconfig | 0 .../XiUOS/applications}/Makefile | 0 .../XiUOS/applications}/app_newlib/Makefile | 0 .../applications}/app_newlib/fs_syscalls.c | 0 .../applications}/app_newlib/include/libc.h | 0 .../applications}/app_newlib/mem_syscalls.c | 0 .../XiUOS/applications}/app_newlib/stdio.c | 0 .../applications}/app_newlib/task_syscalls.c | 0 .../applications}/app_newlib/time_syscalls.c | 0 .../XiUOS/applications}/app_test/Kconfig | 0 .../XiUOS/applications}/app_test/Makefile | 0 .../applications}/app_test/test_adhoc_lora.c | 0 .../applications}/app_test/test_spi_flash.c | 0 .../connection_demo/adhoc_lora_demo/Makefile | 0 .../connection_demo/adhoc_lora_demo/client.c | 0 .../connection_demo/adhoc_lora_demo/gateway.c | 0 .../connection_demo/bluetooth_demo/Makefile | 0 .../bluetooth_demo/bluetooth_receive_demo.c | 0 .../bluetooth_demo/bluetooth_send_demo.c | 0 .../connection_demo/ethernet_demo/Makefile | 0 .../ethernet_demo/ethernet_demo.c | 0 .../connection_demo/nbiot_demo/Makefile | 0 .../connection_demo/nbiot_demo/nbiot_demo.c | 0 .../connection_demo/wifi_demo/Makefile | 0 .../connection_demo/wifi_demo/wifi_demo.c | 0 .../connection_demo/zigbee_demo/Makefile | 0 .../zigbee_demo/zigbee_receive_demo.c | 0 .../zigbee_demo/zigbee_send_demo.c | 0 .../XiUOS/applications}/cppmain.cpp | 0 .../XiUOS/applications}/framework_init.c | 0 .../XiUOS/applications}/main.c | 0 .../XiUOS/applications}/sd_card_mount.c | 0 .../XiUOS/applications}/sensor_app/Makefile | 0 .../XiUOS/applications}/sensor_app/co2_zg09.c | 0 .../sensor_app/humidity_hs300x.c | 0 .../applications}/sensor_app/pm1_0_ps5308.c | 0 .../sensor_app/temperature_hs300x.c | 0 .../applications}/sensor_app/voice_d124.c | 0 .../XiUOS/applications}/spi_sd_card_mount.c | 0 .../applications}/tflite_mnist/.gitignore | 0 .../XiUOS/applications}/tflite_mnist/Kconfig | 0 .../XiUOS/applications}/tflite_mnist/Makefile | 0 .../applications}/tflite_mnist/README.md | 0 .../XiUOS/applications}/tflite_mnist/digit.h | 0 .../applications}/tflite_mnist/mnistapp.cpp | 0 .../applications}/tflite_mnist/mnistmain.c | 0 .../XiUOS/applications}/tflite_mnist/model.h | 0 .../tflite_mnist/tools/mnist-c-digit.py | 0 .../tflite_mnist/tools/mnist-c-model.py | 0 .../tflite_mnist/tools/mnist-inference.py | 0 .../tflite_mnist/tools/mnist-train.py | 0 .../XiUOS/applications}/tflite_sin/Kconfig | 0 .../XiUOS/applications}/tflite_sin/Makefile | 0 .../applications}/tflite_sin/constants.cc | 0 .../applications}/tflite_sin/constants.h | 0 .../tflite_sin/main_functions.cc | 0 .../applications}/tflite_sin/main_functions.h | 0 .../XiUOS/applications}/tflite_sin/model.cc | 0 .../XiUOS/applications}/tflite_sin/model.h | 0 .../tflite_sin/output_handler.cc | 0 .../applications}/tflite_sin/output_handler.h | 0 .../XiUOS/applications}/tflite_sin/sinmain.c | 0 .../XiUOS/applications}/user_api/Makefile | 0 .../user_api/general_functions/Makefile | 0 .../general_functions/linklist/Makefile | 0 .../linklist/double_linklist.c | 0 .../linklist/single_linklist.c | 0 .../general_functions/linklist/xs_klist.h | 0 .../applications}/user_api/include/bus.h | 0 .../user_api/include/bus_serial.h | 0 .../user_api/include/dev_serial.h | 0 .../user_api/posix_support/Kconfig | 0 .../user_api/posix_support/Makefile | 0 .../user_api/posix_support/include/fs.h | 0 .../user_api/posix_support/include/mqueue.h | 0 .../posix_support/include/pthread arm.h | 0 .../user_api/posix_support/include/pthread.h | 0 .../posix_support/include/semaphore.h | 0 .../user_api/posix_support/mqueue.c | 0 .../user_api/posix_support/pthread.c | 0 .../user_api/posix_support/pthread_mutex.c | 0 .../user_api/posix_support/semaphore.c | 0 .../user_api/switch_api/Makefile | 0 .../user_api/switch_api/user_api.h | 0 .../user_api/switch_api/user_event.c | 0 .../user_api/switch_api/user_fs.c | 0 .../user_api/switch_api/user_mem.c | 0 .../user_api/switch_api/user_msg.c | 0 .../user_api/switch_api/user_mutex.c | 0 .../user_api/switch_api/user_print_info.c | 0 .../user_api/switch_api/user_semaphore.c | 0 .../user_api/switch_api/user_task.c | 0 .../XiUOS/applications}/userspace.c | 0 {arch => Ubiquitous/XiUOS/arch}/Kconfig | 0 {arch => Ubiquitous/XiUOS/arch}/Makefile | 0 {arch => Ubiquitous/XiUOS/arch}/arm/Makefile | 0 .../XiUOS/arch}/arm/cortex-m0/Makefile | 0 .../XiUOS/arch}/arm/cortex-m3/Makefile | 0 .../arch}/arm/cortex-m3/arch_interrupt.h | 0 .../XiUOS/arch}/arm/cortex-m3/boot.c | 0 .../XiUOS/arch}/arm/cortex-m3/interrupt.c | 0 .../arch}/arm/cortex-m3/interrupt_vector.S | 0 .../XiUOS/arch}/arm/cortex-m4/Makefile | 0 .../arch}/arm/cortex-m4/arch_interrupt.h | 0 .../XiUOS/arch}/arm/cortex-m4/boot.S | 0 .../XiUOS/arch}/arm/cortex-m4/coreclock.c | 0 .../XiUOS/arch}/arm/cortex-m4/interrupt.c | 0 .../arch}/arm/cortex-m4/interrupt_vector.S | 0 .../XiUOS/arch}/arm/cortex-m4/kswitch.h | 0 .../XiUOS/arch}/arm/cortex-m4/mpu.c | 0 .../XiUOS/arch}/arm/cortex-m4/mpu.h | 0 .../XiUOS/arch}/arm/cortex-m4/svc_entry.S | 0 .../XiUOS/arch}/arm/cortex-m4/svc_handle.c | 0 .../XiUOS/arch}/arm/cortex-m4/system_init.c | 0 .../XiUOS/arch}/arm/cortex-m7/Makefile | 0 .../arch}/arm/cortex-m7/arch_interrupt.h | 0 .../XiUOS/arch}/arm/cortex-m7/boot.S | 0 .../XiUOS/arch}/arm/cortex-m7/interrupt.c | 0 .../arch}/arm/cortex-m7/interrupt_vector.S | 0 .../XiUOS/arch}/arm/shared/Makefile | 0 .../XiUOS/arch}/arm/shared/arm32_switch.c | 0 .../XiUOS/arch}/arm/shared/pendsv.S | 0 .../XiUOS/arch}/arm/shared/prepare_ahwstack.c | 0 .../XiUOS/arch}/arm/shared/svc_handle.h | 0 {arch => Ubiquitous/XiUOS/arch}/kswitch.h | 0 .../XiUOS/arch}/risc-v/Makefile | 0 .../XiUOS/arch}/risc-v/fe310/LICENSE | 0 .../XiUOS/arch}/risc-v/fe310/Makefile | 0 .../XiUOS/arch}/risc-v/fe310/arch_interrupt.h | 0 .../XiUOS/arch}/risc-v/fe310/boot.S | 0 .../XiUOS/arch}/risc-v/fe310/interrupt.c | 0 .../XiUOS/arch}/risc-v/fe310/tick.c | 0 .../XiUOS/arch}/risc-v/k210/Makefile | 0 .../XiUOS/arch}/risc-v/k210/arch_interrupt.h | 0 .../XiUOS/arch}/risc-v/k210/boot.S | 0 .../XiUOS/arch}/risc-v/k210/interrupt.c | 0 .../XiUOS/arch}/risc-v/k210/smp_support.c | 0 .../XiUOS/arch}/risc-v/k210/tick.c | 0 .../XiUOS/arch}/risc-v/k210/tick.h | 0 .../XiUOS/arch}/risc-v/shared/Makefile | 0 .../XiUOS/arch}/risc-v/shared/boot.h | 0 .../XiUOS/arch}/risc-v/shared/kswitch.h | 0 .../XiUOS/arch}/risc-v/shared/pmp.c | 0 .../XiUOS/arch}/risc-v/shared/pmp.h | 0 .../arch}/risc-v/shared/prepare_rhwstack.c | 0 .../XiUOS/arch}/risc-v/shared/rcontroller.h | 0 .../XiUOS/arch}/risc-v/shared/register_op.h | 0 .../XiUOS/arch}/risc-v/shared/register_para.h | 0 .../arch}/risc-v/shared/riscv64_switch.c | 0 {board => Ubiquitous/XiUOS/board}/Makefile | 0 .../XiUOS/board}/aiit-arm32-board/.defconfig | 0 .../XiUOS/board}/aiit-arm32-board/Kconfig | 0 .../XiUOS/board}/aiit-arm32-board/Makefile | 0 .../XiUOS/board}/aiit-arm32-board/README.md | 0 .../XiUOS/board}/aiit-arm32-board/aiit.jpg | Bin .../XiUOS/board}/aiit-arm32-board/board.c | 0 .../XiUOS/board}/aiit-arm32-board/board.h | 0 .../XiUOS/board}/aiit-arm32-board/config.mk | 0 .../include/arm_common_tables.h | 0 .../include/arm_const_structs.h | 0 .../aiit-arm32-board/include/arm_math.h | 0 .../aiit-arm32-board/include/cmsis_armcc.h | 0 .../aiit-arm32-board/include/cmsis_armcc_V6.h | 0 .../aiit-arm32-board/include/cmsis_gcc.h | 0 .../aiit-arm32-board/include/cmsis_os.h | 0 .../aiit-arm32-board/include/core_cm4.h | 0 .../aiit-arm32-board/include/core_cmFunc.h | 0 .../aiit-arm32-board/include/core_cmInstr.h | 0 .../aiit-arm32-board/include/core_cmSimd.h | 0 .../aiit-arm32-board/include/stm32f4xx.h | 0 .../include/system_stm32f4xx.h | 0 .../XiUOS/board}/aiit-arm32-board/link.lds | 0 .../aiit-arm32-board/link_userspace.lds | 0 .../XiUOS/board}/aiit-arm32-board/menu.png | Bin .../XiUOS/board}/aiit-arm32-board/shell.png | Bin .../XiUOS/board}/aiit-arm32-board/st-link.png | Bin .../third_party_driver/Kconfig | 0 .../third_party_driver/Makefile | 0 .../third_party_driver/can/Kconfig | 0 .../third_party_driver/can/Makefile | 0 .../third_party_driver/can/connect_can.c | 0 .../third_party_driver/can/hardware_can.c | 0 .../third_party_driver/ch438/Kconfig | 0 .../third_party_driver/ch438/Makefile | 0 .../third_party_driver/ch438/connect_ch438.c | 0 .../third_party_driver/common/Kconfig | 0 .../third_party_driver/common/Makefile | 0 .../third_party_driver/common/hardware_dma.c | 0 .../third_party_driver/common/hardware_exti.c | 0 .../third_party_driver/common/hardware_it.c | 0 .../third_party_driver/common/hardware_pwr.c | 0 .../third_party_driver/common/hardware_rcc.c | 0 .../common/hardware_syscfg.c | 0 .../third_party_driver/common/misc.c | 0 .../third_party_driver/extmem/Kconfig | 0 .../third_party_driver/extmem/Makefile | 0 .../third_party_driver/extmem/connect_fsmc.c | 0 .../third_party_driver/extmem/hardware_fsmc.c | 0 .../third_party_driver/gpio/Kconfig | 0 .../third_party_driver/gpio/Makefile | 0 .../third_party_driver/gpio/connect_gpio.c | 0 .../third_party_driver/gpio/hardware_gpio.c | 0 .../third_party_driver/i2c/Kconfig | 0 .../third_party_driver/i2c/Makefile | 0 .../third_party_driver/i2c/connect_i2c.c | 0 .../third_party_driver/i2c/hardware_i2c.c | 0 .../third_party_driver/include/connect_can.h | 0 .../include/connect_ch438.h | 0 .../third_party_driver/include/connect_fsmc.h | 0 .../third_party_driver/include/connect_gpio.h | 0 .../include/connect_hwtimer.h | 0 .../third_party_driver/include/connect_i2c.h | 0 .../third_party_driver/include/connect_rtc.h | 0 .../third_party_driver/include/connect_sdio.h | 0 .../third_party_driver/include/connect_spi.h | 0 .../include/connect_spi_lora.h | 0 .../include/connect_touch.h | 0 .../include/connect_usart.h | 0 .../third_party_driver/include/connect_usb.h | 0 .../third_party_driver/include/connect_wdg.h | 0 .../third_party_driver/include/hardware_can.h | 0 .../include/hardware_conf.h | 0 .../third_party_driver/include/hardware_dac.h | 0 .../include/hardware_dbgmcu.h | 0 .../third_party_driver/include/hardware_dma.h | 0 .../include/hardware_exti.h | 0 .../include/hardware_fsmc.h | 0 .../include/hardware_gpio.h | 0 .../third_party_driver/include/hardware_i2c.h | 0 .../include/hardware_iwdg.h | 0 .../third_party_driver/include/hardware_pwr.h | 0 .../third_party_driver/include/hardware_rcc.h | 0 .../third_party_driver/include/hardware_rtc.h | 0 .../include/hardware_sdio.h | 0 .../third_party_driver/include/hardware_spi.h | 0 .../include/hardware_syscfg.h | 0 .../third_party_driver/include/hardware_tim.h | 0 .../include/hardware_usart.h | 0 .../include/hardware_wwdg.h | 0 .../third_party_driver/include/misc.h | 0 .../include/stm32_assert_template.h | 0 .../third_party_driver/lcd/Kconfig | 0 .../third_party_driver/lcd/Makefile | 0 .../third_party_driver/lcd/hardware_fsmc.c | 0 .../third_party_driver/rtc/Kconfig | 0 .../third_party_driver/rtc/Makefile | 0 .../third_party_driver/rtc/connect_rtc.c | 0 .../third_party_driver/rtc/hardware_rtc.c | 0 .../third_party_driver/sdio/Kconfig | 0 .../third_party_driver/sdio/Makefile | 0 .../third_party_driver/sdio/connect_sdio.c | 0 .../third_party_driver/sdio/hardware_sdio.c | 0 .../third_party_driver/sdio/sdio_sd.c | 0 .../third_party_driver/sdio/sdio_sd.h | 0 .../third_party_driver/spi/Kconfig | 0 .../third_party_driver/spi/Makefile | 0 .../spi/connect_flash_spi.c | 0 .../third_party_driver/spi/connect_lora_spi.c | 0 .../third_party_driver/spi/connect_spi.c | 0 .../third_party_driver/spi/hardware_spi.c | 0 .../spi/third_party_spi_lora/Makefile | 0 .../inc/spi_lora_sx12xx.h | 0 .../spi/third_party_spi_lora/ports/Makefile | 0 .../ports/sx12xx_device.c | 0 .../spi/third_party_spi_lora/src/Makefile | 0 .../third_party_spi_lora/src/radio/platform.h | 0 .../third_party_spi_lora/src/radio/radio.c | 0 .../third_party_spi_lora/src/radio/radio.h | 0 .../src/radio/sx1276-Fsk.c | 0 .../src/radio/sx1276-Fsk.h | 0 .../src/radio/sx1276-FskMisc.c | 0 .../src/radio/sx1276-FskMisc.h | 0 .../src/radio/sx1276-Hal.h | 0 .../src/radio/sx1276-LoRa.c | 0 .../src/radio/sx1276-LoRa.h | 0 .../src/radio/sx1276-LoRaMisc.c | 0 .../src/radio/sx1276-LoRaMisc.h | 0 .../third_party_spi_lora/src/radio/sx1276.c | 0 .../third_party_spi_lora/src/radio/sx1276.h | 0 .../third_party_driver/timer/Kconfig | 0 .../third_party_driver/timer/Makefile | 0 .../timer/connect_hwtimer.c | 0 .../third_party_driver/timer/hardware_tim.c | 0 .../third_party_driver/touch/Kconfig | 0 .../third_party_driver/touch/Makefile | 0 .../third_party_driver/touch/connect_touch.c | 0 .../third_party_driver/uart/Kconfig | 0 .../third_party_driver/uart/Makefile | 0 .../third_party_driver/uart/connect_usart.c | 0 .../third_party_driver/uart/hardware_usart.c | 0 .../third_party_driver/usb/Kconfig | 0 .../third_party_driver/usb/Makefile | 0 .../STM32_USB_OTG_Driver/Release_Notes.html | 0 .../usb/STM32_USB_OTG_Driver/inc/usb_bsp.h | 0 .../usb/STM32_USB_OTG_Driver/inc/usb_conf.h | 0 .../inc/usb_conf_template.h | 0 .../usb/STM32_USB_OTG_Driver/inc/usb_core.h | 0 .../usb/STM32_USB_OTG_Driver/inc/usb_dcd.h | 0 .../STM32_USB_OTG_Driver/inc/usb_dcd_int.h | 0 .../STM32_USB_OTG_Driver/inc/usb_defines.h | 0 .../usb/STM32_USB_OTG_Driver/inc/usb_hcd.h | 0 .../STM32_USB_OTG_Driver/inc/usb_hcd_int.h | 0 .../usb/STM32_USB_OTG_Driver/inc/usb_otg.h | 0 .../usb/STM32_USB_OTG_Driver/inc/usb_regs.h | 0 .../src/usb_bsp_template.c | 0 .../usb/STM32_USB_OTG_Driver/src/usb_core.c | 0 .../usb/STM32_USB_OTG_Driver/src/usb_dcd.c | 0 .../STM32_USB_OTG_Driver/src/usb_dcd_int.c | 0 .../usb/STM32_USB_OTG_Driver/src/usb_hcd.c | 0 .../STM32_USB_OTG_Driver/src/usb_hcd_int.c | 0 .../usb/STM32_USB_OTG_Driver/src/usb_otg.c | 0 .../third_party_driver/usb/connect_usb.c | 0 .../third_party_driver/usb/usb_bsp.c | 0 .../third_party_driver/usb/usbh.c | 0 .../third_party_driver/watchdog/Kconfig | 0 .../third_party_driver/watchdog/Makefile | 0 .../third_party_driver/watchdog/connect_wdg.c | 0 .../watchdog/hardware_wdg.c | 0 .../board}/aiit-riscv64-board/.defconfig | 0 .../XiUOS/board}/aiit-riscv64-board/Kconfig | 0 .../XiUOS/board}/aiit-riscv64-board/Makefile | 0 .../XiUOS/board}/aiit-riscv64-board/README.md | 0 .../XiUOS/board}/aiit-riscv64-board/board.c | 0 .../XiUOS/board}/aiit-riscv64-board/board.h | 0 .../XiUOS/board}/aiit-riscv64-board/config.mk | 0 .../img/aiit_riscv64_board.png | Bin .../aiit-riscv64-board/img/terminal.png | Bin .../aiit-riscv64-board/include/atomic.h | 0 .../board}/aiit-riscv64-board/include/bsp.h | 0 .../board}/aiit-riscv64-board/include/dump.h | 0 .../aiit-riscv64-board/include/encoding.h | 0 .../board}/aiit-riscv64-board/include/entry.h | 0 .../aiit-riscv64-board/include/interrupt.h | 0 .../aiit-riscv64-board/include/platform.h | 0 .../aiit-riscv64-board/include/printf.h | 0 .../board}/aiit-riscv64-board/include/sleep.h | 0 .../aiit-riscv64-board/include/syscalls.h | 0 .../aiit-riscv64-board/include/syslog.h | 0 .../board}/aiit-riscv64-board/include/util.h | 0 .../XiUOS/board}/aiit-riscv64-board/link.lds | 0 .../aiit-riscv64-board/link_userspace.lds | 0 .../third_party_driver/Kconfig | 0 .../third_party_driver/Makefile | 0 .../third_party_driver/ch376/Kconfig | 0 .../third_party_driver/ch376/Makefile | 0 .../third_party_driver/ch376/connect_ch376.c | 0 .../third_party_driver/ch438/Kconfig | 0 .../third_party_driver/ch438/Makefile | 0 .../third_party_driver/ch438/connect_ch438.c | 0 .../third_party_driver/dma/Kconfig | 0 .../third_party_driver/dma/Makefile | 0 .../third_party_driver/dma/dmac.c | 0 .../third_party_driver/gpio/Kconfig | 0 .../third_party_driver/gpio/Makefile | 0 .../third_party_driver/gpio/connect_gpio.c | 0 .../third_party_driver/gpio/drv_io_config.c | 0 .../third_party_driver/gpio/fpioa.c | 0 .../third_party_driver/gpio/gpio.c | 0 .../third_party_driver/gpio/gpiohs.c | 0 .../third_party_driver/gpio/utils.c | 0 .../third_party_driver/i2c/Kconfig | 0 .../third_party_driver/i2c/Makefile | 0 .../third_party_driver/i2c/connect_i2c.c | 0 .../third_party_driver/i2c/hardware_i2c.c | 0 .../third_party_driver/include/clint.h | 0 .../include/connect_ch376.h | 0 .../include/connect_ch438.h | 0 .../third_party_driver/include/connect_gpio.h | 0 .../include/connect_hwtimer.h | 0 .../third_party_driver/include/connect_i2c.h | 0 .../third_party_driver/include/connect_lcd.h | 0 .../third_party_driver/include/connect_rtc.h | 0 .../third_party_driver/include/connect_spi.h | 0 .../include/connect_spi_lora.h | 0 .../include/connect_touch.h | 0 .../third_party_driver/include/connect_uart.h | 0 .../third_party_driver/include/connect_wdt.h | 0 .../third_party_driver/include/dmac.h | 0 .../include/drv_io_config.h | 0 .../third_party_driver/include/dvp.h | 0 .../third_party_driver/include/font.h | 0 .../third_party_driver/include/fpioa.h | 0 .../third_party_driver/include/gpio.h | 0 .../third_party_driver/include/gpio_common.h | 0 .../third_party_driver/include/gpiohs.h | 0 .../third_party_driver/include/graphic.h | 0 .../include/hardware_hwtimer.h | 0 .../third_party_driver/include/hardware_i2c.h | 0 .../third_party_driver/include/hardware_rtc.h | 0 .../third_party_driver/include/hardware_spi.h | 0 .../include/hardware_uart.h | 0 .../include/hardware_uarths.h | 0 .../third_party_driver/include/io.h | 0 .../third_party_driver/include/plic.h | 0 .../third_party_driver/include/sysctl.h | 0 .../third_party_driver/include/utils.h | 0 .../third_party_driver/include/wdt.h | 0 .../third_party_driver/lcd/Kconfig | 0 .../third_party_driver/lcd/Makefile | 0 .../third_party_driver/lcd/connect_lcd.c | 0 .../third_party_driver/plic/Kconfig | 0 .../third_party_driver/plic/Makefile | 0 .../third_party_driver/plic/clint.c | 0 .../third_party_driver/plic/drv_interrupt.c | 0 .../third_party_driver/plic/plic.c | 0 .../third_party_driver/rtc/Kconfig | 0 .../third_party_driver/rtc/Makefile | 0 .../third_party_driver/rtc/connect_rtc.c | 0 .../third_party_driver/rtc/hardware_rtc.c | 0 .../third_party_driver/sleep.c | 0 .../third_party_driver/spi/Kconfig | 0 .../third_party_driver/spi/Makefile | 0 .../third_party_driver/spi/connect_lora_spi.c | 0 .../third_party_driver/spi/connect_spi.c | 0 .../third_party_driver/spi/hardware_spi.c | 0 .../spi/third_party_spi_lora/Makefile | 0 .../inc/spi_lora_sx12xx.h | 0 .../spi/third_party_spi_lora/ports/Makefile | 0 .../ports/sx12xx_device.c | 0 .../spi/third_party_spi_lora/src/Makefile | 0 .../third_party_spi_lora/src/radio/platform.h | 0 .../third_party_spi_lora/src/radio/radio.c | 0 .../third_party_spi_lora/src/radio/radio.h | 0 .../src/radio/sx1276-Fsk.c | 0 .../src/radio/sx1276-Fsk.h | 0 .../src/radio/sx1276-FskMisc.c | 0 .../src/radio/sx1276-FskMisc.h | 0 .../src/radio/sx1276-Hal.h | 0 .../src/radio/sx1276-LoRa.c | 0 .../src/radio/sx1276-LoRa.h | 0 .../src/radio/sx1276-LoRaMisc.c | 0 .../src/radio/sx1276-LoRaMisc.h | 0 .../third_party_spi_lora/src/radio/sx1276.c | 0 .../third_party_spi_lora/src/radio/sx1276.h | 0 .../third_party_driver/sys_clock/Kconfig | 0 .../third_party_driver/sys_clock/Makefile | 0 .../third_party_driver/sys_clock/sysctl.c | 0 .../third_party_driver/timer/Kconfig | 0 .../third_party_driver/timer/Makefile | 0 .../timer/connect_hwtimer.c | 0 .../timer/hardware_hwtimer.c | 0 .../third_party_driver/touch/Kconfig | 0 .../third_party_driver/touch/Makefile | 0 .../third_party_driver/touch/connect_touch.c | 0 .../third_party_driver/uart/Kconfig | 0 .../third_party_driver/uart/Makefile | 0 .../third_party_driver/uart/connect_uart.c | 0 .../third_party_driver/uart/hardware_uart.c | 0 .../third_party_driver/uart/hardware_uarths.c | 0 .../third_party_driver/watchdog/Kconfig | 0 .../third_party_driver/watchdog/Makefile | 0 .../third_party_driver/watchdog/connect_wdt.c | 0 .../third_party_driver/watchdog/wdt.c | 0 .../board}/cortex-m3-emulator/.defconfig | 0 .../XiUOS/board}/cortex-m3-emulator/Kconfig | 0 .../XiUOS/board}/cortex-m3-emulator/Makefile | 0 .../XiUOS/board}/cortex-m3-emulator/README.md | 0 .../XiUOS/board}/cortex-m3-emulator/board.c | 0 .../XiUOS/board}/cortex-m3-emulator/board.h | 0 .../XiUOS/board}/cortex-m3-emulator/config.mk | 0 .../board}/cortex-m3-emulator/connect_uart.c | 0 .../cortex-m3-emulator/img/menuconfig.png | Bin .../cortex-m3-emulator/img/menuconfig1.png | Bin .../cortex-m3-emulator/img/terminal.png | Bin .../board}/cortex-m3-emulator/img/vscode.jpg | Bin .../XiUOS/board}/cortex-m3-emulator/link.lds | 0 .../third_party_driver/Kconfig | 0 .../third_party_driver/Libraries/Makefile | 0 .../Libraries/driverlib/Makefile | 0 .../Libraries/driverlib/cpu.h | 0 .../Libraries/driverlib/debug.h | 0 .../Libraries/driverlib/gpio.c | 0 .../Libraries/driverlib/gpio.h | 0 .../Libraries/driverlib/interrupt.c | 0 .../Libraries/driverlib/interrupt.h | 0 .../Libraries/driverlib/pin_map.h | 0 .../Libraries/driverlib/sysctl.c | 0 .../Libraries/driverlib/sysctl.h | 0 .../Libraries/driverlib/uart.c | 0 .../Libraries/driverlib/uart.h | 0 .../Libraries/inc/hw_gpio.h | 0 .../Libraries/inc/hw_ints.h | 0 .../Libraries/inc/hw_memmap.h | 0 .../Libraries/inc/hw_nvic.h | 0 .../Libraries/inc/hw_sysctl.h | 0 .../Libraries/inc/hw_types.h | 0 .../Libraries/inc/hw_uart.h | 0 .../Libraries/inc/lm3s8962.h | 0 .../third_party_driver/Makefile | 0 .../XiUOS/board}/hifive1-emulator/.defconfig | 0 .../XiUOS/board}/hifive1-emulator/Kconfig | 0 .../XiUOS/board}/hifive1-emulator/Makefile | 0 .../XiUOS/board}/hifive1-emulator/README.md | 0 .../XiUOS/board}/hifive1-emulator/board.c | 0 .../XiUOS/board}/hifive1-emulator/board.h | 0 .../XiUOS/board}/hifive1-emulator/config.mk | 0 .../hifive1-emulator/img/menuconfig1.png | Bin .../hifive1-emulator/img/menuconfig2.jpg | Bin .../hifive1-emulator/img/menuconfig3.png | Bin .../hifive1-emulator/img/menuconfig4.png | Bin .../board}/hifive1-emulator/img/terminal.png | Bin .../board}/hifive1-emulator/img/vscode.jpg | Bin .../XiUOS/board}/hifive1-emulator/link.lds | 0 .../hifive1-emulator/link_userspace.lds | 0 .../third_party_driver/Kconfig | 0 .../third_party_driver/LICENSE | 0 .../third_party_driver/Makefile | 0 .../third_party_driver/connect_usart.c | 0 .../third_party_driver/coreplexip-arty.h | 0 .../third_party_driver/encoding.h | 0 .../fe300prci/fe300prci_driver.c | 0 .../fe300prci/fe300prci_driver.h | 0 .../third_party_driver/hifive1.h | 0 .../third_party_driver/include/sifive/bits.h | 0 .../third_party_driver/include/sifive/const.h | 0 .../include/sifive/devices/aon.h | 0 .../include/sifive/devices/clint.h | 0 .../include/sifive/devices/gpio.h | 0 .../include/sifive/devices/otp.h | 0 .../include/sifive/devices/plic.h | 0 .../include/sifive/devices/prci.h | 0 .../include/sifive/devices/pwm.h | 0 .../include/sifive/devices/spi.h | 0 .../include/sifive/devices/uart.h | 0 .../include/sifive/sections.h | 0 .../third_party_driver/include/sifive/smp.h | 0 .../third_party_driver/init.c | 0 .../third_party_driver/platform.h | 0 .../third_party_driver/plic/plic_driver.c | 0 .../third_party_driver/plic/plic_driver.h | 0 .../XiUOS/board}/hifive1-rev-B/.defconfig | 0 .../XiUOS/board}/hifive1-rev-B/Kconfig | 0 .../XiUOS/board}/hifive1-rev-B/Makefile | 0 .../XiUOS/board}/hifive1-rev-B/README.md | 0 .../XiUOS/board}/hifive1-rev-B/board.c | 0 .../XiUOS/board}/hifive1-rev-B/board.h | 0 .../XiUOS/board}/hifive1-rev-B/config.mk | 0 .../hifive1-rev-B/img/hifive1-Rev-B.png | Bin .../board}/hifive1-rev-B/img/jlink_cmd1.png | Bin .../board}/hifive1-rev-B/img/jlink_cmd2.png | Bin .../board}/hifive1-rev-B/img/jlink_cmd3.png | Bin .../board}/hifive1-rev-B/img/jlink_cmd4.png | Bin .../XiUOS/board}/hifive1-rev-B/img/main.jpg | Bin .../board}/hifive1-rev-B/img/menuconfig.png | Bin .../board}/hifive1-rev-B/img/terminal.png | Bin .../XiUOS/board}/hifive1-rev-B/img/vscode.jpg | Bin .../XiUOS/board}/hifive1-rev-B/link.lds | 0 .../board}/hifive1-rev-B/link_userspace.lds | 0 .../hifive1-rev-B/third_party_driver/Kconfig | 0 .../hifive1-rev-B/third_party_driver/LICENSE | 0 .../hifive1-rev-B/third_party_driver/Makefile | 0 .../third_party_driver/connect_usart.c | 0 .../third_party_driver/coreplexip-arty.h | 0 .../third_party_driver/encoding.h | 0 .../fe300prci/fe300prci_driver.c | 0 .../fe300prci/fe300prci_driver.h | 0 .../third_party_driver/hifive1.h | 0 .../third_party_driver/include/sifive/bits.h | 0 .../third_party_driver/include/sifive/const.h | 0 .../include/sifive/devices/aon.h | 0 .../include/sifive/devices/clint.h | 0 .../include/sifive/devices/gpio.h | 0 .../include/sifive/devices/otp.h | 0 .../include/sifive/devices/plic.h | 0 .../include/sifive/devices/prci.h | 0 .../include/sifive/devices/pwm.h | 0 .../include/sifive/devices/spi.h | 0 .../include/sifive/devices/uart.h | 0 .../include/sifive/sections.h | 0 .../third_party_driver/include/sifive/smp.h | 0 .../hifive1-rev-B/third_party_driver/init.c | 0 .../third_party_driver/platform.h | 0 .../third_party_driver/plic/plic_driver.c | 0 .../third_party_driver/plic/plic_driver.h | 0 .../XiUOS/board}/k210-emulator/.defconfig | 0 .../XiUOS/board}/k210-emulator/Kconfig | 0 .../XiUOS/board}/k210-emulator/Makefile | 0 .../XiUOS/board}/k210-emulator/README.md | 0 .../XiUOS/board}/k210-emulator/board.c | 0 .../XiUOS/board}/k210-emulator/board.h | 0 .../XiUOS/board}/k210-emulator/config.mk | 0 .../board}/k210-emulator/img/menuconfig1.png | Bin .../board}/k210-emulator/img/menuconfig2.png | Bin .../board}/k210-emulator/img/menuconfig3.png | Bin .../board}/k210-emulator/img/menuconfig4.png | Bin .../board}/k210-emulator/img/terminal.png | Bin .../XiUOS/board}/k210-emulator/img/vscode.jpg | Bin .../board}/k210-emulator/include/atomic.h | 0 .../XiUOS/board}/k210-emulator/include/bsp.h | 0 .../XiUOS/board}/k210-emulator/include/dump.h | 0 .../board}/k210-emulator/include/encoding.h | 0 .../board}/k210-emulator/include/entry.h | 0 .../board}/k210-emulator/include/interrupt.h | 0 .../board}/k210-emulator/include/platform.h | 0 .../board}/k210-emulator/include/printf.h | 0 .../board}/k210-emulator/include/sleep.h | 0 .../board}/k210-emulator/include/syscalls.h | 0 .../board}/k210-emulator/include/syslog.h | 0 .../XiUOS/board}/k210-emulator/include/util.h | 0 .../XiUOS/board}/k210-emulator/link.lds | 0 .../board}/k210-emulator/link_userspace.lds | 0 .../k210-emulator/third_party_driver/Kconfig | 0 .../k210-emulator/third_party_driver/Makefile | 0 .../third_party_driver/dma/Kconfig | 0 .../third_party_driver/dma/Makefile | 0 .../third_party_driver/dma/dmac.c | 0 .../third_party_driver/gpio/Kconfig | 0 .../third_party_driver/gpio/Makefile | 0 .../third_party_driver/gpio/connect_gpio.c | 0 .../third_party_driver/gpio/drv_io_config.c | 0 .../third_party_driver/gpio/fpioa.c | 0 .../third_party_driver/gpio/gpio.c | 0 .../third_party_driver/gpio/gpiohs.c | 0 .../third_party_driver/gpio/utils.c | 0 .../third_party_driver/i2c/Kconfig | 0 .../third_party_driver/i2c/Makefile | 0 .../third_party_driver/i2c/connect_i2c.c | 0 .../third_party_driver/i2c/hardware_i2c.c | 0 .../third_party_driver/include/clint.h | 0 .../third_party_driver/include/connect_gpio.h | 0 .../include/connect_hwtimer.h | 0 .../third_party_driver/include/connect_i2c.h | 0 .../third_party_driver/include/connect_rtc.h | 0 .../third_party_driver/include/connect_spi.h | 0 .../third_party_driver/include/connect_uart.h | 0 .../third_party_driver/include/connect_wdt.h | 0 .../third_party_driver/include/dmac.h | 0 .../include/drv_io_config.h | 0 .../third_party_driver/include/dvp.h | 0 .../third_party_driver/include/font.h | 0 .../third_party_driver/include/fpioa.h | 0 .../third_party_driver/include/gpio.h | 0 .../third_party_driver/include/gpio_common.h | 0 .../third_party_driver/include/gpiohs.h | 0 .../include/hardware_hwtimer.h | 0 .../third_party_driver/include/hardware_i2c.h | 0 .../third_party_driver/include/hardware_rtc.h | 0 .../third_party_driver/include/hardware_spi.h | 0 .../include/hardware_uart.h | 0 .../include/hardware_uarths.h | 0 .../third_party_driver/include/io.h | 0 .../third_party_driver/include/plic.h | 0 .../third_party_driver/include/sysctl.h | 0 .../third_party_driver/include/utils.h | 0 .../third_party_driver/include/wdt.h | 0 .../third_party_driver/plic/Kconfig | 0 .../third_party_driver/plic/Makefile | 0 .../third_party_driver/plic/clint.c | 0 .../third_party_driver/plic/drv_interrupt.c | 0 .../third_party_driver/plic/plic.c | 0 .../third_party_driver/rtc/Kconfig | 0 .../third_party_driver/rtc/Makefile | 0 .../third_party_driver/rtc/connect_rtc.c | 0 .../third_party_driver/rtc/hardware_rtc.c | 0 .../k210-emulator/third_party_driver/sleep.c | 0 .../third_party_driver/spi/Kconfig | 0 .../third_party_driver/spi/Makefile | 0 .../third_party_driver/spi/connect_spi.c | 0 .../third_party_driver/spi/hardware_spi.c | 0 .../third_party_driver/sys_clock/Kconfig | 0 .../third_party_driver/sys_clock/Makefile | 0 .../third_party_driver/sys_clock/sysctl.c | 0 .../third_party_driver/timer/Kconfig | 0 .../third_party_driver/timer/Makefile | 0 .../timer/connect_hwtimer.c | 0 .../timer/hardware_hwtimer.c | 0 .../third_party_driver/uart/Kconfig | 0 .../third_party_driver/uart/Makefile | 0 .../third_party_driver/uart/connect_uart.c | 0 .../third_party_driver/uart/hardware_uart.c | 0 .../third_party_driver/uart/hardware_uarths.c | 0 .../third_party_driver/watchdog/Kconfig | 0 .../third_party_driver/watchdog/Makefile | 0 .../third_party_driver/watchdog/connect_wdt.c | 0 .../third_party_driver/watchdog/wdt.c | 0 .../XiUOS/board}/kd233/.defconfig | 0 .../XiUOS/board}/kd233/Kconfig | 0 .../XiUOS/board}/kd233/Makefile | 0 .../XiUOS/board}/kd233/README.md | 0 .../XiUOS/board}/kd233/board.c | 0 .../XiUOS/board}/kd233/board.h | 0 .../XiUOS/board}/kd233/config.mk | 0 .../XiUOS/board}/kd233/img/kd233.jpg | Bin .../XiUOS/board}/kd233/img/main.png | Bin .../XiUOS/board}/kd233/img/menuconfig1.png | Bin .../XiUOS/board}/kd233/img/menuconfig2.png | Bin .../XiUOS/board}/kd233/img/menuconfig3.png | Bin .../XiUOS/board}/kd233/img/menuconfig4.png | Bin .../XiUOS/board}/kd233/img/terminal.png | Bin .../XiUOS/board}/kd233/img/vscode.jpg | Bin .../XiUOS/board}/kd233/include/atomic.h | 0 .../XiUOS/board}/kd233/include/bsp.h | 0 .../XiUOS/board}/kd233/include/dump.h | 0 .../XiUOS/board}/kd233/include/encoding.h | 0 .../XiUOS/board}/kd233/include/entry.h | 0 .../XiUOS/board}/kd233/include/interrupt.h | 0 .../XiUOS/board}/kd233/include/platform.h | 0 .../XiUOS/board}/kd233/include/printf.h | 0 .../XiUOS/board}/kd233/include/sleep.h | 0 .../XiUOS/board}/kd233/include/syscalls.h | 0 .../XiUOS/board}/kd233/include/syslog.h | 0 .../XiUOS/board}/kd233/include/util.h | 0 .../XiUOS/board}/kd233/link.lds | 0 .../XiUOS/board}/kd233/link_userspace.lds | 0 .../board}/kd233/third_party_driver/Kconfig | 0 .../board}/kd233/third_party_driver/Makefile | 0 .../kd233/third_party_driver/dma/Kconfig | 0 .../kd233/third_party_driver/dma/Makefile | 0 .../kd233/third_party_driver/dma/dmac.c | 0 .../kd233/third_party_driver/gpio/Kconfig | 0 .../kd233/third_party_driver/gpio/Makefile | 0 .../third_party_driver/gpio/connect_gpio.c | 0 .../third_party_driver/gpio/drv_io_config.c | 0 .../kd233/third_party_driver/gpio/fpioa.c | 0 .../kd233/third_party_driver/gpio/gpio.c | 0 .../kd233/third_party_driver/gpio/gpiohs.c | 0 .../kd233/third_party_driver/gpio/utils.c | 0 .../kd233/third_party_driver/i2c/Kconfig | 0 .../kd233/third_party_driver/i2c/Makefile | 0 .../third_party_driver/i2c/connect_i2c.c | 0 .../third_party_driver/i2c/hardware_i2c.c | 0 .../kd233/third_party_driver/include/clint.h | 0 .../third_party_driver/include/connect_gpio.h | 0 .../include/connect_hwtimer.h | 0 .../third_party_driver/include/connect_i2c.h | 0 .../third_party_driver/include/connect_rtc.h | 0 .../third_party_driver/include/connect_spi.h | 0 .../third_party_driver/include/connect_uart.h | 0 .../third_party_driver/include/connect_wdt.h | 0 .../kd233/third_party_driver/include/dmac.h | 0 .../include/drv_io_config.h | 0 .../kd233/third_party_driver/include/dvp.h | 0 .../kd233/third_party_driver/include/font.h | 0 .../kd233/third_party_driver/include/fpioa.h | 0 .../kd233/third_party_driver/include/gpio.h | 0 .../third_party_driver/include/gpio_common.h | 0 .../kd233/third_party_driver/include/gpiohs.h | 0 .../include/hardware_hwtimer.h | 0 .../third_party_driver/include/hardware_i2c.h | 0 .../third_party_driver/include/hardware_rtc.h | 0 .../third_party_driver/include/hardware_spi.h | 0 .../include/hardware_uart.h | 0 .../include/hardware_uarths.h | 0 .../kd233/third_party_driver/include/io.h | 0 .../kd233/third_party_driver/include/plic.h | 0 .../kd233/third_party_driver/include/sysctl.h | 0 .../kd233/third_party_driver/include/utils.h | 0 .../kd233/third_party_driver/include/wdt.h | 0 .../kd233/third_party_driver/plic/Kconfig | 0 .../kd233/third_party_driver/plic/Makefile | 0 .../kd233/third_party_driver/plic/clint.c | 0 .../third_party_driver/plic/drv_interrupt.c | 0 .../kd233/third_party_driver/plic/plic.c | 0 .../kd233/third_party_driver/rtc/Kconfig | 0 .../kd233/third_party_driver/rtc/Makefile | 0 .../third_party_driver/rtc/connect_rtc.c | 0 .../third_party_driver/rtc/hardware_rtc.c | 0 .../board}/kd233/third_party_driver/sleep.c | 0 .../kd233/third_party_driver/spi/Kconfig | 0 .../kd233/third_party_driver/spi/Makefile | 0 .../third_party_driver/spi/connect_spi.c | 0 .../third_party_driver/spi/hardware_spi.c | 0 .../third_party_driver/sys_clock/Kconfig | 0 .../third_party_driver/sys_clock/Makefile | 0 .../third_party_driver/sys_clock/sysctl.c | 0 .../kd233/third_party_driver/timer/Kconfig | 0 .../kd233/third_party_driver/timer/Makefile | 0 .../timer/connect_hwtimer.c | 0 .../timer/hardware_hwtimer.c | 0 .../kd233/third_party_driver/uart/Kconfig | 0 .../kd233/third_party_driver/uart/Makefile | 0 .../third_party_driver/uart/connect_uart.c | 0 .../third_party_driver/uart/hardware_uart.c | 0 .../third_party_driver/uart/hardware_uarths.c | 0 .../kd233/third_party_driver/watchdog/Kconfig | 0 .../third_party_driver/watchdog/Makefile | 0 .../third_party_driver/watchdog/connect_wdt.c | 0 .../kd233/third_party_driver/watchdog/wdt.c | 0 .../XiUOS/board}/maix-go/.defconfig | 0 .../XiUOS/board}/maix-go/Kconfig | 0 .../XiUOS/board}/maix-go/Makefile | 0 .../XiUOS/board}/maix-go/README.md | 0 .../XiUOS/board}/maix-go/board.c | 0 .../XiUOS/board}/maix-go/board.h | 0 .../XiUOS/board}/maix-go/config.mk | 0 .../maix-go/doc/20200117183100in2v5v.pdf | Bin .../doc/Maix_GO_2.20(Assembly drawing).pdf | Bin .../maix-go/doc/Maix_GO_2.20(Schematic).pdf | Bin .../XiUOS/board}/maix-go/img/maix_go.jpg | Bin .../XiUOS/board}/maix-go/img/terminal.png | Bin .../XiUOS/board}/maix-go/include/atomic.h | 0 .../XiUOS/board}/maix-go/include/bsp.h | 0 .../XiUOS/board}/maix-go/include/dump.h | 0 .../XiUOS/board}/maix-go/include/encoding.h | 0 .../XiUOS/board}/maix-go/include/entry.h | 0 .../XiUOS/board}/maix-go/include/interrupt.h | 0 .../XiUOS/board}/maix-go/include/platform.h | 0 .../XiUOS/board}/maix-go/include/printf.h | 0 .../XiUOS/board}/maix-go/include/sleep.h | 0 .../XiUOS/board}/maix-go/include/syscalls.h | 0 .../XiUOS/board}/maix-go/include/syslog.h | 0 .../XiUOS/board}/maix-go/include/util.h | 0 .../XiUOS/board}/maix-go/link.lds | 0 .../XiUOS/board}/maix-go/link_userspace.lds | 0 .../board}/maix-go/third_party_driver/Kconfig | 0 .../maix-go/third_party_driver/Makefile | 0 .../third_party_driver/include/clint.h | 0 .../third_party_driver/include/connect_uart.h | 0 .../maix-go/third_party_driver/include/dmac.h | 0 .../include/hardware_uart.h | 0 .../include/hardware_uarths.h | 0 .../maix-go/third_party_driver/include/io.h | 0 .../maix-go/third_party_driver/include/plic.h | 0 .../third_party_driver/include/sysctl.h | 0 .../third_party_driver/include/utils.h | 0 .../maix-go/third_party_driver/plic/Kconfig | 0 .../maix-go/third_party_driver/plic/Makefile | 0 .../maix-go/third_party_driver/plic/clint.c | 0 .../third_party_driver/plic/drv_interrupt.c | 0 .../maix-go/third_party_driver/plic/plic.c | 0 .../board}/maix-go/third_party_driver/sleep.c | 0 .../third_party_driver/sys_clock/Kconfig | 0 .../third_party_driver/sys_clock/Makefile | 0 .../third_party_driver/sys_clock/sysctl.c | 0 .../maix-go/third_party_driver/uart/Kconfig | 0 .../maix-go/third_party_driver/uart/Makefile | 0 .../third_party_driver/uart/connect_uart.c | 0 .../third_party_driver/uart/hardware_uart.c | 0 .../third_party_driver/uart/hardware_uarths.c | 0 .../XiUOS/board}/ok1052-c/Kconfig | 0 .../XiUOS/board}/ok1052-c/Makefile | 0 .../XiUOS/board}/ok1052-c/README.md | 0 .../XiUOS/board}/ok1052-c/board.c | 0 .../XiUOS/board}/ok1052-c/board.h | 0 .../XiUOS/board}/ok1052-c/clock_config.c | 0 .../XiUOS/board}/ok1052-c/clock_config.h | 0 .../XiUOS/board}/ok1052-c/config.mk | 0 .../board}/ok1052-c/img/NXPBootUtility_1.png | Bin .../board}/ok1052-c/img/NXPBootUtility_2.png | Bin .../XiUOS/board}/ok1052-c/img/menuconfig.png | Bin .../XiUOS/board}/ok1052-c/img/menuconfig1.png | Bin .../XiUOS/board}/ok1052-c/img/terminal.png | Bin .../XiUOS/board}/ok1052-c/img/vscode.jpg | Bin .../XiUOS/board}/ok1052-c/link.lds | 0 .../XiUOS/board}/ok1052-c/pin_mux.c | 0 .../XiUOS/board}/ok1052-c/pin_mux.h | 0 .../CMSIS/Include/cmsis_compiler.h | 0 .../CMSIS/Include/cmsis_gcc.h | 0 .../CMSIS/Include/cmsis_version.h | 0 .../CMSIS/Include/core_cm7.h | 0 .../CMSIS/Include/mpu_armv7.h | 0 .../third_party_driver/CMSIS/LICENSE.txt | 0 .../ok1052-c/third_party_driver/Kconfig | 0 .../MIMXRT1052/MIMXRT1052.h | 0 .../MIMXRT1052/MIMXRT1052_features.h | 0 .../third_party_driver/MIMXRT1052/Makefile | 0 .../MIMXRT1052/drivers/Makefile | 0 .../MIMXRT1052/drivers/fsl_clock.c | 0 .../MIMXRT1052/drivers/fsl_clock.h | 0 .../MIMXRT1052/drivers/fsl_common.c | 0 .../MIMXRT1052/drivers/fsl_common.h | 0 .../MIMXRT1052/drivers/fsl_gpio.h | 0 .../MIMXRT1052/drivers/fsl_iomuxc.h | 0 .../MIMXRT1052/drivers/fsl_lpuart.c | 0 .../MIMXRT1052/drivers/fsl_lpuart.h | 0 .../MIMXRT1052/fsl_device_registers.h | 0 .../MIMXRT1052/system_MIMXRT1052.c | 0 .../MIMXRT1052/system_MIMXRT1052.h | 0 .../ok1052-c/third_party_driver/Makefile | 0 .../third_party_driver/include/connect_uart.h | 0 .../ok1052-c/third_party_driver/uart/Kconfig | 0 .../ok1052-c/third_party_driver/uart/Makefile | 0 .../third_party_driver/uart/connect_uart.c | 0 .../board}/stm32f407-st-discovery/.defconfig | 0 .../board}/stm32f407-st-discovery/Kconfig | 0 .../board}/stm32f407-st-discovery/Makefile | 0 .../board}/stm32f407-st-discovery/README.md | 0 .../board}/stm32f407-st-discovery/board.c | 0 .../board}/stm32f407-st-discovery/board.h | 0 .../board}/stm32f407-st-discovery/config.mk | 0 .../stm32f407-st-discovery/img/main.png | Bin .../img/menuconfig1.png | Bin .../img/menuconfig2.jpg | Bin .../stm32f407-st-discovery/img/putty.png | Bin .../stm32f407-st-discovery/img/st-link.png | Bin .../img/stm32f407-st-discovery.png | Bin .../stm32f407-st-discovery/img/terminal.png | Bin .../stm32f407-st-discovery/img/vscode.jpg | Bin .../include/arm_common_tables.h | 0 .../include/arm_const_structs.h | 0 .../stm32f407-st-discovery/include/arm_math.h | 0 .../include/cmsis_armcc.h | 0 .../include/cmsis_armcc_V6.h | 0 .../include/cmsis_gcc.h | 0 .../stm32f407-st-discovery/include/cmsis_os.h | 0 .../stm32f407-st-discovery/include/core_cm4.h | 0 .../include/core_cmFunc.h | 0 .../include/core_cmInstr.h | 0 .../include/core_cmSimd.h | 0 .../include/stm32f4xx.h | 0 .../include/system_stm32f4xx.h | 0 .../board}/stm32f407-st-discovery/link.lds | 0 .../stm32f407-st-discovery/link_userspace.lds | 0 .../third_party_driver/Kconfig | 0 .../third_party_driver/Makefile | 0 .../third_party_driver/can/Kconfig | 0 .../third_party_driver/can/Makefile | 0 .../third_party_driver/can/connect_can.c | 0 .../third_party_driver/can/hardware_can.c | 0 .../third_party_driver/common/Kconfig | 0 .../third_party_driver/common/Makefile | 0 .../third_party_driver/common/hardware_dma.c | 0 .../third_party_driver/common/hardware_exti.c | 0 .../third_party_driver/common/hardware_it.c | 0 .../third_party_driver/common/hardware_pwr.c | 0 .../third_party_driver/common/hardware_rcc.c | 0 .../common/hardware_syscfg.c | 0 .../third_party_driver/common/misc.c | 0 .../third_party_driver/ethernet/Kconfig | 0 .../third_party_driver/ethernet/Makefile | 0 .../ethernet/connect_ethernet.c | 0 .../third_party_driver/ethernet/ethernetif.c | 0 .../ethernet/hardware_ethernet.c | 0 .../third_party_driver/gpio/Kconfig | 0 .../third_party_driver/gpio/Makefile | 0 .../third_party_driver/gpio/connect_gpio.c | 0 .../third_party_driver/gpio/hardware_gpio.c | 0 .../third_party_driver/i2c/Kconfig | 0 .../third_party_driver/i2c/Makefile | 0 .../third_party_driver/i2c/connect_i2c.c | 0 .../third_party_driver/i2c/hardware_i2c.c | 0 .../third_party_driver/include/connect_can.h | 0 .../include/connect_ethernet.h | 0 .../third_party_driver/include/connect_gpio.h | 0 .../include/connect_hwtimer.h | 0 .../third_party_driver/include/connect_i2c.h | 0 .../third_party_driver/include/connect_rtc.h | 0 .../third_party_driver/include/connect_sdio.h | 0 .../third_party_driver/include/connect_spi.h | 0 .../include/connect_usart.h | 0 .../third_party_driver/include/connect_usb.h | 0 .../third_party_driver/include/connect_wdg.h | 0 .../third_party_driver/include/hardware_can.h | 0 .../include/hardware_conf.h | 0 .../third_party_driver/include/hardware_dac.h | 0 .../include/hardware_dbgmcu.h | 0 .../third_party_driver/include/hardware_dma.h | 0 .../third_party_driver/include/hardware_eth.h | 0 .../include/hardware_eth_conf.h | 0 .../include/hardware_exti.h | 0 .../include/hardware_fsmc.h | 0 .../include/hardware_gpio.h | 0 .../third_party_driver/include/hardware_i2c.h | 0 .../include/hardware_iwdg.h | 0 .../third_party_driver/include/hardware_pwr.h | 0 .../third_party_driver/include/hardware_rcc.h | 0 .../third_party_driver/include/hardware_rtc.h | 0 .../include/hardware_sdio.h | 0 .../third_party_driver/include/hardware_spi.h | 0 .../include/hardware_syscfg.h | 0 .../third_party_driver/include/hardware_tim.h | 0 .../include/hardware_usart.h | 0 .../include/hardware_wwdg.h | 0 .../third_party_driver/include/misc.h | 0 .../include/stm32_assert_template.h | 0 .../third_party_driver/lcd/Kconfig | 0 .../third_party_driver/lcd/Makefile | 0 .../third_party_driver/lcd/hardware_fsmc.c | 0 .../third_party_driver/rtc/Kconfig | 0 .../third_party_driver/rtc/Makefile | 0 .../third_party_driver/rtc/connect_rtc.c | 0 .../third_party_driver/rtc/hardware_rtc.c | 0 .../third_party_driver/sdio/Kconfig | 0 .../third_party_driver/sdio/Makefile | 0 .../third_party_driver/sdio/connect_sdio.c | 0 .../third_party_driver/sdio/hardware_sdio.c | 0 .../third_party_driver/sdio/sdio_sd.c | 0 .../third_party_driver/sdio/sdio_sd.h | 0 .../third_party_driver/spi/Kconfig | 0 .../third_party_driver/spi/Makefile | 0 .../spi/connect_flash_spi.c | 0 .../third_party_driver/spi/connect_spi.c | 0 .../third_party_driver/spi/hardware_spi.c | 0 .../third_party_driver/timer/Kconfig | 0 .../third_party_driver/timer/Makefile | 0 .../timer/connect_hwtimer.c | 0 .../third_party_driver/timer/hardware_tim.c | 0 .../third_party_driver/uart/Kconfig | 0 .../third_party_driver/uart/Makefile | 0 .../third_party_driver/uart/connect_usart.c | 0 .../third_party_driver/uart/hardware_usart.c | 0 .../third_party_driver/usb/Kconfig | 0 .../third_party_driver/usb/Makefile | 0 .../STM32_USB_OTG_Driver/Release_Notes.html | 0 .../usb/STM32_USB_OTG_Driver/inc/usb_bsp.h | 0 .../usb/STM32_USB_OTG_Driver/inc/usb_conf.h | 0 .../inc/usb_conf_template.h | 0 .../usb/STM32_USB_OTG_Driver/inc/usb_core.h | 0 .../usb/STM32_USB_OTG_Driver/inc/usb_dcd.h | 0 .../STM32_USB_OTG_Driver/inc/usb_dcd_int.h | 0 .../STM32_USB_OTG_Driver/inc/usb_defines.h | 0 .../usb/STM32_USB_OTG_Driver/inc/usb_hcd.h | 0 .../STM32_USB_OTG_Driver/inc/usb_hcd_int.h | 0 .../usb/STM32_USB_OTG_Driver/inc/usb_otg.h | 0 .../usb/STM32_USB_OTG_Driver/inc/usb_regs.h | 0 .../src/usb_bsp_template.c | 0 .../usb/STM32_USB_OTG_Driver/src/usb_core.c | 0 .../usb/STM32_USB_OTG_Driver/src/usb_dcd.c | 0 .../STM32_USB_OTG_Driver/src/usb_dcd_int.c | 0 .../usb/STM32_USB_OTG_Driver/src/usb_hcd.c | 0 .../STM32_USB_OTG_Driver/src/usb_hcd_int.c | 0 .../usb/STM32_USB_OTG_Driver/src/usb_otg.c | 0 .../third_party_driver/usb/connect_usb.c | 0 .../third_party_driver/usb/usb_bsp.c | 0 .../third_party_driver/usb/usbh.c | 0 .../third_party_driver/watchdog/Kconfig | 0 .../third_party_driver/watchdog/Makefile | 0 .../third_party_driver/watchdog/connect_wdg.c | 0 .../watchdog/hardware_wdg.c | 0 .../XiUOS/board}/stm32f407zgt6/.defconfig | 0 .../XiUOS/board}/stm32f407zgt6/Kconfig | 0 .../XiUOS/board}/stm32f407zgt6/Makefile | 0 .../XiUOS/board}/stm32f407zgt6/README.md | 0 .../XiUOS/board}/stm32f407zgt6/board.c | 0 .../XiUOS/board}/stm32f407zgt6/board.h | 0 .../XiUOS/board}/stm32f407zgt6/config.mk | 0 .../stm32f407zgt6/include/arm_common_tables.h | 0 .../stm32f407zgt6/include/arm_const_structs.h | 0 .../board}/stm32f407zgt6/include/arm_math.h | 0 .../stm32f407zgt6/include/cmsis_armcc.h | 0 .../stm32f407zgt6/include/cmsis_armcc_V6.h | 0 .../board}/stm32f407zgt6/include/cmsis_gcc.h | 0 .../board}/stm32f407zgt6/include/cmsis_os.h | 0 .../board}/stm32f407zgt6/include/core_cm4.h | 0 .../stm32f407zgt6/include/core_cmFunc.h | 0 .../stm32f407zgt6/include/core_cmInstr.h | 0 .../stm32f407zgt6/include/core_cmSimd.h | 0 .../board}/stm32f407zgt6/include/stm32f4xx.h | 0 .../stm32f407zgt6/include/system_stm32f4xx.h | 0 .../XiUOS/board}/stm32f407zgt6/interface.jpg | Bin .../XiUOS/board}/stm32f407zgt6/link.lds | 0 .../board}/stm32f407zgt6/link_userspace.lds | 0 .../XiUOS/board}/stm32f407zgt6/menu.png | Bin .../XiUOS/board}/stm32f407zgt6/shell.png | Bin .../stm32f407zgt6/third_party_driver/Kconfig | 0 .../stm32f407zgt6/third_party_driver/Makefile | 0 .../third_party_driver/common/Makefile | 0 .../third_party_driver/common/hardware_exti.c | 0 .../third_party_driver/common/hardware_it.c | 0 .../third_party_driver/common/hardware_rcc.c | 0 .../common/hardware_syscfg.c | 0 .../third_party_driver/common/misc.c | 0 .../third_party_driver/extmem/Kconfig | 0 .../third_party_driver/extmem/Makefile | 0 .../third_party_driver/extmem/connect_fsmc.c | 0 .../third_party_driver/extmem/hardware_fsmc.c | 0 .../third_party_driver/gpio/Kconfig | 0 .../third_party_driver/gpio/Makefile | 0 .../third_party_driver/gpio/connect_gpio.c | 0 .../third_party_driver/gpio/hardware_gpio.c | 0 .../third_party_driver/include/connect_fsmc.h | 0 .../third_party_driver/include/connect_gpio.h | 0 .../include/connect_usart.h | 0 .../include/hardware_conf.h | 0 .../include/hardware_dbgmcu.h | 0 .../include/hardware_exti.h | 0 .../include/hardware_fsmc.h | 0 .../include/hardware_gpio.h | 0 .../third_party_driver/include/hardware_rcc.h | 0 .../include/hardware_syscfg.h | 0 .../include/hardware_usart.h | 0 .../third_party_driver/include/misc.h | 0 .../include/stm32_assert_template.h | 0 .../third_party_driver/uart/Kconfig | 0 .../third_party_driver/uart/Makefile | 0 .../third_party_driver/uart/connect_usart.c | 0 .../third_party_driver/uart/hardware_usart.c | 0 .../XiUOS/board}/stm32f407zgt6/total.jpg | Bin compiler.mk => Ubiquitous/XiUOS/compiler.mk | 0 .../XiUOS/framework}/Kconfig | 0 .../XiUOS/framework}/Makefile | 0 .../framework}/connection/Adapter/Kconfig | 0 .../framework}/connection/Adapter/Makefile | 0 .../connection/Adapter/bluetooth/Makefile | 0 .../bluetooth/xs_adaper_bluetooth_register.c | 0 .../Adapter/bluetooth/xs_adapter_bluetooth.c | 0 .../connection/Adapter/ethernet/Makefile | 0 .../Adapter/ethernet/xs_adapterAT_ethernet.c | 0 .../ethernet/xs_adapterAT_ethernet_register.c | 0 .../connection/Adapter/include/xs_adapter.h | 0 .../Adapter/include/xs_adapter_at.h | 0 .../Adapter/include/xs_adapter_at_agent.h | 0 .../Adapter/include/xs_adapter_at_ethernet.h | 0 .../Adapter/include/xs_adapter_at_nbiot.h | 0 .../Adapter/include/xs_adapter_at_wifi.h | 0 .../Adapter/include/xs_adapter_bluetooth.h | 0 .../Adapter/include/xs_adapter_def.h | 0 .../Adapter/include/xs_adapter_lora.h | 0 .../Adapter/include/xs_adapter_manager.h | 0 .../Adapter/include/xs_adapter_zigbee.h | 0 .../connection/Adapter/lora/Kconfig | 0 .../connection/Adapter/lora/Makefile | 0 .../connection/Adapter/lora/xs_adapter_lora.c | 0 .../connection/Adapter/nbiot/Makefile | 0 .../connection/Adapter/nbiot/bc28/Makefile | 0 .../Adapter/nbiot/bc28/xs_adapter_at_nbiot.c | 0 .../nbiot/bc28/xs_adapter_at_nbiot_register.c | 0 .../connection/Adapter/src/Makefile | 0 .../Adapter/src/xs_adapter_at_agent.c | 0 .../Adapter/src/xs_adapter_manager.c | 0 .../connection/Adapter/wifi/Makefile | 0 .../Adapter/wifi/xs_adapter_at_wifi.c | 0 .../wifi/xs_adapter_at_wifi_register.c | 0 .../connection/Adapter/zigbee/Kconfig | 0 .../connection/Adapter/zigbee/Makefile | 0 .../zigbee/xs_adaper_zigbee_register.c | 0 .../Adapter/zigbee/xs_adapter_zigbee.c | 0 .../XiUOS/framework}/connection/Kconfig | 0 .../XiUOS/framework}/connection/Makefile | 0 .../XiUOS/framework}/control/Kconfig | 0 .../XiUOS/framework}/intelligent/Kconfig | 0 .../XiUOS/framework}/intelligent/Makefile | 0 .../framework}/intelligent/tflite-mcu/Kconfig | 0 .../intelligent/tflite-mcu/Makefile | 0 .../intelligent/tflite-mcu/source/LICENSE | 0 .../source/tensorflow/core/public/version.h | 0 .../tensorflow/lite/c/builtin_op_data.h | 0 .../source/tensorflow/lite/c/c_api_types.h | 0 .../source/tensorflow/lite/c/common.c | 0 .../source/tensorflow/lite/c/common.h | 0 .../lite/core/api/error_reporter.cc | 0 .../tensorflow/lite/core/api/error_reporter.h | 0 .../lite/core/api/flatbuffer_conversions.cc | 0 .../lite/core/api/flatbuffer_conversions.h | 0 .../tensorflow/lite/core/api/op_resolver.cc | 0 .../tensorflow/lite/core/api/op_resolver.h | 0 .../tensorflow/lite/core/api/profiler.h | 0 .../tensorflow/lite/core/api/tensor_utils.cc | 0 .../tensorflow/lite/core/api/tensor_utils.h | 0 .../tensorflow/lite/kernels/internal/common.h | 0 .../lite/kernels/internal/compatibility.h | 0 .../lite/kernels/internal/cppmath.h | 0 .../tensorflow/lite/kernels/internal/max.h | 0 .../tensorflow/lite/kernels/internal/min.h | 0 .../kernels/internal/optimized/neon_check.h | 0 .../lite/kernels/internal/portable_tensor.h | 0 .../kernels/internal/quantization_util.cc | 0 .../lite/kernels/internal/quantization_util.h | 0 .../lite/kernels/internal/reference/add.h | 0 .../kernels/internal/reference/arg_min_max.h | 0 .../internal/reference/binary_function.h | 0 .../lite/kernels/internal/reference/ceil.h | 0 .../kernels/internal/reference/comparisons.h | 0 .../internal/reference/concatenation.h | 0 .../lite/kernels/internal/reference/conv.h | 0 .../internal/reference/depthwiseconv_float.h | 0 .../internal/reference/depthwiseconv_uint8.h | 0 .../kernels/internal/reference/dequantize.h | 0 .../lite/kernels/internal/reference/floor.h | 0 .../internal/reference/fully_connected.h | 0 .../kernels/internal/reference/hard_swish.h | 0 .../internal/reference/integer_ops/add.h | 0 .../internal/reference/integer_ops/conv.h | 0 .../reference/integer_ops/depthwise_conv.h | 0 .../reference/integer_ops/fully_connected.h | 0 .../reference/integer_ops/l2normalization.h | 0 .../internal/reference/integer_ops/logistic.h | 0 .../internal/reference/integer_ops/mean.h | 0 .../internal/reference/integer_ops/mul.h | 0 .../internal/reference/integer_ops/pooling.h | 0 .../internal/reference/integer_ops/tanh.h | 0 .../reference/integer_ops/transpose_conv.h | 0 .../internal/reference/l2normalization.h | 0 .../kernels/internal/reference/logistic.h | 0 .../internal/reference/maximum_minimum.h | 0 .../lite/kernels/internal/reference/mul.h | 0 .../lite/kernels/internal/reference/neg.h | 0 .../lite/kernels/internal/reference/pad.h | 0 .../lite/kernels/internal/reference/pooling.h | 0 .../lite/kernels/internal/reference/prelu.h | 0 .../reference/process_broadcast_shapes.h | 0 .../kernels/internal/reference/quantize.h | 0 .../lite/kernels/internal/reference/reduce.h | 0 .../kernels/internal/reference/requantize.h | 0 .../reference/resize_nearest_neighbor.h | 0 .../lite/kernels/internal/reference/round.h | 0 .../lite/kernels/internal/reference/softmax.h | 0 .../internal/reference/strided_slice.h | 0 .../lite/kernels/internal/reference/sub.h | 0 .../lite/kernels/internal/reference/tanh.h | 0 .../internal/reference/transpose_conv.h | 0 .../kernels/internal/strided_slice_logic.h | 0 .../lite/kernels/internal/tensor_ctypes.h | 0 .../tensorflow/lite/kernels/internal/types.h | 0 .../tensorflow/lite/kernels/kernel_util.cc | 0 .../tensorflow/lite/kernels/kernel_util.h | 0 .../tensorflow/lite/kernels/op_macros.h | 0 .../source/tensorflow/lite/kernels/padding.h | 0 .../tensorflow/lite/micro/all_ops_resolver.cc | 0 .../tensorflow/lite/micro/all_ops_resolver.h | 0 .../keyword_scrambled_model_data.cc | 0 .../benchmarks/keyword_scrambled_model_data.h | 0 .../tensorflow/lite/micro/compatibility.h | 0 .../source/tensorflow/lite/micro/debug_log.cc | 0 .../source/tensorflow/lite/micro/debug_log.h | 0 .../lite/micro/kernels/activation_utils.h | 0 .../lite/micro/kernels/activations.cc | 0 .../tensorflow/lite/micro/kernels/add.cc | 0 .../lite/micro/kernels/arg_min_max.cc | 0 .../tensorflow/lite/micro/kernels/ceil.cc | 0 .../lite/micro/kernels/circular_buffer.cc | 0 .../lite/micro/kernels/comparisons.cc | 0 .../lite/micro/kernels/concatenation.cc | 0 .../tensorflow/lite/micro/kernels/conv.cc | 0 .../tensorflow/lite/micro/kernels/conv_test.h | 0 .../lite/micro/kernels/conv_test_common.cc | 0 .../lite/micro/kernels/depthwise_conv.cc | 0 .../lite/micro/kernels/dequantize.cc | 0 .../micro/kernels/detection_postprocess.cc | 0 .../lite/micro/kernels/elementwise.cc | 0 .../tensorflow/lite/micro/kernels/ethosu.cc | 0 .../tensorflow/lite/micro/kernels/ethosu.h | 0 .../kernels/flexbuffers_generated_data.cc | 0 .../kernels/flexbuffers_generated_data.h | 0 .../tensorflow/lite/micro/kernels/floor.cc | 0 .../lite/micro/kernels/fully_connected.cc | 0 .../lite/micro/kernels/fully_connected.h | 0 .../lite/micro/kernels/hard_swish.cc | 0 .../lite/micro/kernels/kernel_runner.cc | 0 .../lite/micro/kernels/kernel_runner.h | 0 .../lite/micro/kernels/kernel_util.cc | 0 .../lite/micro/kernels/kernel_util.h | 0 .../tensorflow/lite/micro/kernels/l2norm.cc | 0 .../tensorflow/lite/micro/kernels/logical.cc | 0 .../tensorflow/lite/micro/kernels/logistic.cc | 0 .../lite/micro/kernels/maximum_minimum.cc | 0 .../tensorflow/lite/micro/kernels/micro_ops.h | 0 .../lite/micro/kernels/micro_utils.h | 0 .../tensorflow/lite/micro/kernels/mul.cc | 0 .../tensorflow/lite/micro/kernels/neg.cc | 0 .../tensorflow/lite/micro/kernels/pack.cc | 0 .../tensorflow/lite/micro/kernels/pad.cc | 0 .../tensorflow/lite/micro/kernels/pooling.cc | 0 .../tensorflow/lite/micro/kernels/prelu.cc | 0 .../tensorflow/lite/micro/kernels/quantize.cc | 0 .../tensorflow/lite/micro/kernels/quantize.h | 0 .../lite/micro/kernels/quantize_common.cc | 0 .../tensorflow/lite/micro/kernels/reduce.cc | 0 .../tensorflow/lite/micro/kernels/reshape.cc | 0 .../micro/kernels/resize_nearest_neighbor.cc | 0 .../tensorflow/lite/micro/kernels/round.cc | 0 .../tensorflow/lite/micro/kernels/shape.cc | 0 .../tensorflow/lite/micro/kernels/softmax.cc | 0 .../tensorflow/lite/micro/kernels/split.cc | 0 .../tensorflow/lite/micro/kernels/split_v.cc | 0 .../lite/micro/kernels/strided_slice.cc | 0 .../tensorflow/lite/micro/kernels/sub.cc | 0 .../tensorflow/lite/micro/kernels/svdf.cc | 0 .../tensorflow/lite/micro/kernels/svdf.h | 0 .../lite/micro/kernels/svdf_common.cc | 0 .../tensorflow/lite/micro/kernels/tanh.cc | 0 .../lite/micro/kernels/transpose_conv.cc | 0 .../tensorflow/lite/micro/kernels/unpack.cc | 0 .../tensorflow/lite/micro/memory_helpers.cc | 0 .../tensorflow/lite/micro/memory_helpers.h | 0 .../memory_planner/greedy_memory_planner.cc | 0 .../memory_planner/greedy_memory_planner.h | 0 .../memory_planner/linear_memory_planner.cc | 0 .../memory_planner/linear_memory_planner.h | 0 .../micro/memory_planner/memory_planner.h | 0 .../tensorflow/lite/micro/micro_allocator.cc | 0 .../tensorflow/lite/micro/micro_allocator.h | 0 .../lite/micro/micro_error_reporter.cc | 0 .../lite/micro/micro_error_reporter.h | 0 .../lite/micro/micro_interpreter.cc | 0 .../tensorflow/lite/micro/micro_interpreter.h | 0 .../lite/micro/micro_mutable_op_resolver.h | 0 .../tensorflow/lite/micro/micro_op_resolver.h | 0 .../tensorflow/lite/micro/micro_profiler.cc | 0 .../tensorflow/lite/micro/micro_profiler.h | 0 .../tensorflow/lite/micro/micro_string.cc | 0 .../tensorflow/lite/micro/micro_string.h | 0 .../tensorflow/lite/micro/micro_time.cc | 0 .../source/tensorflow/lite/micro/micro_time.h | 0 .../tensorflow/lite/micro/micro_utils.cc | 0 .../tensorflow/lite/micro/micro_utils.h | 0 .../lite/micro/recording_micro_allocator.cc | 0 .../lite/micro/recording_micro_allocator.h | 0 .../lite/micro/recording_micro_interpreter.h | 0 .../recording_simple_memory_allocator.cc | 0 .../micro/recording_simple_memory_allocator.h | 0 .../lite/micro/simple_memory_allocator.cc | 0 .../lite/micro/simple_memory_allocator.h | 0 .../tensorflow/lite/micro/test_helpers.cc | 0 .../tensorflow/lite/micro/test_helpers.h | 0 .../lite/micro/testing/micro_test.h | 0 .../lite/micro/testing/test_conv_model.cc | 0 .../lite/micro/testing/test_conv_model.h | 0 .../lite/portable_type_to_tflitetype.h | 0 .../tensorflow/lite/schema/schema_generated.h | 0 .../tensorflow/lite/schema/schema_utils.cc | 0 .../tensorflow/lite/schema/schema_utils.h | 0 .../source/tensorflow/lite/version.h | 0 .../third_party/flatbuffers/LICENSE.txt | 0 .../flatbuffers/include/flatbuffers/base.h | 0 .../include/flatbuffers/flatbuffers.h | 0 .../include/flatbuffers/flexbuffers.h | 0 .../include/flatbuffers/stl_emulation.h | 0 .../flatbuffers/include/flatbuffers/util.h | 0 .../source/third_party/gemmlowp/LICENSE | 0 .../gemmlowp/fixedpoint/fixedpoint.h | 0 .../gemmlowp/fixedpoint/fixedpoint_neon.h | 0 .../gemmlowp/fixedpoint/fixedpoint_sse.h | 0 .../gemmlowp/internal/detect_platform.h | 0 .../ruy/ruy/profiler/instrumentation.h | 0 .../intelligent/tflite-mcu/tf_fini_fix.c | 0 .../XiUOS/framework}/perception/Kconfig | 0 .../XiUOS/framework}/perception/Makefile | 0 .../XiUOS/framework}/perception/co2/Kconfig | 0 .../XiUOS/framework}/perception/co2/Makefile | 0 .../framework}/perception/co2/zg09/Makefile | 0 .../framework}/perception/co2/zg09/zg09.c | 0 .../framework}/perception/humidity/Kconfig | 0 .../framework}/perception/humidity/Makefile | 0 .../perception/humidity/hs300x_humi/Makefile | 0 .../humidity/hs300x_humi/hs300x_humi.c | 0 .../XiUOS/framework}/perception/pm/Kconfig | 0 .../XiUOS/framework}/perception/pm/Makefile | 0 .../framework}/perception/pm/ps5308/Makefile | 0 .../framework}/perception/pm/ps5308/ps5308.c | 0 .../XiUOS/framework}/perception/sensor.c | 0 .../XiUOS/framework}/perception/sensor.h | 0 .../framework}/perception/temperature/Kconfig | 0 .../perception/temperature/Makefile | 0 .../temperature/hs300x_temp/Makefile | 0 .../temperature/hs300x_temp/hs300x_temp.c | 0 .../XiUOS/framework}/perception/voice/Kconfig | 0 .../framework}/perception/voice/Makefile | 0 .../framework}/perception/voice/d124/Makefile | 0 .../framework}/perception/voice/d124/d124.c | 0 .../XiUOS/framework}/security/Kconfig | 0 .../XiUOS/framework}/security/Makefile | 0 .../XiUOS/framework}/security/crypto/Makefile | 0 .../security/crypto/include/bignum.h | 0 .../framework}/security/crypto/include/ecc.h | 0 .../framework}/security/crypto/include/join.h | 0 .../framework}/security/crypto/include/qn.h | 0 .../framework}/security/crypto/include/sm3.h | 0 .../framework}/security/crypto/include/sm4.h | 0 .../framework}/security/crypto/include/sm9.h | 0 .../security/crypto/include/sm9_para.h | 0 .../security/crypto/include/sm9_test.h | 0 .../security/crypto/include/sm9_util.h | 0 .../framework}/security/crypto/sm3/sm3.c | 0 .../framework}/security/crypto/sm3/sm3_hmac.c | 0 .../security/crypto/sm4/sm4_common.c | 0 .../security/crypto/sm4/sm4_enc_mode.c | 0 .../framework}/security/crypto/sm4/sms4_enc.c | 0 .../framework}/security/crypto/sm4/sms4_lcl.h | 0 .../security/crypto/sm4/sms4_setkey.c | 0 .../framework}/security/crypto/sm9/bignum.c | 0 .../framework}/security/crypto/sm9/ecc.c | 0 .../framework}/security/crypto/sm9/join.c | 0 .../XiUOS/framework}/security/crypto/sm9/qn.c | 0 .../framework}/security/crypto/sm9/sm9.c | 0 .../framework}/security/crypto/sm9/sm9_para.c | 0 .../framework}/security/crypto/sm9/sm9_util.c | 0 .../security/crypto/test/sm3_test.c | 0 .../security/crypto/test/sm4_test.c | 0 .../security/crypto/test/sm9_test.c | 0 {fs => Ubiquitous/XiUOS/fs}/Kconfig | 0 {fs => Ubiquitous/XiUOS/fs}/Makefile | 0 .../XiUOS/fs}/compatibility_ch376/Kconfig | 0 .../XiUOS/fs}/compatibility_ch376/Makefile | 0 .../XiUOS/fs}/compatibility_ch376/ch376fs.c | 0 .../XiUOS/fs}/compatibility_ch376/ch376fs.h | 0 .../XiUOS/fs}/fatfs/00history.txt | 0 .../XiUOS/fs}/fatfs/00readme.txt | 0 {fs => Ubiquitous/XiUOS/fs}/fatfs/Kconfig | 0 {fs => Ubiquitous/XiUOS/fs}/fatfs/Makefile | 0 {fs => Ubiquitous/XiUOS/fs}/fatfs/diskio.c | 0 {fs => Ubiquitous/XiUOS/fs}/fatfs/diskio.h | 0 {fs => Ubiquitous/XiUOS/fs}/fatfs/fatfs.c | 0 {fs => Ubiquitous/XiUOS/fs}/fatfs/ff.c | 0 {fs => Ubiquitous/XiUOS/fs}/fatfs/ff.h | 0 {fs => Ubiquitous/XiUOS/fs}/fatfs/ffconf.h | 0 {fs => Ubiquitous/XiUOS/fs}/fatfs/ffsystem.c | 0 {fs => Ubiquitous/XiUOS/fs}/fatfs/ffunicode.c | 0 {fs => Ubiquitous/XiUOS/fs}/fatfs/integer.h | 0 .../XiUOS/fs}/iot-devicefile/Kconfig | 0 .../XiUOS/fs}/iot-devicefile/Makefile | 0 .../XiUOS/fs}/iot-devicefile/iot-devicefile.c | 0 {fs => Ubiquitous/XiUOS/fs}/lwext4/Kconfig | 0 {fs => Ubiquitous/XiUOS/fs}/lwext4/Makefile | 0 {fs => Ubiquitous/XiUOS/fs}/shared/Makefile | 0 .../XiUOS/fs}/shared/include/iot-vfs.h | 0 .../XiUOS/fs}/shared/include/iot-vfs_posix.h | 0 .../XiUOS/fs}/shared/include/vfs_select.h | 0 .../XiUOS/fs}/shared/src/Makefile | 0 .../XiUOS/fs}/shared/src/iot-vfs.c | 0 {fs => Ubiquitous/XiUOS/fs}/shared/src/poll.c | 0 .../XiUOS/fs}/shared/src/select.c | 0 {kernel => Ubiquitous/XiUOS/kernel}/Kconfig | 0 {kernel => Ubiquitous/XiUOS/kernel}/Makefile | 0 .../XiUOS/kernel}/include/user_api.h | 0 .../XiUOS/kernel}/include/xiuos.h | 0 .../XiUOS/kernel}/include/xs_assign.h | 0 .../XiUOS/kernel}/include/xs_avltree.h | 0 .../XiUOS/kernel}/include/xs_banner.h | 0 .../XiUOS/kernel}/include/xs_base.h | 0 .../XiUOS/kernel}/include/xs_circular_area.h | 0 .../XiUOS/kernel}/include/xs_dataqueue.h | 0 .../XiUOS/kernel}/include/xs_delay.h | 0 .../XiUOS/kernel}/include/xs_event.h | 0 .../XiUOS/kernel}/include/xs_hook.h | 0 .../XiUOS/kernel}/include/xs_id.h | 0 .../XiUOS/kernel}/include/xs_init.h | 0 .../XiUOS/kernel}/include/xs_isolation.h | 0 .../XiUOS/kernel}/include/xs_isr.h | 0 .../XiUOS/kernel}/include/xs_kdbg.h | 0 .../XiUOS/kernel}/include/xs_kdevice.h | 0 .../XiUOS/kernel}/include/xs_klist.h | 0 .../XiUOS/kernel}/include/xs_ktask.h | 0 .../XiUOS/kernel}/include/xs_ktask_stat.h | 0 .../XiUOS/kernel}/include/xs_ktick.h | 0 .../XiUOS/kernel}/include/xs_memory.h | 0 .../XiUOS/kernel}/include/xs_msg.h | 0 .../XiUOS/kernel}/include/xs_mutex.h | 0 .../XiUOS/kernel}/include/xs_poll.h | 0 .../XiUOS/kernel}/include/xs_queue_manager.h | 0 .../XiUOS/kernel}/include/xs_sem.h | 0 .../XiUOS/kernel}/include/xs_service.h | 0 .../XiUOS/kernel}/include/xs_spinlock.h | 0 .../XiUOS/kernel}/include/xs_timer.h | 0 .../XiUOS/kernel}/include/xs_waitqueue.h | 0 .../XiUOS/kernel}/include/xs_workqueue.h | 0 .../XiUOS/kernel}/kernel_service/Makefile | 0 .../XiUOS/kernel}/kernel_service/xs_service.c | 0 .../XiUOS/kernel}/kernel_test/Kconfig | 0 .../XiUOS/kernel}/kernel_test/Makefile | 0 .../XiUOS/kernel}/kernel_test/extsram_test.c | 0 .../kernel}/kernel_test/riscv_test_can.c | 0 .../XiUOS/kernel}/kernel_test/test_avltree.c | 0 .../XiUOS/kernel}/kernel_test/test_can.c | 0 .../XiUOS/kernel}/kernel_test/test_ch438.c | 0 .../kernel}/kernel_test/test_circulararea.c | 0 .../XiUOS/kernel}/kernel_test/test_dbg.c | 0 .../kernel}/kernel_test/test_gatherblock.c | 0 .../XiUOS/kernel}/kernel_test/test_hwtimer.c | 0 .../XiUOS/kernel}/kernel_test/test_i2c.c | 0 .../XiUOS/kernel}/kernel_test/test_iwg.c | 0 .../XiUOS/kernel}/kernel_test/test_lcd.c | 0 .../XiUOS/kernel}/kernel_test/test_main.c | 0 .../XiUOS/kernel}/kernel_test/test_mem.c | 0 .../XiUOS/kernel}/kernel_test/test_realtime.c | 0 .../XiUOS/kernel}/kernel_test/test_rtc.c | 0 .../XiUOS/kernel}/kernel_test/test_serial.c | 0 .../kernel}/kernel_test/test_threadsched.c | 0 .../XiUOS/kernel}/kernel_test/test_timer.c | 0 .../XiUOS/kernel}/kernel_test/test_touch.c | 0 .../XiUOS/kernel}/kernel_test/user_api.h | 0 .../XiUOS/kernel}/memory/Makefile | 0 .../XiUOS/kernel}/memory/byte_manage.c | 0 .../XiUOS/kernel}/memory/gatherblock.c | 0 .../XiUOS/kernel}/memory/isolation.c | 0 .../XiUOS/kernel}/thread/CriticalArea.c | 0 .../XiUOS/kernel}/thread/Makefile | 0 .../XiUOS/kernel}/thread/appstartup.c | 0 .../XiUOS/kernel}/thread/assign.c | 0 .../XiUOS/kernel}/thread/assign_fifo.c | 0 .../XiUOS/kernel}/thread/assign_roundrobin.c | 0 .../kernel}/thread/assign_roundrobinremain.c | 0 .../XiUOS/kernel}/thread/assignstat.c | 0 .../XiUOS/kernel}/thread/avl_tree.c | 0 .../XiUOS/kernel}/thread/banner.c | 0 .../XiUOS/kernel}/thread/bitmap.c | 0 .../XiUOS/kernel}/thread/circular_area.c | 0 .../XiUOS/kernel}/thread/console.c | 0 .../XiUOS/kernel}/thread/data_queue.c | 0 .../XiUOS/kernel}/thread/delay.c | 0 .../XiUOS/kernel}/thread/double_link.c | 0 .../XiUOS/kernel}/thread/event.c | 0 .../XiUOS/kernel}/thread/hook.c | 0 .../XiUOS/kernel}/thread/id.c | 0 .../XiUOS/kernel}/thread/idle.c | 0 .../XiUOS/kernel}/thread/init.c | 0 .../XiUOS/kernel}/thread/isr.c | 0 .../XiUOS/kernel}/thread/kservicetask.c | 0 .../XiUOS/kernel}/thread/ktask.c | 0 .../XiUOS/kernel}/thread/ktask_stat.c | 0 .../XiUOS/kernel}/thread/linklist.c | 0 .../XiUOS/kernel}/thread/lock.c | 0 .../XiUOS/kernel}/thread/msgqueue.c | 0 .../XiUOS/kernel}/thread/mutex.c | 0 .../XiUOS/kernel}/thread/queue_manager.c | 0 .../XiUOS/kernel}/thread/semaphore.c | 0 .../XiUOS/kernel}/thread/single_link.c | 0 .../XiUOS/kernel}/thread/smp_assign.c | 0 .../XiUOS/kernel}/thread/softtimer.c | 0 .../XiUOS/kernel}/thread/tick.c | 0 .../XiUOS/kernel}/thread/waitqueue.c | 0 .../XiUOS/kernel}/thread/workqueue.c | 0 .../XiUOS/kernel}/thread/zombierecycle.c | 0 {lib => Ubiquitous/XiUOS/lib}/Kconfig | 0 {lib => Ubiquitous/XiUOS/lib}/Makefile | 0 {lib => Ubiquitous/XiUOS/lib}/libcpp/Kconfig | 0 {lib => Ubiquitous/XiUOS/lib}/libcpp/Makefile | 0 .../XiUOS/lib}/libcpp/cppinit.c | 0 {lib => Ubiquitous/XiUOS/lib}/libcpp/crt.cpp | 0 {lib => Ubiquitous/XiUOS/lib}/libcpp/crt.h | 0 {lib => Ubiquitous/XiUOS/lib}/newlib/Kconfig | 0 {lib => Ubiquitous/XiUOS/lib}/newlib/Makefile | 0 .../XiUOS/lib}/newlib/fs_syscalls.c | 0 .../XiUOS/lib}/newlib/include/libc.h | 0 .../XiUOS/lib}/newlib/mem_syscalls.c | 0 {lib => Ubiquitous/XiUOS/lib}/newlib/stdio.c | 0 .../XiUOS/lib}/newlib/task_syscalls.c | 0 .../XiUOS/lib}/newlib/time_syscalls.c | 0 link.mk => Ubiquitous/XiUOS/link.mk | 0 mergebin.py => Ubiquitous/XiUOS/mergebin.py | 0 path_app.mk => Ubiquitous/XiUOS/path_app.mk | 0 .../XiUOS/path_kernel.mk | 0 .../XiUOS/resources}/Kconfig | 0 .../XiUOS/resources}/Makefile | 0 .../XiUOS/resources}/bus.c | 0 .../XiUOS/resources}/can/Makefile | 0 .../XiUOS/resources}/can/bus_can.c | 0 .../XiUOS/resources}/can/dev_can.c | 0 .../XiUOS/resources}/can/drv_can.c | 0 .../XiUOS/resources}/ethernet/LwIP/FILES | 0 .../resources}/ethernet/LwIP/Filelists.cmake | 0 .../resources}/ethernet/LwIP/Filelists.mk | 0 .../XiUOS/resources}/ethernet/LwIP/Makefile | 0 .../resources}/ethernet/LwIP/api/Makefile | 0 .../resources}/ethernet/LwIP/api/api_lib.c | 0 .../resources}/ethernet/LwIP/api/api_msg.c | 0 .../XiUOS/resources}/ethernet/LwIP/api/err.c | 0 .../resources}/ethernet/LwIP/api/if_api.c | 0 .../resources}/ethernet/LwIP/api/netbuf.c | 0 .../resources}/ethernet/LwIP/api/netdb.c | 0 .../resources}/ethernet/LwIP/api/netifapi.c | 0 .../resources}/ethernet/LwIP/api/sockets.c | 0 .../resources}/ethernet/LwIP/api/tcpip.c | 0 .../LwIP/apps/altcp_tls/altcp_tls_mbedtls.c | 0 .../apps/altcp_tls/altcp_tls_mbedtls_mem.c | 0 .../apps/altcp_tls/altcp_tls_mbedtls_mem.h | 0 .../altcp_tls/altcp_tls_mbedtls_structs.h | 0 .../LwIP/apps/http/altcp_proxyconnect.c | 0 .../resources}/ethernet/LwIP/apps/http/fs.c | 0 .../ethernet/LwIP/apps/http/fs/img/sics.gif | Bin .../ethernet/LwIP/apps/http/fsdata.c | 0 .../ethernet/LwIP/apps/http/fsdata.h | 0 .../ethernet/LwIP/apps/http/http_client.c | 0 .../ethernet/LwIP/apps/http/httpd.c | 0 .../ethernet/LwIP/apps/http/httpd_structs.h | 0 .../LwIP/apps/http/makefsdata/makefsdata | 0 .../LwIP/apps/http/makefsdata/makefsdata.c | 0 .../LwIP/apps/http/makefsdata/readme.txt | 0 .../LwIP/apps/http/makefsdata/tinydir.h | 0 .../ethernet/LwIP/apps/lwiperf/lwiperf.c | 0 .../resources}/ethernet/LwIP/apps/mdns/mdns.c | 0 .../resources}/ethernet/LwIP/apps/mqtt/mqtt.c | 0 .../ethernet/LwIP/apps/netbiosns/netbiosns.c | 0 .../resources}/ethernet/LwIP/apps/smtp/smtp.c | 0 .../ethernet/LwIP/apps/snmp/snmp_asn1.c | 0 .../ethernet/LwIP/apps/snmp/snmp_asn1.h | 0 .../ethernet/LwIP/apps/snmp/snmp_core.c | 0 .../ethernet/LwIP/apps/snmp/snmp_core_priv.h | 0 .../ethernet/LwIP/apps/snmp/snmp_mib2.c | 0 .../ethernet/LwIP/apps/snmp/snmp_mib2_icmp.c | 0 .../LwIP/apps/snmp/snmp_mib2_interfaces.c | 0 .../ethernet/LwIP/apps/snmp/snmp_mib2_ip.c | 0 .../ethernet/LwIP/apps/snmp/snmp_mib2_snmp.c | 0 .../LwIP/apps/snmp/snmp_mib2_system.c | 0 .../ethernet/LwIP/apps/snmp/snmp_mib2_tcp.c | 0 .../ethernet/LwIP/apps/snmp/snmp_mib2_udp.c | 0 .../ethernet/LwIP/apps/snmp/snmp_msg.c | 0 .../ethernet/LwIP/apps/snmp/snmp_msg.h | 0 .../ethernet/LwIP/apps/snmp/snmp_netconn.c | 0 .../LwIP/apps/snmp/snmp_pbuf_stream.c | 0 .../LwIP/apps/snmp/snmp_pbuf_stream.h | 0 .../ethernet/LwIP/apps/snmp/snmp_raw.c | 0 .../ethernet/LwIP/apps/snmp/snmp_scalar.c | 0 .../LwIP/apps/snmp/snmp_snmpv2_framework.c | 0 .../ethernet/LwIP/apps/snmp/snmp_snmpv2_usm.c | 0 .../ethernet/LwIP/apps/snmp/snmp_table.c | 0 .../ethernet/LwIP/apps/snmp/snmp_threadsync.c | 0 .../ethernet/LwIP/apps/snmp/snmp_traps.c | 0 .../ethernet/LwIP/apps/snmp/snmpv3.c | 0 .../ethernet/LwIP/apps/snmp/snmpv3_mbedtls.c | 0 .../ethernet/LwIP/apps/snmp/snmpv3_priv.h | 0 .../resources}/ethernet/LwIP/apps/sntp/sntp.c | 0 .../ethernet/LwIP/apps/tftp/tftp_server.c | 0 .../resources}/ethernet/LwIP/arch/Makefile | 0 .../XiUOS/resources}/ethernet/LwIP/arch/cc.h | 0 .../ethernet/LwIP/arch/ethernetif.h | 0 .../resources}/ethernet/LwIP/arch/lwipopts.h | 0 .../resources}/ethernet/LwIP/arch/main.h | 0 .../resources}/ethernet/LwIP/arch/perf.h | 0 .../resources}/ethernet/LwIP/arch/sys_arch.c | 0 .../resources}/ethernet/LwIP/arch/sys_arch.h | 0 .../ethernet/LwIP/arch/tcp_echo_socket_demo.c | 0 .../resources}/ethernet/LwIP/arch/udp_echo.c | 0 .../resources}/ethernet/LwIP/arch/udp_echo.h | 0 .../resources}/ethernet/LwIP/core/Makefile | 0 .../resources}/ethernet/LwIP/core/altcp.c | 0 .../ethernet/LwIP/core/altcp_alloc.c | 0 .../resources}/ethernet/LwIP/core/altcp_tcp.c | 0 .../XiUOS/resources}/ethernet/LwIP/core/def.c | 0 .../XiUOS/resources}/ethernet/LwIP/core/dns.c | 0 .../ethernet/LwIP/core/inet_chksum.c | 0 .../resources}/ethernet/LwIP/core/init.c | 0 .../XiUOS/resources}/ethernet/LwIP/core/ip.c | 0 .../ethernet/LwIP/core/ipv4/Makefile | 0 .../ethernet/LwIP/core/ipv4/autoip.c | 0 .../resources}/ethernet/LwIP/core/ipv4/dhcp.c | 0 .../ethernet/LwIP/core/ipv4/etharp.c | 0 .../resources}/ethernet/LwIP/core/ipv4/icmp.c | 0 .../resources}/ethernet/LwIP/core/ipv4/igmp.c | 0 .../resources}/ethernet/LwIP/core/ipv4/ip4.c | 0 .../ethernet/LwIP/core/ipv4/ip4_addr.c | 0 .../ethernet/LwIP/core/ipv4/ip4_frag.c | 0 .../ethernet/LwIP/core/ipv6/dhcp6.c | 0 .../ethernet/LwIP/core/ipv6/ethip6.c | 0 .../ethernet/LwIP/core/ipv6/icmp6.c | 0 .../ethernet/LwIP/core/ipv6/inet6.c | 0 .../resources}/ethernet/LwIP/core/ipv6/ip6.c | 0 .../ethernet/LwIP/core/ipv6/ip6_addr.c | 0 .../ethernet/LwIP/core/ipv6/ip6_frag.c | 0 .../resources}/ethernet/LwIP/core/ipv6/mld6.c | 0 .../resources}/ethernet/LwIP/core/ipv6/nd6.c | 0 .../XiUOS/resources}/ethernet/LwIP/core/mem.c | 0 .../resources}/ethernet/LwIP/core/memp.c | 0 .../resources}/ethernet/LwIP/core/netif.c | 0 .../resources}/ethernet/LwIP/core/pbuf.c | 0 .../XiUOS/resources}/ethernet/LwIP/core/raw.c | 0 .../resources}/ethernet/LwIP/core/stats.c | 0 .../XiUOS/resources}/ethernet/LwIP/core/sys.c | 0 .../XiUOS/resources}/ethernet/LwIP/core/tcp.c | 0 .../resources}/ethernet/LwIP/core/tcp_in.c | 0 .../resources}/ethernet/LwIP/core/tcp_out.c | 0 .../resources}/ethernet/LwIP/core/timeouts.c | 0 .../XiUOS/resources}/ethernet/LwIP/core/udp.c | 0 .../LwIP/include/compat/posix/arpa/inet.h | 0 .../LwIP/include/compat/posix/net/if.h | 0 .../LwIP/include/compat/posix/netdb.h | 0 .../LwIP/include/compat/posix/sys/socket.h | 0 .../ethernet/LwIP/include/compat/stdc/errno.h | 0 .../ethernet/LwIP/include/lwip/altcp.h | 0 .../ethernet/LwIP/include/lwip/altcp_tcp.h | 0 .../ethernet/LwIP/include/lwip/altcp_tls.h | 0 .../ethernet/LwIP/include/lwip/api.h | 0 .../ethernet/LwIP/include/lwip/apps/FILES | 0 .../include/lwip/apps/altcp_proxyconnect.h | 0 .../lwip/apps/altcp_tls_mbedtls_opts.h | 0 .../ethernet/LwIP/include/lwip/apps/fs.h | 0 .../LwIP/include/lwip/apps/http_client.h | 0 .../ethernet/LwIP/include/lwip/apps/httpd.h | 0 .../LwIP/include/lwip/apps/httpd_opts.h | 0 .../ethernet/LwIP/include/lwip/apps/lwiperf.h | 0 .../ethernet/LwIP/include/lwip/apps/mdns.h | 0 .../LwIP/include/lwip/apps/mdns_opts.h | 0 .../LwIP/include/lwip/apps/mdns_priv.h | 0 .../ethernet/LwIP/include/lwip/apps/mqtt.h | 0 .../LwIP/include/lwip/apps/mqtt_opts.h | 0 .../LwIP/include/lwip/apps/mqtt_priv.h | 0 .../LwIP/include/lwip/apps/netbiosns.h | 0 .../LwIP/include/lwip/apps/netbiosns_opts.h | 0 .../ethernet/LwIP/include/lwip/apps/smtp.h | 0 .../LwIP/include/lwip/apps/smtp_opts.h | 0 .../ethernet/LwIP/include/lwip/apps/snmp.h | 0 .../LwIP/include/lwip/apps/snmp_core.h | 0 .../LwIP/include/lwip/apps/snmp_mib2.h | 0 .../LwIP/include/lwip/apps/snmp_opts.h | 0 .../LwIP/include/lwip/apps/snmp_scalar.h | 0 .../include/lwip/apps/snmp_snmpv2_framework.h | 0 .../LwIP/include/lwip/apps/snmp_snmpv2_usm.h | 0 .../LwIP/include/lwip/apps/snmp_table.h | 0 .../LwIP/include/lwip/apps/snmp_threadsync.h | 0 .../ethernet/LwIP/include/lwip/apps/snmpv3.h | 0 .../ethernet/LwIP/include/lwip/apps/sntp.h | 0 .../LwIP/include/lwip/apps/sntp_opts.h | 0 .../LwIP/include/lwip/apps/tftp_opts.h | 0 .../LwIP/include/lwip/apps/tftp_server.h | 0 .../ethernet/LwIP/include/lwip/arch.h | 0 .../ethernet/LwIP/include/lwip/autoip.h | 0 .../ethernet/LwIP/include/lwip/debug.h | 0 .../ethernet/LwIP/include/lwip/def.h | 0 .../ethernet/LwIP/include/lwip/dhcp.h | 0 .../ethernet/LwIP/include/lwip/dhcp6.h | 0 .../ethernet/LwIP/include/lwip/dns.h | 0 .../ethernet/LwIP/include/lwip/err.h | 0 .../ethernet/LwIP/include/lwip/errno.h | 0 .../ethernet/LwIP/include/lwip/etharp.h | 0 .../ethernet/LwIP/include/lwip/ethip6.h | 0 .../ethernet/LwIP/include/lwip/icmp.h | 0 .../ethernet/LwIP/include/lwip/icmp6.h | 0 .../ethernet/LwIP/include/lwip/if_api.h | 0 .../ethernet/LwIP/include/lwip/igmp.h | 0 .../ethernet/LwIP/include/lwip/inet.h | 0 .../ethernet/LwIP/include/lwip/inet_chksum.h | 0 .../ethernet/LwIP/include/lwip/init.h | 0 .../LwIP/include/lwip/init.h.cmake.in | 0 .../ethernet/LwIP/include/lwip/ip.h | 0 .../ethernet/LwIP/include/lwip/ip4.h | 0 .../ethernet/LwIP/include/lwip/ip4_addr.h | 0 .../ethernet/LwIP/include/lwip/ip4_frag.h | 0 .../ethernet/LwIP/include/lwip/ip6.h | 0 .../ethernet/LwIP/include/lwip/ip6_addr.h | 0 .../ethernet/LwIP/include/lwip/ip6_frag.h | 0 .../ethernet/LwIP/include/lwip/ip6_zone.h | 0 .../ethernet/LwIP/include/lwip/ip_addr.h | 0 .../ethernet/LwIP/include/lwip/mem.h | 0 .../ethernet/LwIP/include/lwip/memp.h | 0 .../ethernet/LwIP/include/lwip/mld6.h | 0 .../ethernet/LwIP/include/lwip/nd6.h | 0 .../ethernet/LwIP/include/lwip/netbuf.h | 0 .../ethernet/LwIP/include/lwip/netdb.h | 0 .../ethernet/LwIP/include/lwip/netif.h | 0 .../ethernet/LwIP/include/lwip/netifapi.h | 0 .../ethernet/LwIP/include/lwip/opt.h | 0 .../ethernet/LwIP/include/lwip/pbuf.h | 0 .../LwIP/include/lwip/priv/altcp_priv.h | 0 .../ethernet/LwIP/include/lwip/priv/api_msg.h | 0 .../LwIP/include/lwip/priv/mem_priv.h | 0 .../LwIP/include/lwip/priv/memp_priv.h | 0 .../LwIP/include/lwip/priv/memp_std.h | 0 .../LwIP/include/lwip/priv/nd6_priv.h | 0 .../LwIP/include/lwip/priv/raw_priv.h | 0 .../LwIP/include/lwip/priv/sockets_priv.h | 0 .../LwIP/include/lwip/priv/tcp_priv.h | 0 .../LwIP/include/lwip/priv/tcpip_priv.h | 0 .../ethernet/LwIP/include/lwip/prot/autoip.h | 0 .../ethernet/LwIP/include/lwip/prot/dhcp.h | 0 .../ethernet/LwIP/include/lwip/prot/dhcp6.h | 0 .../ethernet/LwIP/include/lwip/prot/dns.h | 0 .../ethernet/LwIP/include/lwip/prot/etharp.h | 0 .../LwIP/include/lwip/prot/ethernet.h | 0 .../ethernet/LwIP/include/lwip/prot/iana.h | 0 .../ethernet/LwIP/include/lwip/prot/icmp.h | 0 .../ethernet/LwIP/include/lwip/prot/icmp6.h | 0 .../ethernet/LwIP/include/lwip/prot/ieee.h | 0 .../ethernet/LwIP/include/lwip/prot/igmp.h | 0 .../ethernet/LwIP/include/lwip/prot/ip.h | 0 .../ethernet/LwIP/include/lwip/prot/ip4.h | 0 .../ethernet/LwIP/include/lwip/prot/ip6.h | 0 .../ethernet/LwIP/include/lwip/prot/mld6.h | 0 .../ethernet/LwIP/include/lwip/prot/nd6.h | 0 .../ethernet/LwIP/include/lwip/prot/tcp.h | 0 .../ethernet/LwIP/include/lwip/prot/udp.h | 0 .../ethernet/LwIP/include/lwip/raw.h | 0 .../ethernet/LwIP/include/lwip/sio.h | 0 .../ethernet/LwIP/include/lwip/snmp.h | 0 .../ethernet/LwIP/include/lwip/sockets.h | 0 .../ethernet/LwIP/include/lwip/stats.h | 0 .../ethernet/LwIP/include/lwip/sys.h | 0 .../ethernet/LwIP/include/lwip/tcp.h | 0 .../ethernet/LwIP/include/lwip/tcpbase.h | 0 .../ethernet/LwIP/include/lwip/tcpip.h | 0 .../ethernet/LwIP/include/lwip/timeouts.h | 0 .../ethernet/LwIP/include/lwip/udp.h | 0 .../ethernet/LwIP/include/netif/bridgeif.h | 0 .../LwIP/include/netif/bridgeif_opts.h | 0 .../ethernet/LwIP/include/netif/etharp.h | 0 .../ethernet/LwIP/include/netif/ethernet.h | 0 .../ethernet/LwIP/include/netif/ieee802154.h | 0 .../ethernet/LwIP/include/netif/lowpan6.h | 0 .../ethernet/LwIP/include/netif/lowpan6_ble.h | 0 .../LwIP/include/netif/lowpan6_common.h | 0 .../LwIP/include/netif/lowpan6_opts.h | 0 .../ethernet/LwIP/include/netif/ppp/ccp.h | 0 .../LwIP/include/netif/ppp/chap-md5.h | 0 .../LwIP/include/netif/ppp/chap-new.h | 0 .../ethernet/LwIP/include/netif/ppp/chap_ms.h | 0 .../ethernet/LwIP/include/netif/ppp/eap.h | 0 .../ethernet/LwIP/include/netif/ppp/ecp.h | 0 .../ethernet/LwIP/include/netif/ppp/eui64.h | 0 .../ethernet/LwIP/include/netif/ppp/fsm.h | 0 .../ethernet/LwIP/include/netif/ppp/ipcp.h | 0 .../ethernet/LwIP/include/netif/ppp/ipv6cp.h | 0 .../ethernet/LwIP/include/netif/ppp/lcp.h | 0 .../ethernet/LwIP/include/netif/ppp/magic.h | 0 .../ethernet/LwIP/include/netif/ppp/mppe.h | 0 .../LwIP/include/netif/ppp/polarssl/arc4.h | 0 .../LwIP/include/netif/ppp/polarssl/des.h | 0 .../LwIP/include/netif/ppp/polarssl/md4.h | 0 .../LwIP/include/netif/ppp/polarssl/md5.h | 0 .../LwIP/include/netif/ppp/polarssl/sha1.h | 0 .../ethernet/LwIP/include/netif/ppp/ppp.h | 0 .../LwIP/include/netif/ppp/ppp_impl.h | 0 .../LwIP/include/netif/ppp/ppp_opts.h | 0 .../ethernet/LwIP/include/netif/ppp/pppapi.h | 0 .../LwIP/include/netif/ppp/pppcrypt.h | 0 .../LwIP/include/netif/ppp/pppdebug.h | 0 .../ethernet/LwIP/include/netif/ppp/pppoe.h | 0 .../LwIP/include/netif/ppp/pppol2tp.h | 0 .../ethernet/LwIP/include/netif/ppp/pppos.h | 0 .../ethernet/LwIP/include/netif/ppp/upap.h | 0 .../ethernet/LwIP/include/netif/ppp/vj.h | 0 .../ethernet/LwIP/include/netif/slipif.h | 0 .../ethernet/LwIP/include/netif/zepif.h | 0 .../resources}/ethernet/LwIP/netif/FILES | 0 .../resources}/ethernet/LwIP/netif/Makefile | 0 .../resources}/ethernet/LwIP/netif/bridgeif.c | 0 .../ethernet/LwIP/netif/bridgeif_fdb.c | 0 .../resources}/ethernet/LwIP/netif/ethernet.c | 0 .../resources}/ethernet/LwIP/netif/lowpan6.c | 0 .../ethernet/LwIP/netif/lowpan6_ble.c | 0 .../ethernet/LwIP/netif/lowpan6_common.c | 0 .../ethernet/LwIP/netif/ppp/PPPD_FOLLOWUP | 0 .../resources}/ethernet/LwIP/netif/ppp/auth.c | 0 .../resources}/ethernet/LwIP/netif/ppp/ccp.c | 0 .../ethernet/LwIP/netif/ppp/chap-md5.c | 0 .../ethernet/LwIP/netif/ppp/chap-new.c | 0 .../ethernet/LwIP/netif/ppp/chap_ms.c | 0 .../ethernet/LwIP/netif/ppp/demand.c | 0 .../resources}/ethernet/LwIP/netif/ppp/eap.c | 0 .../resources}/ethernet/LwIP/netif/ppp/ecp.c | 0 .../ethernet/LwIP/netif/ppp/eui64.c | 0 .../resources}/ethernet/LwIP/netif/ppp/fsm.c | 0 .../resources}/ethernet/LwIP/netif/ppp/ipcp.c | 0 .../ethernet/LwIP/netif/ppp/ipv6cp.c | 0 .../resources}/ethernet/LwIP/netif/ppp/lcp.c | 0 .../ethernet/LwIP/netif/ppp/magic.c | 0 .../resources}/ethernet/LwIP/netif/ppp/mppe.c | 0 .../ethernet/LwIP/netif/ppp/multilink.c | 0 .../ethernet/LwIP/netif/ppp/polarssl/README | 0 .../ethernet/LwIP/netif/ppp/polarssl/arc4.c | 0 .../ethernet/LwIP/netif/ppp/polarssl/des.c | 0 .../ethernet/LwIP/netif/ppp/polarssl/md4.c | 0 .../ethernet/LwIP/netif/ppp/polarssl/md5.c | 0 .../ethernet/LwIP/netif/ppp/polarssl/sha1.c | 0 .../resources}/ethernet/LwIP/netif/ppp/ppp.c | 0 .../ethernet/LwIP/netif/ppp/pppapi.c | 0 .../ethernet/LwIP/netif/ppp/pppcrypt.c | 0 .../ethernet/LwIP/netif/ppp/pppoe.c | 0 .../ethernet/LwIP/netif/ppp/pppol2tp.c | 0 .../ethernet/LwIP/netif/ppp/pppos.c | 0 .../resources}/ethernet/LwIP/netif/ppp/upap.c | 0 .../ethernet/LwIP/netif/ppp/utils.c | 0 .../resources}/ethernet/LwIP/netif/ppp/vj.c | 0 .../resources}/ethernet/LwIP/netif/slipif.c | 0 .../resources}/ethernet/LwIP/netif/zepif.c | 0 .../XiUOS/resources}/ethernet/Makefile | 0 .../XiUOS/resources}/i2c/Makefile | 0 .../XiUOS/resources}/i2c/bus_i2c.c | 0 .../XiUOS/resources}/i2c/dev_i2c.c | 0 .../XiUOS/resources}/i2c/drv_i2c.c | 0 .../XiUOS/resources}/include/bus.h | 0 .../XiUOS/resources}/include/bus_can.h | 0 .../XiUOS/resources}/include/bus_hwtimer.h | 0 .../XiUOS/resources}/include/bus_i2c.h | 0 .../XiUOS/resources}/include/bus_lcd.h | 0 .../XiUOS/resources}/include/bus_pin.h | 0 .../XiUOS/resources}/include/bus_rtc.h | 0 .../XiUOS/resources}/include/bus_sdio.h | 0 .../XiUOS/resources}/include/bus_serial.h | 0 .../XiUOS/resources}/include/bus_spi.h | 0 .../XiUOS/resources}/include/bus_touch.h | 0 .../XiUOS/resources}/include/bus_usb.h | 0 .../XiUOS/resources}/include/bus_wdt.h | 0 .../XiUOS/resources}/include/dev_can.h | 0 .../XiUOS/resources}/include/dev_hwtimer.h | 0 .../XiUOS/resources}/include/dev_i2c.h | 0 .../XiUOS/resources}/include/dev_lcd.h | 0 .../XiUOS/resources}/include/dev_pin.h | 0 .../XiUOS/resources}/include/dev_rtc.h | 0 .../XiUOS/resources}/include/dev_sdio.h | 0 .../XiUOS/resources}/include/dev_serial.h | 0 .../XiUOS/resources}/include/dev_spi.h | 0 .../XiUOS/resources}/include/dev_touch.h | 0 .../XiUOS/resources}/include/dev_usb.h | 0 .../XiUOS/resources}/include/dev_wdt.h | 0 .../XiUOS/resources}/include/device.h | 0 .../XiUOS/resources}/include/flash_spi.h | 0 .../XiUOS/resources}/include/sd_spi.h | 0 .../XiUOS/resources}/include/usb_common.h | 0 .../XiUOS/resources}/include/usb_host.h | 0 .../XiUOS/resources}/lcd/Makefile | 0 .../XiUOS/resources}/lcd/bus_lcd.c | 0 .../XiUOS/resources}/lcd/dev_lcd.c | 0 .../XiUOS/resources}/lcd/drv_lcd.c | 0 .../XiUOS/resources}/pin/Makefile | 0 .../XiUOS/resources}/pin/bus_pin.c | 0 .../XiUOS/resources}/pin/dev_pin.c | 0 .../XiUOS/resources}/pin/drv_pin.c | 0 .../XiUOS/resources}/rtc/Makefile | 0 .../XiUOS/resources}/rtc/bus_rtc.c | 0 .../XiUOS/resources}/rtc/dev_rtc.c | 0 .../XiUOS/resources}/rtc/drv_rtc.c | 0 .../XiUOS/resources}/sdio/Makefile | 0 .../XiUOS/resources}/sdio/bus_sdio.c | 0 .../XiUOS/resources}/sdio/dev_sdio.c | 0 .../XiUOS/resources}/sdio/drv_sdio.c | 0 .../XiUOS/resources}/serial/Makefile | 0 .../XiUOS/resources}/serial/bus_serial.c | 0 .../XiUOS/resources}/serial/dev_serial.c | 0 .../XiUOS/resources}/serial/drv_serial.c | 0 .../XiUOS/resources}/spi/Makefile | 0 .../XiUOS/resources}/spi/bus_spi.c | 0 .../XiUOS/resources}/spi/dev_spi.c | 0 .../XiUOS/resources}/spi/drv_spi.c | 0 .../XiUOS/resources}/spi/flash_spi.c | 0 .../XiUOS/resources}/spi/sd_card_spi/Makefile | 0 .../XiUOS/resources}/spi/sd_card_spi/sd_spi.c | 0 .../resources}/spi/third_party_spi/Makefile | 0 .../spi/third_party_spi/SFUD/LICENSE | 0 .../spi/third_party_spi/SFUD/Makefile | 0 .../spi/third_party_spi/SFUD/README.md | 0 .../spi/third_party_spi/SFUD/sfud/Makefile | 0 .../spi/third_party_spi/SFUD/sfud/inc/sfud.h | 0 .../third_party_spi/SFUD/sfud/inc/sfud_cfg.h | 0 .../third_party_spi/SFUD/sfud/inc/sfud_def.h | 0 .../SFUD/sfud/inc/sfud_flash_def.h | 0 .../third_party_spi/SFUD/sfud/inc/sfud_port.h | 0 .../third_party_spi/SFUD/sfud/port/Makefile | 0 .../SFUD/sfud/port/sfud_port.c | 0 .../third_party_spi/SFUD/sfud/src/Makefile | 0 .../spi/third_party_spi/SFUD/sfud/src/sfud.c | 0 .../third_party_spi/SFUD/sfud/src/sfud_sfdp.c | 0 .../XiUOS/resources}/timer/Makefile | 0 .../XiUOS/resources}/timer/bus_hwtimer.c | 0 .../XiUOS/resources}/timer/dev_hwtimer.c | 0 .../XiUOS/resources}/timer/drv_hwtimer.c | 0 .../XiUOS/resources}/touch/Makefile | 0 .../XiUOS/resources}/touch/bus_touch.c | 0 .../XiUOS/resources}/touch/dev_touch.c | 0 .../XiUOS/resources}/touch/drv_touch.c | 0 .../XiUOS/resources}/usb/Makefile | 0 .../XiUOS/resources}/usb/bus_usb.c | 0 .../XiUOS/resources}/usb/dev_usb.c | 0 .../XiUOS/resources}/usb/drv_usb.c | 0 .../resources}/usb/third_party_usb/Makefile | 0 .../usb/third_party_usb/usbhost/Makefile | 0 .../third_party_usb/usbhost/class/Makefile | 0 .../usb/third_party_usb/usbhost/class/mass.c | 0 .../usb/third_party_usb/usbhost/class/mass.h | 0 .../usb/third_party_usb/usbhost/class/udisk.c | 0 .../usb/third_party_usb/usbhost/core/Makefile | 0 .../usb/third_party_usb/usbhost/core/core.c | 0 .../usb/third_party_usb/usbhost/core/driver.c | 0 .../usb/third_party_usb/usbhost/core/hub.c | 0 .../third_party_usb/usbhost/core/usbhost.c | 0 .../XiUOS/resources}/watchdog/Makefile | 0 .../XiUOS/resources}/watchdog/bus_wdt.c | 0 .../XiUOS/resources}/watchdog/dev_wdt.c | 0 .../XiUOS/resources}/watchdog/drv_wdt.c | 0 {tool => Ubiquitous/XiUOS/tool}/Makefile | 0 .../XiUOS/tool}/hosttools/xsconfig.sh | 0 .../XiUOS/tool}/scripts/connect_kd233.sh | 0 .../XiUOS/tool}/scripts/flash_kd233.sh | 0 {tool => Ubiquitous/XiUOS/tool}/shell/Kconfig | 0 .../XiUOS/tool}/shell/Makefile | 0 .../XiUOS/tool}/shell/letter-shell/LICENSE | 0 .../XiUOS/tool}/shell/letter-shell/Makefile | 0 .../XiUOS/tool}/shell/letter-shell/README.md | 0 .../XiUOS/tool}/shell/letter-shell/cmd.c | 0 .../shell/letter-shell/file_ext/Makefile | 0 .../shell/letter-shell/file_ext/bunzip2.c | 0 .../tool}/shell/letter-shell/file_ext/bzip2.c | 0 .../tool}/shell/letter-shell/file_ext/bzip2.h | 0 .../letter-shell/file_ext/bzlib/Makefile | 0 .../letter-shell/file_ext/bzlib/blocksort.c | 0 .../shell/letter-shell/file_ext/bzlib/bzlib.c | 0 .../shell/letter-shell/file_ext/bzlib/bzlib.h | 0 .../file_ext/bzlib/bzlib_private.h | 0 .../letter-shell/file_ext/bzlib/compress.c | 0 .../letter-shell/file_ext/bzlib/huffman.c | 0 .../shell/letter-shell/file_ext/gunzip.c | 0 .../shell/letter-shell/file_ext/gunzip.h | 0 .../tool}/shell/letter-shell/file_ext/gzip.c | 0 .../tool}/shell/letter-shell/file_ext/gzip.h | 0 .../shell/letter-shell/file_ext/msh_file.c | 0 .../shell/letter-shell/file_ext/shell_fs.c | 0 .../shell/letter-shell/file_ext/shell_fs.h | 0 .../tool}/shell/letter-shell/file_ext/tar.c | 0 .../tool}/shell/letter-shell/file_ext/tar.h | 0 .../tool}/shell/letter-shell/file_ext/unzip.c | 0 .../tool}/shell/letter-shell/file_ext/unzip.h | 0 .../shell/letter-shell/file_ext/utility.c | 0 .../shell/letter-shell/file_ext/utility.h | 0 .../XiUOS/tool}/shell/letter-shell/shell.c | 0 .../XiUOS/tool}/shell/letter-shell/shell.h | 0 .../tool}/shell/letter-shell/shell_ext.c | 0 .../tool}/shell/letter-shell/shell_ext.h | 0 .../tool}/shell/letter-shell/shell_port.c | 0 .../tool}/shell/letter-shell/shell_port.h | 0 1993 files changed, 40 insertions(+) create mode 100644 .vscode/settings.json rename .gitignore => Ubiquitous/XiUOS/.gitignore (100%) rename Kconfig => Ubiquitous/XiUOS/Kconfig (100%) rename LICENSE => Ubiquitous/XiUOS/LICENSE (100%) rename Makefile => Ubiquitous/XiUOS/Makefile (100%) rename README.md => Ubiquitous/XiUOS/README.md (100%) rename {applications => Ubiquitous/XiUOS/applications}/Kconfig (100%) rename {applications => Ubiquitous/XiUOS/applications}/Makefile (100%) rename {applications => Ubiquitous/XiUOS/applications}/app_newlib/Makefile (100%) rename {applications => Ubiquitous/XiUOS/applications}/app_newlib/fs_syscalls.c (100%) rename {applications => Ubiquitous/XiUOS/applications}/app_newlib/include/libc.h (100%) rename {applications => Ubiquitous/XiUOS/applications}/app_newlib/mem_syscalls.c (100%) rename {applications => Ubiquitous/XiUOS/applications}/app_newlib/stdio.c (100%) rename {applications => Ubiquitous/XiUOS/applications}/app_newlib/task_syscalls.c (100%) rename {applications => Ubiquitous/XiUOS/applications}/app_newlib/time_syscalls.c (100%) rename {applications => Ubiquitous/XiUOS/applications}/app_test/Kconfig (100%) rename {applications => Ubiquitous/XiUOS/applications}/app_test/Makefile (100%) rename {applications => Ubiquitous/XiUOS/applications}/app_test/test_adhoc_lora.c (100%) rename {applications => Ubiquitous/XiUOS/applications}/app_test/test_spi_flash.c (100%) rename {applications => Ubiquitous/XiUOS/applications}/connection_demo/adhoc_lora_demo/Makefile (100%) rename {applications => Ubiquitous/XiUOS/applications}/connection_demo/adhoc_lora_demo/client.c (100%) rename {applications => Ubiquitous/XiUOS/applications}/connection_demo/adhoc_lora_demo/gateway.c (100%) rename {applications => Ubiquitous/XiUOS/applications}/connection_demo/bluetooth_demo/Makefile (100%) rename {applications => Ubiquitous/XiUOS/applications}/connection_demo/bluetooth_demo/bluetooth_receive_demo.c (100%) rename {applications => Ubiquitous/XiUOS/applications}/connection_demo/bluetooth_demo/bluetooth_send_demo.c (100%) rename {applications => Ubiquitous/XiUOS/applications}/connection_demo/ethernet_demo/Makefile (100%) rename {applications => Ubiquitous/XiUOS/applications}/connection_demo/ethernet_demo/ethernet_demo.c (100%) rename {applications => Ubiquitous/XiUOS/applications}/connection_demo/nbiot_demo/Makefile (100%) rename {applications => Ubiquitous/XiUOS/applications}/connection_demo/nbiot_demo/nbiot_demo.c (100%) rename {applications => Ubiquitous/XiUOS/applications}/connection_demo/wifi_demo/Makefile (100%) rename {applications => Ubiquitous/XiUOS/applications}/connection_demo/wifi_demo/wifi_demo.c (100%) rename {applications => Ubiquitous/XiUOS/applications}/connection_demo/zigbee_demo/Makefile (100%) rename {applications => Ubiquitous/XiUOS/applications}/connection_demo/zigbee_demo/zigbee_receive_demo.c (100%) rename {applications => Ubiquitous/XiUOS/applications}/connection_demo/zigbee_demo/zigbee_send_demo.c (100%) rename {applications => Ubiquitous/XiUOS/applications}/cppmain.cpp (100%) rename {applications => Ubiquitous/XiUOS/applications}/framework_init.c (100%) rename {applications => Ubiquitous/XiUOS/applications}/main.c (100%) rename {applications => Ubiquitous/XiUOS/applications}/sd_card_mount.c (100%) rename {applications => Ubiquitous/XiUOS/applications}/sensor_app/Makefile (100%) rename {applications => Ubiquitous/XiUOS/applications}/sensor_app/co2_zg09.c (100%) rename {applications => Ubiquitous/XiUOS/applications}/sensor_app/humidity_hs300x.c (100%) rename {applications => Ubiquitous/XiUOS/applications}/sensor_app/pm1_0_ps5308.c (100%) rename {applications => Ubiquitous/XiUOS/applications}/sensor_app/temperature_hs300x.c (100%) rename {applications => Ubiquitous/XiUOS/applications}/sensor_app/voice_d124.c (100%) rename {applications => Ubiquitous/XiUOS/applications}/spi_sd_card_mount.c (100%) rename {applications => Ubiquitous/XiUOS/applications}/tflite_mnist/.gitignore (100%) rename {applications => Ubiquitous/XiUOS/applications}/tflite_mnist/Kconfig (100%) rename {applications => Ubiquitous/XiUOS/applications}/tflite_mnist/Makefile (100%) rename {applications => Ubiquitous/XiUOS/applications}/tflite_mnist/README.md (100%) rename {applications => Ubiquitous/XiUOS/applications}/tflite_mnist/digit.h (100%) rename {applications => Ubiquitous/XiUOS/applications}/tflite_mnist/mnistapp.cpp (100%) rename {applications => Ubiquitous/XiUOS/applications}/tflite_mnist/mnistmain.c (100%) rename {applications => Ubiquitous/XiUOS/applications}/tflite_mnist/model.h (100%) rename {applications => Ubiquitous/XiUOS/applications}/tflite_mnist/tools/mnist-c-digit.py (100%) rename {applications => Ubiquitous/XiUOS/applications}/tflite_mnist/tools/mnist-c-model.py (100%) rename {applications => Ubiquitous/XiUOS/applications}/tflite_mnist/tools/mnist-inference.py (100%) rename {applications => Ubiquitous/XiUOS/applications}/tflite_mnist/tools/mnist-train.py (100%) rename {applications => Ubiquitous/XiUOS/applications}/tflite_sin/Kconfig (100%) rename {applications => Ubiquitous/XiUOS/applications}/tflite_sin/Makefile (100%) rename {applications => Ubiquitous/XiUOS/applications}/tflite_sin/constants.cc (100%) rename {applications => Ubiquitous/XiUOS/applications}/tflite_sin/constants.h (100%) rename {applications => Ubiquitous/XiUOS/applications}/tflite_sin/main_functions.cc (100%) rename {applications => Ubiquitous/XiUOS/applications}/tflite_sin/main_functions.h (100%) rename {applications => Ubiquitous/XiUOS/applications}/tflite_sin/model.cc (100%) rename {applications => Ubiquitous/XiUOS/applications}/tflite_sin/model.h (100%) rename {applications => Ubiquitous/XiUOS/applications}/tflite_sin/output_handler.cc (100%) rename {applications => Ubiquitous/XiUOS/applications}/tflite_sin/output_handler.h (100%) rename {applications => Ubiquitous/XiUOS/applications}/tflite_sin/sinmain.c (100%) rename {applications => Ubiquitous/XiUOS/applications}/user_api/Makefile (100%) rename {applications => Ubiquitous/XiUOS/applications}/user_api/general_functions/Makefile (100%) rename {applications => Ubiquitous/XiUOS/applications}/user_api/general_functions/linklist/Makefile (100%) rename {applications => Ubiquitous/XiUOS/applications}/user_api/general_functions/linklist/double_linklist.c (100%) rename {applications => Ubiquitous/XiUOS/applications}/user_api/general_functions/linklist/single_linklist.c (100%) rename {applications => Ubiquitous/XiUOS/applications}/user_api/general_functions/linklist/xs_klist.h (100%) rename {applications => Ubiquitous/XiUOS/applications}/user_api/include/bus.h (100%) rename {applications => Ubiquitous/XiUOS/applications}/user_api/include/bus_serial.h (100%) rename {applications => Ubiquitous/XiUOS/applications}/user_api/include/dev_serial.h (100%) rename {applications => Ubiquitous/XiUOS/applications}/user_api/posix_support/Kconfig (100%) rename {applications => Ubiquitous/XiUOS/applications}/user_api/posix_support/Makefile (100%) rename {applications => Ubiquitous/XiUOS/applications}/user_api/posix_support/include/fs.h (100%) rename {applications => Ubiquitous/XiUOS/applications}/user_api/posix_support/include/mqueue.h (100%) rename {applications => Ubiquitous/XiUOS/applications}/user_api/posix_support/include/pthread arm.h (100%) rename {applications => Ubiquitous/XiUOS/applications}/user_api/posix_support/include/pthread.h (100%) rename {applications => Ubiquitous/XiUOS/applications}/user_api/posix_support/include/semaphore.h (100%) rename {applications => Ubiquitous/XiUOS/applications}/user_api/posix_support/mqueue.c (100%) rename {applications => Ubiquitous/XiUOS/applications}/user_api/posix_support/pthread.c (100%) rename {applications => Ubiquitous/XiUOS/applications}/user_api/posix_support/pthread_mutex.c (100%) rename {applications => Ubiquitous/XiUOS/applications}/user_api/posix_support/semaphore.c (100%) rename {applications => Ubiquitous/XiUOS/applications}/user_api/switch_api/Makefile (100%) rename {applications => Ubiquitous/XiUOS/applications}/user_api/switch_api/user_api.h (100%) rename {applications => Ubiquitous/XiUOS/applications}/user_api/switch_api/user_event.c (100%) rename {applications => Ubiquitous/XiUOS/applications}/user_api/switch_api/user_fs.c (100%) rename {applications => Ubiquitous/XiUOS/applications}/user_api/switch_api/user_mem.c (100%) rename {applications => Ubiquitous/XiUOS/applications}/user_api/switch_api/user_msg.c (100%) rename {applications => Ubiquitous/XiUOS/applications}/user_api/switch_api/user_mutex.c (100%) rename {applications => Ubiquitous/XiUOS/applications}/user_api/switch_api/user_print_info.c (100%) rename {applications => Ubiquitous/XiUOS/applications}/user_api/switch_api/user_semaphore.c (100%) rename {applications => Ubiquitous/XiUOS/applications}/user_api/switch_api/user_task.c (100%) rename {applications => Ubiquitous/XiUOS/applications}/userspace.c (100%) rename {arch => Ubiquitous/XiUOS/arch}/Kconfig (100%) rename {arch => Ubiquitous/XiUOS/arch}/Makefile (100%) rename {arch => Ubiquitous/XiUOS/arch}/arm/Makefile (100%) rename {arch => Ubiquitous/XiUOS/arch}/arm/cortex-m0/Makefile (100%) rename {arch => Ubiquitous/XiUOS/arch}/arm/cortex-m3/Makefile (100%) rename {arch => Ubiquitous/XiUOS/arch}/arm/cortex-m3/arch_interrupt.h (100%) rename {arch => Ubiquitous/XiUOS/arch}/arm/cortex-m3/boot.c (100%) rename {arch => Ubiquitous/XiUOS/arch}/arm/cortex-m3/interrupt.c (100%) rename {arch => Ubiquitous/XiUOS/arch}/arm/cortex-m3/interrupt_vector.S (100%) rename {arch => Ubiquitous/XiUOS/arch}/arm/cortex-m4/Makefile (100%) rename {arch => Ubiquitous/XiUOS/arch}/arm/cortex-m4/arch_interrupt.h (100%) rename {arch => Ubiquitous/XiUOS/arch}/arm/cortex-m4/boot.S (100%) rename {arch => Ubiquitous/XiUOS/arch}/arm/cortex-m4/coreclock.c (100%) rename {arch => Ubiquitous/XiUOS/arch}/arm/cortex-m4/interrupt.c (100%) rename {arch => Ubiquitous/XiUOS/arch}/arm/cortex-m4/interrupt_vector.S (100%) rename {arch => Ubiquitous/XiUOS/arch}/arm/cortex-m4/kswitch.h (100%) rename {arch => Ubiquitous/XiUOS/arch}/arm/cortex-m4/mpu.c (100%) rename {arch => Ubiquitous/XiUOS/arch}/arm/cortex-m4/mpu.h (100%) rename {arch => Ubiquitous/XiUOS/arch}/arm/cortex-m4/svc_entry.S (100%) rename {arch => Ubiquitous/XiUOS/arch}/arm/cortex-m4/svc_handle.c (100%) rename {arch => Ubiquitous/XiUOS/arch}/arm/cortex-m4/system_init.c (100%) rename {arch => Ubiquitous/XiUOS/arch}/arm/cortex-m7/Makefile (100%) rename {arch => Ubiquitous/XiUOS/arch}/arm/cortex-m7/arch_interrupt.h (100%) rename {arch => Ubiquitous/XiUOS/arch}/arm/cortex-m7/boot.S (100%) rename {arch => Ubiquitous/XiUOS/arch}/arm/cortex-m7/interrupt.c (100%) rename {arch => Ubiquitous/XiUOS/arch}/arm/cortex-m7/interrupt_vector.S (100%) rename {arch => Ubiquitous/XiUOS/arch}/arm/shared/Makefile (100%) rename {arch => Ubiquitous/XiUOS/arch}/arm/shared/arm32_switch.c (100%) rename {arch => Ubiquitous/XiUOS/arch}/arm/shared/pendsv.S (100%) rename {arch => Ubiquitous/XiUOS/arch}/arm/shared/prepare_ahwstack.c (100%) rename {arch => Ubiquitous/XiUOS/arch}/arm/shared/svc_handle.h (100%) rename {arch => Ubiquitous/XiUOS/arch}/kswitch.h (100%) rename {arch => Ubiquitous/XiUOS/arch}/risc-v/Makefile (100%) rename {arch => Ubiquitous/XiUOS/arch}/risc-v/fe310/LICENSE (100%) rename {arch => Ubiquitous/XiUOS/arch}/risc-v/fe310/Makefile (100%) rename {arch => Ubiquitous/XiUOS/arch}/risc-v/fe310/arch_interrupt.h (100%) rename {arch => Ubiquitous/XiUOS/arch}/risc-v/fe310/boot.S (100%) rename {arch => Ubiquitous/XiUOS/arch}/risc-v/fe310/interrupt.c (100%) rename {arch => Ubiquitous/XiUOS/arch}/risc-v/fe310/tick.c (100%) rename {arch => Ubiquitous/XiUOS/arch}/risc-v/k210/Makefile (100%) rename {arch => Ubiquitous/XiUOS/arch}/risc-v/k210/arch_interrupt.h (100%) rename {arch => Ubiquitous/XiUOS/arch}/risc-v/k210/boot.S (100%) rename {arch => Ubiquitous/XiUOS/arch}/risc-v/k210/interrupt.c (100%) rename {arch => Ubiquitous/XiUOS/arch}/risc-v/k210/smp_support.c (100%) rename {arch => Ubiquitous/XiUOS/arch}/risc-v/k210/tick.c (100%) rename {arch => Ubiquitous/XiUOS/arch}/risc-v/k210/tick.h (100%) rename {arch => Ubiquitous/XiUOS/arch}/risc-v/shared/Makefile (100%) rename {arch => Ubiquitous/XiUOS/arch}/risc-v/shared/boot.h (100%) rename {arch => Ubiquitous/XiUOS/arch}/risc-v/shared/kswitch.h (100%) rename {arch => Ubiquitous/XiUOS/arch}/risc-v/shared/pmp.c (100%) rename {arch => Ubiquitous/XiUOS/arch}/risc-v/shared/pmp.h (100%) rename {arch => Ubiquitous/XiUOS/arch}/risc-v/shared/prepare_rhwstack.c (100%) rename {arch => Ubiquitous/XiUOS/arch}/risc-v/shared/rcontroller.h (100%) rename {arch => Ubiquitous/XiUOS/arch}/risc-v/shared/register_op.h (100%) rename {arch => Ubiquitous/XiUOS/arch}/risc-v/shared/register_para.h (100%) rename {arch => Ubiquitous/XiUOS/arch}/risc-v/shared/riscv64_switch.c (100%) rename {board => Ubiquitous/XiUOS/board}/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/.defconfig (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/README.md (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/aiit.jpg (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/board.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/board.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/config.mk (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/include/arm_common_tables.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/include/arm_const_structs.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/include/arm_math.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/include/cmsis_armcc.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/include/cmsis_armcc_V6.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/include/cmsis_gcc.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/include/cmsis_os.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/include/core_cm4.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/include/core_cmFunc.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/include/core_cmInstr.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/include/core_cmSimd.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/include/stm32f4xx.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/include/system_stm32f4xx.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/link.lds (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/link_userspace.lds (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/menu.png (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/shell.png (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/st-link.png (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/can/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/can/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/can/connect_can.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/can/hardware_can.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/ch438/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/ch438/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/ch438/connect_ch438.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/common/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/common/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/common/hardware_dma.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/common/hardware_exti.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/common/hardware_it.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/common/hardware_pwr.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/common/hardware_rcc.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/common/hardware_syscfg.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/common/misc.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/extmem/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/extmem/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/extmem/connect_fsmc.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/extmem/hardware_fsmc.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/gpio/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/gpio/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/gpio/connect_gpio.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/gpio/hardware_gpio.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/i2c/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/i2c/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/i2c/connect_i2c.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/i2c/hardware_i2c.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/include/connect_can.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/include/connect_ch438.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/include/connect_fsmc.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/include/connect_gpio.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/include/connect_hwtimer.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/include/connect_i2c.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/include/connect_rtc.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/include/connect_sdio.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/include/connect_spi.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/include/connect_spi_lora.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/include/connect_touch.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/include/connect_usart.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/include/connect_usb.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/include/connect_wdg.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/include/hardware_can.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/include/hardware_conf.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/include/hardware_dac.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/include/hardware_dbgmcu.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/include/hardware_dma.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/include/hardware_exti.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/include/hardware_fsmc.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/include/hardware_gpio.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/include/hardware_i2c.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/include/hardware_iwdg.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/include/hardware_pwr.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/include/hardware_rcc.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/include/hardware_rtc.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/include/hardware_sdio.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/include/hardware_spi.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/include/hardware_syscfg.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/include/hardware_tim.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/include/hardware_usart.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/include/hardware_wwdg.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/include/misc.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/include/stm32_assert_template.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/lcd/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/lcd/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/lcd/hardware_fsmc.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/rtc/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/rtc/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/rtc/connect_rtc.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/rtc/hardware_rtc.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/sdio/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/sdio/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/sdio/connect_sdio.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/sdio/hardware_sdio.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/sdio/sdio_sd.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/sdio/sdio_sd.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/spi/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/spi/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/spi/connect_flash_spi.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/spi/connect_lora_spi.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/spi/connect_spi.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/spi/hardware_spi.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/inc/spi_lora_sx12xx.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/ports/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/ports/sx12xx_device.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/platform.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/radio.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/radio.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-Fsk.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-Fsk.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-FskMisc.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-FskMisc.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-Hal.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRa.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRa.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRaMisc.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRaMisc.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/timer/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/timer/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/timer/connect_hwtimer.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/timer/hardware_tim.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/touch/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/touch/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/touch/connect_touch.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/uart/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/uart/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/uart/connect_usart.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/uart/hardware_usart.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/usb/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/usb/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/Release_Notes.html (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_bsp.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_conf.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_conf_template.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_core.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_dcd.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_dcd_int.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_defines.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_hcd.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_hcd_int.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_otg.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_regs.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_bsp_template.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_core.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_dcd.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_dcd_int.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_hcd.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_hcd_int.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_otg.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/usb/connect_usb.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/usb/usb_bsp.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/usb/usbh.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/watchdog/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/watchdog/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/watchdog/connect_wdg.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-arm32-board/third_party_driver/watchdog/hardware_wdg.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/.defconfig (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/README.md (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/board.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/board.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/config.mk (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/img/aiit_riscv64_board.png (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/img/terminal.png (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/include/atomic.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/include/bsp.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/include/dump.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/include/encoding.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/include/entry.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/include/interrupt.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/include/platform.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/include/printf.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/include/sleep.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/include/syscalls.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/include/syslog.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/include/util.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/link.lds (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/link_userspace.lds (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/ch376/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/ch376/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/ch376/connect_ch376.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/ch438/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/ch438/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/ch438/connect_ch438.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/dma/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/dma/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/dma/dmac.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/gpio/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/gpio/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/gpio/connect_gpio.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/gpio/drv_io_config.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/gpio/fpioa.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/gpio/gpio.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/gpio/gpiohs.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/gpio/utils.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/i2c/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/i2c/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/i2c/connect_i2c.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/i2c/hardware_i2c.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/include/clint.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/include/connect_ch376.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/include/connect_ch438.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/include/connect_gpio.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/include/connect_hwtimer.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/include/connect_i2c.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/include/connect_lcd.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/include/connect_rtc.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/include/connect_spi.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/include/connect_spi_lora.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/include/connect_touch.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/include/connect_uart.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/include/connect_wdt.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/include/dmac.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/include/drv_io_config.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/include/dvp.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/include/font.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/include/fpioa.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/include/gpio.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/include/gpio_common.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/include/gpiohs.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/include/graphic.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/include/hardware_hwtimer.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/include/hardware_i2c.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/include/hardware_rtc.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/include/hardware_spi.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/include/hardware_uart.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/include/hardware_uarths.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/include/io.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/include/plic.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/include/sysctl.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/include/utils.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/include/wdt.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/lcd/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/lcd/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/lcd/connect_lcd.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/plic/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/plic/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/plic/clint.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/plic/drv_interrupt.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/plic/plic.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/rtc/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/rtc/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/rtc/connect_rtc.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/rtc/hardware_rtc.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/sleep.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/spi/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/spi/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/spi/connect_lora_spi.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/spi/connect_spi.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/spi/hardware_spi.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/inc/spi_lora_sx12xx.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/ports/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/ports/sx12xx_device.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/platform.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/radio.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/radio.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-Fsk.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-Fsk.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-FskMisc.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-FskMisc.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-Hal.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRa.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRa.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRaMisc.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRaMisc.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276.h (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/sys_clock/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/sys_clock/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/sys_clock/sysctl.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/timer/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/timer/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/timer/connect_hwtimer.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/timer/hardware_hwtimer.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/touch/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/touch/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/touch/connect_touch.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/uart/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/uart/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/uart/connect_uart.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/uart/hardware_uart.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/uart/hardware_uarths.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/watchdog/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/watchdog/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/watchdog/connect_wdt.c (100%) rename {board => Ubiquitous/XiUOS/board}/aiit-riscv64-board/third_party_driver/watchdog/wdt.c (100%) rename {board => Ubiquitous/XiUOS/board}/cortex-m3-emulator/.defconfig (100%) rename {board => Ubiquitous/XiUOS/board}/cortex-m3-emulator/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/cortex-m3-emulator/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/cortex-m3-emulator/README.md (100%) rename {board => Ubiquitous/XiUOS/board}/cortex-m3-emulator/board.c (100%) rename {board => Ubiquitous/XiUOS/board}/cortex-m3-emulator/board.h (100%) rename {board => Ubiquitous/XiUOS/board}/cortex-m3-emulator/config.mk (100%) rename {board => Ubiquitous/XiUOS/board}/cortex-m3-emulator/connect_uart.c (100%) rename {board => Ubiquitous/XiUOS/board}/cortex-m3-emulator/img/menuconfig.png (100%) rename {board => Ubiquitous/XiUOS/board}/cortex-m3-emulator/img/menuconfig1.png (100%) rename {board => Ubiquitous/XiUOS/board}/cortex-m3-emulator/img/terminal.png (100%) rename {board => Ubiquitous/XiUOS/board}/cortex-m3-emulator/img/vscode.jpg (100%) rename {board => Ubiquitous/XiUOS/board}/cortex-m3-emulator/link.lds (100%) rename {board => Ubiquitous/XiUOS/board}/cortex-m3-emulator/third_party_driver/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/cortex-m3-emulator/third_party_driver/Libraries/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/cortex-m3-emulator/third_party_driver/Libraries/driverlib/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/cortex-m3-emulator/third_party_driver/Libraries/driverlib/cpu.h (100%) rename {board => Ubiquitous/XiUOS/board}/cortex-m3-emulator/third_party_driver/Libraries/driverlib/debug.h (100%) rename {board => Ubiquitous/XiUOS/board}/cortex-m3-emulator/third_party_driver/Libraries/driverlib/gpio.c (100%) rename {board => Ubiquitous/XiUOS/board}/cortex-m3-emulator/third_party_driver/Libraries/driverlib/gpio.h (100%) rename {board => Ubiquitous/XiUOS/board}/cortex-m3-emulator/third_party_driver/Libraries/driverlib/interrupt.c (100%) rename {board => Ubiquitous/XiUOS/board}/cortex-m3-emulator/third_party_driver/Libraries/driverlib/interrupt.h (100%) rename {board => Ubiquitous/XiUOS/board}/cortex-m3-emulator/third_party_driver/Libraries/driverlib/pin_map.h (100%) rename {board => Ubiquitous/XiUOS/board}/cortex-m3-emulator/third_party_driver/Libraries/driverlib/sysctl.c (100%) rename {board => Ubiquitous/XiUOS/board}/cortex-m3-emulator/third_party_driver/Libraries/driverlib/sysctl.h (100%) rename {board => Ubiquitous/XiUOS/board}/cortex-m3-emulator/third_party_driver/Libraries/driverlib/uart.c (100%) rename {board => Ubiquitous/XiUOS/board}/cortex-m3-emulator/third_party_driver/Libraries/driverlib/uart.h (100%) rename {board => Ubiquitous/XiUOS/board}/cortex-m3-emulator/third_party_driver/Libraries/inc/hw_gpio.h (100%) rename {board => Ubiquitous/XiUOS/board}/cortex-m3-emulator/third_party_driver/Libraries/inc/hw_ints.h (100%) rename {board => Ubiquitous/XiUOS/board}/cortex-m3-emulator/third_party_driver/Libraries/inc/hw_memmap.h (100%) rename {board => Ubiquitous/XiUOS/board}/cortex-m3-emulator/third_party_driver/Libraries/inc/hw_nvic.h (100%) rename {board => Ubiquitous/XiUOS/board}/cortex-m3-emulator/third_party_driver/Libraries/inc/hw_sysctl.h (100%) rename {board => Ubiquitous/XiUOS/board}/cortex-m3-emulator/third_party_driver/Libraries/inc/hw_types.h (100%) rename {board => Ubiquitous/XiUOS/board}/cortex-m3-emulator/third_party_driver/Libraries/inc/hw_uart.h (100%) rename {board => Ubiquitous/XiUOS/board}/cortex-m3-emulator/third_party_driver/Libraries/inc/lm3s8962.h (100%) rename {board => Ubiquitous/XiUOS/board}/cortex-m3-emulator/third_party_driver/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-emulator/.defconfig (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-emulator/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-emulator/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-emulator/README.md (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-emulator/board.c (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-emulator/board.h (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-emulator/config.mk (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-emulator/img/menuconfig1.png (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-emulator/img/menuconfig2.jpg (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-emulator/img/menuconfig3.png (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-emulator/img/menuconfig4.png (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-emulator/img/terminal.png (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-emulator/img/vscode.jpg (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-emulator/link.lds (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-emulator/link_userspace.lds (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-emulator/third_party_driver/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-emulator/third_party_driver/LICENSE (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-emulator/third_party_driver/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-emulator/third_party_driver/connect_usart.c (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-emulator/third_party_driver/coreplexip-arty.h (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-emulator/third_party_driver/encoding.h (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-emulator/third_party_driver/fe300prci/fe300prci_driver.c (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-emulator/third_party_driver/fe300prci/fe300prci_driver.h (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-emulator/third_party_driver/hifive1.h (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-emulator/third_party_driver/include/sifive/bits.h (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-emulator/third_party_driver/include/sifive/const.h (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-emulator/third_party_driver/include/sifive/devices/aon.h (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-emulator/third_party_driver/include/sifive/devices/clint.h (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-emulator/third_party_driver/include/sifive/devices/gpio.h (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-emulator/third_party_driver/include/sifive/devices/otp.h (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-emulator/third_party_driver/include/sifive/devices/plic.h (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-emulator/third_party_driver/include/sifive/devices/prci.h (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-emulator/third_party_driver/include/sifive/devices/pwm.h (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-emulator/third_party_driver/include/sifive/devices/spi.h (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-emulator/third_party_driver/include/sifive/devices/uart.h (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-emulator/third_party_driver/include/sifive/sections.h (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-emulator/third_party_driver/include/sifive/smp.h (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-emulator/third_party_driver/init.c (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-emulator/third_party_driver/platform.h (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-emulator/third_party_driver/plic/plic_driver.c (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-emulator/third_party_driver/plic/plic_driver.h (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-rev-B/.defconfig (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-rev-B/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-rev-B/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-rev-B/README.md (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-rev-B/board.c (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-rev-B/board.h (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-rev-B/config.mk (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-rev-B/img/hifive1-Rev-B.png (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-rev-B/img/jlink_cmd1.png (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-rev-B/img/jlink_cmd2.png (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-rev-B/img/jlink_cmd3.png (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-rev-B/img/jlink_cmd4.png (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-rev-B/img/main.jpg (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-rev-B/img/menuconfig.png (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-rev-B/img/terminal.png (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-rev-B/img/vscode.jpg (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-rev-B/link.lds (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-rev-B/link_userspace.lds (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-rev-B/third_party_driver/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-rev-B/third_party_driver/LICENSE (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-rev-B/third_party_driver/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-rev-B/third_party_driver/connect_usart.c (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-rev-B/third_party_driver/coreplexip-arty.h (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-rev-B/third_party_driver/encoding.h (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-rev-B/third_party_driver/fe300prci/fe300prci_driver.c (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-rev-B/third_party_driver/fe300prci/fe300prci_driver.h (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-rev-B/third_party_driver/hifive1.h (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-rev-B/third_party_driver/include/sifive/bits.h (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-rev-B/third_party_driver/include/sifive/const.h (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-rev-B/third_party_driver/include/sifive/devices/aon.h (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-rev-B/third_party_driver/include/sifive/devices/clint.h (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-rev-B/third_party_driver/include/sifive/devices/gpio.h (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-rev-B/third_party_driver/include/sifive/devices/otp.h (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-rev-B/third_party_driver/include/sifive/devices/plic.h (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-rev-B/third_party_driver/include/sifive/devices/prci.h (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-rev-B/third_party_driver/include/sifive/devices/pwm.h (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-rev-B/third_party_driver/include/sifive/devices/spi.h (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-rev-B/third_party_driver/include/sifive/devices/uart.h (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-rev-B/third_party_driver/include/sifive/sections.h (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-rev-B/third_party_driver/include/sifive/smp.h (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-rev-B/third_party_driver/init.c (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-rev-B/third_party_driver/platform.h (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-rev-B/third_party_driver/plic/plic_driver.c (100%) rename {board => Ubiquitous/XiUOS/board}/hifive1-rev-B/third_party_driver/plic/plic_driver.h (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/.defconfig (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/README.md (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/board.c (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/board.h (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/config.mk (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/img/menuconfig1.png (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/img/menuconfig2.png (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/img/menuconfig3.png (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/img/menuconfig4.png (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/img/terminal.png (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/img/vscode.jpg (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/include/atomic.h (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/include/bsp.h (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/include/dump.h (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/include/encoding.h (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/include/entry.h (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/include/interrupt.h (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/include/platform.h (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/include/printf.h (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/include/sleep.h (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/include/syscalls.h (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/include/syslog.h (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/include/util.h (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/link.lds (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/link_userspace.lds (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/dma/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/dma/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/dma/dmac.c (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/gpio/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/gpio/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/gpio/connect_gpio.c (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/gpio/drv_io_config.c (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/gpio/fpioa.c (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/gpio/gpio.c (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/gpio/gpiohs.c (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/gpio/utils.c (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/i2c/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/i2c/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/i2c/connect_i2c.c (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/i2c/hardware_i2c.c (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/include/clint.h (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/include/connect_gpio.h (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/include/connect_hwtimer.h (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/include/connect_i2c.h (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/include/connect_rtc.h (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/include/connect_spi.h (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/include/connect_uart.h (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/include/connect_wdt.h (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/include/dmac.h (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/include/drv_io_config.h (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/include/dvp.h (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/include/font.h (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/include/fpioa.h (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/include/gpio.h (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/include/gpio_common.h (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/include/gpiohs.h (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/include/hardware_hwtimer.h (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/include/hardware_i2c.h (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/include/hardware_rtc.h (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/include/hardware_spi.h (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/include/hardware_uart.h (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/include/hardware_uarths.h (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/include/io.h (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/include/plic.h (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/include/sysctl.h (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/include/utils.h (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/include/wdt.h (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/plic/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/plic/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/plic/clint.c (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/plic/drv_interrupt.c (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/plic/plic.c (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/rtc/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/rtc/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/rtc/connect_rtc.c (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/rtc/hardware_rtc.c (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/sleep.c (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/spi/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/spi/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/spi/connect_spi.c (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/spi/hardware_spi.c (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/sys_clock/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/sys_clock/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/sys_clock/sysctl.c (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/timer/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/timer/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/timer/connect_hwtimer.c (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/timer/hardware_hwtimer.c (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/uart/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/uart/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/uart/connect_uart.c (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/uart/hardware_uart.c (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/uart/hardware_uarths.c (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/watchdog/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/watchdog/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/watchdog/connect_wdt.c (100%) rename {board => Ubiquitous/XiUOS/board}/k210-emulator/third_party_driver/watchdog/wdt.c (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/.defconfig (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/README.md (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/board.c (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/board.h (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/config.mk (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/img/kd233.jpg (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/img/main.png (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/img/menuconfig1.png (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/img/menuconfig2.png (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/img/menuconfig3.png (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/img/menuconfig4.png (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/img/terminal.png (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/img/vscode.jpg (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/include/atomic.h (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/include/bsp.h (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/include/dump.h (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/include/encoding.h (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/include/entry.h (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/include/interrupt.h (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/include/platform.h (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/include/printf.h (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/include/sleep.h (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/include/syscalls.h (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/include/syslog.h (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/include/util.h (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/link.lds (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/link_userspace.lds (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/dma/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/dma/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/dma/dmac.c (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/gpio/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/gpio/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/gpio/connect_gpio.c (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/gpio/drv_io_config.c (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/gpio/fpioa.c (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/gpio/gpio.c (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/gpio/gpiohs.c (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/gpio/utils.c (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/i2c/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/i2c/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/i2c/connect_i2c.c (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/i2c/hardware_i2c.c (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/include/clint.h (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/include/connect_gpio.h (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/include/connect_hwtimer.h (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/include/connect_i2c.h (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/include/connect_rtc.h (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/include/connect_spi.h (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/include/connect_uart.h (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/include/connect_wdt.h (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/include/dmac.h (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/include/drv_io_config.h (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/include/dvp.h (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/include/font.h (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/include/fpioa.h (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/include/gpio.h (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/include/gpio_common.h (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/include/gpiohs.h (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/include/hardware_hwtimer.h (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/include/hardware_i2c.h (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/include/hardware_rtc.h (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/include/hardware_spi.h (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/include/hardware_uart.h (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/include/hardware_uarths.h (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/include/io.h (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/include/plic.h (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/include/sysctl.h (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/include/utils.h (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/include/wdt.h (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/plic/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/plic/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/plic/clint.c (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/plic/drv_interrupt.c (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/plic/plic.c (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/rtc/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/rtc/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/rtc/connect_rtc.c (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/rtc/hardware_rtc.c (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/sleep.c (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/spi/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/spi/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/spi/connect_spi.c (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/spi/hardware_spi.c (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/sys_clock/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/sys_clock/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/sys_clock/sysctl.c (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/timer/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/timer/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/timer/connect_hwtimer.c (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/timer/hardware_hwtimer.c (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/uart/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/uart/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/uart/connect_uart.c (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/uart/hardware_uart.c (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/uart/hardware_uarths.c (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/watchdog/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/watchdog/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/watchdog/connect_wdt.c (100%) rename {board => Ubiquitous/XiUOS/board}/kd233/third_party_driver/watchdog/wdt.c (100%) rename {board => Ubiquitous/XiUOS/board}/maix-go/.defconfig (100%) rename {board => Ubiquitous/XiUOS/board}/maix-go/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/maix-go/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/maix-go/README.md (100%) rename {board => Ubiquitous/XiUOS/board}/maix-go/board.c (100%) rename {board => Ubiquitous/XiUOS/board}/maix-go/board.h (100%) rename {board => Ubiquitous/XiUOS/board}/maix-go/config.mk (100%) rename {board => Ubiquitous/XiUOS/board}/maix-go/doc/20200117183100in2v5v.pdf (100%) rename {board => Ubiquitous/XiUOS/board}/maix-go/doc/Maix_GO_2.20(Assembly drawing).pdf (100%) rename {board => Ubiquitous/XiUOS/board}/maix-go/doc/Maix_GO_2.20(Schematic).pdf (100%) rename {board => Ubiquitous/XiUOS/board}/maix-go/img/maix_go.jpg (100%) rename {board => Ubiquitous/XiUOS/board}/maix-go/img/terminal.png (100%) rename {board => Ubiquitous/XiUOS/board}/maix-go/include/atomic.h (100%) rename {board => Ubiquitous/XiUOS/board}/maix-go/include/bsp.h (100%) rename {board => Ubiquitous/XiUOS/board}/maix-go/include/dump.h (100%) rename {board => Ubiquitous/XiUOS/board}/maix-go/include/encoding.h (100%) rename {board => Ubiquitous/XiUOS/board}/maix-go/include/entry.h (100%) rename {board => Ubiquitous/XiUOS/board}/maix-go/include/interrupt.h (100%) rename {board => Ubiquitous/XiUOS/board}/maix-go/include/platform.h (100%) rename {board => Ubiquitous/XiUOS/board}/maix-go/include/printf.h (100%) rename {board => Ubiquitous/XiUOS/board}/maix-go/include/sleep.h (100%) rename {board => Ubiquitous/XiUOS/board}/maix-go/include/syscalls.h (100%) rename {board => Ubiquitous/XiUOS/board}/maix-go/include/syslog.h (100%) rename {board => Ubiquitous/XiUOS/board}/maix-go/include/util.h (100%) rename {board => Ubiquitous/XiUOS/board}/maix-go/link.lds (100%) rename {board => Ubiquitous/XiUOS/board}/maix-go/link_userspace.lds (100%) rename {board => Ubiquitous/XiUOS/board}/maix-go/third_party_driver/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/maix-go/third_party_driver/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/maix-go/third_party_driver/include/clint.h (100%) rename {board => Ubiquitous/XiUOS/board}/maix-go/third_party_driver/include/connect_uart.h (100%) rename {board => Ubiquitous/XiUOS/board}/maix-go/third_party_driver/include/dmac.h (100%) rename {board => Ubiquitous/XiUOS/board}/maix-go/third_party_driver/include/hardware_uart.h (100%) rename {board => Ubiquitous/XiUOS/board}/maix-go/third_party_driver/include/hardware_uarths.h (100%) rename {board => Ubiquitous/XiUOS/board}/maix-go/third_party_driver/include/io.h (100%) rename {board => Ubiquitous/XiUOS/board}/maix-go/third_party_driver/include/plic.h (100%) rename {board => Ubiquitous/XiUOS/board}/maix-go/third_party_driver/include/sysctl.h (100%) rename {board => Ubiquitous/XiUOS/board}/maix-go/third_party_driver/include/utils.h (100%) rename {board => Ubiquitous/XiUOS/board}/maix-go/third_party_driver/plic/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/maix-go/third_party_driver/plic/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/maix-go/third_party_driver/plic/clint.c (100%) rename {board => Ubiquitous/XiUOS/board}/maix-go/third_party_driver/plic/drv_interrupt.c (100%) rename {board => Ubiquitous/XiUOS/board}/maix-go/third_party_driver/plic/plic.c (100%) rename {board => Ubiquitous/XiUOS/board}/maix-go/third_party_driver/sleep.c (100%) rename {board => Ubiquitous/XiUOS/board}/maix-go/third_party_driver/sys_clock/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/maix-go/third_party_driver/sys_clock/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/maix-go/third_party_driver/sys_clock/sysctl.c (100%) rename {board => Ubiquitous/XiUOS/board}/maix-go/third_party_driver/uart/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/maix-go/third_party_driver/uart/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/maix-go/third_party_driver/uart/connect_uart.c (100%) rename {board => Ubiquitous/XiUOS/board}/maix-go/third_party_driver/uart/hardware_uart.c (100%) rename {board => Ubiquitous/XiUOS/board}/maix-go/third_party_driver/uart/hardware_uarths.c (100%) rename {board => Ubiquitous/XiUOS/board}/ok1052-c/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/ok1052-c/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/ok1052-c/README.md (100%) rename {board => Ubiquitous/XiUOS/board}/ok1052-c/board.c (100%) rename {board => Ubiquitous/XiUOS/board}/ok1052-c/board.h (100%) rename {board => Ubiquitous/XiUOS/board}/ok1052-c/clock_config.c (100%) rename {board => Ubiquitous/XiUOS/board}/ok1052-c/clock_config.h (100%) rename {board => Ubiquitous/XiUOS/board}/ok1052-c/config.mk (100%) rename {board => Ubiquitous/XiUOS/board}/ok1052-c/img/NXPBootUtility_1.png (100%) rename {board => Ubiquitous/XiUOS/board}/ok1052-c/img/NXPBootUtility_2.png (100%) rename {board => Ubiquitous/XiUOS/board}/ok1052-c/img/menuconfig.png (100%) rename {board => Ubiquitous/XiUOS/board}/ok1052-c/img/menuconfig1.png (100%) rename {board => Ubiquitous/XiUOS/board}/ok1052-c/img/terminal.png (100%) rename {board => Ubiquitous/XiUOS/board}/ok1052-c/img/vscode.jpg (100%) rename {board => Ubiquitous/XiUOS/board}/ok1052-c/link.lds (100%) rename {board => Ubiquitous/XiUOS/board}/ok1052-c/pin_mux.c (100%) rename {board => Ubiquitous/XiUOS/board}/ok1052-c/pin_mux.h (100%) rename {board => Ubiquitous/XiUOS/board}/ok1052-c/third_party_driver/CMSIS/Include/cmsis_compiler.h (100%) rename {board => Ubiquitous/XiUOS/board}/ok1052-c/third_party_driver/CMSIS/Include/cmsis_gcc.h (100%) rename {board => Ubiquitous/XiUOS/board}/ok1052-c/third_party_driver/CMSIS/Include/cmsis_version.h (100%) rename {board => Ubiquitous/XiUOS/board}/ok1052-c/third_party_driver/CMSIS/Include/core_cm7.h (100%) rename {board => Ubiquitous/XiUOS/board}/ok1052-c/third_party_driver/CMSIS/Include/mpu_armv7.h (100%) rename {board => Ubiquitous/XiUOS/board}/ok1052-c/third_party_driver/CMSIS/LICENSE.txt (100%) rename {board => Ubiquitous/XiUOS/board}/ok1052-c/third_party_driver/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/ok1052-c/third_party_driver/MIMXRT1052/MIMXRT1052.h (100%) rename {board => Ubiquitous/XiUOS/board}/ok1052-c/third_party_driver/MIMXRT1052/MIMXRT1052_features.h (100%) rename {board => Ubiquitous/XiUOS/board}/ok1052-c/third_party_driver/MIMXRT1052/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/ok1052-c/third_party_driver/MIMXRT1052/drivers/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/ok1052-c/third_party_driver/MIMXRT1052/drivers/fsl_clock.c (100%) rename {board => Ubiquitous/XiUOS/board}/ok1052-c/third_party_driver/MIMXRT1052/drivers/fsl_clock.h (100%) rename {board => Ubiquitous/XiUOS/board}/ok1052-c/third_party_driver/MIMXRT1052/drivers/fsl_common.c (100%) rename {board => Ubiquitous/XiUOS/board}/ok1052-c/third_party_driver/MIMXRT1052/drivers/fsl_common.h (100%) rename {board => Ubiquitous/XiUOS/board}/ok1052-c/third_party_driver/MIMXRT1052/drivers/fsl_gpio.h (100%) rename {board => Ubiquitous/XiUOS/board}/ok1052-c/third_party_driver/MIMXRT1052/drivers/fsl_iomuxc.h (100%) rename {board => Ubiquitous/XiUOS/board}/ok1052-c/third_party_driver/MIMXRT1052/drivers/fsl_lpuart.c (100%) rename {board => Ubiquitous/XiUOS/board}/ok1052-c/third_party_driver/MIMXRT1052/drivers/fsl_lpuart.h (100%) rename {board => Ubiquitous/XiUOS/board}/ok1052-c/third_party_driver/MIMXRT1052/fsl_device_registers.h (100%) rename {board => Ubiquitous/XiUOS/board}/ok1052-c/third_party_driver/MIMXRT1052/system_MIMXRT1052.c (100%) rename {board => Ubiquitous/XiUOS/board}/ok1052-c/third_party_driver/MIMXRT1052/system_MIMXRT1052.h (100%) rename {board => Ubiquitous/XiUOS/board}/ok1052-c/third_party_driver/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/ok1052-c/third_party_driver/include/connect_uart.h (100%) rename {board => Ubiquitous/XiUOS/board}/ok1052-c/third_party_driver/uart/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/ok1052-c/third_party_driver/uart/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/ok1052-c/third_party_driver/uart/connect_uart.c (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/.defconfig (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/README.md (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/board.c (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/board.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/config.mk (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/img/main.png (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/img/menuconfig1.png (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/img/menuconfig2.jpg (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/img/putty.png (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/img/st-link.png (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/img/stm32f407-st-discovery.png (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/img/terminal.png (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/img/vscode.jpg (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/include/arm_common_tables.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/include/arm_const_structs.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/include/arm_math.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/include/cmsis_armcc.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/include/cmsis_armcc_V6.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/include/cmsis_gcc.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/include/cmsis_os.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/include/core_cm4.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/include/core_cmFunc.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/include/core_cmInstr.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/include/core_cmSimd.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/include/stm32f4xx.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/include/system_stm32f4xx.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/link.lds (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/link_userspace.lds (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/can/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/can/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/can/connect_can.c (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/can/hardware_can.c (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/common/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/common/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/common/hardware_dma.c (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/common/hardware_exti.c (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/common/hardware_it.c (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/common/hardware_pwr.c (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/common/hardware_rcc.c (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/common/hardware_syscfg.c (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/common/misc.c (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/ethernet/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/ethernet/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/ethernet/connect_ethernet.c (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/ethernet/ethernetif.c (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/ethernet/hardware_ethernet.c (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/gpio/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/gpio/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/gpio/connect_gpio.c (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/gpio/hardware_gpio.c (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/i2c/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/i2c/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/i2c/connect_i2c.c (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/i2c/hardware_i2c.c (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/include/connect_can.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/include/connect_ethernet.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/include/connect_gpio.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/include/connect_hwtimer.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/include/connect_i2c.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/include/connect_rtc.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/include/connect_sdio.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/include/connect_spi.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/include/connect_usart.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/include/connect_usb.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/include/connect_wdg.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/include/hardware_can.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/include/hardware_conf.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/include/hardware_dac.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/include/hardware_dbgmcu.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/include/hardware_dma.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/include/hardware_eth.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/include/hardware_eth_conf.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/include/hardware_exti.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/include/hardware_fsmc.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/include/hardware_gpio.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/include/hardware_i2c.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/include/hardware_iwdg.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/include/hardware_pwr.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/include/hardware_rcc.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/include/hardware_rtc.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/include/hardware_sdio.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/include/hardware_spi.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/include/hardware_syscfg.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/include/hardware_tim.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/include/hardware_usart.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/include/hardware_wwdg.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/include/misc.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/include/stm32_assert_template.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/lcd/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/lcd/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/lcd/hardware_fsmc.c (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/rtc/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/rtc/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/rtc/connect_rtc.c (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/rtc/hardware_rtc.c (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/sdio/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/sdio/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/sdio/connect_sdio.c (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/sdio/hardware_sdio.c (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/sdio/sdio_sd.c (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/sdio/sdio_sd.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/spi/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/spi/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/spi/connect_flash_spi.c (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/spi/connect_spi.c (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/spi/hardware_spi.c (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/timer/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/timer/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/timer/connect_hwtimer.c (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/timer/hardware_tim.c (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/uart/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/uart/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/uart/connect_usart.c (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/uart/hardware_usart.c (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/usb/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/usb/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/Release_Notes.html (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_bsp.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_conf.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_conf_template.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_core.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_dcd.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_dcd_int.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_defines.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_hcd.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_hcd_int.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_otg.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_regs.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_bsp_template.c (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_core.c (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_dcd.c (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_dcd_int.c (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_hcd.c (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_hcd_int.c (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_otg.c (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/usb/connect_usb.c (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/usb/usb_bsp.c (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/usb/usbh.c (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/watchdog/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/watchdog/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/watchdog/connect_wdg.c (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407-st-discovery/third_party_driver/watchdog/hardware_wdg.c (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407zgt6/.defconfig (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407zgt6/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407zgt6/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407zgt6/README.md (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407zgt6/board.c (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407zgt6/board.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407zgt6/config.mk (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407zgt6/include/arm_common_tables.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407zgt6/include/arm_const_structs.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407zgt6/include/arm_math.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407zgt6/include/cmsis_armcc.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407zgt6/include/cmsis_armcc_V6.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407zgt6/include/cmsis_gcc.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407zgt6/include/cmsis_os.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407zgt6/include/core_cm4.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407zgt6/include/core_cmFunc.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407zgt6/include/core_cmInstr.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407zgt6/include/core_cmSimd.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407zgt6/include/stm32f4xx.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407zgt6/include/system_stm32f4xx.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407zgt6/interface.jpg (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407zgt6/link.lds (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407zgt6/link_userspace.lds (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407zgt6/menu.png (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407zgt6/shell.png (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407zgt6/third_party_driver/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407zgt6/third_party_driver/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407zgt6/third_party_driver/common/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407zgt6/third_party_driver/common/hardware_exti.c (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407zgt6/third_party_driver/common/hardware_it.c (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407zgt6/third_party_driver/common/hardware_rcc.c (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407zgt6/third_party_driver/common/hardware_syscfg.c (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407zgt6/third_party_driver/common/misc.c (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407zgt6/third_party_driver/extmem/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407zgt6/third_party_driver/extmem/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407zgt6/third_party_driver/extmem/connect_fsmc.c (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407zgt6/third_party_driver/extmem/hardware_fsmc.c (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407zgt6/third_party_driver/gpio/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407zgt6/third_party_driver/gpio/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407zgt6/third_party_driver/gpio/connect_gpio.c (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407zgt6/third_party_driver/gpio/hardware_gpio.c (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407zgt6/third_party_driver/include/connect_fsmc.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407zgt6/third_party_driver/include/connect_gpio.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407zgt6/third_party_driver/include/connect_usart.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407zgt6/third_party_driver/include/hardware_conf.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407zgt6/third_party_driver/include/hardware_dbgmcu.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407zgt6/third_party_driver/include/hardware_exti.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407zgt6/third_party_driver/include/hardware_fsmc.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407zgt6/third_party_driver/include/hardware_gpio.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407zgt6/third_party_driver/include/hardware_rcc.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407zgt6/third_party_driver/include/hardware_syscfg.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407zgt6/third_party_driver/include/hardware_usart.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407zgt6/third_party_driver/include/misc.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407zgt6/third_party_driver/include/stm32_assert_template.h (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407zgt6/third_party_driver/uart/Kconfig (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407zgt6/third_party_driver/uart/Makefile (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407zgt6/third_party_driver/uart/connect_usart.c (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407zgt6/third_party_driver/uart/hardware_usart.c (100%) rename {board => Ubiquitous/XiUOS/board}/stm32f407zgt6/total.jpg (100%) rename compiler.mk => Ubiquitous/XiUOS/compiler.mk (100%) rename {framework => Ubiquitous/XiUOS/framework}/Kconfig (100%) rename {framework => Ubiquitous/XiUOS/framework}/Makefile (100%) rename {framework => Ubiquitous/XiUOS/framework}/connection/Adapter/Kconfig (100%) rename {framework => Ubiquitous/XiUOS/framework}/connection/Adapter/Makefile (100%) rename {framework => Ubiquitous/XiUOS/framework}/connection/Adapter/bluetooth/Makefile (100%) rename {framework => Ubiquitous/XiUOS/framework}/connection/Adapter/bluetooth/xs_adaper_bluetooth_register.c (100%) rename {framework => Ubiquitous/XiUOS/framework}/connection/Adapter/bluetooth/xs_adapter_bluetooth.c (100%) rename {framework => Ubiquitous/XiUOS/framework}/connection/Adapter/ethernet/Makefile (100%) rename {framework => Ubiquitous/XiUOS/framework}/connection/Adapter/ethernet/xs_adapterAT_ethernet.c (100%) rename {framework => Ubiquitous/XiUOS/framework}/connection/Adapter/ethernet/xs_adapterAT_ethernet_register.c (100%) rename {framework => Ubiquitous/XiUOS/framework}/connection/Adapter/include/xs_adapter.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/connection/Adapter/include/xs_adapter_at.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/connection/Adapter/include/xs_adapter_at_agent.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/connection/Adapter/include/xs_adapter_at_ethernet.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/connection/Adapter/include/xs_adapter_at_nbiot.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/connection/Adapter/include/xs_adapter_at_wifi.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/connection/Adapter/include/xs_adapter_bluetooth.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/connection/Adapter/include/xs_adapter_def.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/connection/Adapter/include/xs_adapter_lora.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/connection/Adapter/include/xs_adapter_manager.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/connection/Adapter/include/xs_adapter_zigbee.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/connection/Adapter/lora/Kconfig (100%) rename {framework => Ubiquitous/XiUOS/framework}/connection/Adapter/lora/Makefile (100%) rename {framework => Ubiquitous/XiUOS/framework}/connection/Adapter/lora/xs_adapter_lora.c (100%) rename {framework => Ubiquitous/XiUOS/framework}/connection/Adapter/nbiot/Makefile (100%) rename {framework => Ubiquitous/XiUOS/framework}/connection/Adapter/nbiot/bc28/Makefile (100%) rename {framework => Ubiquitous/XiUOS/framework}/connection/Adapter/nbiot/bc28/xs_adapter_at_nbiot.c (100%) rename {framework => Ubiquitous/XiUOS/framework}/connection/Adapter/nbiot/bc28/xs_adapter_at_nbiot_register.c (100%) rename {framework => Ubiquitous/XiUOS/framework}/connection/Adapter/src/Makefile (100%) rename {framework => Ubiquitous/XiUOS/framework}/connection/Adapter/src/xs_adapter_at_agent.c (100%) rename {framework => Ubiquitous/XiUOS/framework}/connection/Adapter/src/xs_adapter_manager.c (100%) rename {framework => Ubiquitous/XiUOS/framework}/connection/Adapter/wifi/Makefile (100%) rename {framework => Ubiquitous/XiUOS/framework}/connection/Adapter/wifi/xs_adapter_at_wifi.c (100%) rename {framework => Ubiquitous/XiUOS/framework}/connection/Adapter/wifi/xs_adapter_at_wifi_register.c (100%) rename {framework => Ubiquitous/XiUOS/framework}/connection/Adapter/zigbee/Kconfig (100%) rename {framework => Ubiquitous/XiUOS/framework}/connection/Adapter/zigbee/Makefile (100%) rename {framework => Ubiquitous/XiUOS/framework}/connection/Adapter/zigbee/xs_adaper_zigbee_register.c (100%) rename {framework => Ubiquitous/XiUOS/framework}/connection/Adapter/zigbee/xs_adapter_zigbee.c (100%) rename {framework => Ubiquitous/XiUOS/framework}/connection/Kconfig (100%) rename {framework => Ubiquitous/XiUOS/framework}/connection/Makefile (100%) rename {framework => Ubiquitous/XiUOS/framework}/control/Kconfig (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/Kconfig (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/Makefile (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/Kconfig (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/Makefile (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/LICENSE (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/core/public/version.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/c/builtin_op_data.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/c/c_api_types.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/c/common.c (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/c/common.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/core/api/error_reporter.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/core/api/error_reporter.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/core/api/flatbuffer_conversions.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/core/api/flatbuffer_conversions.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/core/api/op_resolver.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/core/api/op_resolver.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/core/api/profiler.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/core/api/tensor_utils.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/core/api/tensor_utils.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/common.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/compatibility.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/cppmath.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/max.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/min.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/optimized/neon_check.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/portable_tensor.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/quantization_util.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/quantization_util.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/add.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/arg_min_max.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/binary_function.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/ceil.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/comparisons.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/concatenation.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/conv.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/depthwiseconv_float.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/depthwiseconv_uint8.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/dequantize.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/floor.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/fully_connected.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/hard_swish.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/integer_ops/add.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/integer_ops/conv.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/integer_ops/depthwise_conv.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/integer_ops/fully_connected.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/integer_ops/l2normalization.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/integer_ops/logistic.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/integer_ops/mean.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/integer_ops/mul.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/integer_ops/pooling.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/integer_ops/tanh.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/integer_ops/transpose_conv.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/l2normalization.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/logistic.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/maximum_minimum.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/mul.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/neg.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/pad.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/pooling.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/prelu.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/process_broadcast_shapes.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/quantize.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/reduce.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/requantize.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/resize_nearest_neighbor.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/round.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/softmax.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/strided_slice.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/sub.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/tanh.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/transpose_conv.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/strided_slice_logic.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/tensor_ctypes.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/types.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/kernels/kernel_util.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/kernels/kernel_util.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/kernels/op_macros.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/kernels/padding.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/all_ops_resolver.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/all_ops_resolver.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/benchmarks/keyword_scrambled_model_data.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/benchmarks/keyword_scrambled_model_data.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/compatibility.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/debug_log.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/debug_log.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/activation_utils.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/activations.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/add.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/arg_min_max.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/ceil.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/circular_buffer.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/comparisons.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/concatenation.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/conv.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/conv_test.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/conv_test_common.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/depthwise_conv.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/dequantize.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/detection_postprocess.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/elementwise.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/ethosu.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/ethosu.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/flexbuffers_generated_data.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/flexbuffers_generated_data.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/floor.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/fully_connected.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/fully_connected.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/hard_swish.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/kernel_runner.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/kernel_runner.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/kernel_util.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/kernel_util.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/l2norm.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/logical.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/logistic.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/maximum_minimum.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/micro_ops.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/micro_utils.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/mul.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/neg.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/pack.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/pad.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/pooling.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/prelu.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/quantize.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/quantize.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/quantize_common.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/reduce.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/reshape.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/resize_nearest_neighbor.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/round.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/shape.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/softmax.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/split.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/split_v.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/strided_slice.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/sub.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/svdf.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/svdf.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/svdf_common.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/tanh.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/transpose_conv.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/unpack.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/memory_helpers.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/memory_helpers.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/memory_planner/greedy_memory_planner.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/memory_planner/greedy_memory_planner.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/memory_planner/linear_memory_planner.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/memory_planner/linear_memory_planner.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/memory_planner/memory_planner.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_allocator.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_allocator.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_error_reporter.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_error_reporter.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_interpreter.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_interpreter.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_mutable_op_resolver.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_op_resolver.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_profiler.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_profiler.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_string.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_string.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_time.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_time.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_utils.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_utils.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/recording_micro_allocator.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/recording_micro_allocator.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/recording_micro_interpreter.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/recording_simple_memory_allocator.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/recording_simple_memory_allocator.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/simple_memory_allocator.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/simple_memory_allocator.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/test_helpers.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/test_helpers.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/testing/micro_test.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/testing/test_conv_model.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/micro/testing/test_conv_model.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/portable_type_to_tflitetype.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/schema/schema_generated.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/schema/schema_utils.cc (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/schema/schema_utils.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/tensorflow/lite/version.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/third_party/flatbuffers/LICENSE.txt (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/third_party/flatbuffers/include/flatbuffers/base.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/third_party/flatbuffers/include/flatbuffers/flatbuffers.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/third_party/flatbuffers/include/flatbuffers/flexbuffers.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/third_party/flatbuffers/include/flatbuffers/stl_emulation.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/third_party/flatbuffers/include/flatbuffers/util.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/third_party/gemmlowp/LICENSE (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/third_party/gemmlowp/fixedpoint/fixedpoint.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/third_party/gemmlowp/fixedpoint/fixedpoint_neon.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/third_party/gemmlowp/fixedpoint/fixedpoint_sse.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/third_party/gemmlowp/internal/detect_platform.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/source/third_party/ruy/ruy/profiler/instrumentation.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/intelligent/tflite-mcu/tf_fini_fix.c (100%) rename {framework => Ubiquitous/XiUOS/framework}/perception/Kconfig (100%) rename {framework => Ubiquitous/XiUOS/framework}/perception/Makefile (100%) rename {framework => Ubiquitous/XiUOS/framework}/perception/co2/Kconfig (100%) rename {framework => Ubiquitous/XiUOS/framework}/perception/co2/Makefile (100%) rename {framework => Ubiquitous/XiUOS/framework}/perception/co2/zg09/Makefile (100%) rename {framework => Ubiquitous/XiUOS/framework}/perception/co2/zg09/zg09.c (100%) rename {framework => Ubiquitous/XiUOS/framework}/perception/humidity/Kconfig (100%) rename {framework => Ubiquitous/XiUOS/framework}/perception/humidity/Makefile (100%) rename {framework => Ubiquitous/XiUOS/framework}/perception/humidity/hs300x_humi/Makefile (100%) rename {framework => Ubiquitous/XiUOS/framework}/perception/humidity/hs300x_humi/hs300x_humi.c (100%) rename {framework => Ubiquitous/XiUOS/framework}/perception/pm/Kconfig (100%) rename {framework => Ubiquitous/XiUOS/framework}/perception/pm/Makefile (100%) rename {framework => Ubiquitous/XiUOS/framework}/perception/pm/ps5308/Makefile (100%) rename {framework => Ubiquitous/XiUOS/framework}/perception/pm/ps5308/ps5308.c (100%) rename {framework => Ubiquitous/XiUOS/framework}/perception/sensor.c (100%) rename {framework => Ubiquitous/XiUOS/framework}/perception/sensor.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/perception/temperature/Kconfig (100%) rename {framework => Ubiquitous/XiUOS/framework}/perception/temperature/Makefile (100%) rename {framework => Ubiquitous/XiUOS/framework}/perception/temperature/hs300x_temp/Makefile (100%) rename {framework => Ubiquitous/XiUOS/framework}/perception/temperature/hs300x_temp/hs300x_temp.c (100%) rename {framework => Ubiquitous/XiUOS/framework}/perception/voice/Kconfig (100%) rename {framework => Ubiquitous/XiUOS/framework}/perception/voice/Makefile (100%) rename {framework => Ubiquitous/XiUOS/framework}/perception/voice/d124/Makefile (100%) rename {framework => Ubiquitous/XiUOS/framework}/perception/voice/d124/d124.c (100%) rename {framework => Ubiquitous/XiUOS/framework}/security/Kconfig (100%) rename {framework => Ubiquitous/XiUOS/framework}/security/Makefile (100%) rename {framework => Ubiquitous/XiUOS/framework}/security/crypto/Makefile (100%) rename {framework => Ubiquitous/XiUOS/framework}/security/crypto/include/bignum.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/security/crypto/include/ecc.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/security/crypto/include/join.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/security/crypto/include/qn.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/security/crypto/include/sm3.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/security/crypto/include/sm4.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/security/crypto/include/sm9.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/security/crypto/include/sm9_para.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/security/crypto/include/sm9_test.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/security/crypto/include/sm9_util.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/security/crypto/sm3/sm3.c (100%) rename {framework => Ubiquitous/XiUOS/framework}/security/crypto/sm3/sm3_hmac.c (100%) rename {framework => Ubiquitous/XiUOS/framework}/security/crypto/sm4/sm4_common.c (100%) rename {framework => Ubiquitous/XiUOS/framework}/security/crypto/sm4/sm4_enc_mode.c (100%) rename {framework => Ubiquitous/XiUOS/framework}/security/crypto/sm4/sms4_enc.c (100%) rename {framework => Ubiquitous/XiUOS/framework}/security/crypto/sm4/sms4_lcl.h (100%) rename {framework => Ubiquitous/XiUOS/framework}/security/crypto/sm4/sms4_setkey.c (100%) rename {framework => Ubiquitous/XiUOS/framework}/security/crypto/sm9/bignum.c (100%) rename {framework => Ubiquitous/XiUOS/framework}/security/crypto/sm9/ecc.c (100%) rename {framework => Ubiquitous/XiUOS/framework}/security/crypto/sm9/join.c (100%) rename {framework => Ubiquitous/XiUOS/framework}/security/crypto/sm9/qn.c (100%) rename {framework => Ubiquitous/XiUOS/framework}/security/crypto/sm9/sm9.c (100%) rename {framework => Ubiquitous/XiUOS/framework}/security/crypto/sm9/sm9_para.c (100%) rename {framework => Ubiquitous/XiUOS/framework}/security/crypto/sm9/sm9_util.c (100%) rename {framework => Ubiquitous/XiUOS/framework}/security/crypto/test/sm3_test.c (100%) rename {framework => Ubiquitous/XiUOS/framework}/security/crypto/test/sm4_test.c (100%) rename {framework => Ubiquitous/XiUOS/framework}/security/crypto/test/sm9_test.c (100%) rename {fs => Ubiquitous/XiUOS/fs}/Kconfig (100%) rename {fs => Ubiquitous/XiUOS/fs}/Makefile (100%) rename {fs => Ubiquitous/XiUOS/fs}/compatibility_ch376/Kconfig (100%) rename {fs => Ubiquitous/XiUOS/fs}/compatibility_ch376/Makefile (100%) rename {fs => Ubiquitous/XiUOS/fs}/compatibility_ch376/ch376fs.c (100%) rename {fs => Ubiquitous/XiUOS/fs}/compatibility_ch376/ch376fs.h (100%) rename {fs => Ubiquitous/XiUOS/fs}/fatfs/00history.txt (100%) rename {fs => Ubiquitous/XiUOS/fs}/fatfs/00readme.txt (100%) rename {fs => Ubiquitous/XiUOS/fs}/fatfs/Kconfig (100%) rename {fs => Ubiquitous/XiUOS/fs}/fatfs/Makefile (100%) rename {fs => Ubiquitous/XiUOS/fs}/fatfs/diskio.c (100%) rename {fs => Ubiquitous/XiUOS/fs}/fatfs/diskio.h (100%) rename {fs => Ubiquitous/XiUOS/fs}/fatfs/fatfs.c (100%) rename {fs => Ubiquitous/XiUOS/fs}/fatfs/ff.c (100%) rename {fs => Ubiquitous/XiUOS/fs}/fatfs/ff.h (100%) rename {fs => Ubiquitous/XiUOS/fs}/fatfs/ffconf.h (100%) rename {fs => Ubiquitous/XiUOS/fs}/fatfs/ffsystem.c (100%) rename {fs => Ubiquitous/XiUOS/fs}/fatfs/ffunicode.c (100%) rename {fs => Ubiquitous/XiUOS/fs}/fatfs/integer.h (100%) rename {fs => Ubiquitous/XiUOS/fs}/iot-devicefile/Kconfig (100%) rename {fs => Ubiquitous/XiUOS/fs}/iot-devicefile/Makefile (100%) rename {fs => Ubiquitous/XiUOS/fs}/iot-devicefile/iot-devicefile.c (100%) rename {fs => Ubiquitous/XiUOS/fs}/lwext4/Kconfig (100%) rename {fs => Ubiquitous/XiUOS/fs}/lwext4/Makefile (100%) rename {fs => Ubiquitous/XiUOS/fs}/shared/Makefile (100%) rename {fs => Ubiquitous/XiUOS/fs}/shared/include/iot-vfs.h (100%) rename {fs => Ubiquitous/XiUOS/fs}/shared/include/iot-vfs_posix.h (100%) rename {fs => Ubiquitous/XiUOS/fs}/shared/include/vfs_select.h (100%) rename {fs => Ubiquitous/XiUOS/fs}/shared/src/Makefile (100%) rename {fs => Ubiquitous/XiUOS/fs}/shared/src/iot-vfs.c (100%) rename {fs => Ubiquitous/XiUOS/fs}/shared/src/poll.c (100%) rename {fs => Ubiquitous/XiUOS/fs}/shared/src/select.c (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/Kconfig (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/Makefile (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/include/user_api.h (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/include/xiuos.h (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/include/xs_assign.h (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/include/xs_avltree.h (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/include/xs_banner.h (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/include/xs_base.h (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/include/xs_circular_area.h (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/include/xs_dataqueue.h (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/include/xs_delay.h (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/include/xs_event.h (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/include/xs_hook.h (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/include/xs_id.h (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/include/xs_init.h (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/include/xs_isolation.h (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/include/xs_isr.h (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/include/xs_kdbg.h (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/include/xs_kdevice.h (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/include/xs_klist.h (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/include/xs_ktask.h (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/include/xs_ktask_stat.h (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/include/xs_ktick.h (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/include/xs_memory.h (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/include/xs_msg.h (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/include/xs_mutex.h (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/include/xs_poll.h (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/include/xs_queue_manager.h (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/include/xs_sem.h (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/include/xs_service.h (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/include/xs_spinlock.h (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/include/xs_timer.h (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/include/xs_waitqueue.h (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/include/xs_workqueue.h (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/kernel_service/Makefile (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/kernel_service/xs_service.c (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/kernel_test/Kconfig (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/kernel_test/Makefile (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/kernel_test/extsram_test.c (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/kernel_test/riscv_test_can.c (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/kernel_test/test_avltree.c (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/kernel_test/test_can.c (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/kernel_test/test_ch438.c (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/kernel_test/test_circulararea.c (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/kernel_test/test_dbg.c (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/kernel_test/test_gatherblock.c (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/kernel_test/test_hwtimer.c (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/kernel_test/test_i2c.c (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/kernel_test/test_iwg.c (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/kernel_test/test_lcd.c (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/kernel_test/test_main.c (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/kernel_test/test_mem.c (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/kernel_test/test_realtime.c (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/kernel_test/test_rtc.c (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/kernel_test/test_serial.c (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/kernel_test/test_threadsched.c (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/kernel_test/test_timer.c (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/kernel_test/test_touch.c (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/kernel_test/user_api.h (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/memory/Makefile (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/memory/byte_manage.c (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/memory/gatherblock.c (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/memory/isolation.c (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/thread/CriticalArea.c (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/thread/Makefile (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/thread/appstartup.c (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/thread/assign.c (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/thread/assign_fifo.c (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/thread/assign_roundrobin.c (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/thread/assign_roundrobinremain.c (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/thread/assignstat.c (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/thread/avl_tree.c (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/thread/banner.c (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/thread/bitmap.c (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/thread/circular_area.c (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/thread/console.c (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/thread/data_queue.c (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/thread/delay.c (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/thread/double_link.c (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/thread/event.c (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/thread/hook.c (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/thread/id.c (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/thread/idle.c (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/thread/init.c (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/thread/isr.c (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/thread/kservicetask.c (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/thread/ktask.c (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/thread/ktask_stat.c (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/thread/linklist.c (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/thread/lock.c (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/thread/msgqueue.c (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/thread/mutex.c (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/thread/queue_manager.c (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/thread/semaphore.c (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/thread/single_link.c (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/thread/smp_assign.c (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/thread/softtimer.c (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/thread/tick.c (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/thread/waitqueue.c (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/thread/workqueue.c (100%) rename {kernel => Ubiquitous/XiUOS/kernel}/thread/zombierecycle.c (100%) rename {lib => Ubiquitous/XiUOS/lib}/Kconfig (100%) rename {lib => Ubiquitous/XiUOS/lib}/Makefile (100%) rename {lib => Ubiquitous/XiUOS/lib}/libcpp/Kconfig (100%) rename {lib => Ubiquitous/XiUOS/lib}/libcpp/Makefile (100%) rename {lib => Ubiquitous/XiUOS/lib}/libcpp/cppinit.c (100%) rename {lib => Ubiquitous/XiUOS/lib}/libcpp/crt.cpp (100%) rename {lib => Ubiquitous/XiUOS/lib}/libcpp/crt.h (100%) rename {lib => Ubiquitous/XiUOS/lib}/newlib/Kconfig (100%) rename {lib => Ubiquitous/XiUOS/lib}/newlib/Makefile (100%) rename {lib => Ubiquitous/XiUOS/lib}/newlib/fs_syscalls.c (100%) rename {lib => Ubiquitous/XiUOS/lib}/newlib/include/libc.h (100%) rename {lib => Ubiquitous/XiUOS/lib}/newlib/mem_syscalls.c (100%) rename {lib => Ubiquitous/XiUOS/lib}/newlib/stdio.c (100%) rename {lib => Ubiquitous/XiUOS/lib}/newlib/task_syscalls.c (100%) rename {lib => Ubiquitous/XiUOS/lib}/newlib/time_syscalls.c (100%) rename link.mk => Ubiquitous/XiUOS/link.mk (100%) rename mergebin.py => Ubiquitous/XiUOS/mergebin.py (100%) rename path_app.mk => Ubiquitous/XiUOS/path_app.mk (100%) rename path_kernel.mk => Ubiquitous/XiUOS/path_kernel.mk (100%) rename {resources => Ubiquitous/XiUOS/resources}/Kconfig (100%) rename {resources => Ubiquitous/XiUOS/resources}/Makefile (100%) rename {resources => Ubiquitous/XiUOS/resources}/bus.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/can/Makefile (100%) rename {resources => Ubiquitous/XiUOS/resources}/can/bus_can.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/can/dev_can.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/can/drv_can.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/FILES (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/Filelists.cmake (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/Filelists.mk (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/Makefile (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/api/Makefile (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/api/api_lib.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/api/api_msg.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/api/err.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/api/if_api.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/api/netbuf.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/api/netdb.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/api/netifapi.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/api/sockets.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/api/tcpip.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/apps/altcp_tls/altcp_tls_mbedtls.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/apps/altcp_tls/altcp_tls_mbedtls_mem.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/apps/altcp_tls/altcp_tls_mbedtls_mem.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/apps/altcp_tls/altcp_tls_mbedtls_structs.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/apps/http/altcp_proxyconnect.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/apps/http/fs.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/apps/http/fs/img/sics.gif (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/apps/http/fsdata.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/apps/http/fsdata.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/apps/http/http_client.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/apps/http/httpd.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/apps/http/httpd_structs.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/apps/http/makefsdata/makefsdata (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/apps/http/makefsdata/makefsdata.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/apps/http/makefsdata/readme.txt (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/apps/http/makefsdata/tinydir.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/apps/lwiperf/lwiperf.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/apps/mdns/mdns.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/apps/mqtt/mqtt.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/apps/netbiosns/netbiosns.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/apps/smtp/smtp.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/apps/snmp/snmp_asn1.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/apps/snmp/snmp_asn1.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/apps/snmp/snmp_core.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/apps/snmp/snmp_core_priv.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/apps/snmp/snmp_mib2.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/apps/snmp/snmp_mib2_icmp.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/apps/snmp/snmp_mib2_interfaces.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/apps/snmp/snmp_mib2_ip.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/apps/snmp/snmp_mib2_snmp.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/apps/snmp/snmp_mib2_system.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/apps/snmp/snmp_mib2_tcp.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/apps/snmp/snmp_mib2_udp.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/apps/snmp/snmp_msg.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/apps/snmp/snmp_msg.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/apps/snmp/snmp_netconn.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/apps/snmp/snmp_pbuf_stream.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/apps/snmp/snmp_pbuf_stream.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/apps/snmp/snmp_raw.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/apps/snmp/snmp_scalar.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/apps/snmp/snmp_snmpv2_framework.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/apps/snmp/snmp_snmpv2_usm.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/apps/snmp/snmp_table.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/apps/snmp/snmp_threadsync.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/apps/snmp/snmp_traps.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/apps/snmp/snmpv3.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/apps/snmp/snmpv3_mbedtls.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/apps/snmp/snmpv3_priv.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/apps/sntp/sntp.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/apps/tftp/tftp_server.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/arch/Makefile (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/arch/cc.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/arch/ethernetif.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/arch/lwipopts.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/arch/main.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/arch/perf.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/arch/sys_arch.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/arch/sys_arch.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/arch/tcp_echo_socket_demo.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/arch/udp_echo.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/arch/udp_echo.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/core/Makefile (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/core/altcp.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/core/altcp_alloc.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/core/altcp_tcp.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/core/def.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/core/dns.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/core/inet_chksum.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/core/init.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/core/ip.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/core/ipv4/Makefile (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/core/ipv4/autoip.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/core/ipv4/dhcp.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/core/ipv4/etharp.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/core/ipv4/icmp.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/core/ipv4/igmp.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/core/ipv4/ip4.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/core/ipv4/ip4_addr.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/core/ipv4/ip4_frag.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/core/ipv6/dhcp6.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/core/ipv6/ethip6.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/core/ipv6/icmp6.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/core/ipv6/inet6.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/core/ipv6/ip6.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/core/ipv6/ip6_addr.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/core/ipv6/ip6_frag.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/core/ipv6/mld6.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/core/ipv6/nd6.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/core/mem.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/core/memp.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/core/netif.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/core/pbuf.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/core/raw.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/core/stats.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/core/sys.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/core/tcp.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/core/tcp_in.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/core/tcp_out.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/core/timeouts.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/core/udp.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/compat/posix/arpa/inet.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/compat/posix/net/if.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/compat/posix/netdb.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/compat/posix/sys/socket.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/compat/stdc/errno.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/altcp.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/altcp_tcp.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/altcp_tls.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/api.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/apps/FILES (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/apps/altcp_proxyconnect.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/apps/altcp_tls_mbedtls_opts.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/apps/fs.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/apps/http_client.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/apps/httpd.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/apps/httpd_opts.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/apps/lwiperf.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/apps/mdns.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/apps/mdns_opts.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/apps/mdns_priv.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/apps/mqtt.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/apps/mqtt_opts.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/apps/mqtt_priv.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/apps/netbiosns.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/apps/netbiosns_opts.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/apps/smtp.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/apps/smtp_opts.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/apps/snmp.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/apps/snmp_core.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/apps/snmp_mib2.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/apps/snmp_opts.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/apps/snmp_scalar.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/apps/snmp_snmpv2_framework.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/apps/snmp_snmpv2_usm.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/apps/snmp_table.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/apps/snmp_threadsync.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/apps/snmpv3.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/apps/sntp.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/apps/sntp_opts.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/apps/tftp_opts.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/apps/tftp_server.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/arch.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/autoip.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/debug.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/def.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/dhcp.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/dhcp6.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/dns.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/err.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/errno.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/etharp.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/ethip6.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/icmp.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/icmp6.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/if_api.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/igmp.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/inet.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/inet_chksum.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/init.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/init.h.cmake.in (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/ip.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/ip4.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/ip4_addr.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/ip4_frag.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/ip6.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/ip6_addr.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/ip6_frag.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/ip6_zone.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/ip_addr.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/mem.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/memp.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/mld6.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/nd6.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/netbuf.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/netdb.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/netif.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/netifapi.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/opt.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/pbuf.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/priv/altcp_priv.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/priv/api_msg.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/priv/mem_priv.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/priv/memp_priv.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/priv/memp_std.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/priv/nd6_priv.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/priv/raw_priv.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/priv/sockets_priv.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/priv/tcp_priv.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/priv/tcpip_priv.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/prot/autoip.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/prot/dhcp.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/prot/dhcp6.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/prot/dns.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/prot/etharp.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/prot/ethernet.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/prot/iana.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/prot/icmp.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/prot/icmp6.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/prot/ieee.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/prot/igmp.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/prot/ip.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/prot/ip4.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/prot/ip6.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/prot/mld6.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/prot/nd6.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/prot/tcp.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/prot/udp.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/raw.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/sio.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/snmp.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/sockets.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/stats.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/sys.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/tcp.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/tcpbase.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/tcpip.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/timeouts.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/lwip/udp.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/netif/bridgeif.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/netif/bridgeif_opts.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/netif/etharp.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/netif/ethernet.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/netif/ieee802154.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/netif/lowpan6.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/netif/lowpan6_ble.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/netif/lowpan6_common.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/netif/lowpan6_opts.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/netif/ppp/ccp.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/netif/ppp/chap-md5.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/netif/ppp/chap-new.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/netif/ppp/chap_ms.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/netif/ppp/eap.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/netif/ppp/ecp.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/netif/ppp/eui64.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/netif/ppp/fsm.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/netif/ppp/ipcp.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/netif/ppp/ipv6cp.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/netif/ppp/lcp.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/netif/ppp/magic.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/netif/ppp/mppe.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/netif/ppp/polarssl/arc4.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/netif/ppp/polarssl/des.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/netif/ppp/polarssl/md4.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/netif/ppp/polarssl/md5.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/netif/ppp/polarssl/sha1.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/netif/ppp/ppp.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/netif/ppp/ppp_impl.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/netif/ppp/ppp_opts.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/netif/ppp/pppapi.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/netif/ppp/pppcrypt.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/netif/ppp/pppdebug.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/netif/ppp/pppoe.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/netif/ppp/pppol2tp.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/netif/ppp/pppos.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/netif/ppp/upap.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/netif/ppp/vj.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/netif/slipif.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/include/netif/zepif.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/netif/FILES (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/netif/Makefile (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/netif/bridgeif.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/netif/bridgeif_fdb.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/netif/ethernet.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/netif/lowpan6.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/netif/lowpan6_ble.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/netif/lowpan6_common.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/netif/ppp/PPPD_FOLLOWUP (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/netif/ppp/auth.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/netif/ppp/ccp.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/netif/ppp/chap-md5.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/netif/ppp/chap-new.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/netif/ppp/chap_ms.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/netif/ppp/demand.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/netif/ppp/eap.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/netif/ppp/ecp.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/netif/ppp/eui64.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/netif/ppp/fsm.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/netif/ppp/ipcp.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/netif/ppp/ipv6cp.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/netif/ppp/lcp.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/netif/ppp/magic.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/netif/ppp/mppe.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/netif/ppp/multilink.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/netif/ppp/polarssl/README (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/netif/ppp/polarssl/arc4.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/netif/ppp/polarssl/des.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/netif/ppp/polarssl/md4.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/netif/ppp/polarssl/md5.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/netif/ppp/polarssl/sha1.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/netif/ppp/ppp.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/netif/ppp/pppapi.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/netif/ppp/pppcrypt.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/netif/ppp/pppoe.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/netif/ppp/pppol2tp.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/netif/ppp/pppos.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/netif/ppp/upap.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/netif/ppp/utils.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/netif/ppp/vj.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/netif/slipif.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/LwIP/netif/zepif.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/ethernet/Makefile (100%) rename {resources => Ubiquitous/XiUOS/resources}/i2c/Makefile (100%) rename {resources => Ubiquitous/XiUOS/resources}/i2c/bus_i2c.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/i2c/dev_i2c.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/i2c/drv_i2c.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/include/bus.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/include/bus_can.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/include/bus_hwtimer.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/include/bus_i2c.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/include/bus_lcd.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/include/bus_pin.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/include/bus_rtc.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/include/bus_sdio.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/include/bus_serial.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/include/bus_spi.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/include/bus_touch.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/include/bus_usb.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/include/bus_wdt.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/include/dev_can.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/include/dev_hwtimer.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/include/dev_i2c.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/include/dev_lcd.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/include/dev_pin.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/include/dev_rtc.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/include/dev_sdio.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/include/dev_serial.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/include/dev_spi.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/include/dev_touch.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/include/dev_usb.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/include/dev_wdt.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/include/device.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/include/flash_spi.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/include/sd_spi.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/include/usb_common.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/include/usb_host.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/lcd/Makefile (100%) rename {resources => Ubiquitous/XiUOS/resources}/lcd/bus_lcd.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/lcd/dev_lcd.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/lcd/drv_lcd.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/pin/Makefile (100%) rename {resources => Ubiquitous/XiUOS/resources}/pin/bus_pin.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/pin/dev_pin.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/pin/drv_pin.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/rtc/Makefile (100%) rename {resources => Ubiquitous/XiUOS/resources}/rtc/bus_rtc.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/rtc/dev_rtc.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/rtc/drv_rtc.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/sdio/Makefile (100%) rename {resources => Ubiquitous/XiUOS/resources}/sdio/bus_sdio.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/sdio/dev_sdio.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/sdio/drv_sdio.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/serial/Makefile (100%) rename {resources => Ubiquitous/XiUOS/resources}/serial/bus_serial.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/serial/dev_serial.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/serial/drv_serial.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/spi/Makefile (100%) rename {resources => Ubiquitous/XiUOS/resources}/spi/bus_spi.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/spi/dev_spi.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/spi/drv_spi.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/spi/flash_spi.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/spi/sd_card_spi/Makefile (100%) rename {resources => Ubiquitous/XiUOS/resources}/spi/sd_card_spi/sd_spi.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/spi/third_party_spi/Makefile (100%) rename {resources => Ubiquitous/XiUOS/resources}/spi/third_party_spi/SFUD/LICENSE (100%) rename {resources => Ubiquitous/XiUOS/resources}/spi/third_party_spi/SFUD/Makefile (100%) rename {resources => Ubiquitous/XiUOS/resources}/spi/third_party_spi/SFUD/README.md (100%) rename {resources => Ubiquitous/XiUOS/resources}/spi/third_party_spi/SFUD/sfud/Makefile (100%) rename {resources => Ubiquitous/XiUOS/resources}/spi/third_party_spi/SFUD/sfud/inc/sfud.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/spi/third_party_spi/SFUD/sfud/inc/sfud_cfg.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/spi/third_party_spi/SFUD/sfud/inc/sfud_def.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/spi/third_party_spi/SFUD/sfud/inc/sfud_flash_def.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/spi/third_party_spi/SFUD/sfud/inc/sfud_port.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/spi/third_party_spi/SFUD/sfud/port/Makefile (100%) rename {resources => Ubiquitous/XiUOS/resources}/spi/third_party_spi/SFUD/sfud/port/sfud_port.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/spi/third_party_spi/SFUD/sfud/src/Makefile (100%) rename {resources => Ubiquitous/XiUOS/resources}/spi/third_party_spi/SFUD/sfud/src/sfud.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/spi/third_party_spi/SFUD/sfud/src/sfud_sfdp.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/timer/Makefile (100%) rename {resources => Ubiquitous/XiUOS/resources}/timer/bus_hwtimer.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/timer/dev_hwtimer.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/timer/drv_hwtimer.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/touch/Makefile (100%) rename {resources => Ubiquitous/XiUOS/resources}/touch/bus_touch.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/touch/dev_touch.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/touch/drv_touch.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/usb/Makefile (100%) rename {resources => Ubiquitous/XiUOS/resources}/usb/bus_usb.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/usb/dev_usb.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/usb/drv_usb.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/usb/third_party_usb/Makefile (100%) rename {resources => Ubiquitous/XiUOS/resources}/usb/third_party_usb/usbhost/Makefile (100%) rename {resources => Ubiquitous/XiUOS/resources}/usb/third_party_usb/usbhost/class/Makefile (100%) rename {resources => Ubiquitous/XiUOS/resources}/usb/third_party_usb/usbhost/class/mass.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/usb/third_party_usb/usbhost/class/mass.h (100%) rename {resources => Ubiquitous/XiUOS/resources}/usb/third_party_usb/usbhost/class/udisk.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/usb/third_party_usb/usbhost/core/Makefile (100%) rename {resources => Ubiquitous/XiUOS/resources}/usb/third_party_usb/usbhost/core/core.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/usb/third_party_usb/usbhost/core/driver.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/usb/third_party_usb/usbhost/core/hub.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/usb/third_party_usb/usbhost/core/usbhost.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/watchdog/Makefile (100%) rename {resources => Ubiquitous/XiUOS/resources}/watchdog/bus_wdt.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/watchdog/dev_wdt.c (100%) rename {resources => Ubiquitous/XiUOS/resources}/watchdog/drv_wdt.c (100%) rename {tool => Ubiquitous/XiUOS/tool}/Makefile (100%) rename {tool => Ubiquitous/XiUOS/tool}/hosttools/xsconfig.sh (100%) rename {tool => Ubiquitous/XiUOS/tool}/scripts/connect_kd233.sh (100%) rename {tool => Ubiquitous/XiUOS/tool}/scripts/flash_kd233.sh (100%) rename {tool => Ubiquitous/XiUOS/tool}/shell/Kconfig (100%) rename {tool => Ubiquitous/XiUOS/tool}/shell/Makefile (100%) rename {tool => Ubiquitous/XiUOS/tool}/shell/letter-shell/LICENSE (100%) rename {tool => Ubiquitous/XiUOS/tool}/shell/letter-shell/Makefile (100%) rename {tool => Ubiquitous/XiUOS/tool}/shell/letter-shell/README.md (100%) rename {tool => Ubiquitous/XiUOS/tool}/shell/letter-shell/cmd.c (100%) rename {tool => Ubiquitous/XiUOS/tool}/shell/letter-shell/file_ext/Makefile (100%) rename {tool => Ubiquitous/XiUOS/tool}/shell/letter-shell/file_ext/bunzip2.c (100%) rename {tool => Ubiquitous/XiUOS/tool}/shell/letter-shell/file_ext/bzip2.c (100%) rename {tool => Ubiquitous/XiUOS/tool}/shell/letter-shell/file_ext/bzip2.h (100%) rename {tool => Ubiquitous/XiUOS/tool}/shell/letter-shell/file_ext/bzlib/Makefile (100%) rename {tool => Ubiquitous/XiUOS/tool}/shell/letter-shell/file_ext/bzlib/blocksort.c (100%) rename {tool => Ubiquitous/XiUOS/tool}/shell/letter-shell/file_ext/bzlib/bzlib.c (100%) rename {tool => Ubiquitous/XiUOS/tool}/shell/letter-shell/file_ext/bzlib/bzlib.h (100%) rename {tool => Ubiquitous/XiUOS/tool}/shell/letter-shell/file_ext/bzlib/bzlib_private.h (100%) rename {tool => Ubiquitous/XiUOS/tool}/shell/letter-shell/file_ext/bzlib/compress.c (100%) rename {tool => Ubiquitous/XiUOS/tool}/shell/letter-shell/file_ext/bzlib/huffman.c (100%) rename {tool => Ubiquitous/XiUOS/tool}/shell/letter-shell/file_ext/gunzip.c (100%) rename {tool => Ubiquitous/XiUOS/tool}/shell/letter-shell/file_ext/gunzip.h (100%) rename {tool => Ubiquitous/XiUOS/tool}/shell/letter-shell/file_ext/gzip.c (100%) rename {tool => Ubiquitous/XiUOS/tool}/shell/letter-shell/file_ext/gzip.h (100%) rename {tool => Ubiquitous/XiUOS/tool}/shell/letter-shell/file_ext/msh_file.c (100%) rename {tool => Ubiquitous/XiUOS/tool}/shell/letter-shell/file_ext/shell_fs.c (100%) rename {tool => Ubiquitous/XiUOS/tool}/shell/letter-shell/file_ext/shell_fs.h (100%) rename {tool => Ubiquitous/XiUOS/tool}/shell/letter-shell/file_ext/tar.c (100%) rename {tool => Ubiquitous/XiUOS/tool}/shell/letter-shell/file_ext/tar.h (100%) rename {tool => Ubiquitous/XiUOS/tool}/shell/letter-shell/file_ext/unzip.c (100%) rename {tool => Ubiquitous/XiUOS/tool}/shell/letter-shell/file_ext/unzip.h (100%) rename {tool => Ubiquitous/XiUOS/tool}/shell/letter-shell/file_ext/utility.c (100%) rename {tool => Ubiquitous/XiUOS/tool}/shell/letter-shell/file_ext/utility.h (100%) rename {tool => Ubiquitous/XiUOS/tool}/shell/letter-shell/shell.c (100%) rename {tool => Ubiquitous/XiUOS/tool}/shell/letter-shell/shell.h (100%) rename {tool => Ubiquitous/XiUOS/tool}/shell/letter-shell/shell_ext.c (100%) rename {tool => Ubiquitous/XiUOS/tool}/shell/letter-shell/shell_ext.h (100%) rename {tool => Ubiquitous/XiUOS/tool}/shell/letter-shell/shell_port.c (100%) rename {tool => Ubiquitous/XiUOS/tool}/shell/letter-shell/shell_port.h (100%) diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 000000000..8c95d14a7 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,40 @@ +{ + "files.associations": { + "xs_adapter_manager.h": "c", + "xs_adapter_at_nbiot.h": "c", + "xs_klist.h": "c", + "user_api.h": "c", + "xs_adapter_def.h": "c", + "xs_adapter_at_agent.h": "c", + "xs_adapter_at.h": "c", + "bus_serial.h": "c", + "xs_adapter_at_wifi.h": "c", + "dev_serial.h": "c", + "xs_adapter.h": "c", + "stdbool.h": "c", + "xs_base.h": "c", + "stddef.h": "c", + "ostream": "cpp", + "sensor.h": "c", + "string.h": "c", + "adapter.h": "c", + "array": "c", + "chrono": "c", + "functional": "c", + "istream": "c", + "ratio": "c", + "tuple": "c", + "type_traits": "c", + "utility": "c", + "string_view": "c", + "stm32f4xx.h": "c", + "extmem.h": "c", + "system_stm32f4xx.h": "c", + "core_cm4.h": "c", + "stdint.h": "c", + "board.h": "c", + "connect_usart.h": "c", + "device.h": "c", + "xiuos.h": "c" + } +} \ No newline at end of file diff --git a/.gitignore b/Ubiquitous/XiUOS/.gitignore similarity index 100% rename from .gitignore rename to Ubiquitous/XiUOS/.gitignore diff --git a/Kconfig b/Ubiquitous/XiUOS/Kconfig similarity index 100% rename from Kconfig rename to Ubiquitous/XiUOS/Kconfig diff --git a/LICENSE b/Ubiquitous/XiUOS/LICENSE similarity index 100% rename from LICENSE rename to Ubiquitous/XiUOS/LICENSE diff --git a/Makefile b/Ubiquitous/XiUOS/Makefile similarity index 100% rename from Makefile rename to Ubiquitous/XiUOS/Makefile diff --git a/README.md b/Ubiquitous/XiUOS/README.md similarity index 100% rename from README.md rename to Ubiquitous/XiUOS/README.md diff --git a/applications/Kconfig b/Ubiquitous/XiUOS/applications/Kconfig similarity index 100% rename from applications/Kconfig rename to Ubiquitous/XiUOS/applications/Kconfig diff --git a/applications/Makefile b/Ubiquitous/XiUOS/applications/Makefile similarity index 100% rename from applications/Makefile rename to Ubiquitous/XiUOS/applications/Makefile diff --git a/applications/app_newlib/Makefile b/Ubiquitous/XiUOS/applications/app_newlib/Makefile similarity index 100% rename from applications/app_newlib/Makefile rename to Ubiquitous/XiUOS/applications/app_newlib/Makefile diff --git a/applications/app_newlib/fs_syscalls.c b/Ubiquitous/XiUOS/applications/app_newlib/fs_syscalls.c similarity index 100% rename from applications/app_newlib/fs_syscalls.c rename to Ubiquitous/XiUOS/applications/app_newlib/fs_syscalls.c diff --git a/applications/app_newlib/include/libc.h b/Ubiquitous/XiUOS/applications/app_newlib/include/libc.h similarity index 100% rename from applications/app_newlib/include/libc.h rename to Ubiquitous/XiUOS/applications/app_newlib/include/libc.h diff --git a/applications/app_newlib/mem_syscalls.c b/Ubiquitous/XiUOS/applications/app_newlib/mem_syscalls.c similarity index 100% rename from applications/app_newlib/mem_syscalls.c rename to Ubiquitous/XiUOS/applications/app_newlib/mem_syscalls.c diff --git a/applications/app_newlib/stdio.c b/Ubiquitous/XiUOS/applications/app_newlib/stdio.c similarity index 100% rename from applications/app_newlib/stdio.c rename to Ubiquitous/XiUOS/applications/app_newlib/stdio.c diff --git a/applications/app_newlib/task_syscalls.c b/Ubiquitous/XiUOS/applications/app_newlib/task_syscalls.c similarity index 100% rename from applications/app_newlib/task_syscalls.c rename to Ubiquitous/XiUOS/applications/app_newlib/task_syscalls.c diff --git a/applications/app_newlib/time_syscalls.c b/Ubiquitous/XiUOS/applications/app_newlib/time_syscalls.c similarity index 100% rename from applications/app_newlib/time_syscalls.c rename to Ubiquitous/XiUOS/applications/app_newlib/time_syscalls.c diff --git a/applications/app_test/Kconfig b/Ubiquitous/XiUOS/applications/app_test/Kconfig similarity index 100% rename from applications/app_test/Kconfig rename to Ubiquitous/XiUOS/applications/app_test/Kconfig diff --git a/applications/app_test/Makefile b/Ubiquitous/XiUOS/applications/app_test/Makefile similarity index 100% rename from applications/app_test/Makefile rename to Ubiquitous/XiUOS/applications/app_test/Makefile diff --git a/applications/app_test/test_adhoc_lora.c b/Ubiquitous/XiUOS/applications/app_test/test_adhoc_lora.c similarity index 100% rename from applications/app_test/test_adhoc_lora.c rename to Ubiquitous/XiUOS/applications/app_test/test_adhoc_lora.c diff --git a/applications/app_test/test_spi_flash.c b/Ubiquitous/XiUOS/applications/app_test/test_spi_flash.c similarity index 100% rename from applications/app_test/test_spi_flash.c rename to Ubiquitous/XiUOS/applications/app_test/test_spi_flash.c diff --git a/applications/connection_demo/adhoc_lora_demo/Makefile b/Ubiquitous/XiUOS/applications/connection_demo/adhoc_lora_demo/Makefile similarity index 100% rename from applications/connection_demo/adhoc_lora_demo/Makefile rename to Ubiquitous/XiUOS/applications/connection_demo/adhoc_lora_demo/Makefile diff --git a/applications/connection_demo/adhoc_lora_demo/client.c b/Ubiquitous/XiUOS/applications/connection_demo/adhoc_lora_demo/client.c similarity index 100% rename from applications/connection_demo/adhoc_lora_demo/client.c rename to Ubiquitous/XiUOS/applications/connection_demo/adhoc_lora_demo/client.c diff --git a/applications/connection_demo/adhoc_lora_demo/gateway.c b/Ubiquitous/XiUOS/applications/connection_demo/adhoc_lora_demo/gateway.c similarity index 100% rename from applications/connection_demo/adhoc_lora_demo/gateway.c rename to Ubiquitous/XiUOS/applications/connection_demo/adhoc_lora_demo/gateway.c diff --git a/applications/connection_demo/bluetooth_demo/Makefile b/Ubiquitous/XiUOS/applications/connection_demo/bluetooth_demo/Makefile similarity index 100% rename from applications/connection_demo/bluetooth_demo/Makefile rename to Ubiquitous/XiUOS/applications/connection_demo/bluetooth_demo/Makefile diff --git a/applications/connection_demo/bluetooth_demo/bluetooth_receive_demo.c b/Ubiquitous/XiUOS/applications/connection_demo/bluetooth_demo/bluetooth_receive_demo.c similarity index 100% rename from applications/connection_demo/bluetooth_demo/bluetooth_receive_demo.c rename to Ubiquitous/XiUOS/applications/connection_demo/bluetooth_demo/bluetooth_receive_demo.c diff --git a/applications/connection_demo/bluetooth_demo/bluetooth_send_demo.c b/Ubiquitous/XiUOS/applications/connection_demo/bluetooth_demo/bluetooth_send_demo.c similarity index 100% rename from applications/connection_demo/bluetooth_demo/bluetooth_send_demo.c rename to Ubiquitous/XiUOS/applications/connection_demo/bluetooth_demo/bluetooth_send_demo.c diff --git a/applications/connection_demo/ethernet_demo/Makefile b/Ubiquitous/XiUOS/applications/connection_demo/ethernet_demo/Makefile similarity index 100% rename from applications/connection_demo/ethernet_demo/Makefile rename to Ubiquitous/XiUOS/applications/connection_demo/ethernet_demo/Makefile diff --git a/applications/connection_demo/ethernet_demo/ethernet_demo.c b/Ubiquitous/XiUOS/applications/connection_demo/ethernet_demo/ethernet_demo.c similarity index 100% rename from applications/connection_demo/ethernet_demo/ethernet_demo.c rename to Ubiquitous/XiUOS/applications/connection_demo/ethernet_demo/ethernet_demo.c diff --git a/applications/connection_demo/nbiot_demo/Makefile b/Ubiquitous/XiUOS/applications/connection_demo/nbiot_demo/Makefile similarity index 100% rename from applications/connection_demo/nbiot_demo/Makefile rename to Ubiquitous/XiUOS/applications/connection_demo/nbiot_demo/Makefile diff --git a/applications/connection_demo/nbiot_demo/nbiot_demo.c b/Ubiquitous/XiUOS/applications/connection_demo/nbiot_demo/nbiot_demo.c similarity index 100% rename from applications/connection_demo/nbiot_demo/nbiot_demo.c rename to Ubiquitous/XiUOS/applications/connection_demo/nbiot_demo/nbiot_demo.c diff --git a/applications/connection_demo/wifi_demo/Makefile b/Ubiquitous/XiUOS/applications/connection_demo/wifi_demo/Makefile similarity index 100% rename from applications/connection_demo/wifi_demo/Makefile rename to Ubiquitous/XiUOS/applications/connection_demo/wifi_demo/Makefile diff --git a/applications/connection_demo/wifi_demo/wifi_demo.c b/Ubiquitous/XiUOS/applications/connection_demo/wifi_demo/wifi_demo.c similarity index 100% rename from applications/connection_demo/wifi_demo/wifi_demo.c rename to Ubiquitous/XiUOS/applications/connection_demo/wifi_demo/wifi_demo.c diff --git a/applications/connection_demo/zigbee_demo/Makefile b/Ubiquitous/XiUOS/applications/connection_demo/zigbee_demo/Makefile similarity index 100% rename from applications/connection_demo/zigbee_demo/Makefile rename to Ubiquitous/XiUOS/applications/connection_demo/zigbee_demo/Makefile diff --git a/applications/connection_demo/zigbee_demo/zigbee_receive_demo.c b/Ubiquitous/XiUOS/applications/connection_demo/zigbee_demo/zigbee_receive_demo.c similarity index 100% rename from applications/connection_demo/zigbee_demo/zigbee_receive_demo.c rename to Ubiquitous/XiUOS/applications/connection_demo/zigbee_demo/zigbee_receive_demo.c diff --git a/applications/connection_demo/zigbee_demo/zigbee_send_demo.c b/Ubiquitous/XiUOS/applications/connection_demo/zigbee_demo/zigbee_send_demo.c similarity index 100% rename from applications/connection_demo/zigbee_demo/zigbee_send_demo.c rename to Ubiquitous/XiUOS/applications/connection_demo/zigbee_demo/zigbee_send_demo.c diff --git a/applications/cppmain.cpp b/Ubiquitous/XiUOS/applications/cppmain.cpp similarity index 100% rename from applications/cppmain.cpp rename to Ubiquitous/XiUOS/applications/cppmain.cpp diff --git a/applications/framework_init.c b/Ubiquitous/XiUOS/applications/framework_init.c similarity index 100% rename from applications/framework_init.c rename to Ubiquitous/XiUOS/applications/framework_init.c diff --git a/applications/main.c b/Ubiquitous/XiUOS/applications/main.c similarity index 100% rename from applications/main.c rename to Ubiquitous/XiUOS/applications/main.c diff --git a/applications/sd_card_mount.c b/Ubiquitous/XiUOS/applications/sd_card_mount.c similarity index 100% rename from applications/sd_card_mount.c rename to Ubiquitous/XiUOS/applications/sd_card_mount.c diff --git a/applications/sensor_app/Makefile b/Ubiquitous/XiUOS/applications/sensor_app/Makefile similarity index 100% rename from applications/sensor_app/Makefile rename to Ubiquitous/XiUOS/applications/sensor_app/Makefile diff --git a/applications/sensor_app/co2_zg09.c b/Ubiquitous/XiUOS/applications/sensor_app/co2_zg09.c similarity index 100% rename from applications/sensor_app/co2_zg09.c rename to Ubiquitous/XiUOS/applications/sensor_app/co2_zg09.c diff --git a/applications/sensor_app/humidity_hs300x.c b/Ubiquitous/XiUOS/applications/sensor_app/humidity_hs300x.c similarity index 100% rename from applications/sensor_app/humidity_hs300x.c rename to Ubiquitous/XiUOS/applications/sensor_app/humidity_hs300x.c diff --git a/applications/sensor_app/pm1_0_ps5308.c b/Ubiquitous/XiUOS/applications/sensor_app/pm1_0_ps5308.c similarity index 100% rename from applications/sensor_app/pm1_0_ps5308.c rename to Ubiquitous/XiUOS/applications/sensor_app/pm1_0_ps5308.c diff --git a/applications/sensor_app/temperature_hs300x.c b/Ubiquitous/XiUOS/applications/sensor_app/temperature_hs300x.c similarity index 100% rename from applications/sensor_app/temperature_hs300x.c rename to Ubiquitous/XiUOS/applications/sensor_app/temperature_hs300x.c diff --git a/applications/sensor_app/voice_d124.c b/Ubiquitous/XiUOS/applications/sensor_app/voice_d124.c similarity index 100% rename from applications/sensor_app/voice_d124.c rename to Ubiquitous/XiUOS/applications/sensor_app/voice_d124.c diff --git a/applications/spi_sd_card_mount.c b/Ubiquitous/XiUOS/applications/spi_sd_card_mount.c similarity index 100% rename from applications/spi_sd_card_mount.c rename to Ubiquitous/XiUOS/applications/spi_sd_card_mount.c diff --git a/applications/tflite_mnist/.gitignore b/Ubiquitous/XiUOS/applications/tflite_mnist/.gitignore similarity index 100% rename from applications/tflite_mnist/.gitignore rename to Ubiquitous/XiUOS/applications/tflite_mnist/.gitignore diff --git a/applications/tflite_mnist/Kconfig b/Ubiquitous/XiUOS/applications/tflite_mnist/Kconfig similarity index 100% rename from applications/tflite_mnist/Kconfig rename to Ubiquitous/XiUOS/applications/tflite_mnist/Kconfig diff --git a/applications/tflite_mnist/Makefile b/Ubiquitous/XiUOS/applications/tflite_mnist/Makefile similarity index 100% rename from applications/tflite_mnist/Makefile rename to Ubiquitous/XiUOS/applications/tflite_mnist/Makefile diff --git a/applications/tflite_mnist/README.md b/Ubiquitous/XiUOS/applications/tflite_mnist/README.md similarity index 100% rename from applications/tflite_mnist/README.md rename to Ubiquitous/XiUOS/applications/tflite_mnist/README.md diff --git a/applications/tflite_mnist/digit.h b/Ubiquitous/XiUOS/applications/tflite_mnist/digit.h similarity index 100% rename from applications/tflite_mnist/digit.h rename to Ubiquitous/XiUOS/applications/tflite_mnist/digit.h diff --git a/applications/tflite_mnist/mnistapp.cpp b/Ubiquitous/XiUOS/applications/tflite_mnist/mnistapp.cpp similarity index 100% rename from applications/tflite_mnist/mnistapp.cpp rename to Ubiquitous/XiUOS/applications/tflite_mnist/mnistapp.cpp diff --git a/applications/tflite_mnist/mnistmain.c b/Ubiquitous/XiUOS/applications/tflite_mnist/mnistmain.c similarity index 100% rename from applications/tflite_mnist/mnistmain.c rename to Ubiquitous/XiUOS/applications/tflite_mnist/mnistmain.c diff --git a/applications/tflite_mnist/model.h b/Ubiquitous/XiUOS/applications/tflite_mnist/model.h similarity index 100% rename from applications/tflite_mnist/model.h rename to Ubiquitous/XiUOS/applications/tflite_mnist/model.h diff --git a/applications/tflite_mnist/tools/mnist-c-digit.py b/Ubiquitous/XiUOS/applications/tflite_mnist/tools/mnist-c-digit.py similarity index 100% rename from applications/tflite_mnist/tools/mnist-c-digit.py rename to Ubiquitous/XiUOS/applications/tflite_mnist/tools/mnist-c-digit.py diff --git a/applications/tflite_mnist/tools/mnist-c-model.py b/Ubiquitous/XiUOS/applications/tflite_mnist/tools/mnist-c-model.py similarity index 100% rename from applications/tflite_mnist/tools/mnist-c-model.py rename to Ubiquitous/XiUOS/applications/tflite_mnist/tools/mnist-c-model.py diff --git a/applications/tflite_mnist/tools/mnist-inference.py b/Ubiquitous/XiUOS/applications/tflite_mnist/tools/mnist-inference.py similarity index 100% rename from applications/tflite_mnist/tools/mnist-inference.py rename to Ubiquitous/XiUOS/applications/tflite_mnist/tools/mnist-inference.py diff --git a/applications/tflite_mnist/tools/mnist-train.py b/Ubiquitous/XiUOS/applications/tflite_mnist/tools/mnist-train.py similarity index 100% rename from applications/tflite_mnist/tools/mnist-train.py rename to Ubiquitous/XiUOS/applications/tflite_mnist/tools/mnist-train.py diff --git a/applications/tflite_sin/Kconfig b/Ubiquitous/XiUOS/applications/tflite_sin/Kconfig similarity index 100% rename from applications/tflite_sin/Kconfig rename to Ubiquitous/XiUOS/applications/tflite_sin/Kconfig diff --git a/applications/tflite_sin/Makefile b/Ubiquitous/XiUOS/applications/tflite_sin/Makefile similarity index 100% rename from applications/tflite_sin/Makefile rename to Ubiquitous/XiUOS/applications/tflite_sin/Makefile diff --git a/applications/tflite_sin/constants.cc b/Ubiquitous/XiUOS/applications/tflite_sin/constants.cc similarity index 100% rename from applications/tflite_sin/constants.cc rename to Ubiquitous/XiUOS/applications/tflite_sin/constants.cc diff --git a/applications/tflite_sin/constants.h b/Ubiquitous/XiUOS/applications/tflite_sin/constants.h similarity index 100% rename from applications/tflite_sin/constants.h rename to Ubiquitous/XiUOS/applications/tflite_sin/constants.h diff --git a/applications/tflite_sin/main_functions.cc b/Ubiquitous/XiUOS/applications/tflite_sin/main_functions.cc similarity index 100% rename from applications/tflite_sin/main_functions.cc rename to Ubiquitous/XiUOS/applications/tflite_sin/main_functions.cc diff --git a/applications/tflite_sin/main_functions.h b/Ubiquitous/XiUOS/applications/tflite_sin/main_functions.h similarity index 100% rename from applications/tflite_sin/main_functions.h rename to Ubiquitous/XiUOS/applications/tflite_sin/main_functions.h diff --git a/applications/tflite_sin/model.cc b/Ubiquitous/XiUOS/applications/tflite_sin/model.cc similarity index 100% rename from applications/tflite_sin/model.cc rename to Ubiquitous/XiUOS/applications/tflite_sin/model.cc diff --git a/applications/tflite_sin/model.h b/Ubiquitous/XiUOS/applications/tflite_sin/model.h similarity index 100% rename from applications/tflite_sin/model.h rename to Ubiquitous/XiUOS/applications/tflite_sin/model.h diff --git a/applications/tflite_sin/output_handler.cc b/Ubiquitous/XiUOS/applications/tflite_sin/output_handler.cc similarity index 100% rename from applications/tflite_sin/output_handler.cc rename to Ubiquitous/XiUOS/applications/tflite_sin/output_handler.cc diff --git a/applications/tflite_sin/output_handler.h b/Ubiquitous/XiUOS/applications/tflite_sin/output_handler.h similarity index 100% rename from applications/tflite_sin/output_handler.h rename to Ubiquitous/XiUOS/applications/tflite_sin/output_handler.h diff --git a/applications/tflite_sin/sinmain.c b/Ubiquitous/XiUOS/applications/tflite_sin/sinmain.c similarity index 100% rename from applications/tflite_sin/sinmain.c rename to Ubiquitous/XiUOS/applications/tflite_sin/sinmain.c diff --git a/applications/user_api/Makefile b/Ubiquitous/XiUOS/applications/user_api/Makefile similarity index 100% rename from applications/user_api/Makefile rename to Ubiquitous/XiUOS/applications/user_api/Makefile diff --git a/applications/user_api/general_functions/Makefile b/Ubiquitous/XiUOS/applications/user_api/general_functions/Makefile similarity index 100% rename from applications/user_api/general_functions/Makefile rename to Ubiquitous/XiUOS/applications/user_api/general_functions/Makefile diff --git a/applications/user_api/general_functions/linklist/Makefile b/Ubiquitous/XiUOS/applications/user_api/general_functions/linklist/Makefile similarity index 100% rename from applications/user_api/general_functions/linklist/Makefile rename to Ubiquitous/XiUOS/applications/user_api/general_functions/linklist/Makefile diff --git a/applications/user_api/general_functions/linklist/double_linklist.c b/Ubiquitous/XiUOS/applications/user_api/general_functions/linklist/double_linklist.c similarity index 100% rename from applications/user_api/general_functions/linklist/double_linklist.c rename to Ubiquitous/XiUOS/applications/user_api/general_functions/linklist/double_linklist.c diff --git a/applications/user_api/general_functions/linklist/single_linklist.c b/Ubiquitous/XiUOS/applications/user_api/general_functions/linklist/single_linklist.c similarity index 100% rename from applications/user_api/general_functions/linklist/single_linklist.c rename to Ubiquitous/XiUOS/applications/user_api/general_functions/linklist/single_linklist.c diff --git a/applications/user_api/general_functions/linklist/xs_klist.h b/Ubiquitous/XiUOS/applications/user_api/general_functions/linklist/xs_klist.h similarity index 100% rename from applications/user_api/general_functions/linklist/xs_klist.h rename to Ubiquitous/XiUOS/applications/user_api/general_functions/linklist/xs_klist.h diff --git a/applications/user_api/include/bus.h b/Ubiquitous/XiUOS/applications/user_api/include/bus.h similarity index 100% rename from applications/user_api/include/bus.h rename to Ubiquitous/XiUOS/applications/user_api/include/bus.h diff --git a/applications/user_api/include/bus_serial.h b/Ubiquitous/XiUOS/applications/user_api/include/bus_serial.h similarity index 100% rename from applications/user_api/include/bus_serial.h rename to Ubiquitous/XiUOS/applications/user_api/include/bus_serial.h diff --git a/applications/user_api/include/dev_serial.h b/Ubiquitous/XiUOS/applications/user_api/include/dev_serial.h similarity index 100% rename from applications/user_api/include/dev_serial.h rename to Ubiquitous/XiUOS/applications/user_api/include/dev_serial.h diff --git a/applications/user_api/posix_support/Kconfig b/Ubiquitous/XiUOS/applications/user_api/posix_support/Kconfig similarity index 100% rename from applications/user_api/posix_support/Kconfig rename to Ubiquitous/XiUOS/applications/user_api/posix_support/Kconfig diff --git a/applications/user_api/posix_support/Makefile b/Ubiquitous/XiUOS/applications/user_api/posix_support/Makefile similarity index 100% rename from applications/user_api/posix_support/Makefile rename to Ubiquitous/XiUOS/applications/user_api/posix_support/Makefile diff --git a/applications/user_api/posix_support/include/fs.h b/Ubiquitous/XiUOS/applications/user_api/posix_support/include/fs.h similarity index 100% rename from applications/user_api/posix_support/include/fs.h rename to Ubiquitous/XiUOS/applications/user_api/posix_support/include/fs.h diff --git a/applications/user_api/posix_support/include/mqueue.h b/Ubiquitous/XiUOS/applications/user_api/posix_support/include/mqueue.h similarity index 100% rename from applications/user_api/posix_support/include/mqueue.h rename to Ubiquitous/XiUOS/applications/user_api/posix_support/include/mqueue.h diff --git a/applications/user_api/posix_support/include/pthread arm.h b/Ubiquitous/XiUOS/applications/user_api/posix_support/include/pthread arm.h similarity index 100% rename from applications/user_api/posix_support/include/pthread arm.h rename to Ubiquitous/XiUOS/applications/user_api/posix_support/include/pthread arm.h diff --git a/applications/user_api/posix_support/include/pthread.h b/Ubiquitous/XiUOS/applications/user_api/posix_support/include/pthread.h similarity index 100% rename from applications/user_api/posix_support/include/pthread.h rename to Ubiquitous/XiUOS/applications/user_api/posix_support/include/pthread.h diff --git a/applications/user_api/posix_support/include/semaphore.h b/Ubiquitous/XiUOS/applications/user_api/posix_support/include/semaphore.h similarity index 100% rename from applications/user_api/posix_support/include/semaphore.h rename to Ubiquitous/XiUOS/applications/user_api/posix_support/include/semaphore.h diff --git a/applications/user_api/posix_support/mqueue.c b/Ubiquitous/XiUOS/applications/user_api/posix_support/mqueue.c similarity index 100% rename from applications/user_api/posix_support/mqueue.c rename to Ubiquitous/XiUOS/applications/user_api/posix_support/mqueue.c diff --git a/applications/user_api/posix_support/pthread.c b/Ubiquitous/XiUOS/applications/user_api/posix_support/pthread.c similarity index 100% rename from applications/user_api/posix_support/pthread.c rename to Ubiquitous/XiUOS/applications/user_api/posix_support/pthread.c diff --git a/applications/user_api/posix_support/pthread_mutex.c b/Ubiquitous/XiUOS/applications/user_api/posix_support/pthread_mutex.c similarity index 100% rename from applications/user_api/posix_support/pthread_mutex.c rename to Ubiquitous/XiUOS/applications/user_api/posix_support/pthread_mutex.c diff --git a/applications/user_api/posix_support/semaphore.c b/Ubiquitous/XiUOS/applications/user_api/posix_support/semaphore.c similarity index 100% rename from applications/user_api/posix_support/semaphore.c rename to Ubiquitous/XiUOS/applications/user_api/posix_support/semaphore.c diff --git a/applications/user_api/switch_api/Makefile b/Ubiquitous/XiUOS/applications/user_api/switch_api/Makefile similarity index 100% rename from applications/user_api/switch_api/Makefile rename to Ubiquitous/XiUOS/applications/user_api/switch_api/Makefile diff --git a/applications/user_api/switch_api/user_api.h b/Ubiquitous/XiUOS/applications/user_api/switch_api/user_api.h similarity index 100% rename from applications/user_api/switch_api/user_api.h rename to Ubiquitous/XiUOS/applications/user_api/switch_api/user_api.h diff --git a/applications/user_api/switch_api/user_event.c b/Ubiquitous/XiUOS/applications/user_api/switch_api/user_event.c similarity index 100% rename from applications/user_api/switch_api/user_event.c rename to Ubiquitous/XiUOS/applications/user_api/switch_api/user_event.c diff --git a/applications/user_api/switch_api/user_fs.c b/Ubiquitous/XiUOS/applications/user_api/switch_api/user_fs.c similarity index 100% rename from applications/user_api/switch_api/user_fs.c rename to Ubiquitous/XiUOS/applications/user_api/switch_api/user_fs.c diff --git a/applications/user_api/switch_api/user_mem.c b/Ubiquitous/XiUOS/applications/user_api/switch_api/user_mem.c similarity index 100% rename from applications/user_api/switch_api/user_mem.c rename to Ubiquitous/XiUOS/applications/user_api/switch_api/user_mem.c diff --git a/applications/user_api/switch_api/user_msg.c b/Ubiquitous/XiUOS/applications/user_api/switch_api/user_msg.c similarity index 100% rename from applications/user_api/switch_api/user_msg.c rename to Ubiquitous/XiUOS/applications/user_api/switch_api/user_msg.c diff --git a/applications/user_api/switch_api/user_mutex.c b/Ubiquitous/XiUOS/applications/user_api/switch_api/user_mutex.c similarity index 100% rename from applications/user_api/switch_api/user_mutex.c rename to Ubiquitous/XiUOS/applications/user_api/switch_api/user_mutex.c diff --git a/applications/user_api/switch_api/user_print_info.c b/Ubiquitous/XiUOS/applications/user_api/switch_api/user_print_info.c similarity index 100% rename from applications/user_api/switch_api/user_print_info.c rename to Ubiquitous/XiUOS/applications/user_api/switch_api/user_print_info.c diff --git a/applications/user_api/switch_api/user_semaphore.c b/Ubiquitous/XiUOS/applications/user_api/switch_api/user_semaphore.c similarity index 100% rename from applications/user_api/switch_api/user_semaphore.c rename to Ubiquitous/XiUOS/applications/user_api/switch_api/user_semaphore.c diff --git a/applications/user_api/switch_api/user_task.c b/Ubiquitous/XiUOS/applications/user_api/switch_api/user_task.c similarity index 100% rename from applications/user_api/switch_api/user_task.c rename to Ubiquitous/XiUOS/applications/user_api/switch_api/user_task.c diff --git a/applications/userspace.c b/Ubiquitous/XiUOS/applications/userspace.c similarity index 100% rename from applications/userspace.c rename to Ubiquitous/XiUOS/applications/userspace.c diff --git a/arch/Kconfig b/Ubiquitous/XiUOS/arch/Kconfig similarity index 100% rename from arch/Kconfig rename to Ubiquitous/XiUOS/arch/Kconfig diff --git a/arch/Makefile b/Ubiquitous/XiUOS/arch/Makefile similarity index 100% rename from arch/Makefile rename to Ubiquitous/XiUOS/arch/Makefile diff --git a/arch/arm/Makefile b/Ubiquitous/XiUOS/arch/arm/Makefile similarity index 100% rename from arch/arm/Makefile rename to Ubiquitous/XiUOS/arch/arm/Makefile diff --git a/arch/arm/cortex-m0/Makefile b/Ubiquitous/XiUOS/arch/arm/cortex-m0/Makefile similarity index 100% rename from arch/arm/cortex-m0/Makefile rename to Ubiquitous/XiUOS/arch/arm/cortex-m0/Makefile diff --git a/arch/arm/cortex-m3/Makefile b/Ubiquitous/XiUOS/arch/arm/cortex-m3/Makefile similarity index 100% rename from arch/arm/cortex-m3/Makefile rename to Ubiquitous/XiUOS/arch/arm/cortex-m3/Makefile diff --git a/arch/arm/cortex-m3/arch_interrupt.h b/Ubiquitous/XiUOS/arch/arm/cortex-m3/arch_interrupt.h similarity index 100% rename from arch/arm/cortex-m3/arch_interrupt.h rename to Ubiquitous/XiUOS/arch/arm/cortex-m3/arch_interrupt.h diff --git a/arch/arm/cortex-m3/boot.c b/Ubiquitous/XiUOS/arch/arm/cortex-m3/boot.c similarity index 100% rename from arch/arm/cortex-m3/boot.c rename to Ubiquitous/XiUOS/arch/arm/cortex-m3/boot.c diff --git a/arch/arm/cortex-m3/interrupt.c b/Ubiquitous/XiUOS/arch/arm/cortex-m3/interrupt.c similarity index 100% rename from arch/arm/cortex-m3/interrupt.c rename to Ubiquitous/XiUOS/arch/arm/cortex-m3/interrupt.c diff --git a/arch/arm/cortex-m3/interrupt_vector.S b/Ubiquitous/XiUOS/arch/arm/cortex-m3/interrupt_vector.S similarity index 100% rename from arch/arm/cortex-m3/interrupt_vector.S rename to Ubiquitous/XiUOS/arch/arm/cortex-m3/interrupt_vector.S diff --git a/arch/arm/cortex-m4/Makefile b/Ubiquitous/XiUOS/arch/arm/cortex-m4/Makefile similarity index 100% rename from arch/arm/cortex-m4/Makefile rename to Ubiquitous/XiUOS/arch/arm/cortex-m4/Makefile diff --git a/arch/arm/cortex-m4/arch_interrupt.h b/Ubiquitous/XiUOS/arch/arm/cortex-m4/arch_interrupt.h similarity index 100% rename from arch/arm/cortex-m4/arch_interrupt.h rename to Ubiquitous/XiUOS/arch/arm/cortex-m4/arch_interrupt.h diff --git a/arch/arm/cortex-m4/boot.S b/Ubiquitous/XiUOS/arch/arm/cortex-m4/boot.S similarity index 100% rename from arch/arm/cortex-m4/boot.S rename to Ubiquitous/XiUOS/arch/arm/cortex-m4/boot.S diff --git a/arch/arm/cortex-m4/coreclock.c b/Ubiquitous/XiUOS/arch/arm/cortex-m4/coreclock.c similarity index 100% rename from arch/arm/cortex-m4/coreclock.c rename to Ubiquitous/XiUOS/arch/arm/cortex-m4/coreclock.c diff --git a/arch/arm/cortex-m4/interrupt.c b/Ubiquitous/XiUOS/arch/arm/cortex-m4/interrupt.c similarity index 100% rename from arch/arm/cortex-m4/interrupt.c rename to Ubiquitous/XiUOS/arch/arm/cortex-m4/interrupt.c diff --git a/arch/arm/cortex-m4/interrupt_vector.S b/Ubiquitous/XiUOS/arch/arm/cortex-m4/interrupt_vector.S similarity index 100% rename from arch/arm/cortex-m4/interrupt_vector.S rename to Ubiquitous/XiUOS/arch/arm/cortex-m4/interrupt_vector.S diff --git a/arch/arm/cortex-m4/kswitch.h b/Ubiquitous/XiUOS/arch/arm/cortex-m4/kswitch.h similarity index 100% rename from arch/arm/cortex-m4/kswitch.h rename to Ubiquitous/XiUOS/arch/arm/cortex-m4/kswitch.h diff --git a/arch/arm/cortex-m4/mpu.c b/Ubiquitous/XiUOS/arch/arm/cortex-m4/mpu.c similarity index 100% rename from arch/arm/cortex-m4/mpu.c rename to Ubiquitous/XiUOS/arch/arm/cortex-m4/mpu.c diff --git a/arch/arm/cortex-m4/mpu.h b/Ubiquitous/XiUOS/arch/arm/cortex-m4/mpu.h similarity index 100% rename from arch/arm/cortex-m4/mpu.h rename to Ubiquitous/XiUOS/arch/arm/cortex-m4/mpu.h diff --git a/arch/arm/cortex-m4/svc_entry.S b/Ubiquitous/XiUOS/arch/arm/cortex-m4/svc_entry.S similarity index 100% rename from arch/arm/cortex-m4/svc_entry.S rename to Ubiquitous/XiUOS/arch/arm/cortex-m4/svc_entry.S diff --git a/arch/arm/cortex-m4/svc_handle.c b/Ubiquitous/XiUOS/arch/arm/cortex-m4/svc_handle.c similarity index 100% rename from arch/arm/cortex-m4/svc_handle.c rename to Ubiquitous/XiUOS/arch/arm/cortex-m4/svc_handle.c diff --git a/arch/arm/cortex-m4/system_init.c b/Ubiquitous/XiUOS/arch/arm/cortex-m4/system_init.c similarity index 100% rename from arch/arm/cortex-m4/system_init.c rename to Ubiquitous/XiUOS/arch/arm/cortex-m4/system_init.c diff --git a/arch/arm/cortex-m7/Makefile b/Ubiquitous/XiUOS/arch/arm/cortex-m7/Makefile similarity index 100% rename from arch/arm/cortex-m7/Makefile rename to Ubiquitous/XiUOS/arch/arm/cortex-m7/Makefile diff --git a/arch/arm/cortex-m7/arch_interrupt.h b/Ubiquitous/XiUOS/arch/arm/cortex-m7/arch_interrupt.h similarity index 100% rename from arch/arm/cortex-m7/arch_interrupt.h rename to Ubiquitous/XiUOS/arch/arm/cortex-m7/arch_interrupt.h diff --git a/arch/arm/cortex-m7/boot.S b/Ubiquitous/XiUOS/arch/arm/cortex-m7/boot.S similarity index 100% rename from arch/arm/cortex-m7/boot.S rename to Ubiquitous/XiUOS/arch/arm/cortex-m7/boot.S diff --git a/arch/arm/cortex-m7/interrupt.c b/Ubiquitous/XiUOS/arch/arm/cortex-m7/interrupt.c similarity index 100% rename from arch/arm/cortex-m7/interrupt.c rename to Ubiquitous/XiUOS/arch/arm/cortex-m7/interrupt.c diff --git a/arch/arm/cortex-m7/interrupt_vector.S b/Ubiquitous/XiUOS/arch/arm/cortex-m7/interrupt_vector.S similarity index 100% rename from arch/arm/cortex-m7/interrupt_vector.S rename to Ubiquitous/XiUOS/arch/arm/cortex-m7/interrupt_vector.S diff --git a/arch/arm/shared/Makefile b/Ubiquitous/XiUOS/arch/arm/shared/Makefile similarity index 100% rename from arch/arm/shared/Makefile rename to Ubiquitous/XiUOS/arch/arm/shared/Makefile diff --git a/arch/arm/shared/arm32_switch.c b/Ubiquitous/XiUOS/arch/arm/shared/arm32_switch.c similarity index 100% rename from arch/arm/shared/arm32_switch.c rename to Ubiquitous/XiUOS/arch/arm/shared/arm32_switch.c diff --git a/arch/arm/shared/pendsv.S b/Ubiquitous/XiUOS/arch/arm/shared/pendsv.S similarity index 100% rename from arch/arm/shared/pendsv.S rename to Ubiquitous/XiUOS/arch/arm/shared/pendsv.S diff --git a/arch/arm/shared/prepare_ahwstack.c b/Ubiquitous/XiUOS/arch/arm/shared/prepare_ahwstack.c similarity index 100% rename from arch/arm/shared/prepare_ahwstack.c rename to Ubiquitous/XiUOS/arch/arm/shared/prepare_ahwstack.c diff --git a/arch/arm/shared/svc_handle.h b/Ubiquitous/XiUOS/arch/arm/shared/svc_handle.h similarity index 100% rename from arch/arm/shared/svc_handle.h rename to Ubiquitous/XiUOS/arch/arm/shared/svc_handle.h diff --git a/arch/kswitch.h b/Ubiquitous/XiUOS/arch/kswitch.h similarity index 100% rename from arch/kswitch.h rename to Ubiquitous/XiUOS/arch/kswitch.h diff --git a/arch/risc-v/Makefile b/Ubiquitous/XiUOS/arch/risc-v/Makefile similarity index 100% rename from arch/risc-v/Makefile rename to Ubiquitous/XiUOS/arch/risc-v/Makefile diff --git a/arch/risc-v/fe310/LICENSE b/Ubiquitous/XiUOS/arch/risc-v/fe310/LICENSE similarity index 100% rename from arch/risc-v/fe310/LICENSE rename to Ubiquitous/XiUOS/arch/risc-v/fe310/LICENSE diff --git a/arch/risc-v/fe310/Makefile b/Ubiquitous/XiUOS/arch/risc-v/fe310/Makefile similarity index 100% rename from arch/risc-v/fe310/Makefile rename to Ubiquitous/XiUOS/arch/risc-v/fe310/Makefile diff --git a/arch/risc-v/fe310/arch_interrupt.h b/Ubiquitous/XiUOS/arch/risc-v/fe310/arch_interrupt.h similarity index 100% rename from arch/risc-v/fe310/arch_interrupt.h rename to Ubiquitous/XiUOS/arch/risc-v/fe310/arch_interrupt.h diff --git a/arch/risc-v/fe310/boot.S b/Ubiquitous/XiUOS/arch/risc-v/fe310/boot.S similarity index 100% rename from arch/risc-v/fe310/boot.S rename to Ubiquitous/XiUOS/arch/risc-v/fe310/boot.S diff --git a/arch/risc-v/fe310/interrupt.c b/Ubiquitous/XiUOS/arch/risc-v/fe310/interrupt.c similarity index 100% rename from arch/risc-v/fe310/interrupt.c rename to Ubiquitous/XiUOS/arch/risc-v/fe310/interrupt.c diff --git a/arch/risc-v/fe310/tick.c b/Ubiquitous/XiUOS/arch/risc-v/fe310/tick.c similarity index 100% rename from arch/risc-v/fe310/tick.c rename to Ubiquitous/XiUOS/arch/risc-v/fe310/tick.c diff --git a/arch/risc-v/k210/Makefile b/Ubiquitous/XiUOS/arch/risc-v/k210/Makefile similarity index 100% rename from arch/risc-v/k210/Makefile rename to Ubiquitous/XiUOS/arch/risc-v/k210/Makefile diff --git a/arch/risc-v/k210/arch_interrupt.h b/Ubiquitous/XiUOS/arch/risc-v/k210/arch_interrupt.h similarity index 100% rename from arch/risc-v/k210/arch_interrupt.h rename to Ubiquitous/XiUOS/arch/risc-v/k210/arch_interrupt.h diff --git a/arch/risc-v/k210/boot.S b/Ubiquitous/XiUOS/arch/risc-v/k210/boot.S similarity index 100% rename from arch/risc-v/k210/boot.S rename to Ubiquitous/XiUOS/arch/risc-v/k210/boot.S diff --git a/arch/risc-v/k210/interrupt.c b/Ubiquitous/XiUOS/arch/risc-v/k210/interrupt.c similarity index 100% rename from arch/risc-v/k210/interrupt.c rename to Ubiquitous/XiUOS/arch/risc-v/k210/interrupt.c diff --git a/arch/risc-v/k210/smp_support.c b/Ubiquitous/XiUOS/arch/risc-v/k210/smp_support.c similarity index 100% rename from arch/risc-v/k210/smp_support.c rename to Ubiquitous/XiUOS/arch/risc-v/k210/smp_support.c diff --git a/arch/risc-v/k210/tick.c b/Ubiquitous/XiUOS/arch/risc-v/k210/tick.c similarity index 100% rename from arch/risc-v/k210/tick.c rename to Ubiquitous/XiUOS/arch/risc-v/k210/tick.c diff --git a/arch/risc-v/k210/tick.h b/Ubiquitous/XiUOS/arch/risc-v/k210/tick.h similarity index 100% rename from arch/risc-v/k210/tick.h rename to Ubiquitous/XiUOS/arch/risc-v/k210/tick.h diff --git a/arch/risc-v/shared/Makefile b/Ubiquitous/XiUOS/arch/risc-v/shared/Makefile similarity index 100% rename from arch/risc-v/shared/Makefile rename to Ubiquitous/XiUOS/arch/risc-v/shared/Makefile diff --git a/arch/risc-v/shared/boot.h b/Ubiquitous/XiUOS/arch/risc-v/shared/boot.h similarity index 100% rename from arch/risc-v/shared/boot.h rename to Ubiquitous/XiUOS/arch/risc-v/shared/boot.h diff --git a/arch/risc-v/shared/kswitch.h b/Ubiquitous/XiUOS/arch/risc-v/shared/kswitch.h similarity index 100% rename from arch/risc-v/shared/kswitch.h rename to Ubiquitous/XiUOS/arch/risc-v/shared/kswitch.h diff --git a/arch/risc-v/shared/pmp.c b/Ubiquitous/XiUOS/arch/risc-v/shared/pmp.c similarity index 100% rename from arch/risc-v/shared/pmp.c rename to Ubiquitous/XiUOS/arch/risc-v/shared/pmp.c diff --git a/arch/risc-v/shared/pmp.h b/Ubiquitous/XiUOS/arch/risc-v/shared/pmp.h similarity index 100% rename from arch/risc-v/shared/pmp.h rename to Ubiquitous/XiUOS/arch/risc-v/shared/pmp.h diff --git a/arch/risc-v/shared/prepare_rhwstack.c b/Ubiquitous/XiUOS/arch/risc-v/shared/prepare_rhwstack.c similarity index 100% rename from arch/risc-v/shared/prepare_rhwstack.c rename to Ubiquitous/XiUOS/arch/risc-v/shared/prepare_rhwstack.c diff --git a/arch/risc-v/shared/rcontroller.h b/Ubiquitous/XiUOS/arch/risc-v/shared/rcontroller.h similarity index 100% rename from arch/risc-v/shared/rcontroller.h rename to Ubiquitous/XiUOS/arch/risc-v/shared/rcontroller.h diff --git a/arch/risc-v/shared/register_op.h b/Ubiquitous/XiUOS/arch/risc-v/shared/register_op.h similarity index 100% rename from arch/risc-v/shared/register_op.h rename to Ubiquitous/XiUOS/arch/risc-v/shared/register_op.h diff --git a/arch/risc-v/shared/register_para.h b/Ubiquitous/XiUOS/arch/risc-v/shared/register_para.h similarity index 100% rename from arch/risc-v/shared/register_para.h rename to Ubiquitous/XiUOS/arch/risc-v/shared/register_para.h diff --git a/arch/risc-v/shared/riscv64_switch.c b/Ubiquitous/XiUOS/arch/risc-v/shared/riscv64_switch.c similarity index 100% rename from arch/risc-v/shared/riscv64_switch.c rename to Ubiquitous/XiUOS/arch/risc-v/shared/riscv64_switch.c diff --git a/board/Makefile b/Ubiquitous/XiUOS/board/Makefile similarity index 100% rename from board/Makefile rename to Ubiquitous/XiUOS/board/Makefile diff --git a/board/aiit-arm32-board/.defconfig b/Ubiquitous/XiUOS/board/aiit-arm32-board/.defconfig similarity index 100% rename from board/aiit-arm32-board/.defconfig rename to Ubiquitous/XiUOS/board/aiit-arm32-board/.defconfig diff --git a/board/aiit-arm32-board/Kconfig b/Ubiquitous/XiUOS/board/aiit-arm32-board/Kconfig similarity index 100% rename from board/aiit-arm32-board/Kconfig rename to Ubiquitous/XiUOS/board/aiit-arm32-board/Kconfig diff --git a/board/aiit-arm32-board/Makefile b/Ubiquitous/XiUOS/board/aiit-arm32-board/Makefile similarity index 100% rename from board/aiit-arm32-board/Makefile rename to Ubiquitous/XiUOS/board/aiit-arm32-board/Makefile diff --git a/board/aiit-arm32-board/README.md b/Ubiquitous/XiUOS/board/aiit-arm32-board/README.md similarity index 100% rename from board/aiit-arm32-board/README.md rename to Ubiquitous/XiUOS/board/aiit-arm32-board/README.md diff --git a/board/aiit-arm32-board/aiit.jpg b/Ubiquitous/XiUOS/board/aiit-arm32-board/aiit.jpg similarity index 100% rename from board/aiit-arm32-board/aiit.jpg rename to Ubiquitous/XiUOS/board/aiit-arm32-board/aiit.jpg diff --git a/board/aiit-arm32-board/board.c b/Ubiquitous/XiUOS/board/aiit-arm32-board/board.c similarity index 100% rename from board/aiit-arm32-board/board.c rename to Ubiquitous/XiUOS/board/aiit-arm32-board/board.c diff --git a/board/aiit-arm32-board/board.h b/Ubiquitous/XiUOS/board/aiit-arm32-board/board.h similarity index 100% rename from board/aiit-arm32-board/board.h rename to Ubiquitous/XiUOS/board/aiit-arm32-board/board.h diff --git a/board/aiit-arm32-board/config.mk b/Ubiquitous/XiUOS/board/aiit-arm32-board/config.mk similarity index 100% rename from board/aiit-arm32-board/config.mk rename to Ubiquitous/XiUOS/board/aiit-arm32-board/config.mk diff --git a/board/aiit-arm32-board/include/arm_common_tables.h b/Ubiquitous/XiUOS/board/aiit-arm32-board/include/arm_common_tables.h similarity index 100% rename from board/aiit-arm32-board/include/arm_common_tables.h rename to Ubiquitous/XiUOS/board/aiit-arm32-board/include/arm_common_tables.h diff --git a/board/aiit-arm32-board/include/arm_const_structs.h b/Ubiquitous/XiUOS/board/aiit-arm32-board/include/arm_const_structs.h similarity index 100% rename from board/aiit-arm32-board/include/arm_const_structs.h rename to Ubiquitous/XiUOS/board/aiit-arm32-board/include/arm_const_structs.h diff --git a/board/aiit-arm32-board/include/arm_math.h b/Ubiquitous/XiUOS/board/aiit-arm32-board/include/arm_math.h similarity index 100% rename from board/aiit-arm32-board/include/arm_math.h rename to Ubiquitous/XiUOS/board/aiit-arm32-board/include/arm_math.h diff --git a/board/aiit-arm32-board/include/cmsis_armcc.h b/Ubiquitous/XiUOS/board/aiit-arm32-board/include/cmsis_armcc.h similarity index 100% rename from board/aiit-arm32-board/include/cmsis_armcc.h rename to Ubiquitous/XiUOS/board/aiit-arm32-board/include/cmsis_armcc.h diff --git a/board/aiit-arm32-board/include/cmsis_armcc_V6.h b/Ubiquitous/XiUOS/board/aiit-arm32-board/include/cmsis_armcc_V6.h similarity index 100% rename from board/aiit-arm32-board/include/cmsis_armcc_V6.h rename to Ubiquitous/XiUOS/board/aiit-arm32-board/include/cmsis_armcc_V6.h diff --git a/board/aiit-arm32-board/include/cmsis_gcc.h b/Ubiquitous/XiUOS/board/aiit-arm32-board/include/cmsis_gcc.h similarity index 100% rename from board/aiit-arm32-board/include/cmsis_gcc.h rename to Ubiquitous/XiUOS/board/aiit-arm32-board/include/cmsis_gcc.h diff --git a/board/aiit-arm32-board/include/cmsis_os.h b/Ubiquitous/XiUOS/board/aiit-arm32-board/include/cmsis_os.h similarity index 100% rename from board/aiit-arm32-board/include/cmsis_os.h rename to Ubiquitous/XiUOS/board/aiit-arm32-board/include/cmsis_os.h diff --git a/board/aiit-arm32-board/include/core_cm4.h b/Ubiquitous/XiUOS/board/aiit-arm32-board/include/core_cm4.h similarity index 100% rename from board/aiit-arm32-board/include/core_cm4.h rename to Ubiquitous/XiUOS/board/aiit-arm32-board/include/core_cm4.h diff --git a/board/aiit-arm32-board/include/core_cmFunc.h b/Ubiquitous/XiUOS/board/aiit-arm32-board/include/core_cmFunc.h similarity index 100% rename from board/aiit-arm32-board/include/core_cmFunc.h rename to Ubiquitous/XiUOS/board/aiit-arm32-board/include/core_cmFunc.h diff --git a/board/aiit-arm32-board/include/core_cmInstr.h b/Ubiquitous/XiUOS/board/aiit-arm32-board/include/core_cmInstr.h similarity index 100% rename from board/aiit-arm32-board/include/core_cmInstr.h rename to Ubiquitous/XiUOS/board/aiit-arm32-board/include/core_cmInstr.h diff --git a/board/aiit-arm32-board/include/core_cmSimd.h b/Ubiquitous/XiUOS/board/aiit-arm32-board/include/core_cmSimd.h similarity index 100% rename from board/aiit-arm32-board/include/core_cmSimd.h rename to Ubiquitous/XiUOS/board/aiit-arm32-board/include/core_cmSimd.h diff --git a/board/aiit-arm32-board/include/stm32f4xx.h b/Ubiquitous/XiUOS/board/aiit-arm32-board/include/stm32f4xx.h similarity index 100% rename from board/aiit-arm32-board/include/stm32f4xx.h rename to Ubiquitous/XiUOS/board/aiit-arm32-board/include/stm32f4xx.h diff --git a/board/aiit-arm32-board/include/system_stm32f4xx.h b/Ubiquitous/XiUOS/board/aiit-arm32-board/include/system_stm32f4xx.h similarity index 100% rename from board/aiit-arm32-board/include/system_stm32f4xx.h rename to Ubiquitous/XiUOS/board/aiit-arm32-board/include/system_stm32f4xx.h diff --git a/board/aiit-arm32-board/link.lds b/Ubiquitous/XiUOS/board/aiit-arm32-board/link.lds similarity index 100% rename from board/aiit-arm32-board/link.lds rename to Ubiquitous/XiUOS/board/aiit-arm32-board/link.lds diff --git a/board/aiit-arm32-board/link_userspace.lds b/Ubiquitous/XiUOS/board/aiit-arm32-board/link_userspace.lds similarity index 100% rename from board/aiit-arm32-board/link_userspace.lds rename to Ubiquitous/XiUOS/board/aiit-arm32-board/link_userspace.lds diff --git a/board/aiit-arm32-board/menu.png b/Ubiquitous/XiUOS/board/aiit-arm32-board/menu.png similarity index 100% rename from board/aiit-arm32-board/menu.png rename to Ubiquitous/XiUOS/board/aiit-arm32-board/menu.png diff --git a/board/aiit-arm32-board/shell.png b/Ubiquitous/XiUOS/board/aiit-arm32-board/shell.png similarity index 100% rename from board/aiit-arm32-board/shell.png rename to Ubiquitous/XiUOS/board/aiit-arm32-board/shell.png diff --git a/board/aiit-arm32-board/st-link.png b/Ubiquitous/XiUOS/board/aiit-arm32-board/st-link.png similarity index 100% rename from board/aiit-arm32-board/st-link.png rename to Ubiquitous/XiUOS/board/aiit-arm32-board/st-link.png diff --git a/board/aiit-arm32-board/third_party_driver/Kconfig b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/Kconfig similarity index 100% rename from board/aiit-arm32-board/third_party_driver/Kconfig rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/Kconfig diff --git a/board/aiit-arm32-board/third_party_driver/Makefile b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/Makefile similarity index 100% rename from board/aiit-arm32-board/third_party_driver/Makefile rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/Makefile diff --git a/board/aiit-arm32-board/third_party_driver/can/Kconfig b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/can/Kconfig similarity index 100% rename from board/aiit-arm32-board/third_party_driver/can/Kconfig rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/can/Kconfig diff --git a/board/aiit-arm32-board/third_party_driver/can/Makefile b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/can/Makefile similarity index 100% rename from board/aiit-arm32-board/third_party_driver/can/Makefile rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/can/Makefile diff --git a/board/aiit-arm32-board/third_party_driver/can/connect_can.c b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/can/connect_can.c similarity index 100% rename from board/aiit-arm32-board/third_party_driver/can/connect_can.c rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/can/connect_can.c diff --git a/board/aiit-arm32-board/third_party_driver/can/hardware_can.c b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/can/hardware_can.c similarity index 100% rename from board/aiit-arm32-board/third_party_driver/can/hardware_can.c rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/can/hardware_can.c diff --git a/board/aiit-arm32-board/third_party_driver/ch438/Kconfig b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/ch438/Kconfig similarity index 100% rename from board/aiit-arm32-board/third_party_driver/ch438/Kconfig rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/ch438/Kconfig diff --git a/board/aiit-arm32-board/third_party_driver/ch438/Makefile b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/ch438/Makefile similarity index 100% rename from board/aiit-arm32-board/third_party_driver/ch438/Makefile rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/ch438/Makefile diff --git a/board/aiit-arm32-board/third_party_driver/ch438/connect_ch438.c b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/ch438/connect_ch438.c similarity index 100% rename from board/aiit-arm32-board/third_party_driver/ch438/connect_ch438.c rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/ch438/connect_ch438.c diff --git a/board/aiit-arm32-board/third_party_driver/common/Kconfig b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/common/Kconfig similarity index 100% rename from board/aiit-arm32-board/third_party_driver/common/Kconfig rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/common/Kconfig diff --git a/board/aiit-arm32-board/third_party_driver/common/Makefile b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/common/Makefile similarity index 100% rename from board/aiit-arm32-board/third_party_driver/common/Makefile rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/common/Makefile diff --git a/board/aiit-arm32-board/third_party_driver/common/hardware_dma.c b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/common/hardware_dma.c similarity index 100% rename from board/aiit-arm32-board/third_party_driver/common/hardware_dma.c rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/common/hardware_dma.c diff --git a/board/aiit-arm32-board/third_party_driver/common/hardware_exti.c b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/common/hardware_exti.c similarity index 100% rename from board/aiit-arm32-board/third_party_driver/common/hardware_exti.c rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/common/hardware_exti.c diff --git a/board/aiit-arm32-board/third_party_driver/common/hardware_it.c b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/common/hardware_it.c similarity index 100% rename from board/aiit-arm32-board/third_party_driver/common/hardware_it.c rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/common/hardware_it.c diff --git a/board/aiit-arm32-board/third_party_driver/common/hardware_pwr.c b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/common/hardware_pwr.c similarity index 100% rename from board/aiit-arm32-board/third_party_driver/common/hardware_pwr.c rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/common/hardware_pwr.c diff --git a/board/aiit-arm32-board/third_party_driver/common/hardware_rcc.c b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/common/hardware_rcc.c similarity index 100% rename from board/aiit-arm32-board/third_party_driver/common/hardware_rcc.c rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/common/hardware_rcc.c diff --git a/board/aiit-arm32-board/third_party_driver/common/hardware_syscfg.c b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/common/hardware_syscfg.c similarity index 100% rename from board/aiit-arm32-board/third_party_driver/common/hardware_syscfg.c rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/common/hardware_syscfg.c diff --git a/board/aiit-arm32-board/third_party_driver/common/misc.c b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/common/misc.c similarity index 100% rename from board/aiit-arm32-board/third_party_driver/common/misc.c rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/common/misc.c diff --git a/board/aiit-arm32-board/third_party_driver/extmem/Kconfig b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/extmem/Kconfig similarity index 100% rename from board/aiit-arm32-board/third_party_driver/extmem/Kconfig rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/extmem/Kconfig diff --git a/board/aiit-arm32-board/third_party_driver/extmem/Makefile b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/extmem/Makefile similarity index 100% rename from board/aiit-arm32-board/third_party_driver/extmem/Makefile rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/extmem/Makefile diff --git a/board/aiit-arm32-board/third_party_driver/extmem/connect_fsmc.c b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/extmem/connect_fsmc.c similarity index 100% rename from board/aiit-arm32-board/third_party_driver/extmem/connect_fsmc.c rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/extmem/connect_fsmc.c diff --git a/board/aiit-arm32-board/third_party_driver/extmem/hardware_fsmc.c b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/extmem/hardware_fsmc.c similarity index 100% rename from board/aiit-arm32-board/third_party_driver/extmem/hardware_fsmc.c rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/extmem/hardware_fsmc.c diff --git a/board/aiit-arm32-board/third_party_driver/gpio/Kconfig b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/gpio/Kconfig similarity index 100% rename from board/aiit-arm32-board/third_party_driver/gpio/Kconfig rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/gpio/Kconfig diff --git a/board/aiit-arm32-board/third_party_driver/gpio/Makefile b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/gpio/Makefile similarity index 100% rename from board/aiit-arm32-board/third_party_driver/gpio/Makefile rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/gpio/Makefile diff --git a/board/aiit-arm32-board/third_party_driver/gpio/connect_gpio.c b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/gpio/connect_gpio.c similarity index 100% rename from board/aiit-arm32-board/third_party_driver/gpio/connect_gpio.c rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/gpio/connect_gpio.c diff --git a/board/aiit-arm32-board/third_party_driver/gpio/hardware_gpio.c b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/gpio/hardware_gpio.c similarity index 100% rename from board/aiit-arm32-board/third_party_driver/gpio/hardware_gpio.c rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/gpio/hardware_gpio.c diff --git a/board/aiit-arm32-board/third_party_driver/i2c/Kconfig b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/i2c/Kconfig similarity index 100% rename from board/aiit-arm32-board/third_party_driver/i2c/Kconfig rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/i2c/Kconfig diff --git a/board/aiit-arm32-board/third_party_driver/i2c/Makefile b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/i2c/Makefile similarity index 100% rename from board/aiit-arm32-board/third_party_driver/i2c/Makefile rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/i2c/Makefile diff --git a/board/aiit-arm32-board/third_party_driver/i2c/connect_i2c.c b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/i2c/connect_i2c.c similarity index 100% rename from board/aiit-arm32-board/third_party_driver/i2c/connect_i2c.c rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/i2c/connect_i2c.c diff --git a/board/aiit-arm32-board/third_party_driver/i2c/hardware_i2c.c b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/i2c/hardware_i2c.c similarity index 100% rename from board/aiit-arm32-board/third_party_driver/i2c/hardware_i2c.c rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/i2c/hardware_i2c.c diff --git a/board/aiit-arm32-board/third_party_driver/include/connect_can.h b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/connect_can.h similarity index 100% rename from board/aiit-arm32-board/third_party_driver/include/connect_can.h rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/connect_can.h diff --git a/board/aiit-arm32-board/third_party_driver/include/connect_ch438.h b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/connect_ch438.h similarity index 100% rename from board/aiit-arm32-board/third_party_driver/include/connect_ch438.h rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/connect_ch438.h diff --git a/board/aiit-arm32-board/third_party_driver/include/connect_fsmc.h b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/connect_fsmc.h similarity index 100% rename from board/aiit-arm32-board/third_party_driver/include/connect_fsmc.h rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/connect_fsmc.h diff --git a/board/aiit-arm32-board/third_party_driver/include/connect_gpio.h b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/connect_gpio.h similarity index 100% rename from board/aiit-arm32-board/third_party_driver/include/connect_gpio.h rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/connect_gpio.h diff --git a/board/aiit-arm32-board/third_party_driver/include/connect_hwtimer.h b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/connect_hwtimer.h similarity index 100% rename from board/aiit-arm32-board/third_party_driver/include/connect_hwtimer.h rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/connect_hwtimer.h diff --git a/board/aiit-arm32-board/third_party_driver/include/connect_i2c.h b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/connect_i2c.h similarity index 100% rename from board/aiit-arm32-board/third_party_driver/include/connect_i2c.h rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/connect_i2c.h diff --git a/board/aiit-arm32-board/third_party_driver/include/connect_rtc.h b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/connect_rtc.h similarity index 100% rename from board/aiit-arm32-board/third_party_driver/include/connect_rtc.h rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/connect_rtc.h diff --git a/board/aiit-arm32-board/third_party_driver/include/connect_sdio.h b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/connect_sdio.h similarity index 100% rename from board/aiit-arm32-board/third_party_driver/include/connect_sdio.h rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/connect_sdio.h diff --git a/board/aiit-arm32-board/third_party_driver/include/connect_spi.h b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/connect_spi.h similarity index 100% rename from board/aiit-arm32-board/third_party_driver/include/connect_spi.h rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/connect_spi.h diff --git a/board/aiit-arm32-board/third_party_driver/include/connect_spi_lora.h b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/connect_spi_lora.h similarity index 100% rename from board/aiit-arm32-board/third_party_driver/include/connect_spi_lora.h rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/connect_spi_lora.h diff --git a/board/aiit-arm32-board/third_party_driver/include/connect_touch.h b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/connect_touch.h similarity index 100% rename from board/aiit-arm32-board/third_party_driver/include/connect_touch.h rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/connect_touch.h diff --git a/board/aiit-arm32-board/third_party_driver/include/connect_usart.h b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/connect_usart.h similarity index 100% rename from board/aiit-arm32-board/third_party_driver/include/connect_usart.h rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/connect_usart.h diff --git a/board/aiit-arm32-board/third_party_driver/include/connect_usb.h b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/connect_usb.h similarity index 100% rename from board/aiit-arm32-board/third_party_driver/include/connect_usb.h rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/connect_usb.h diff --git a/board/aiit-arm32-board/third_party_driver/include/connect_wdg.h b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/connect_wdg.h similarity index 100% rename from board/aiit-arm32-board/third_party_driver/include/connect_wdg.h rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/connect_wdg.h diff --git a/board/aiit-arm32-board/third_party_driver/include/hardware_can.h b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_can.h similarity index 100% rename from board/aiit-arm32-board/third_party_driver/include/hardware_can.h rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_can.h diff --git a/board/aiit-arm32-board/third_party_driver/include/hardware_conf.h b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_conf.h similarity index 100% rename from board/aiit-arm32-board/third_party_driver/include/hardware_conf.h rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_conf.h diff --git a/board/aiit-arm32-board/third_party_driver/include/hardware_dac.h b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_dac.h similarity index 100% rename from board/aiit-arm32-board/third_party_driver/include/hardware_dac.h rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_dac.h diff --git a/board/aiit-arm32-board/third_party_driver/include/hardware_dbgmcu.h b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_dbgmcu.h similarity index 100% rename from board/aiit-arm32-board/third_party_driver/include/hardware_dbgmcu.h rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_dbgmcu.h diff --git a/board/aiit-arm32-board/third_party_driver/include/hardware_dma.h b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_dma.h similarity index 100% rename from board/aiit-arm32-board/third_party_driver/include/hardware_dma.h rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_dma.h diff --git a/board/aiit-arm32-board/third_party_driver/include/hardware_exti.h b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_exti.h similarity index 100% rename from board/aiit-arm32-board/third_party_driver/include/hardware_exti.h rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_exti.h diff --git a/board/aiit-arm32-board/third_party_driver/include/hardware_fsmc.h b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_fsmc.h similarity index 100% rename from board/aiit-arm32-board/third_party_driver/include/hardware_fsmc.h rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_fsmc.h diff --git a/board/aiit-arm32-board/third_party_driver/include/hardware_gpio.h b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_gpio.h similarity index 100% rename from board/aiit-arm32-board/third_party_driver/include/hardware_gpio.h rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_gpio.h diff --git a/board/aiit-arm32-board/third_party_driver/include/hardware_i2c.h b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_i2c.h similarity index 100% rename from board/aiit-arm32-board/third_party_driver/include/hardware_i2c.h rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_i2c.h diff --git a/board/aiit-arm32-board/third_party_driver/include/hardware_iwdg.h b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_iwdg.h similarity index 100% rename from board/aiit-arm32-board/third_party_driver/include/hardware_iwdg.h rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_iwdg.h diff --git a/board/aiit-arm32-board/third_party_driver/include/hardware_pwr.h b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_pwr.h similarity index 100% rename from board/aiit-arm32-board/third_party_driver/include/hardware_pwr.h rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_pwr.h diff --git a/board/aiit-arm32-board/third_party_driver/include/hardware_rcc.h b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_rcc.h similarity index 100% rename from board/aiit-arm32-board/third_party_driver/include/hardware_rcc.h rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_rcc.h diff --git a/board/aiit-arm32-board/third_party_driver/include/hardware_rtc.h b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_rtc.h similarity index 100% rename from board/aiit-arm32-board/third_party_driver/include/hardware_rtc.h rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_rtc.h diff --git a/board/aiit-arm32-board/third_party_driver/include/hardware_sdio.h b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_sdio.h similarity index 100% rename from board/aiit-arm32-board/third_party_driver/include/hardware_sdio.h rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_sdio.h diff --git a/board/aiit-arm32-board/third_party_driver/include/hardware_spi.h b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_spi.h similarity index 100% rename from board/aiit-arm32-board/third_party_driver/include/hardware_spi.h rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_spi.h diff --git a/board/aiit-arm32-board/third_party_driver/include/hardware_syscfg.h b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_syscfg.h similarity index 100% rename from board/aiit-arm32-board/third_party_driver/include/hardware_syscfg.h rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_syscfg.h diff --git a/board/aiit-arm32-board/third_party_driver/include/hardware_tim.h b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_tim.h similarity index 100% rename from board/aiit-arm32-board/third_party_driver/include/hardware_tim.h rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_tim.h diff --git a/board/aiit-arm32-board/third_party_driver/include/hardware_usart.h b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_usart.h similarity index 100% rename from board/aiit-arm32-board/third_party_driver/include/hardware_usart.h rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_usart.h diff --git a/board/aiit-arm32-board/third_party_driver/include/hardware_wwdg.h b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_wwdg.h similarity index 100% rename from board/aiit-arm32-board/third_party_driver/include/hardware_wwdg.h rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_wwdg.h diff --git a/board/aiit-arm32-board/third_party_driver/include/misc.h b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/misc.h similarity index 100% rename from board/aiit-arm32-board/third_party_driver/include/misc.h rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/misc.h diff --git a/board/aiit-arm32-board/third_party_driver/include/stm32_assert_template.h b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/stm32_assert_template.h similarity index 100% rename from board/aiit-arm32-board/third_party_driver/include/stm32_assert_template.h rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/stm32_assert_template.h diff --git a/board/aiit-arm32-board/third_party_driver/lcd/Kconfig b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/lcd/Kconfig similarity index 100% rename from board/aiit-arm32-board/third_party_driver/lcd/Kconfig rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/lcd/Kconfig diff --git a/board/aiit-arm32-board/third_party_driver/lcd/Makefile b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/lcd/Makefile similarity index 100% rename from board/aiit-arm32-board/third_party_driver/lcd/Makefile rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/lcd/Makefile diff --git a/board/aiit-arm32-board/third_party_driver/lcd/hardware_fsmc.c b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/lcd/hardware_fsmc.c similarity index 100% rename from board/aiit-arm32-board/third_party_driver/lcd/hardware_fsmc.c rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/lcd/hardware_fsmc.c diff --git a/board/aiit-arm32-board/third_party_driver/rtc/Kconfig b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/rtc/Kconfig similarity index 100% rename from board/aiit-arm32-board/third_party_driver/rtc/Kconfig rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/rtc/Kconfig diff --git a/board/aiit-arm32-board/third_party_driver/rtc/Makefile b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/rtc/Makefile similarity index 100% rename from board/aiit-arm32-board/third_party_driver/rtc/Makefile rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/rtc/Makefile diff --git a/board/aiit-arm32-board/third_party_driver/rtc/connect_rtc.c b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/rtc/connect_rtc.c similarity index 100% rename from board/aiit-arm32-board/third_party_driver/rtc/connect_rtc.c rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/rtc/connect_rtc.c diff --git a/board/aiit-arm32-board/third_party_driver/rtc/hardware_rtc.c b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/rtc/hardware_rtc.c similarity index 100% rename from board/aiit-arm32-board/third_party_driver/rtc/hardware_rtc.c rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/rtc/hardware_rtc.c diff --git a/board/aiit-arm32-board/third_party_driver/sdio/Kconfig b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/sdio/Kconfig similarity index 100% rename from board/aiit-arm32-board/third_party_driver/sdio/Kconfig rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/sdio/Kconfig diff --git a/board/aiit-arm32-board/third_party_driver/sdio/Makefile b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/sdio/Makefile similarity index 100% rename from board/aiit-arm32-board/third_party_driver/sdio/Makefile rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/sdio/Makefile diff --git a/board/aiit-arm32-board/third_party_driver/sdio/connect_sdio.c b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/sdio/connect_sdio.c similarity index 100% rename from board/aiit-arm32-board/third_party_driver/sdio/connect_sdio.c rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/sdio/connect_sdio.c diff --git a/board/aiit-arm32-board/third_party_driver/sdio/hardware_sdio.c b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/sdio/hardware_sdio.c similarity index 100% rename from board/aiit-arm32-board/third_party_driver/sdio/hardware_sdio.c rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/sdio/hardware_sdio.c diff --git a/board/aiit-arm32-board/third_party_driver/sdio/sdio_sd.c b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/sdio/sdio_sd.c similarity index 100% rename from board/aiit-arm32-board/third_party_driver/sdio/sdio_sd.c rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/sdio/sdio_sd.c diff --git a/board/aiit-arm32-board/third_party_driver/sdio/sdio_sd.h b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/sdio/sdio_sd.h similarity index 100% rename from board/aiit-arm32-board/third_party_driver/sdio/sdio_sd.h rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/sdio/sdio_sd.h diff --git a/board/aiit-arm32-board/third_party_driver/spi/Kconfig b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/Kconfig similarity index 100% rename from board/aiit-arm32-board/third_party_driver/spi/Kconfig rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/Kconfig diff --git a/board/aiit-arm32-board/third_party_driver/spi/Makefile b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/Makefile similarity index 100% rename from board/aiit-arm32-board/third_party_driver/spi/Makefile rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/Makefile diff --git a/board/aiit-arm32-board/third_party_driver/spi/connect_flash_spi.c b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/connect_flash_spi.c similarity index 100% rename from board/aiit-arm32-board/third_party_driver/spi/connect_flash_spi.c rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/connect_flash_spi.c diff --git a/board/aiit-arm32-board/third_party_driver/spi/connect_lora_spi.c b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/connect_lora_spi.c similarity index 100% rename from board/aiit-arm32-board/third_party_driver/spi/connect_lora_spi.c rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/connect_lora_spi.c diff --git a/board/aiit-arm32-board/third_party_driver/spi/connect_spi.c b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/connect_spi.c similarity index 100% rename from board/aiit-arm32-board/third_party_driver/spi/connect_spi.c rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/connect_spi.c diff --git a/board/aiit-arm32-board/third_party_driver/spi/hardware_spi.c b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/hardware_spi.c similarity index 100% rename from board/aiit-arm32-board/third_party_driver/spi/hardware_spi.c rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/hardware_spi.c diff --git a/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/Makefile b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/Makefile similarity index 100% rename from board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/Makefile rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/Makefile diff --git a/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/inc/spi_lora_sx12xx.h b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/inc/spi_lora_sx12xx.h similarity index 100% rename from board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/inc/spi_lora_sx12xx.h rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/inc/spi_lora_sx12xx.h diff --git a/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/ports/Makefile b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/ports/Makefile similarity index 100% rename from board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/ports/Makefile rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/ports/Makefile diff --git a/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/ports/sx12xx_device.c b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/ports/sx12xx_device.c similarity index 100% rename from board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/ports/sx12xx_device.c rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/ports/sx12xx_device.c diff --git a/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/Makefile b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/Makefile similarity index 100% rename from board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/Makefile rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/Makefile diff --git a/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/platform.h b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/platform.h similarity index 100% rename from board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/platform.h rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/platform.h diff --git a/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/radio.c b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/radio.c similarity index 100% rename from board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/radio.c rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/radio.c diff --git a/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/radio.h b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/radio.h similarity index 100% rename from board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/radio.h rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/radio.h diff --git a/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-Fsk.c b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-Fsk.c similarity index 100% rename from board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-Fsk.c rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-Fsk.c diff --git a/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-Fsk.h b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-Fsk.h similarity index 100% rename from board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-Fsk.h rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-Fsk.h diff --git a/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-FskMisc.c b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-FskMisc.c similarity index 100% rename from board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-FskMisc.c rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-FskMisc.c diff --git a/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-FskMisc.h b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-FskMisc.h similarity index 100% rename from board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-FskMisc.h rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-FskMisc.h diff --git a/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-Hal.h b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-Hal.h similarity index 100% rename from board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-Hal.h rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-Hal.h diff --git a/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRa.c b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRa.c similarity index 100% rename from board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRa.c rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRa.c diff --git a/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRa.h b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRa.h similarity index 100% rename from board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRa.h rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRa.h diff --git a/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRaMisc.c b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRaMisc.c similarity index 100% rename from board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRaMisc.c rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRaMisc.c diff --git a/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRaMisc.h b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRaMisc.h similarity index 100% rename from board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRaMisc.h rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRaMisc.h diff --git a/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276.c b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276.c similarity index 100% rename from board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276.c rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276.c diff --git a/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276.h b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276.h similarity index 100% rename from board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276.h rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276.h diff --git a/board/aiit-arm32-board/third_party_driver/timer/Kconfig b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/timer/Kconfig similarity index 100% rename from board/aiit-arm32-board/third_party_driver/timer/Kconfig rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/timer/Kconfig diff --git a/board/aiit-arm32-board/third_party_driver/timer/Makefile b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/timer/Makefile similarity index 100% rename from board/aiit-arm32-board/third_party_driver/timer/Makefile rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/timer/Makefile diff --git a/board/aiit-arm32-board/third_party_driver/timer/connect_hwtimer.c b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/timer/connect_hwtimer.c similarity index 100% rename from board/aiit-arm32-board/third_party_driver/timer/connect_hwtimer.c rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/timer/connect_hwtimer.c diff --git a/board/aiit-arm32-board/third_party_driver/timer/hardware_tim.c b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/timer/hardware_tim.c similarity index 100% rename from board/aiit-arm32-board/third_party_driver/timer/hardware_tim.c rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/timer/hardware_tim.c diff --git a/board/aiit-arm32-board/third_party_driver/touch/Kconfig b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/touch/Kconfig similarity index 100% rename from board/aiit-arm32-board/third_party_driver/touch/Kconfig rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/touch/Kconfig diff --git a/board/aiit-arm32-board/third_party_driver/touch/Makefile b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/touch/Makefile similarity index 100% rename from board/aiit-arm32-board/third_party_driver/touch/Makefile rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/touch/Makefile diff --git a/board/aiit-arm32-board/third_party_driver/touch/connect_touch.c b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/touch/connect_touch.c similarity index 100% rename from board/aiit-arm32-board/third_party_driver/touch/connect_touch.c rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/touch/connect_touch.c diff --git a/board/aiit-arm32-board/third_party_driver/uart/Kconfig b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/uart/Kconfig similarity index 100% rename from board/aiit-arm32-board/third_party_driver/uart/Kconfig rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/uart/Kconfig diff --git a/board/aiit-arm32-board/third_party_driver/uart/Makefile b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/uart/Makefile similarity index 100% rename from board/aiit-arm32-board/third_party_driver/uart/Makefile rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/uart/Makefile diff --git a/board/aiit-arm32-board/third_party_driver/uart/connect_usart.c b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/uart/connect_usart.c similarity index 100% rename from board/aiit-arm32-board/third_party_driver/uart/connect_usart.c rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/uart/connect_usart.c diff --git a/board/aiit-arm32-board/third_party_driver/uart/hardware_usart.c b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/uart/hardware_usart.c similarity index 100% rename from board/aiit-arm32-board/third_party_driver/uart/hardware_usart.c rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/uart/hardware_usart.c diff --git a/board/aiit-arm32-board/third_party_driver/usb/Kconfig b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/Kconfig similarity index 100% rename from board/aiit-arm32-board/third_party_driver/usb/Kconfig rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/Kconfig diff --git a/board/aiit-arm32-board/third_party_driver/usb/Makefile b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/Makefile similarity index 100% rename from board/aiit-arm32-board/third_party_driver/usb/Makefile rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/Makefile diff --git a/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/Release_Notes.html b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/Release_Notes.html similarity index 100% rename from board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/Release_Notes.html rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/Release_Notes.html diff --git a/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_bsp.h b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_bsp.h similarity index 100% rename from board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_bsp.h rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_bsp.h diff --git a/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_conf.h b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_conf.h similarity index 100% rename from board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_conf.h rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_conf.h diff --git a/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_conf_template.h b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_conf_template.h similarity index 100% rename from board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_conf_template.h rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_conf_template.h diff --git a/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_core.h b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_core.h similarity index 100% rename from board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_core.h rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_core.h diff --git a/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_dcd.h b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_dcd.h similarity index 100% rename from board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_dcd.h rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_dcd.h diff --git a/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_dcd_int.h b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_dcd_int.h similarity index 100% rename from board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_dcd_int.h rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_dcd_int.h diff --git a/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_defines.h b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_defines.h similarity index 100% rename from board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_defines.h rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_defines.h diff --git a/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_hcd.h b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_hcd.h similarity index 100% rename from board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_hcd.h rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_hcd.h diff --git a/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_hcd_int.h b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_hcd_int.h similarity index 100% rename from board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_hcd_int.h rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_hcd_int.h diff --git a/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_otg.h b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_otg.h similarity index 100% rename from board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_otg.h rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_otg.h diff --git a/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_regs.h b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_regs.h similarity index 100% rename from board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_regs.h rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_regs.h diff --git a/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_bsp_template.c b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_bsp_template.c similarity index 100% rename from board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_bsp_template.c rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_bsp_template.c diff --git a/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_core.c b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_core.c similarity index 100% rename from board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_core.c rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_core.c diff --git a/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_dcd.c b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_dcd.c similarity index 100% rename from board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_dcd.c rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_dcd.c diff --git a/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_dcd_int.c b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_dcd_int.c similarity index 100% rename from board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_dcd_int.c rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_dcd_int.c diff --git a/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_hcd.c b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_hcd.c similarity index 100% rename from board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_hcd.c rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_hcd.c diff --git a/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_hcd_int.c b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_hcd_int.c similarity index 100% rename from board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_hcd_int.c rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_hcd_int.c diff --git a/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_otg.c b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_otg.c similarity index 100% rename from board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_otg.c rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_otg.c diff --git a/board/aiit-arm32-board/third_party_driver/usb/connect_usb.c b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/connect_usb.c similarity index 100% rename from board/aiit-arm32-board/third_party_driver/usb/connect_usb.c rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/connect_usb.c diff --git a/board/aiit-arm32-board/third_party_driver/usb/usb_bsp.c b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/usb_bsp.c similarity index 100% rename from board/aiit-arm32-board/third_party_driver/usb/usb_bsp.c rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/usb_bsp.c diff --git a/board/aiit-arm32-board/third_party_driver/usb/usbh.c b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/usbh.c similarity index 100% rename from board/aiit-arm32-board/third_party_driver/usb/usbh.c rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/usbh.c diff --git a/board/aiit-arm32-board/third_party_driver/watchdog/Kconfig b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/watchdog/Kconfig similarity index 100% rename from board/aiit-arm32-board/third_party_driver/watchdog/Kconfig rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/watchdog/Kconfig diff --git a/board/aiit-arm32-board/third_party_driver/watchdog/Makefile b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/watchdog/Makefile similarity index 100% rename from board/aiit-arm32-board/third_party_driver/watchdog/Makefile rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/watchdog/Makefile diff --git a/board/aiit-arm32-board/third_party_driver/watchdog/connect_wdg.c b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/watchdog/connect_wdg.c similarity index 100% rename from board/aiit-arm32-board/third_party_driver/watchdog/connect_wdg.c rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/watchdog/connect_wdg.c diff --git a/board/aiit-arm32-board/third_party_driver/watchdog/hardware_wdg.c b/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/watchdog/hardware_wdg.c similarity index 100% rename from board/aiit-arm32-board/third_party_driver/watchdog/hardware_wdg.c rename to Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/watchdog/hardware_wdg.c diff --git a/board/aiit-riscv64-board/.defconfig b/Ubiquitous/XiUOS/board/aiit-riscv64-board/.defconfig similarity index 100% rename from board/aiit-riscv64-board/.defconfig rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/.defconfig diff --git a/board/aiit-riscv64-board/Kconfig b/Ubiquitous/XiUOS/board/aiit-riscv64-board/Kconfig similarity index 100% rename from board/aiit-riscv64-board/Kconfig rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/Kconfig diff --git a/board/aiit-riscv64-board/Makefile b/Ubiquitous/XiUOS/board/aiit-riscv64-board/Makefile similarity index 100% rename from board/aiit-riscv64-board/Makefile rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/Makefile diff --git a/board/aiit-riscv64-board/README.md b/Ubiquitous/XiUOS/board/aiit-riscv64-board/README.md similarity index 100% rename from board/aiit-riscv64-board/README.md rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/README.md diff --git a/board/aiit-riscv64-board/board.c b/Ubiquitous/XiUOS/board/aiit-riscv64-board/board.c similarity index 100% rename from board/aiit-riscv64-board/board.c rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/board.c diff --git a/board/aiit-riscv64-board/board.h b/Ubiquitous/XiUOS/board/aiit-riscv64-board/board.h similarity index 100% rename from board/aiit-riscv64-board/board.h rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/board.h diff --git a/board/aiit-riscv64-board/config.mk b/Ubiquitous/XiUOS/board/aiit-riscv64-board/config.mk similarity index 100% rename from board/aiit-riscv64-board/config.mk rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/config.mk diff --git a/board/aiit-riscv64-board/img/aiit_riscv64_board.png b/Ubiquitous/XiUOS/board/aiit-riscv64-board/img/aiit_riscv64_board.png similarity index 100% rename from board/aiit-riscv64-board/img/aiit_riscv64_board.png rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/img/aiit_riscv64_board.png diff --git a/board/aiit-riscv64-board/img/terminal.png b/Ubiquitous/XiUOS/board/aiit-riscv64-board/img/terminal.png similarity index 100% rename from board/aiit-riscv64-board/img/terminal.png rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/img/terminal.png diff --git a/board/aiit-riscv64-board/include/atomic.h b/Ubiquitous/XiUOS/board/aiit-riscv64-board/include/atomic.h similarity index 100% rename from board/aiit-riscv64-board/include/atomic.h rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/include/atomic.h diff --git a/board/aiit-riscv64-board/include/bsp.h b/Ubiquitous/XiUOS/board/aiit-riscv64-board/include/bsp.h similarity index 100% rename from board/aiit-riscv64-board/include/bsp.h rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/include/bsp.h diff --git a/board/aiit-riscv64-board/include/dump.h b/Ubiquitous/XiUOS/board/aiit-riscv64-board/include/dump.h similarity index 100% rename from board/aiit-riscv64-board/include/dump.h rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/include/dump.h diff --git a/board/aiit-riscv64-board/include/encoding.h b/Ubiquitous/XiUOS/board/aiit-riscv64-board/include/encoding.h similarity index 100% rename from board/aiit-riscv64-board/include/encoding.h rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/include/encoding.h diff --git a/board/aiit-riscv64-board/include/entry.h b/Ubiquitous/XiUOS/board/aiit-riscv64-board/include/entry.h similarity index 100% rename from board/aiit-riscv64-board/include/entry.h rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/include/entry.h diff --git a/board/aiit-riscv64-board/include/interrupt.h b/Ubiquitous/XiUOS/board/aiit-riscv64-board/include/interrupt.h similarity index 100% rename from board/aiit-riscv64-board/include/interrupt.h rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/include/interrupt.h diff --git a/board/aiit-riscv64-board/include/platform.h b/Ubiquitous/XiUOS/board/aiit-riscv64-board/include/platform.h similarity index 100% rename from board/aiit-riscv64-board/include/platform.h rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/include/platform.h diff --git a/board/aiit-riscv64-board/include/printf.h b/Ubiquitous/XiUOS/board/aiit-riscv64-board/include/printf.h similarity index 100% rename from board/aiit-riscv64-board/include/printf.h rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/include/printf.h diff --git a/board/aiit-riscv64-board/include/sleep.h b/Ubiquitous/XiUOS/board/aiit-riscv64-board/include/sleep.h similarity index 100% rename from board/aiit-riscv64-board/include/sleep.h rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/include/sleep.h diff --git a/board/aiit-riscv64-board/include/syscalls.h b/Ubiquitous/XiUOS/board/aiit-riscv64-board/include/syscalls.h similarity index 100% rename from board/aiit-riscv64-board/include/syscalls.h rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/include/syscalls.h diff --git a/board/aiit-riscv64-board/include/syslog.h b/Ubiquitous/XiUOS/board/aiit-riscv64-board/include/syslog.h similarity index 100% rename from board/aiit-riscv64-board/include/syslog.h rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/include/syslog.h diff --git a/board/aiit-riscv64-board/include/util.h b/Ubiquitous/XiUOS/board/aiit-riscv64-board/include/util.h similarity index 100% rename from board/aiit-riscv64-board/include/util.h rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/include/util.h diff --git a/board/aiit-riscv64-board/link.lds b/Ubiquitous/XiUOS/board/aiit-riscv64-board/link.lds similarity index 100% rename from board/aiit-riscv64-board/link.lds rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/link.lds diff --git a/board/aiit-riscv64-board/link_userspace.lds b/Ubiquitous/XiUOS/board/aiit-riscv64-board/link_userspace.lds similarity index 100% rename from board/aiit-riscv64-board/link_userspace.lds rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/link_userspace.lds diff --git a/board/aiit-riscv64-board/third_party_driver/Kconfig b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/Kconfig similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/Kconfig rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/Kconfig diff --git a/board/aiit-riscv64-board/third_party_driver/Makefile b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/Makefile similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/Makefile rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/Makefile diff --git a/board/aiit-riscv64-board/third_party_driver/ch376/Kconfig b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/ch376/Kconfig similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/ch376/Kconfig rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/ch376/Kconfig diff --git a/board/aiit-riscv64-board/third_party_driver/ch376/Makefile b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/ch376/Makefile similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/ch376/Makefile rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/ch376/Makefile diff --git a/board/aiit-riscv64-board/third_party_driver/ch376/connect_ch376.c b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/ch376/connect_ch376.c similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/ch376/connect_ch376.c rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/ch376/connect_ch376.c diff --git a/board/aiit-riscv64-board/third_party_driver/ch438/Kconfig b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/ch438/Kconfig similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/ch438/Kconfig rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/ch438/Kconfig diff --git a/board/aiit-riscv64-board/third_party_driver/ch438/Makefile b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/ch438/Makefile similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/ch438/Makefile rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/ch438/Makefile diff --git a/board/aiit-riscv64-board/third_party_driver/ch438/connect_ch438.c b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/ch438/connect_ch438.c similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/ch438/connect_ch438.c rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/ch438/connect_ch438.c diff --git a/board/aiit-riscv64-board/third_party_driver/dma/Kconfig b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/dma/Kconfig similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/dma/Kconfig rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/dma/Kconfig diff --git a/board/aiit-riscv64-board/third_party_driver/dma/Makefile b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/dma/Makefile similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/dma/Makefile rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/dma/Makefile diff --git a/board/aiit-riscv64-board/third_party_driver/dma/dmac.c b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/dma/dmac.c similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/dma/dmac.c rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/dma/dmac.c diff --git a/board/aiit-riscv64-board/third_party_driver/gpio/Kconfig b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/gpio/Kconfig similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/gpio/Kconfig rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/gpio/Kconfig diff --git a/board/aiit-riscv64-board/third_party_driver/gpio/Makefile b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/gpio/Makefile similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/gpio/Makefile rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/gpio/Makefile diff --git a/board/aiit-riscv64-board/third_party_driver/gpio/connect_gpio.c b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/gpio/connect_gpio.c similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/gpio/connect_gpio.c rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/gpio/connect_gpio.c diff --git a/board/aiit-riscv64-board/third_party_driver/gpio/drv_io_config.c b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/gpio/drv_io_config.c similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/gpio/drv_io_config.c rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/gpio/drv_io_config.c diff --git a/board/aiit-riscv64-board/third_party_driver/gpio/fpioa.c b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/gpio/fpioa.c similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/gpio/fpioa.c rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/gpio/fpioa.c diff --git a/board/aiit-riscv64-board/third_party_driver/gpio/gpio.c b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/gpio/gpio.c similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/gpio/gpio.c rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/gpio/gpio.c diff --git a/board/aiit-riscv64-board/third_party_driver/gpio/gpiohs.c b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/gpio/gpiohs.c similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/gpio/gpiohs.c rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/gpio/gpiohs.c diff --git a/board/aiit-riscv64-board/third_party_driver/gpio/utils.c b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/gpio/utils.c similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/gpio/utils.c rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/gpio/utils.c diff --git a/board/aiit-riscv64-board/third_party_driver/i2c/Kconfig b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/i2c/Kconfig similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/i2c/Kconfig rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/i2c/Kconfig diff --git a/board/aiit-riscv64-board/third_party_driver/i2c/Makefile b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/i2c/Makefile similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/i2c/Makefile rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/i2c/Makefile diff --git a/board/aiit-riscv64-board/third_party_driver/i2c/connect_i2c.c b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/i2c/connect_i2c.c similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/i2c/connect_i2c.c rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/i2c/connect_i2c.c diff --git a/board/aiit-riscv64-board/third_party_driver/i2c/hardware_i2c.c b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/i2c/hardware_i2c.c similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/i2c/hardware_i2c.c rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/i2c/hardware_i2c.c diff --git a/board/aiit-riscv64-board/third_party_driver/include/clint.h b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/clint.h similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/include/clint.h rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/clint.h diff --git a/board/aiit-riscv64-board/third_party_driver/include/connect_ch376.h b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/connect_ch376.h similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/include/connect_ch376.h rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/connect_ch376.h diff --git a/board/aiit-riscv64-board/third_party_driver/include/connect_ch438.h b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/connect_ch438.h similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/include/connect_ch438.h rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/connect_ch438.h diff --git a/board/aiit-riscv64-board/third_party_driver/include/connect_gpio.h b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/connect_gpio.h similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/include/connect_gpio.h rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/connect_gpio.h diff --git a/board/aiit-riscv64-board/third_party_driver/include/connect_hwtimer.h b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/connect_hwtimer.h similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/include/connect_hwtimer.h rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/connect_hwtimer.h diff --git a/board/aiit-riscv64-board/third_party_driver/include/connect_i2c.h b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/connect_i2c.h similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/include/connect_i2c.h rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/connect_i2c.h diff --git a/board/aiit-riscv64-board/third_party_driver/include/connect_lcd.h b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/connect_lcd.h similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/include/connect_lcd.h rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/connect_lcd.h diff --git a/board/aiit-riscv64-board/third_party_driver/include/connect_rtc.h b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/connect_rtc.h similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/include/connect_rtc.h rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/connect_rtc.h diff --git a/board/aiit-riscv64-board/third_party_driver/include/connect_spi.h b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/connect_spi.h similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/include/connect_spi.h rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/connect_spi.h diff --git a/board/aiit-riscv64-board/third_party_driver/include/connect_spi_lora.h b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/connect_spi_lora.h similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/include/connect_spi_lora.h rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/connect_spi_lora.h diff --git a/board/aiit-riscv64-board/third_party_driver/include/connect_touch.h b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/connect_touch.h similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/include/connect_touch.h rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/connect_touch.h diff --git a/board/aiit-riscv64-board/third_party_driver/include/connect_uart.h b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/connect_uart.h similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/include/connect_uart.h rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/connect_uart.h diff --git a/board/aiit-riscv64-board/third_party_driver/include/connect_wdt.h b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/connect_wdt.h similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/include/connect_wdt.h rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/connect_wdt.h diff --git a/board/aiit-riscv64-board/third_party_driver/include/dmac.h b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/dmac.h similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/include/dmac.h rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/dmac.h diff --git a/board/aiit-riscv64-board/third_party_driver/include/drv_io_config.h b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/drv_io_config.h similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/include/drv_io_config.h rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/drv_io_config.h diff --git a/board/aiit-riscv64-board/third_party_driver/include/dvp.h b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/dvp.h similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/include/dvp.h rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/dvp.h diff --git a/board/aiit-riscv64-board/third_party_driver/include/font.h b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/font.h similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/include/font.h rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/font.h diff --git a/board/aiit-riscv64-board/third_party_driver/include/fpioa.h b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/fpioa.h similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/include/fpioa.h rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/fpioa.h diff --git a/board/aiit-riscv64-board/third_party_driver/include/gpio.h b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/gpio.h similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/include/gpio.h rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/gpio.h diff --git a/board/aiit-riscv64-board/third_party_driver/include/gpio_common.h b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/gpio_common.h similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/include/gpio_common.h rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/gpio_common.h diff --git a/board/aiit-riscv64-board/third_party_driver/include/gpiohs.h b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/gpiohs.h similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/include/gpiohs.h rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/gpiohs.h diff --git a/board/aiit-riscv64-board/third_party_driver/include/graphic.h b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/graphic.h similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/include/graphic.h rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/graphic.h diff --git a/board/aiit-riscv64-board/third_party_driver/include/hardware_hwtimer.h b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/hardware_hwtimer.h similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/include/hardware_hwtimer.h rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/hardware_hwtimer.h diff --git a/board/aiit-riscv64-board/third_party_driver/include/hardware_i2c.h b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/hardware_i2c.h similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/include/hardware_i2c.h rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/hardware_i2c.h diff --git a/board/aiit-riscv64-board/third_party_driver/include/hardware_rtc.h b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/hardware_rtc.h similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/include/hardware_rtc.h rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/hardware_rtc.h diff --git a/board/aiit-riscv64-board/third_party_driver/include/hardware_spi.h b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/hardware_spi.h similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/include/hardware_spi.h rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/hardware_spi.h diff --git a/board/aiit-riscv64-board/third_party_driver/include/hardware_uart.h b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/hardware_uart.h similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/include/hardware_uart.h rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/hardware_uart.h diff --git a/board/aiit-riscv64-board/third_party_driver/include/hardware_uarths.h b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/hardware_uarths.h similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/include/hardware_uarths.h rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/hardware_uarths.h diff --git a/board/aiit-riscv64-board/third_party_driver/include/io.h b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/io.h similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/include/io.h rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/io.h diff --git a/board/aiit-riscv64-board/third_party_driver/include/plic.h b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/plic.h similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/include/plic.h rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/plic.h diff --git a/board/aiit-riscv64-board/third_party_driver/include/sysctl.h b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/sysctl.h similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/include/sysctl.h rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/sysctl.h diff --git a/board/aiit-riscv64-board/third_party_driver/include/utils.h b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/utils.h similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/include/utils.h rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/utils.h diff --git a/board/aiit-riscv64-board/third_party_driver/include/wdt.h b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/wdt.h similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/include/wdt.h rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/wdt.h diff --git a/board/aiit-riscv64-board/third_party_driver/lcd/Kconfig b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/lcd/Kconfig similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/lcd/Kconfig rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/lcd/Kconfig diff --git a/board/aiit-riscv64-board/third_party_driver/lcd/Makefile b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/lcd/Makefile similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/lcd/Makefile rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/lcd/Makefile diff --git a/board/aiit-riscv64-board/third_party_driver/lcd/connect_lcd.c b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/lcd/connect_lcd.c similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/lcd/connect_lcd.c rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/lcd/connect_lcd.c diff --git a/board/aiit-riscv64-board/third_party_driver/plic/Kconfig b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/plic/Kconfig similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/plic/Kconfig rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/plic/Kconfig diff --git a/board/aiit-riscv64-board/third_party_driver/plic/Makefile b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/plic/Makefile similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/plic/Makefile rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/plic/Makefile diff --git a/board/aiit-riscv64-board/third_party_driver/plic/clint.c b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/plic/clint.c similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/plic/clint.c rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/plic/clint.c diff --git a/board/aiit-riscv64-board/third_party_driver/plic/drv_interrupt.c b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/plic/drv_interrupt.c similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/plic/drv_interrupt.c rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/plic/drv_interrupt.c diff --git a/board/aiit-riscv64-board/third_party_driver/plic/plic.c b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/plic/plic.c similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/plic/plic.c rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/plic/plic.c diff --git a/board/aiit-riscv64-board/third_party_driver/rtc/Kconfig b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/rtc/Kconfig similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/rtc/Kconfig rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/rtc/Kconfig diff --git a/board/aiit-riscv64-board/third_party_driver/rtc/Makefile b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/rtc/Makefile similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/rtc/Makefile rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/rtc/Makefile diff --git a/board/aiit-riscv64-board/third_party_driver/rtc/connect_rtc.c b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/rtc/connect_rtc.c similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/rtc/connect_rtc.c rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/rtc/connect_rtc.c diff --git a/board/aiit-riscv64-board/third_party_driver/rtc/hardware_rtc.c b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/rtc/hardware_rtc.c similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/rtc/hardware_rtc.c rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/rtc/hardware_rtc.c diff --git a/board/aiit-riscv64-board/third_party_driver/sleep.c b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/sleep.c similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/sleep.c rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/sleep.c diff --git a/board/aiit-riscv64-board/third_party_driver/spi/Kconfig b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/Kconfig similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/spi/Kconfig rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/Kconfig diff --git a/board/aiit-riscv64-board/third_party_driver/spi/Makefile b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/Makefile similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/spi/Makefile rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/Makefile diff --git a/board/aiit-riscv64-board/third_party_driver/spi/connect_lora_spi.c b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/connect_lora_spi.c similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/spi/connect_lora_spi.c rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/connect_lora_spi.c diff --git a/board/aiit-riscv64-board/third_party_driver/spi/connect_spi.c b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/connect_spi.c similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/spi/connect_spi.c rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/connect_spi.c diff --git a/board/aiit-riscv64-board/third_party_driver/spi/hardware_spi.c b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/hardware_spi.c similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/spi/hardware_spi.c rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/hardware_spi.c diff --git a/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/Makefile b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/Makefile similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/Makefile rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/Makefile diff --git a/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/inc/spi_lora_sx12xx.h b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/inc/spi_lora_sx12xx.h similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/inc/spi_lora_sx12xx.h rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/inc/spi_lora_sx12xx.h diff --git a/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/ports/Makefile b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/ports/Makefile similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/ports/Makefile rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/ports/Makefile diff --git a/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/ports/sx12xx_device.c b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/ports/sx12xx_device.c similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/ports/sx12xx_device.c rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/ports/sx12xx_device.c diff --git a/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/Makefile b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/Makefile similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/Makefile rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/Makefile diff --git a/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/platform.h b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/platform.h similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/platform.h rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/platform.h diff --git a/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/radio.c b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/radio.c similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/radio.c rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/radio.c diff --git a/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/radio.h b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/radio.h similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/radio.h rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/radio.h diff --git a/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-Fsk.c b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-Fsk.c similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-Fsk.c rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-Fsk.c diff --git a/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-Fsk.h b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-Fsk.h similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-Fsk.h rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-Fsk.h diff --git a/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-FskMisc.c b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-FskMisc.c similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-FskMisc.c rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-FskMisc.c diff --git a/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-FskMisc.h b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-FskMisc.h similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-FskMisc.h rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-FskMisc.h diff --git a/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-Hal.h b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-Hal.h similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-Hal.h rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-Hal.h diff --git a/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRa.c b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRa.c similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRa.c rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRa.c diff --git a/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRa.h b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRa.h similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRa.h rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRa.h diff --git a/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRaMisc.c b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRaMisc.c similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRaMisc.c rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRaMisc.c diff --git a/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRaMisc.h b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRaMisc.h similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRaMisc.h rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRaMisc.h diff --git a/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276.c b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276.c similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276.c rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276.c diff --git a/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276.h b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276.h similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276.h rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276.h diff --git a/board/aiit-riscv64-board/third_party_driver/sys_clock/Kconfig b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/sys_clock/Kconfig similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/sys_clock/Kconfig rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/sys_clock/Kconfig diff --git a/board/aiit-riscv64-board/third_party_driver/sys_clock/Makefile b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/sys_clock/Makefile similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/sys_clock/Makefile rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/sys_clock/Makefile diff --git a/board/aiit-riscv64-board/third_party_driver/sys_clock/sysctl.c b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/sys_clock/sysctl.c similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/sys_clock/sysctl.c rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/sys_clock/sysctl.c diff --git a/board/aiit-riscv64-board/third_party_driver/timer/Kconfig b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/timer/Kconfig similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/timer/Kconfig rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/timer/Kconfig diff --git a/board/aiit-riscv64-board/third_party_driver/timer/Makefile b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/timer/Makefile similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/timer/Makefile rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/timer/Makefile diff --git a/board/aiit-riscv64-board/third_party_driver/timer/connect_hwtimer.c b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/timer/connect_hwtimer.c similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/timer/connect_hwtimer.c rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/timer/connect_hwtimer.c diff --git a/board/aiit-riscv64-board/third_party_driver/timer/hardware_hwtimer.c b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/timer/hardware_hwtimer.c similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/timer/hardware_hwtimer.c rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/timer/hardware_hwtimer.c diff --git a/board/aiit-riscv64-board/third_party_driver/touch/Kconfig b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/touch/Kconfig similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/touch/Kconfig rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/touch/Kconfig diff --git a/board/aiit-riscv64-board/third_party_driver/touch/Makefile b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/touch/Makefile similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/touch/Makefile rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/touch/Makefile diff --git a/board/aiit-riscv64-board/third_party_driver/touch/connect_touch.c b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/touch/connect_touch.c similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/touch/connect_touch.c rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/touch/connect_touch.c diff --git a/board/aiit-riscv64-board/third_party_driver/uart/Kconfig b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/uart/Kconfig similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/uart/Kconfig rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/uart/Kconfig diff --git a/board/aiit-riscv64-board/third_party_driver/uart/Makefile b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/uart/Makefile similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/uart/Makefile rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/uart/Makefile diff --git a/board/aiit-riscv64-board/third_party_driver/uart/connect_uart.c b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/uart/connect_uart.c similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/uart/connect_uart.c rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/uart/connect_uart.c diff --git a/board/aiit-riscv64-board/third_party_driver/uart/hardware_uart.c b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/uart/hardware_uart.c similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/uart/hardware_uart.c rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/uart/hardware_uart.c diff --git a/board/aiit-riscv64-board/third_party_driver/uart/hardware_uarths.c b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/uart/hardware_uarths.c similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/uart/hardware_uarths.c rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/uart/hardware_uarths.c diff --git a/board/aiit-riscv64-board/third_party_driver/watchdog/Kconfig b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/watchdog/Kconfig similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/watchdog/Kconfig rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/watchdog/Kconfig diff --git a/board/aiit-riscv64-board/third_party_driver/watchdog/Makefile b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/watchdog/Makefile similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/watchdog/Makefile rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/watchdog/Makefile diff --git a/board/aiit-riscv64-board/third_party_driver/watchdog/connect_wdt.c b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/watchdog/connect_wdt.c similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/watchdog/connect_wdt.c rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/watchdog/connect_wdt.c diff --git a/board/aiit-riscv64-board/third_party_driver/watchdog/wdt.c b/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/watchdog/wdt.c similarity index 100% rename from board/aiit-riscv64-board/third_party_driver/watchdog/wdt.c rename to Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/watchdog/wdt.c diff --git a/board/cortex-m3-emulator/.defconfig b/Ubiquitous/XiUOS/board/cortex-m3-emulator/.defconfig similarity index 100% rename from board/cortex-m3-emulator/.defconfig rename to Ubiquitous/XiUOS/board/cortex-m3-emulator/.defconfig diff --git a/board/cortex-m3-emulator/Kconfig b/Ubiquitous/XiUOS/board/cortex-m3-emulator/Kconfig similarity index 100% rename from board/cortex-m3-emulator/Kconfig rename to Ubiquitous/XiUOS/board/cortex-m3-emulator/Kconfig diff --git a/board/cortex-m3-emulator/Makefile b/Ubiquitous/XiUOS/board/cortex-m3-emulator/Makefile similarity index 100% rename from board/cortex-m3-emulator/Makefile rename to Ubiquitous/XiUOS/board/cortex-m3-emulator/Makefile diff --git a/board/cortex-m3-emulator/README.md b/Ubiquitous/XiUOS/board/cortex-m3-emulator/README.md similarity index 100% rename from board/cortex-m3-emulator/README.md rename to Ubiquitous/XiUOS/board/cortex-m3-emulator/README.md diff --git a/board/cortex-m3-emulator/board.c b/Ubiquitous/XiUOS/board/cortex-m3-emulator/board.c similarity index 100% rename from board/cortex-m3-emulator/board.c rename to Ubiquitous/XiUOS/board/cortex-m3-emulator/board.c diff --git a/board/cortex-m3-emulator/board.h b/Ubiquitous/XiUOS/board/cortex-m3-emulator/board.h similarity index 100% rename from board/cortex-m3-emulator/board.h rename to Ubiquitous/XiUOS/board/cortex-m3-emulator/board.h diff --git a/board/cortex-m3-emulator/config.mk b/Ubiquitous/XiUOS/board/cortex-m3-emulator/config.mk similarity index 100% rename from board/cortex-m3-emulator/config.mk rename to Ubiquitous/XiUOS/board/cortex-m3-emulator/config.mk diff --git a/board/cortex-m3-emulator/connect_uart.c b/Ubiquitous/XiUOS/board/cortex-m3-emulator/connect_uart.c similarity index 100% rename from board/cortex-m3-emulator/connect_uart.c rename to Ubiquitous/XiUOS/board/cortex-m3-emulator/connect_uart.c diff --git a/board/cortex-m3-emulator/img/menuconfig.png b/Ubiquitous/XiUOS/board/cortex-m3-emulator/img/menuconfig.png similarity index 100% rename from board/cortex-m3-emulator/img/menuconfig.png rename to Ubiquitous/XiUOS/board/cortex-m3-emulator/img/menuconfig.png diff --git a/board/cortex-m3-emulator/img/menuconfig1.png b/Ubiquitous/XiUOS/board/cortex-m3-emulator/img/menuconfig1.png similarity index 100% rename from board/cortex-m3-emulator/img/menuconfig1.png rename to Ubiquitous/XiUOS/board/cortex-m3-emulator/img/menuconfig1.png diff --git a/board/cortex-m3-emulator/img/terminal.png b/Ubiquitous/XiUOS/board/cortex-m3-emulator/img/terminal.png similarity index 100% rename from board/cortex-m3-emulator/img/terminal.png rename to Ubiquitous/XiUOS/board/cortex-m3-emulator/img/terminal.png diff --git a/board/cortex-m3-emulator/img/vscode.jpg b/Ubiquitous/XiUOS/board/cortex-m3-emulator/img/vscode.jpg similarity index 100% rename from board/cortex-m3-emulator/img/vscode.jpg rename to Ubiquitous/XiUOS/board/cortex-m3-emulator/img/vscode.jpg diff --git a/board/cortex-m3-emulator/link.lds b/Ubiquitous/XiUOS/board/cortex-m3-emulator/link.lds similarity index 100% rename from board/cortex-m3-emulator/link.lds rename to Ubiquitous/XiUOS/board/cortex-m3-emulator/link.lds diff --git a/board/cortex-m3-emulator/third_party_driver/Kconfig b/Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Kconfig similarity index 100% rename from board/cortex-m3-emulator/third_party_driver/Kconfig rename to Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Kconfig diff --git a/board/cortex-m3-emulator/third_party_driver/Libraries/Makefile b/Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/Makefile similarity index 100% rename from board/cortex-m3-emulator/third_party_driver/Libraries/Makefile rename to Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/Makefile diff --git a/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/Makefile b/Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/Makefile similarity index 100% rename from board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/Makefile rename to Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/Makefile diff --git a/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/cpu.h b/Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/cpu.h similarity index 100% rename from board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/cpu.h rename to Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/cpu.h diff --git a/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/debug.h b/Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/debug.h similarity index 100% rename from board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/debug.h rename to Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/debug.h diff --git a/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/gpio.c b/Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/gpio.c similarity index 100% rename from board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/gpio.c rename to Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/gpio.c diff --git a/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/gpio.h b/Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/gpio.h similarity index 100% rename from board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/gpio.h rename to Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/gpio.h diff --git a/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/interrupt.c b/Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/interrupt.c similarity index 100% rename from board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/interrupt.c rename to Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/interrupt.c diff --git a/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/interrupt.h b/Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/interrupt.h similarity index 100% rename from board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/interrupt.h rename to Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/interrupt.h diff --git a/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/pin_map.h b/Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/pin_map.h similarity index 100% rename from board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/pin_map.h rename to Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/pin_map.h diff --git a/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/sysctl.c b/Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/sysctl.c similarity index 100% rename from board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/sysctl.c rename to Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/sysctl.c diff --git a/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/sysctl.h b/Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/sysctl.h similarity index 100% rename from board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/sysctl.h rename to Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/sysctl.h diff --git a/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/uart.c b/Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/uart.c similarity index 100% rename from board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/uart.c rename to Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/uart.c diff --git a/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/uart.h b/Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/uart.h similarity index 100% rename from board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/uart.h rename to Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/uart.h diff --git a/board/cortex-m3-emulator/third_party_driver/Libraries/inc/hw_gpio.h b/Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/inc/hw_gpio.h similarity index 100% rename from board/cortex-m3-emulator/third_party_driver/Libraries/inc/hw_gpio.h rename to Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/inc/hw_gpio.h diff --git a/board/cortex-m3-emulator/third_party_driver/Libraries/inc/hw_ints.h b/Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/inc/hw_ints.h similarity index 100% rename from board/cortex-m3-emulator/third_party_driver/Libraries/inc/hw_ints.h rename to Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/inc/hw_ints.h diff --git a/board/cortex-m3-emulator/third_party_driver/Libraries/inc/hw_memmap.h b/Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/inc/hw_memmap.h similarity index 100% rename from board/cortex-m3-emulator/third_party_driver/Libraries/inc/hw_memmap.h rename to Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/inc/hw_memmap.h diff --git a/board/cortex-m3-emulator/third_party_driver/Libraries/inc/hw_nvic.h b/Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/inc/hw_nvic.h similarity index 100% rename from board/cortex-m3-emulator/third_party_driver/Libraries/inc/hw_nvic.h rename to Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/inc/hw_nvic.h diff --git a/board/cortex-m3-emulator/third_party_driver/Libraries/inc/hw_sysctl.h b/Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/inc/hw_sysctl.h similarity index 100% rename from board/cortex-m3-emulator/third_party_driver/Libraries/inc/hw_sysctl.h rename to Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/inc/hw_sysctl.h diff --git a/board/cortex-m3-emulator/third_party_driver/Libraries/inc/hw_types.h b/Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/inc/hw_types.h similarity index 100% rename from board/cortex-m3-emulator/third_party_driver/Libraries/inc/hw_types.h rename to Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/inc/hw_types.h diff --git a/board/cortex-m3-emulator/third_party_driver/Libraries/inc/hw_uart.h b/Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/inc/hw_uart.h similarity index 100% rename from board/cortex-m3-emulator/third_party_driver/Libraries/inc/hw_uart.h rename to Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/inc/hw_uart.h diff --git a/board/cortex-m3-emulator/third_party_driver/Libraries/inc/lm3s8962.h b/Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/inc/lm3s8962.h similarity index 100% rename from board/cortex-m3-emulator/third_party_driver/Libraries/inc/lm3s8962.h rename to Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/inc/lm3s8962.h diff --git a/board/cortex-m3-emulator/third_party_driver/Makefile b/Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Makefile similarity index 100% rename from board/cortex-m3-emulator/third_party_driver/Makefile rename to Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Makefile diff --git a/board/hifive1-emulator/.defconfig b/Ubiquitous/XiUOS/board/hifive1-emulator/.defconfig similarity index 100% rename from board/hifive1-emulator/.defconfig rename to Ubiquitous/XiUOS/board/hifive1-emulator/.defconfig diff --git a/board/hifive1-emulator/Kconfig b/Ubiquitous/XiUOS/board/hifive1-emulator/Kconfig similarity index 100% rename from board/hifive1-emulator/Kconfig rename to Ubiquitous/XiUOS/board/hifive1-emulator/Kconfig diff --git a/board/hifive1-emulator/Makefile b/Ubiquitous/XiUOS/board/hifive1-emulator/Makefile similarity index 100% rename from board/hifive1-emulator/Makefile rename to Ubiquitous/XiUOS/board/hifive1-emulator/Makefile diff --git a/board/hifive1-emulator/README.md b/Ubiquitous/XiUOS/board/hifive1-emulator/README.md similarity index 100% rename from board/hifive1-emulator/README.md rename to Ubiquitous/XiUOS/board/hifive1-emulator/README.md diff --git a/board/hifive1-emulator/board.c b/Ubiquitous/XiUOS/board/hifive1-emulator/board.c similarity index 100% rename from board/hifive1-emulator/board.c rename to Ubiquitous/XiUOS/board/hifive1-emulator/board.c diff --git a/board/hifive1-emulator/board.h b/Ubiquitous/XiUOS/board/hifive1-emulator/board.h similarity index 100% rename from board/hifive1-emulator/board.h rename to Ubiquitous/XiUOS/board/hifive1-emulator/board.h diff --git a/board/hifive1-emulator/config.mk b/Ubiquitous/XiUOS/board/hifive1-emulator/config.mk similarity index 100% rename from board/hifive1-emulator/config.mk rename to Ubiquitous/XiUOS/board/hifive1-emulator/config.mk diff --git a/board/hifive1-emulator/img/menuconfig1.png b/Ubiquitous/XiUOS/board/hifive1-emulator/img/menuconfig1.png similarity index 100% rename from board/hifive1-emulator/img/menuconfig1.png rename to Ubiquitous/XiUOS/board/hifive1-emulator/img/menuconfig1.png diff --git a/board/hifive1-emulator/img/menuconfig2.jpg b/Ubiquitous/XiUOS/board/hifive1-emulator/img/menuconfig2.jpg similarity index 100% rename from board/hifive1-emulator/img/menuconfig2.jpg rename to Ubiquitous/XiUOS/board/hifive1-emulator/img/menuconfig2.jpg diff --git a/board/hifive1-emulator/img/menuconfig3.png b/Ubiquitous/XiUOS/board/hifive1-emulator/img/menuconfig3.png similarity index 100% rename from board/hifive1-emulator/img/menuconfig3.png rename to Ubiquitous/XiUOS/board/hifive1-emulator/img/menuconfig3.png diff --git a/board/hifive1-emulator/img/menuconfig4.png b/Ubiquitous/XiUOS/board/hifive1-emulator/img/menuconfig4.png similarity index 100% rename from board/hifive1-emulator/img/menuconfig4.png rename to Ubiquitous/XiUOS/board/hifive1-emulator/img/menuconfig4.png diff --git a/board/hifive1-emulator/img/terminal.png b/Ubiquitous/XiUOS/board/hifive1-emulator/img/terminal.png similarity index 100% rename from board/hifive1-emulator/img/terminal.png rename to Ubiquitous/XiUOS/board/hifive1-emulator/img/terminal.png diff --git a/board/hifive1-emulator/img/vscode.jpg b/Ubiquitous/XiUOS/board/hifive1-emulator/img/vscode.jpg similarity index 100% rename from board/hifive1-emulator/img/vscode.jpg rename to Ubiquitous/XiUOS/board/hifive1-emulator/img/vscode.jpg diff --git a/board/hifive1-emulator/link.lds b/Ubiquitous/XiUOS/board/hifive1-emulator/link.lds similarity index 100% rename from board/hifive1-emulator/link.lds rename to Ubiquitous/XiUOS/board/hifive1-emulator/link.lds diff --git a/board/hifive1-emulator/link_userspace.lds b/Ubiquitous/XiUOS/board/hifive1-emulator/link_userspace.lds similarity index 100% rename from board/hifive1-emulator/link_userspace.lds rename to Ubiquitous/XiUOS/board/hifive1-emulator/link_userspace.lds diff --git a/board/hifive1-emulator/third_party_driver/Kconfig b/Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/Kconfig similarity index 100% rename from board/hifive1-emulator/third_party_driver/Kconfig rename to Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/Kconfig diff --git a/board/hifive1-emulator/third_party_driver/LICENSE b/Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/LICENSE similarity index 100% rename from board/hifive1-emulator/third_party_driver/LICENSE rename to Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/LICENSE diff --git a/board/hifive1-emulator/third_party_driver/Makefile b/Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/Makefile similarity index 100% rename from board/hifive1-emulator/third_party_driver/Makefile rename to Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/Makefile diff --git a/board/hifive1-emulator/third_party_driver/connect_usart.c b/Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/connect_usart.c similarity index 100% rename from board/hifive1-emulator/third_party_driver/connect_usart.c rename to Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/connect_usart.c diff --git a/board/hifive1-emulator/third_party_driver/coreplexip-arty.h b/Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/coreplexip-arty.h similarity index 100% rename from board/hifive1-emulator/third_party_driver/coreplexip-arty.h rename to Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/coreplexip-arty.h diff --git a/board/hifive1-emulator/third_party_driver/encoding.h b/Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/encoding.h similarity index 100% rename from board/hifive1-emulator/third_party_driver/encoding.h rename to Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/encoding.h diff --git a/board/hifive1-emulator/third_party_driver/fe300prci/fe300prci_driver.c b/Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/fe300prci/fe300prci_driver.c similarity index 100% rename from board/hifive1-emulator/third_party_driver/fe300prci/fe300prci_driver.c rename to Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/fe300prci/fe300prci_driver.c diff --git a/board/hifive1-emulator/third_party_driver/fe300prci/fe300prci_driver.h b/Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/fe300prci/fe300prci_driver.h similarity index 100% rename from board/hifive1-emulator/third_party_driver/fe300prci/fe300prci_driver.h rename to Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/fe300prci/fe300prci_driver.h diff --git a/board/hifive1-emulator/third_party_driver/hifive1.h b/Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/hifive1.h similarity index 100% rename from board/hifive1-emulator/third_party_driver/hifive1.h rename to Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/hifive1.h diff --git a/board/hifive1-emulator/third_party_driver/include/sifive/bits.h b/Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/include/sifive/bits.h similarity index 100% rename from board/hifive1-emulator/third_party_driver/include/sifive/bits.h rename to Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/include/sifive/bits.h diff --git a/board/hifive1-emulator/third_party_driver/include/sifive/const.h b/Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/include/sifive/const.h similarity index 100% rename from board/hifive1-emulator/third_party_driver/include/sifive/const.h rename to Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/include/sifive/const.h diff --git a/board/hifive1-emulator/third_party_driver/include/sifive/devices/aon.h b/Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/include/sifive/devices/aon.h similarity index 100% rename from board/hifive1-emulator/third_party_driver/include/sifive/devices/aon.h rename to Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/include/sifive/devices/aon.h diff --git a/board/hifive1-emulator/third_party_driver/include/sifive/devices/clint.h b/Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/include/sifive/devices/clint.h similarity index 100% rename from board/hifive1-emulator/third_party_driver/include/sifive/devices/clint.h rename to Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/include/sifive/devices/clint.h diff --git a/board/hifive1-emulator/third_party_driver/include/sifive/devices/gpio.h b/Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/include/sifive/devices/gpio.h similarity index 100% rename from board/hifive1-emulator/third_party_driver/include/sifive/devices/gpio.h rename to Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/include/sifive/devices/gpio.h diff --git a/board/hifive1-emulator/third_party_driver/include/sifive/devices/otp.h b/Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/include/sifive/devices/otp.h similarity index 100% rename from board/hifive1-emulator/third_party_driver/include/sifive/devices/otp.h rename to Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/include/sifive/devices/otp.h diff --git a/board/hifive1-emulator/third_party_driver/include/sifive/devices/plic.h b/Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/include/sifive/devices/plic.h similarity index 100% rename from board/hifive1-emulator/third_party_driver/include/sifive/devices/plic.h rename to Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/include/sifive/devices/plic.h diff --git a/board/hifive1-emulator/third_party_driver/include/sifive/devices/prci.h b/Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/include/sifive/devices/prci.h similarity index 100% rename from board/hifive1-emulator/third_party_driver/include/sifive/devices/prci.h rename to Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/include/sifive/devices/prci.h diff --git a/board/hifive1-emulator/third_party_driver/include/sifive/devices/pwm.h b/Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/include/sifive/devices/pwm.h similarity index 100% rename from board/hifive1-emulator/third_party_driver/include/sifive/devices/pwm.h rename to Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/include/sifive/devices/pwm.h diff --git a/board/hifive1-emulator/third_party_driver/include/sifive/devices/spi.h b/Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/include/sifive/devices/spi.h similarity index 100% rename from board/hifive1-emulator/third_party_driver/include/sifive/devices/spi.h rename to Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/include/sifive/devices/spi.h diff --git a/board/hifive1-emulator/third_party_driver/include/sifive/devices/uart.h b/Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/include/sifive/devices/uart.h similarity index 100% rename from board/hifive1-emulator/third_party_driver/include/sifive/devices/uart.h rename to Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/include/sifive/devices/uart.h diff --git a/board/hifive1-emulator/third_party_driver/include/sifive/sections.h b/Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/include/sifive/sections.h similarity index 100% rename from board/hifive1-emulator/third_party_driver/include/sifive/sections.h rename to Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/include/sifive/sections.h diff --git a/board/hifive1-emulator/third_party_driver/include/sifive/smp.h b/Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/include/sifive/smp.h similarity index 100% rename from board/hifive1-emulator/third_party_driver/include/sifive/smp.h rename to Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/include/sifive/smp.h diff --git a/board/hifive1-emulator/third_party_driver/init.c b/Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/init.c similarity index 100% rename from board/hifive1-emulator/third_party_driver/init.c rename to Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/init.c diff --git a/board/hifive1-emulator/third_party_driver/platform.h b/Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/platform.h similarity index 100% rename from board/hifive1-emulator/third_party_driver/platform.h rename to Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/platform.h diff --git a/board/hifive1-emulator/third_party_driver/plic/plic_driver.c b/Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/plic/plic_driver.c similarity index 100% rename from board/hifive1-emulator/third_party_driver/plic/plic_driver.c rename to Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/plic/plic_driver.c diff --git a/board/hifive1-emulator/third_party_driver/plic/plic_driver.h b/Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/plic/plic_driver.h similarity index 100% rename from board/hifive1-emulator/third_party_driver/plic/plic_driver.h rename to Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/plic/plic_driver.h diff --git a/board/hifive1-rev-B/.defconfig b/Ubiquitous/XiUOS/board/hifive1-rev-B/.defconfig similarity index 100% rename from board/hifive1-rev-B/.defconfig rename to Ubiquitous/XiUOS/board/hifive1-rev-B/.defconfig diff --git a/board/hifive1-rev-B/Kconfig b/Ubiquitous/XiUOS/board/hifive1-rev-B/Kconfig similarity index 100% rename from board/hifive1-rev-B/Kconfig rename to Ubiquitous/XiUOS/board/hifive1-rev-B/Kconfig diff --git a/board/hifive1-rev-B/Makefile b/Ubiquitous/XiUOS/board/hifive1-rev-B/Makefile similarity index 100% rename from board/hifive1-rev-B/Makefile rename to Ubiquitous/XiUOS/board/hifive1-rev-B/Makefile diff --git a/board/hifive1-rev-B/README.md b/Ubiquitous/XiUOS/board/hifive1-rev-B/README.md similarity index 100% rename from board/hifive1-rev-B/README.md rename to Ubiquitous/XiUOS/board/hifive1-rev-B/README.md diff --git a/board/hifive1-rev-B/board.c b/Ubiquitous/XiUOS/board/hifive1-rev-B/board.c similarity index 100% rename from board/hifive1-rev-B/board.c rename to Ubiquitous/XiUOS/board/hifive1-rev-B/board.c diff --git a/board/hifive1-rev-B/board.h b/Ubiquitous/XiUOS/board/hifive1-rev-B/board.h similarity index 100% rename from board/hifive1-rev-B/board.h rename to Ubiquitous/XiUOS/board/hifive1-rev-B/board.h diff --git a/board/hifive1-rev-B/config.mk b/Ubiquitous/XiUOS/board/hifive1-rev-B/config.mk similarity index 100% rename from board/hifive1-rev-B/config.mk rename to Ubiquitous/XiUOS/board/hifive1-rev-B/config.mk diff --git a/board/hifive1-rev-B/img/hifive1-Rev-B.png b/Ubiquitous/XiUOS/board/hifive1-rev-B/img/hifive1-Rev-B.png similarity index 100% rename from board/hifive1-rev-B/img/hifive1-Rev-B.png rename to Ubiquitous/XiUOS/board/hifive1-rev-B/img/hifive1-Rev-B.png diff --git a/board/hifive1-rev-B/img/jlink_cmd1.png b/Ubiquitous/XiUOS/board/hifive1-rev-B/img/jlink_cmd1.png similarity index 100% rename from board/hifive1-rev-B/img/jlink_cmd1.png rename to Ubiquitous/XiUOS/board/hifive1-rev-B/img/jlink_cmd1.png diff --git a/board/hifive1-rev-B/img/jlink_cmd2.png b/Ubiquitous/XiUOS/board/hifive1-rev-B/img/jlink_cmd2.png similarity index 100% rename from board/hifive1-rev-B/img/jlink_cmd2.png rename to Ubiquitous/XiUOS/board/hifive1-rev-B/img/jlink_cmd2.png diff --git a/board/hifive1-rev-B/img/jlink_cmd3.png b/Ubiquitous/XiUOS/board/hifive1-rev-B/img/jlink_cmd3.png similarity index 100% rename from board/hifive1-rev-B/img/jlink_cmd3.png rename to Ubiquitous/XiUOS/board/hifive1-rev-B/img/jlink_cmd3.png diff --git a/board/hifive1-rev-B/img/jlink_cmd4.png b/Ubiquitous/XiUOS/board/hifive1-rev-B/img/jlink_cmd4.png similarity index 100% rename from board/hifive1-rev-B/img/jlink_cmd4.png rename to Ubiquitous/XiUOS/board/hifive1-rev-B/img/jlink_cmd4.png diff --git a/board/hifive1-rev-B/img/main.jpg b/Ubiquitous/XiUOS/board/hifive1-rev-B/img/main.jpg similarity index 100% rename from board/hifive1-rev-B/img/main.jpg rename to Ubiquitous/XiUOS/board/hifive1-rev-B/img/main.jpg diff --git a/board/hifive1-rev-B/img/menuconfig.png b/Ubiquitous/XiUOS/board/hifive1-rev-B/img/menuconfig.png similarity index 100% rename from board/hifive1-rev-B/img/menuconfig.png rename to Ubiquitous/XiUOS/board/hifive1-rev-B/img/menuconfig.png diff --git a/board/hifive1-rev-B/img/terminal.png b/Ubiquitous/XiUOS/board/hifive1-rev-B/img/terminal.png similarity index 100% rename from board/hifive1-rev-B/img/terminal.png rename to Ubiquitous/XiUOS/board/hifive1-rev-B/img/terminal.png diff --git a/board/hifive1-rev-B/img/vscode.jpg b/Ubiquitous/XiUOS/board/hifive1-rev-B/img/vscode.jpg similarity index 100% rename from board/hifive1-rev-B/img/vscode.jpg rename to Ubiquitous/XiUOS/board/hifive1-rev-B/img/vscode.jpg diff --git a/board/hifive1-rev-B/link.lds b/Ubiquitous/XiUOS/board/hifive1-rev-B/link.lds similarity index 100% rename from board/hifive1-rev-B/link.lds rename to Ubiquitous/XiUOS/board/hifive1-rev-B/link.lds diff --git a/board/hifive1-rev-B/link_userspace.lds b/Ubiquitous/XiUOS/board/hifive1-rev-B/link_userspace.lds similarity index 100% rename from board/hifive1-rev-B/link_userspace.lds rename to Ubiquitous/XiUOS/board/hifive1-rev-B/link_userspace.lds diff --git a/board/hifive1-rev-B/third_party_driver/Kconfig b/Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/Kconfig similarity index 100% rename from board/hifive1-rev-B/third_party_driver/Kconfig rename to Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/Kconfig diff --git a/board/hifive1-rev-B/third_party_driver/LICENSE b/Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/LICENSE similarity index 100% rename from board/hifive1-rev-B/third_party_driver/LICENSE rename to Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/LICENSE diff --git a/board/hifive1-rev-B/third_party_driver/Makefile b/Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/Makefile similarity index 100% rename from board/hifive1-rev-B/third_party_driver/Makefile rename to Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/Makefile diff --git a/board/hifive1-rev-B/third_party_driver/connect_usart.c b/Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/connect_usart.c similarity index 100% rename from board/hifive1-rev-B/third_party_driver/connect_usart.c rename to Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/connect_usart.c diff --git a/board/hifive1-rev-B/third_party_driver/coreplexip-arty.h b/Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/coreplexip-arty.h similarity index 100% rename from board/hifive1-rev-B/third_party_driver/coreplexip-arty.h rename to Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/coreplexip-arty.h diff --git a/board/hifive1-rev-B/third_party_driver/encoding.h b/Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/encoding.h similarity index 100% rename from board/hifive1-rev-B/third_party_driver/encoding.h rename to Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/encoding.h diff --git a/board/hifive1-rev-B/third_party_driver/fe300prci/fe300prci_driver.c b/Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/fe300prci/fe300prci_driver.c similarity index 100% rename from board/hifive1-rev-B/third_party_driver/fe300prci/fe300prci_driver.c rename to Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/fe300prci/fe300prci_driver.c diff --git a/board/hifive1-rev-B/third_party_driver/fe300prci/fe300prci_driver.h b/Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/fe300prci/fe300prci_driver.h similarity index 100% rename from board/hifive1-rev-B/third_party_driver/fe300prci/fe300prci_driver.h rename to Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/fe300prci/fe300prci_driver.h diff --git a/board/hifive1-rev-B/third_party_driver/hifive1.h b/Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/hifive1.h similarity index 100% rename from board/hifive1-rev-B/third_party_driver/hifive1.h rename to Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/hifive1.h diff --git a/board/hifive1-rev-B/third_party_driver/include/sifive/bits.h b/Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/include/sifive/bits.h similarity index 100% rename from board/hifive1-rev-B/third_party_driver/include/sifive/bits.h rename to Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/include/sifive/bits.h diff --git a/board/hifive1-rev-B/third_party_driver/include/sifive/const.h b/Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/include/sifive/const.h similarity index 100% rename from board/hifive1-rev-B/third_party_driver/include/sifive/const.h rename to Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/include/sifive/const.h diff --git a/board/hifive1-rev-B/third_party_driver/include/sifive/devices/aon.h b/Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/include/sifive/devices/aon.h similarity index 100% rename from board/hifive1-rev-B/third_party_driver/include/sifive/devices/aon.h rename to Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/include/sifive/devices/aon.h diff --git a/board/hifive1-rev-B/third_party_driver/include/sifive/devices/clint.h b/Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/include/sifive/devices/clint.h similarity index 100% rename from board/hifive1-rev-B/third_party_driver/include/sifive/devices/clint.h rename to Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/include/sifive/devices/clint.h diff --git a/board/hifive1-rev-B/third_party_driver/include/sifive/devices/gpio.h b/Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/include/sifive/devices/gpio.h similarity index 100% rename from board/hifive1-rev-B/third_party_driver/include/sifive/devices/gpio.h rename to Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/include/sifive/devices/gpio.h diff --git a/board/hifive1-rev-B/third_party_driver/include/sifive/devices/otp.h b/Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/include/sifive/devices/otp.h similarity index 100% rename from board/hifive1-rev-B/third_party_driver/include/sifive/devices/otp.h rename to Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/include/sifive/devices/otp.h diff --git a/board/hifive1-rev-B/third_party_driver/include/sifive/devices/plic.h b/Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/include/sifive/devices/plic.h similarity index 100% rename from board/hifive1-rev-B/third_party_driver/include/sifive/devices/plic.h rename to Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/include/sifive/devices/plic.h diff --git a/board/hifive1-rev-B/third_party_driver/include/sifive/devices/prci.h b/Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/include/sifive/devices/prci.h similarity index 100% rename from board/hifive1-rev-B/third_party_driver/include/sifive/devices/prci.h rename to Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/include/sifive/devices/prci.h diff --git a/board/hifive1-rev-B/third_party_driver/include/sifive/devices/pwm.h b/Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/include/sifive/devices/pwm.h similarity index 100% rename from board/hifive1-rev-B/third_party_driver/include/sifive/devices/pwm.h rename to Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/include/sifive/devices/pwm.h diff --git a/board/hifive1-rev-B/third_party_driver/include/sifive/devices/spi.h b/Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/include/sifive/devices/spi.h similarity index 100% rename from board/hifive1-rev-B/third_party_driver/include/sifive/devices/spi.h rename to Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/include/sifive/devices/spi.h diff --git a/board/hifive1-rev-B/third_party_driver/include/sifive/devices/uart.h b/Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/include/sifive/devices/uart.h similarity index 100% rename from board/hifive1-rev-B/third_party_driver/include/sifive/devices/uart.h rename to Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/include/sifive/devices/uart.h diff --git a/board/hifive1-rev-B/third_party_driver/include/sifive/sections.h b/Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/include/sifive/sections.h similarity index 100% rename from board/hifive1-rev-B/third_party_driver/include/sifive/sections.h rename to Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/include/sifive/sections.h diff --git a/board/hifive1-rev-B/third_party_driver/include/sifive/smp.h b/Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/include/sifive/smp.h similarity index 100% rename from board/hifive1-rev-B/third_party_driver/include/sifive/smp.h rename to Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/include/sifive/smp.h diff --git a/board/hifive1-rev-B/third_party_driver/init.c b/Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/init.c similarity index 100% rename from board/hifive1-rev-B/third_party_driver/init.c rename to Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/init.c diff --git a/board/hifive1-rev-B/third_party_driver/platform.h b/Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/platform.h similarity index 100% rename from board/hifive1-rev-B/third_party_driver/platform.h rename to Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/platform.h diff --git a/board/hifive1-rev-B/third_party_driver/plic/plic_driver.c b/Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/plic/plic_driver.c similarity index 100% rename from board/hifive1-rev-B/third_party_driver/plic/plic_driver.c rename to Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/plic/plic_driver.c diff --git a/board/hifive1-rev-B/third_party_driver/plic/plic_driver.h b/Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/plic/plic_driver.h similarity index 100% rename from board/hifive1-rev-B/third_party_driver/plic/plic_driver.h rename to Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/plic/plic_driver.h diff --git a/board/k210-emulator/.defconfig b/Ubiquitous/XiUOS/board/k210-emulator/.defconfig similarity index 100% rename from board/k210-emulator/.defconfig rename to Ubiquitous/XiUOS/board/k210-emulator/.defconfig diff --git a/board/k210-emulator/Kconfig b/Ubiquitous/XiUOS/board/k210-emulator/Kconfig similarity index 100% rename from board/k210-emulator/Kconfig rename to Ubiquitous/XiUOS/board/k210-emulator/Kconfig diff --git a/board/k210-emulator/Makefile b/Ubiquitous/XiUOS/board/k210-emulator/Makefile similarity index 100% rename from board/k210-emulator/Makefile rename to Ubiquitous/XiUOS/board/k210-emulator/Makefile diff --git a/board/k210-emulator/README.md b/Ubiquitous/XiUOS/board/k210-emulator/README.md similarity index 100% rename from board/k210-emulator/README.md rename to Ubiquitous/XiUOS/board/k210-emulator/README.md diff --git a/board/k210-emulator/board.c b/Ubiquitous/XiUOS/board/k210-emulator/board.c similarity index 100% rename from board/k210-emulator/board.c rename to Ubiquitous/XiUOS/board/k210-emulator/board.c diff --git a/board/k210-emulator/board.h b/Ubiquitous/XiUOS/board/k210-emulator/board.h similarity index 100% rename from board/k210-emulator/board.h rename to Ubiquitous/XiUOS/board/k210-emulator/board.h diff --git a/board/k210-emulator/config.mk b/Ubiquitous/XiUOS/board/k210-emulator/config.mk similarity index 100% rename from board/k210-emulator/config.mk rename to Ubiquitous/XiUOS/board/k210-emulator/config.mk diff --git a/board/k210-emulator/img/menuconfig1.png b/Ubiquitous/XiUOS/board/k210-emulator/img/menuconfig1.png similarity index 100% rename from board/k210-emulator/img/menuconfig1.png rename to Ubiquitous/XiUOS/board/k210-emulator/img/menuconfig1.png diff --git a/board/k210-emulator/img/menuconfig2.png b/Ubiquitous/XiUOS/board/k210-emulator/img/menuconfig2.png similarity index 100% rename from board/k210-emulator/img/menuconfig2.png rename to Ubiquitous/XiUOS/board/k210-emulator/img/menuconfig2.png diff --git a/board/k210-emulator/img/menuconfig3.png b/Ubiquitous/XiUOS/board/k210-emulator/img/menuconfig3.png similarity index 100% rename from board/k210-emulator/img/menuconfig3.png rename to Ubiquitous/XiUOS/board/k210-emulator/img/menuconfig3.png diff --git a/board/k210-emulator/img/menuconfig4.png b/Ubiquitous/XiUOS/board/k210-emulator/img/menuconfig4.png similarity index 100% rename from board/k210-emulator/img/menuconfig4.png rename to Ubiquitous/XiUOS/board/k210-emulator/img/menuconfig4.png diff --git a/board/k210-emulator/img/terminal.png b/Ubiquitous/XiUOS/board/k210-emulator/img/terminal.png similarity index 100% rename from board/k210-emulator/img/terminal.png rename to Ubiquitous/XiUOS/board/k210-emulator/img/terminal.png diff --git a/board/k210-emulator/img/vscode.jpg b/Ubiquitous/XiUOS/board/k210-emulator/img/vscode.jpg similarity index 100% rename from board/k210-emulator/img/vscode.jpg rename to Ubiquitous/XiUOS/board/k210-emulator/img/vscode.jpg diff --git a/board/k210-emulator/include/atomic.h b/Ubiquitous/XiUOS/board/k210-emulator/include/atomic.h similarity index 100% rename from board/k210-emulator/include/atomic.h rename to Ubiquitous/XiUOS/board/k210-emulator/include/atomic.h diff --git a/board/k210-emulator/include/bsp.h b/Ubiquitous/XiUOS/board/k210-emulator/include/bsp.h similarity index 100% rename from board/k210-emulator/include/bsp.h rename to Ubiquitous/XiUOS/board/k210-emulator/include/bsp.h diff --git a/board/k210-emulator/include/dump.h b/Ubiquitous/XiUOS/board/k210-emulator/include/dump.h similarity index 100% rename from board/k210-emulator/include/dump.h rename to Ubiquitous/XiUOS/board/k210-emulator/include/dump.h diff --git a/board/k210-emulator/include/encoding.h b/Ubiquitous/XiUOS/board/k210-emulator/include/encoding.h similarity index 100% rename from board/k210-emulator/include/encoding.h rename to Ubiquitous/XiUOS/board/k210-emulator/include/encoding.h diff --git a/board/k210-emulator/include/entry.h b/Ubiquitous/XiUOS/board/k210-emulator/include/entry.h similarity index 100% rename from board/k210-emulator/include/entry.h rename to Ubiquitous/XiUOS/board/k210-emulator/include/entry.h diff --git a/board/k210-emulator/include/interrupt.h b/Ubiquitous/XiUOS/board/k210-emulator/include/interrupt.h similarity index 100% rename from board/k210-emulator/include/interrupt.h rename to Ubiquitous/XiUOS/board/k210-emulator/include/interrupt.h diff --git a/board/k210-emulator/include/platform.h b/Ubiquitous/XiUOS/board/k210-emulator/include/platform.h similarity index 100% rename from board/k210-emulator/include/platform.h rename to Ubiquitous/XiUOS/board/k210-emulator/include/platform.h diff --git a/board/k210-emulator/include/printf.h b/Ubiquitous/XiUOS/board/k210-emulator/include/printf.h similarity index 100% rename from board/k210-emulator/include/printf.h rename to Ubiquitous/XiUOS/board/k210-emulator/include/printf.h diff --git a/board/k210-emulator/include/sleep.h b/Ubiquitous/XiUOS/board/k210-emulator/include/sleep.h similarity index 100% rename from board/k210-emulator/include/sleep.h rename to Ubiquitous/XiUOS/board/k210-emulator/include/sleep.h diff --git a/board/k210-emulator/include/syscalls.h b/Ubiquitous/XiUOS/board/k210-emulator/include/syscalls.h similarity index 100% rename from board/k210-emulator/include/syscalls.h rename to Ubiquitous/XiUOS/board/k210-emulator/include/syscalls.h diff --git a/board/k210-emulator/include/syslog.h b/Ubiquitous/XiUOS/board/k210-emulator/include/syslog.h similarity index 100% rename from board/k210-emulator/include/syslog.h rename to Ubiquitous/XiUOS/board/k210-emulator/include/syslog.h diff --git a/board/k210-emulator/include/util.h b/Ubiquitous/XiUOS/board/k210-emulator/include/util.h similarity index 100% rename from board/k210-emulator/include/util.h rename to Ubiquitous/XiUOS/board/k210-emulator/include/util.h diff --git a/board/k210-emulator/link.lds b/Ubiquitous/XiUOS/board/k210-emulator/link.lds similarity index 100% rename from board/k210-emulator/link.lds rename to Ubiquitous/XiUOS/board/k210-emulator/link.lds diff --git a/board/k210-emulator/link_userspace.lds b/Ubiquitous/XiUOS/board/k210-emulator/link_userspace.lds similarity index 100% rename from board/k210-emulator/link_userspace.lds rename to Ubiquitous/XiUOS/board/k210-emulator/link_userspace.lds diff --git a/board/k210-emulator/third_party_driver/Kconfig b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/Kconfig similarity index 100% rename from board/k210-emulator/third_party_driver/Kconfig rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/Kconfig diff --git a/board/k210-emulator/third_party_driver/Makefile b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/Makefile similarity index 100% rename from board/k210-emulator/third_party_driver/Makefile rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/Makefile diff --git a/board/k210-emulator/third_party_driver/dma/Kconfig b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/dma/Kconfig similarity index 100% rename from board/k210-emulator/third_party_driver/dma/Kconfig rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/dma/Kconfig diff --git a/board/k210-emulator/third_party_driver/dma/Makefile b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/dma/Makefile similarity index 100% rename from board/k210-emulator/third_party_driver/dma/Makefile rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/dma/Makefile diff --git a/board/k210-emulator/third_party_driver/dma/dmac.c b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/dma/dmac.c similarity index 100% rename from board/k210-emulator/third_party_driver/dma/dmac.c rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/dma/dmac.c diff --git a/board/k210-emulator/third_party_driver/gpio/Kconfig b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/gpio/Kconfig similarity index 100% rename from board/k210-emulator/third_party_driver/gpio/Kconfig rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/gpio/Kconfig diff --git a/board/k210-emulator/third_party_driver/gpio/Makefile b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/gpio/Makefile similarity index 100% rename from board/k210-emulator/third_party_driver/gpio/Makefile rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/gpio/Makefile diff --git a/board/k210-emulator/third_party_driver/gpio/connect_gpio.c b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/gpio/connect_gpio.c similarity index 100% rename from board/k210-emulator/third_party_driver/gpio/connect_gpio.c rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/gpio/connect_gpio.c diff --git a/board/k210-emulator/third_party_driver/gpio/drv_io_config.c b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/gpio/drv_io_config.c similarity index 100% rename from board/k210-emulator/third_party_driver/gpio/drv_io_config.c rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/gpio/drv_io_config.c diff --git a/board/k210-emulator/third_party_driver/gpio/fpioa.c b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/gpio/fpioa.c similarity index 100% rename from board/k210-emulator/third_party_driver/gpio/fpioa.c rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/gpio/fpioa.c diff --git a/board/k210-emulator/third_party_driver/gpio/gpio.c b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/gpio/gpio.c similarity index 100% rename from board/k210-emulator/third_party_driver/gpio/gpio.c rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/gpio/gpio.c diff --git a/board/k210-emulator/third_party_driver/gpio/gpiohs.c b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/gpio/gpiohs.c similarity index 100% rename from board/k210-emulator/third_party_driver/gpio/gpiohs.c rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/gpio/gpiohs.c diff --git a/board/k210-emulator/third_party_driver/gpio/utils.c b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/gpio/utils.c similarity index 100% rename from board/k210-emulator/third_party_driver/gpio/utils.c rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/gpio/utils.c diff --git a/board/k210-emulator/third_party_driver/i2c/Kconfig b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/i2c/Kconfig similarity index 100% rename from board/k210-emulator/third_party_driver/i2c/Kconfig rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/i2c/Kconfig diff --git a/board/k210-emulator/third_party_driver/i2c/Makefile b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/i2c/Makefile similarity index 100% rename from board/k210-emulator/third_party_driver/i2c/Makefile rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/i2c/Makefile diff --git a/board/k210-emulator/third_party_driver/i2c/connect_i2c.c b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/i2c/connect_i2c.c similarity index 100% rename from board/k210-emulator/third_party_driver/i2c/connect_i2c.c rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/i2c/connect_i2c.c diff --git a/board/k210-emulator/third_party_driver/i2c/hardware_i2c.c b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/i2c/hardware_i2c.c similarity index 100% rename from board/k210-emulator/third_party_driver/i2c/hardware_i2c.c rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/i2c/hardware_i2c.c diff --git a/board/k210-emulator/third_party_driver/include/clint.h b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/clint.h similarity index 100% rename from board/k210-emulator/third_party_driver/include/clint.h rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/clint.h diff --git a/board/k210-emulator/third_party_driver/include/connect_gpio.h b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/connect_gpio.h similarity index 100% rename from board/k210-emulator/third_party_driver/include/connect_gpio.h rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/connect_gpio.h diff --git a/board/k210-emulator/third_party_driver/include/connect_hwtimer.h b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/connect_hwtimer.h similarity index 100% rename from board/k210-emulator/third_party_driver/include/connect_hwtimer.h rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/connect_hwtimer.h diff --git a/board/k210-emulator/third_party_driver/include/connect_i2c.h b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/connect_i2c.h similarity index 100% rename from board/k210-emulator/third_party_driver/include/connect_i2c.h rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/connect_i2c.h diff --git a/board/k210-emulator/third_party_driver/include/connect_rtc.h b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/connect_rtc.h similarity index 100% rename from board/k210-emulator/third_party_driver/include/connect_rtc.h rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/connect_rtc.h diff --git a/board/k210-emulator/third_party_driver/include/connect_spi.h b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/connect_spi.h similarity index 100% rename from board/k210-emulator/third_party_driver/include/connect_spi.h rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/connect_spi.h diff --git a/board/k210-emulator/third_party_driver/include/connect_uart.h b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/connect_uart.h similarity index 100% rename from board/k210-emulator/third_party_driver/include/connect_uart.h rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/connect_uart.h diff --git a/board/k210-emulator/third_party_driver/include/connect_wdt.h b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/connect_wdt.h similarity index 100% rename from board/k210-emulator/third_party_driver/include/connect_wdt.h rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/connect_wdt.h diff --git a/board/k210-emulator/third_party_driver/include/dmac.h b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/dmac.h similarity index 100% rename from board/k210-emulator/third_party_driver/include/dmac.h rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/dmac.h diff --git a/board/k210-emulator/third_party_driver/include/drv_io_config.h b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/drv_io_config.h similarity index 100% rename from board/k210-emulator/third_party_driver/include/drv_io_config.h rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/drv_io_config.h diff --git a/board/k210-emulator/third_party_driver/include/dvp.h b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/dvp.h similarity index 100% rename from board/k210-emulator/third_party_driver/include/dvp.h rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/dvp.h diff --git a/board/k210-emulator/third_party_driver/include/font.h b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/font.h similarity index 100% rename from board/k210-emulator/third_party_driver/include/font.h rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/font.h diff --git a/board/k210-emulator/third_party_driver/include/fpioa.h b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/fpioa.h similarity index 100% rename from board/k210-emulator/third_party_driver/include/fpioa.h rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/fpioa.h diff --git a/board/k210-emulator/third_party_driver/include/gpio.h b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/gpio.h similarity index 100% rename from board/k210-emulator/third_party_driver/include/gpio.h rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/gpio.h diff --git a/board/k210-emulator/third_party_driver/include/gpio_common.h b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/gpio_common.h similarity index 100% rename from board/k210-emulator/third_party_driver/include/gpio_common.h rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/gpio_common.h diff --git a/board/k210-emulator/third_party_driver/include/gpiohs.h b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/gpiohs.h similarity index 100% rename from board/k210-emulator/third_party_driver/include/gpiohs.h rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/gpiohs.h diff --git a/board/k210-emulator/third_party_driver/include/hardware_hwtimer.h b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/hardware_hwtimer.h similarity index 100% rename from board/k210-emulator/third_party_driver/include/hardware_hwtimer.h rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/hardware_hwtimer.h diff --git a/board/k210-emulator/third_party_driver/include/hardware_i2c.h b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/hardware_i2c.h similarity index 100% rename from board/k210-emulator/third_party_driver/include/hardware_i2c.h rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/hardware_i2c.h diff --git a/board/k210-emulator/third_party_driver/include/hardware_rtc.h b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/hardware_rtc.h similarity index 100% rename from board/k210-emulator/third_party_driver/include/hardware_rtc.h rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/hardware_rtc.h diff --git a/board/k210-emulator/third_party_driver/include/hardware_spi.h b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/hardware_spi.h similarity index 100% rename from board/k210-emulator/third_party_driver/include/hardware_spi.h rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/hardware_spi.h diff --git a/board/k210-emulator/third_party_driver/include/hardware_uart.h b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/hardware_uart.h similarity index 100% rename from board/k210-emulator/third_party_driver/include/hardware_uart.h rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/hardware_uart.h diff --git a/board/k210-emulator/third_party_driver/include/hardware_uarths.h b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/hardware_uarths.h similarity index 100% rename from board/k210-emulator/third_party_driver/include/hardware_uarths.h rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/hardware_uarths.h diff --git a/board/k210-emulator/third_party_driver/include/io.h b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/io.h similarity index 100% rename from board/k210-emulator/third_party_driver/include/io.h rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/io.h diff --git a/board/k210-emulator/third_party_driver/include/plic.h b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/plic.h similarity index 100% rename from board/k210-emulator/third_party_driver/include/plic.h rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/plic.h diff --git a/board/k210-emulator/third_party_driver/include/sysctl.h b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/sysctl.h similarity index 100% rename from board/k210-emulator/third_party_driver/include/sysctl.h rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/sysctl.h diff --git a/board/k210-emulator/third_party_driver/include/utils.h b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/utils.h similarity index 100% rename from board/k210-emulator/third_party_driver/include/utils.h rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/utils.h diff --git a/board/k210-emulator/third_party_driver/include/wdt.h b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/wdt.h similarity index 100% rename from board/k210-emulator/third_party_driver/include/wdt.h rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/wdt.h diff --git a/board/k210-emulator/third_party_driver/plic/Kconfig b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/plic/Kconfig similarity index 100% rename from board/k210-emulator/third_party_driver/plic/Kconfig rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/plic/Kconfig diff --git a/board/k210-emulator/third_party_driver/plic/Makefile b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/plic/Makefile similarity index 100% rename from board/k210-emulator/third_party_driver/plic/Makefile rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/plic/Makefile diff --git a/board/k210-emulator/third_party_driver/plic/clint.c b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/plic/clint.c similarity index 100% rename from board/k210-emulator/third_party_driver/plic/clint.c rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/plic/clint.c diff --git a/board/k210-emulator/third_party_driver/plic/drv_interrupt.c b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/plic/drv_interrupt.c similarity index 100% rename from board/k210-emulator/third_party_driver/plic/drv_interrupt.c rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/plic/drv_interrupt.c diff --git a/board/k210-emulator/third_party_driver/plic/plic.c b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/plic/plic.c similarity index 100% rename from board/k210-emulator/third_party_driver/plic/plic.c rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/plic/plic.c diff --git a/board/k210-emulator/third_party_driver/rtc/Kconfig b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/rtc/Kconfig similarity index 100% rename from board/k210-emulator/third_party_driver/rtc/Kconfig rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/rtc/Kconfig diff --git a/board/k210-emulator/third_party_driver/rtc/Makefile b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/rtc/Makefile similarity index 100% rename from board/k210-emulator/third_party_driver/rtc/Makefile rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/rtc/Makefile diff --git a/board/k210-emulator/third_party_driver/rtc/connect_rtc.c b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/rtc/connect_rtc.c similarity index 100% rename from board/k210-emulator/third_party_driver/rtc/connect_rtc.c rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/rtc/connect_rtc.c diff --git a/board/k210-emulator/third_party_driver/rtc/hardware_rtc.c b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/rtc/hardware_rtc.c similarity index 100% rename from board/k210-emulator/third_party_driver/rtc/hardware_rtc.c rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/rtc/hardware_rtc.c diff --git a/board/k210-emulator/third_party_driver/sleep.c b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/sleep.c similarity index 100% rename from board/k210-emulator/third_party_driver/sleep.c rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/sleep.c diff --git a/board/k210-emulator/third_party_driver/spi/Kconfig b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/spi/Kconfig similarity index 100% rename from board/k210-emulator/third_party_driver/spi/Kconfig rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/spi/Kconfig diff --git a/board/k210-emulator/third_party_driver/spi/Makefile b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/spi/Makefile similarity index 100% rename from board/k210-emulator/third_party_driver/spi/Makefile rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/spi/Makefile diff --git a/board/k210-emulator/third_party_driver/spi/connect_spi.c b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/spi/connect_spi.c similarity index 100% rename from board/k210-emulator/third_party_driver/spi/connect_spi.c rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/spi/connect_spi.c diff --git a/board/k210-emulator/third_party_driver/spi/hardware_spi.c b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/spi/hardware_spi.c similarity index 100% rename from board/k210-emulator/third_party_driver/spi/hardware_spi.c rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/spi/hardware_spi.c diff --git a/board/k210-emulator/third_party_driver/sys_clock/Kconfig b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/sys_clock/Kconfig similarity index 100% rename from board/k210-emulator/third_party_driver/sys_clock/Kconfig rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/sys_clock/Kconfig diff --git a/board/k210-emulator/third_party_driver/sys_clock/Makefile b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/sys_clock/Makefile similarity index 100% rename from board/k210-emulator/third_party_driver/sys_clock/Makefile rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/sys_clock/Makefile diff --git a/board/k210-emulator/third_party_driver/sys_clock/sysctl.c b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/sys_clock/sysctl.c similarity index 100% rename from board/k210-emulator/third_party_driver/sys_clock/sysctl.c rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/sys_clock/sysctl.c diff --git a/board/k210-emulator/third_party_driver/timer/Kconfig b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/timer/Kconfig similarity index 100% rename from board/k210-emulator/third_party_driver/timer/Kconfig rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/timer/Kconfig diff --git a/board/k210-emulator/third_party_driver/timer/Makefile b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/timer/Makefile similarity index 100% rename from board/k210-emulator/third_party_driver/timer/Makefile rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/timer/Makefile diff --git a/board/k210-emulator/third_party_driver/timer/connect_hwtimer.c b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/timer/connect_hwtimer.c similarity index 100% rename from board/k210-emulator/third_party_driver/timer/connect_hwtimer.c rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/timer/connect_hwtimer.c diff --git a/board/k210-emulator/third_party_driver/timer/hardware_hwtimer.c b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/timer/hardware_hwtimer.c similarity index 100% rename from board/k210-emulator/third_party_driver/timer/hardware_hwtimer.c rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/timer/hardware_hwtimer.c diff --git a/board/k210-emulator/third_party_driver/uart/Kconfig b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/uart/Kconfig similarity index 100% rename from board/k210-emulator/third_party_driver/uart/Kconfig rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/uart/Kconfig diff --git a/board/k210-emulator/third_party_driver/uart/Makefile b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/uart/Makefile similarity index 100% rename from board/k210-emulator/third_party_driver/uart/Makefile rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/uart/Makefile diff --git a/board/k210-emulator/third_party_driver/uart/connect_uart.c b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/uart/connect_uart.c similarity index 100% rename from board/k210-emulator/third_party_driver/uart/connect_uart.c rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/uart/connect_uart.c diff --git a/board/k210-emulator/third_party_driver/uart/hardware_uart.c b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/uart/hardware_uart.c similarity index 100% rename from board/k210-emulator/third_party_driver/uart/hardware_uart.c rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/uart/hardware_uart.c diff --git a/board/k210-emulator/third_party_driver/uart/hardware_uarths.c b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/uart/hardware_uarths.c similarity index 100% rename from board/k210-emulator/third_party_driver/uart/hardware_uarths.c rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/uart/hardware_uarths.c diff --git a/board/k210-emulator/third_party_driver/watchdog/Kconfig b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/watchdog/Kconfig similarity index 100% rename from board/k210-emulator/third_party_driver/watchdog/Kconfig rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/watchdog/Kconfig diff --git a/board/k210-emulator/third_party_driver/watchdog/Makefile b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/watchdog/Makefile similarity index 100% rename from board/k210-emulator/third_party_driver/watchdog/Makefile rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/watchdog/Makefile diff --git a/board/k210-emulator/third_party_driver/watchdog/connect_wdt.c b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/watchdog/connect_wdt.c similarity index 100% rename from board/k210-emulator/third_party_driver/watchdog/connect_wdt.c rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/watchdog/connect_wdt.c diff --git a/board/k210-emulator/third_party_driver/watchdog/wdt.c b/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/watchdog/wdt.c similarity index 100% rename from board/k210-emulator/third_party_driver/watchdog/wdt.c rename to Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/watchdog/wdt.c diff --git a/board/kd233/.defconfig b/Ubiquitous/XiUOS/board/kd233/.defconfig similarity index 100% rename from board/kd233/.defconfig rename to Ubiquitous/XiUOS/board/kd233/.defconfig diff --git a/board/kd233/Kconfig b/Ubiquitous/XiUOS/board/kd233/Kconfig similarity index 100% rename from board/kd233/Kconfig rename to Ubiquitous/XiUOS/board/kd233/Kconfig diff --git a/board/kd233/Makefile b/Ubiquitous/XiUOS/board/kd233/Makefile similarity index 100% rename from board/kd233/Makefile rename to Ubiquitous/XiUOS/board/kd233/Makefile diff --git a/board/kd233/README.md b/Ubiquitous/XiUOS/board/kd233/README.md similarity index 100% rename from board/kd233/README.md rename to Ubiquitous/XiUOS/board/kd233/README.md diff --git a/board/kd233/board.c b/Ubiquitous/XiUOS/board/kd233/board.c similarity index 100% rename from board/kd233/board.c rename to Ubiquitous/XiUOS/board/kd233/board.c diff --git a/board/kd233/board.h b/Ubiquitous/XiUOS/board/kd233/board.h similarity index 100% rename from board/kd233/board.h rename to Ubiquitous/XiUOS/board/kd233/board.h diff --git a/board/kd233/config.mk b/Ubiquitous/XiUOS/board/kd233/config.mk similarity index 100% rename from board/kd233/config.mk rename to Ubiquitous/XiUOS/board/kd233/config.mk diff --git a/board/kd233/img/kd233.jpg b/Ubiquitous/XiUOS/board/kd233/img/kd233.jpg similarity index 100% rename from board/kd233/img/kd233.jpg rename to Ubiquitous/XiUOS/board/kd233/img/kd233.jpg diff --git a/board/kd233/img/main.png b/Ubiquitous/XiUOS/board/kd233/img/main.png similarity index 100% rename from board/kd233/img/main.png rename to Ubiquitous/XiUOS/board/kd233/img/main.png diff --git a/board/kd233/img/menuconfig1.png b/Ubiquitous/XiUOS/board/kd233/img/menuconfig1.png similarity index 100% rename from board/kd233/img/menuconfig1.png rename to Ubiquitous/XiUOS/board/kd233/img/menuconfig1.png diff --git a/board/kd233/img/menuconfig2.png b/Ubiquitous/XiUOS/board/kd233/img/menuconfig2.png similarity index 100% rename from board/kd233/img/menuconfig2.png rename to Ubiquitous/XiUOS/board/kd233/img/menuconfig2.png diff --git a/board/kd233/img/menuconfig3.png b/Ubiquitous/XiUOS/board/kd233/img/menuconfig3.png similarity index 100% rename from board/kd233/img/menuconfig3.png rename to Ubiquitous/XiUOS/board/kd233/img/menuconfig3.png diff --git a/board/kd233/img/menuconfig4.png b/Ubiquitous/XiUOS/board/kd233/img/menuconfig4.png similarity index 100% rename from board/kd233/img/menuconfig4.png rename to Ubiquitous/XiUOS/board/kd233/img/menuconfig4.png diff --git a/board/kd233/img/terminal.png b/Ubiquitous/XiUOS/board/kd233/img/terminal.png similarity index 100% rename from board/kd233/img/terminal.png rename to Ubiquitous/XiUOS/board/kd233/img/terminal.png diff --git a/board/kd233/img/vscode.jpg b/Ubiquitous/XiUOS/board/kd233/img/vscode.jpg similarity index 100% rename from board/kd233/img/vscode.jpg rename to Ubiquitous/XiUOS/board/kd233/img/vscode.jpg diff --git a/board/kd233/include/atomic.h b/Ubiquitous/XiUOS/board/kd233/include/atomic.h similarity index 100% rename from board/kd233/include/atomic.h rename to Ubiquitous/XiUOS/board/kd233/include/atomic.h diff --git a/board/kd233/include/bsp.h b/Ubiquitous/XiUOS/board/kd233/include/bsp.h similarity index 100% rename from board/kd233/include/bsp.h rename to Ubiquitous/XiUOS/board/kd233/include/bsp.h diff --git a/board/kd233/include/dump.h b/Ubiquitous/XiUOS/board/kd233/include/dump.h similarity index 100% rename from board/kd233/include/dump.h rename to Ubiquitous/XiUOS/board/kd233/include/dump.h diff --git a/board/kd233/include/encoding.h b/Ubiquitous/XiUOS/board/kd233/include/encoding.h similarity index 100% rename from board/kd233/include/encoding.h rename to Ubiquitous/XiUOS/board/kd233/include/encoding.h diff --git a/board/kd233/include/entry.h b/Ubiquitous/XiUOS/board/kd233/include/entry.h similarity index 100% rename from board/kd233/include/entry.h rename to Ubiquitous/XiUOS/board/kd233/include/entry.h diff --git a/board/kd233/include/interrupt.h b/Ubiquitous/XiUOS/board/kd233/include/interrupt.h similarity index 100% rename from board/kd233/include/interrupt.h rename to Ubiquitous/XiUOS/board/kd233/include/interrupt.h diff --git a/board/kd233/include/platform.h b/Ubiquitous/XiUOS/board/kd233/include/platform.h similarity index 100% rename from board/kd233/include/platform.h rename to Ubiquitous/XiUOS/board/kd233/include/platform.h diff --git a/board/kd233/include/printf.h b/Ubiquitous/XiUOS/board/kd233/include/printf.h similarity index 100% rename from board/kd233/include/printf.h rename to Ubiquitous/XiUOS/board/kd233/include/printf.h diff --git a/board/kd233/include/sleep.h b/Ubiquitous/XiUOS/board/kd233/include/sleep.h similarity index 100% rename from board/kd233/include/sleep.h rename to Ubiquitous/XiUOS/board/kd233/include/sleep.h diff --git a/board/kd233/include/syscalls.h b/Ubiquitous/XiUOS/board/kd233/include/syscalls.h similarity index 100% rename from board/kd233/include/syscalls.h rename to Ubiquitous/XiUOS/board/kd233/include/syscalls.h diff --git a/board/kd233/include/syslog.h b/Ubiquitous/XiUOS/board/kd233/include/syslog.h similarity index 100% rename from board/kd233/include/syslog.h rename to Ubiquitous/XiUOS/board/kd233/include/syslog.h diff --git a/board/kd233/include/util.h b/Ubiquitous/XiUOS/board/kd233/include/util.h similarity index 100% rename from board/kd233/include/util.h rename to Ubiquitous/XiUOS/board/kd233/include/util.h diff --git a/board/kd233/link.lds b/Ubiquitous/XiUOS/board/kd233/link.lds similarity index 100% rename from board/kd233/link.lds rename to Ubiquitous/XiUOS/board/kd233/link.lds diff --git a/board/kd233/link_userspace.lds b/Ubiquitous/XiUOS/board/kd233/link_userspace.lds similarity index 100% rename from board/kd233/link_userspace.lds rename to Ubiquitous/XiUOS/board/kd233/link_userspace.lds diff --git a/board/kd233/third_party_driver/Kconfig b/Ubiquitous/XiUOS/board/kd233/third_party_driver/Kconfig similarity index 100% rename from board/kd233/third_party_driver/Kconfig rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/Kconfig diff --git a/board/kd233/third_party_driver/Makefile b/Ubiquitous/XiUOS/board/kd233/third_party_driver/Makefile similarity index 100% rename from board/kd233/third_party_driver/Makefile rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/Makefile diff --git a/board/kd233/third_party_driver/dma/Kconfig b/Ubiquitous/XiUOS/board/kd233/third_party_driver/dma/Kconfig similarity index 100% rename from board/kd233/third_party_driver/dma/Kconfig rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/dma/Kconfig diff --git a/board/kd233/third_party_driver/dma/Makefile b/Ubiquitous/XiUOS/board/kd233/third_party_driver/dma/Makefile similarity index 100% rename from board/kd233/third_party_driver/dma/Makefile rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/dma/Makefile diff --git a/board/kd233/third_party_driver/dma/dmac.c b/Ubiquitous/XiUOS/board/kd233/third_party_driver/dma/dmac.c similarity index 100% rename from board/kd233/third_party_driver/dma/dmac.c rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/dma/dmac.c diff --git a/board/kd233/third_party_driver/gpio/Kconfig b/Ubiquitous/XiUOS/board/kd233/third_party_driver/gpio/Kconfig similarity index 100% rename from board/kd233/third_party_driver/gpio/Kconfig rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/gpio/Kconfig diff --git a/board/kd233/third_party_driver/gpio/Makefile b/Ubiquitous/XiUOS/board/kd233/third_party_driver/gpio/Makefile similarity index 100% rename from board/kd233/third_party_driver/gpio/Makefile rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/gpio/Makefile diff --git a/board/kd233/third_party_driver/gpio/connect_gpio.c b/Ubiquitous/XiUOS/board/kd233/third_party_driver/gpio/connect_gpio.c similarity index 100% rename from board/kd233/third_party_driver/gpio/connect_gpio.c rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/gpio/connect_gpio.c diff --git a/board/kd233/third_party_driver/gpio/drv_io_config.c b/Ubiquitous/XiUOS/board/kd233/third_party_driver/gpio/drv_io_config.c similarity index 100% rename from board/kd233/third_party_driver/gpio/drv_io_config.c rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/gpio/drv_io_config.c diff --git a/board/kd233/third_party_driver/gpio/fpioa.c b/Ubiquitous/XiUOS/board/kd233/third_party_driver/gpio/fpioa.c similarity index 100% rename from board/kd233/third_party_driver/gpio/fpioa.c rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/gpio/fpioa.c diff --git a/board/kd233/third_party_driver/gpio/gpio.c b/Ubiquitous/XiUOS/board/kd233/third_party_driver/gpio/gpio.c similarity index 100% rename from board/kd233/third_party_driver/gpio/gpio.c rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/gpio/gpio.c diff --git a/board/kd233/third_party_driver/gpio/gpiohs.c b/Ubiquitous/XiUOS/board/kd233/third_party_driver/gpio/gpiohs.c similarity index 100% rename from board/kd233/third_party_driver/gpio/gpiohs.c rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/gpio/gpiohs.c diff --git a/board/kd233/third_party_driver/gpio/utils.c b/Ubiquitous/XiUOS/board/kd233/third_party_driver/gpio/utils.c similarity index 100% rename from board/kd233/third_party_driver/gpio/utils.c rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/gpio/utils.c diff --git a/board/kd233/third_party_driver/i2c/Kconfig b/Ubiquitous/XiUOS/board/kd233/third_party_driver/i2c/Kconfig similarity index 100% rename from board/kd233/third_party_driver/i2c/Kconfig rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/i2c/Kconfig diff --git a/board/kd233/third_party_driver/i2c/Makefile b/Ubiquitous/XiUOS/board/kd233/third_party_driver/i2c/Makefile similarity index 100% rename from board/kd233/third_party_driver/i2c/Makefile rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/i2c/Makefile diff --git a/board/kd233/third_party_driver/i2c/connect_i2c.c b/Ubiquitous/XiUOS/board/kd233/third_party_driver/i2c/connect_i2c.c similarity index 100% rename from board/kd233/third_party_driver/i2c/connect_i2c.c rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/i2c/connect_i2c.c diff --git a/board/kd233/third_party_driver/i2c/hardware_i2c.c b/Ubiquitous/XiUOS/board/kd233/third_party_driver/i2c/hardware_i2c.c similarity index 100% rename from board/kd233/third_party_driver/i2c/hardware_i2c.c rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/i2c/hardware_i2c.c diff --git a/board/kd233/third_party_driver/include/clint.h b/Ubiquitous/XiUOS/board/kd233/third_party_driver/include/clint.h similarity index 100% rename from board/kd233/third_party_driver/include/clint.h rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/include/clint.h diff --git a/board/kd233/third_party_driver/include/connect_gpio.h b/Ubiquitous/XiUOS/board/kd233/third_party_driver/include/connect_gpio.h similarity index 100% rename from board/kd233/third_party_driver/include/connect_gpio.h rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/include/connect_gpio.h diff --git a/board/kd233/third_party_driver/include/connect_hwtimer.h b/Ubiquitous/XiUOS/board/kd233/third_party_driver/include/connect_hwtimer.h similarity index 100% rename from board/kd233/third_party_driver/include/connect_hwtimer.h rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/include/connect_hwtimer.h diff --git a/board/kd233/third_party_driver/include/connect_i2c.h b/Ubiquitous/XiUOS/board/kd233/third_party_driver/include/connect_i2c.h similarity index 100% rename from board/kd233/third_party_driver/include/connect_i2c.h rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/include/connect_i2c.h diff --git a/board/kd233/third_party_driver/include/connect_rtc.h b/Ubiquitous/XiUOS/board/kd233/third_party_driver/include/connect_rtc.h similarity index 100% rename from board/kd233/third_party_driver/include/connect_rtc.h rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/include/connect_rtc.h diff --git a/board/kd233/third_party_driver/include/connect_spi.h b/Ubiquitous/XiUOS/board/kd233/third_party_driver/include/connect_spi.h similarity index 100% rename from board/kd233/third_party_driver/include/connect_spi.h rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/include/connect_spi.h diff --git a/board/kd233/third_party_driver/include/connect_uart.h b/Ubiquitous/XiUOS/board/kd233/third_party_driver/include/connect_uart.h similarity index 100% rename from board/kd233/third_party_driver/include/connect_uart.h rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/include/connect_uart.h diff --git a/board/kd233/third_party_driver/include/connect_wdt.h b/Ubiquitous/XiUOS/board/kd233/third_party_driver/include/connect_wdt.h similarity index 100% rename from board/kd233/third_party_driver/include/connect_wdt.h rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/include/connect_wdt.h diff --git a/board/kd233/third_party_driver/include/dmac.h b/Ubiquitous/XiUOS/board/kd233/third_party_driver/include/dmac.h similarity index 100% rename from board/kd233/third_party_driver/include/dmac.h rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/include/dmac.h diff --git a/board/kd233/third_party_driver/include/drv_io_config.h b/Ubiquitous/XiUOS/board/kd233/third_party_driver/include/drv_io_config.h similarity index 100% rename from board/kd233/third_party_driver/include/drv_io_config.h rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/include/drv_io_config.h diff --git a/board/kd233/third_party_driver/include/dvp.h b/Ubiquitous/XiUOS/board/kd233/third_party_driver/include/dvp.h similarity index 100% rename from board/kd233/third_party_driver/include/dvp.h rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/include/dvp.h diff --git a/board/kd233/third_party_driver/include/font.h b/Ubiquitous/XiUOS/board/kd233/third_party_driver/include/font.h similarity index 100% rename from board/kd233/third_party_driver/include/font.h rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/include/font.h diff --git a/board/kd233/third_party_driver/include/fpioa.h b/Ubiquitous/XiUOS/board/kd233/third_party_driver/include/fpioa.h similarity index 100% rename from board/kd233/third_party_driver/include/fpioa.h rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/include/fpioa.h diff --git a/board/kd233/third_party_driver/include/gpio.h b/Ubiquitous/XiUOS/board/kd233/third_party_driver/include/gpio.h similarity index 100% rename from board/kd233/third_party_driver/include/gpio.h rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/include/gpio.h diff --git a/board/kd233/third_party_driver/include/gpio_common.h b/Ubiquitous/XiUOS/board/kd233/third_party_driver/include/gpio_common.h similarity index 100% rename from board/kd233/third_party_driver/include/gpio_common.h rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/include/gpio_common.h diff --git a/board/kd233/third_party_driver/include/gpiohs.h b/Ubiquitous/XiUOS/board/kd233/third_party_driver/include/gpiohs.h similarity index 100% rename from board/kd233/third_party_driver/include/gpiohs.h rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/include/gpiohs.h diff --git a/board/kd233/third_party_driver/include/hardware_hwtimer.h b/Ubiquitous/XiUOS/board/kd233/third_party_driver/include/hardware_hwtimer.h similarity index 100% rename from board/kd233/third_party_driver/include/hardware_hwtimer.h rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/include/hardware_hwtimer.h diff --git a/board/kd233/third_party_driver/include/hardware_i2c.h b/Ubiquitous/XiUOS/board/kd233/third_party_driver/include/hardware_i2c.h similarity index 100% rename from board/kd233/third_party_driver/include/hardware_i2c.h rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/include/hardware_i2c.h diff --git a/board/kd233/third_party_driver/include/hardware_rtc.h b/Ubiquitous/XiUOS/board/kd233/third_party_driver/include/hardware_rtc.h similarity index 100% rename from board/kd233/third_party_driver/include/hardware_rtc.h rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/include/hardware_rtc.h diff --git a/board/kd233/third_party_driver/include/hardware_spi.h b/Ubiquitous/XiUOS/board/kd233/third_party_driver/include/hardware_spi.h similarity index 100% rename from board/kd233/third_party_driver/include/hardware_spi.h rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/include/hardware_spi.h diff --git a/board/kd233/third_party_driver/include/hardware_uart.h b/Ubiquitous/XiUOS/board/kd233/third_party_driver/include/hardware_uart.h similarity index 100% rename from board/kd233/third_party_driver/include/hardware_uart.h rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/include/hardware_uart.h diff --git a/board/kd233/third_party_driver/include/hardware_uarths.h b/Ubiquitous/XiUOS/board/kd233/third_party_driver/include/hardware_uarths.h similarity index 100% rename from board/kd233/third_party_driver/include/hardware_uarths.h rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/include/hardware_uarths.h diff --git a/board/kd233/third_party_driver/include/io.h b/Ubiquitous/XiUOS/board/kd233/third_party_driver/include/io.h similarity index 100% rename from board/kd233/third_party_driver/include/io.h rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/include/io.h diff --git a/board/kd233/third_party_driver/include/plic.h b/Ubiquitous/XiUOS/board/kd233/third_party_driver/include/plic.h similarity index 100% rename from board/kd233/third_party_driver/include/plic.h rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/include/plic.h diff --git a/board/kd233/third_party_driver/include/sysctl.h b/Ubiquitous/XiUOS/board/kd233/third_party_driver/include/sysctl.h similarity index 100% rename from board/kd233/third_party_driver/include/sysctl.h rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/include/sysctl.h diff --git a/board/kd233/third_party_driver/include/utils.h b/Ubiquitous/XiUOS/board/kd233/third_party_driver/include/utils.h similarity index 100% rename from board/kd233/third_party_driver/include/utils.h rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/include/utils.h diff --git a/board/kd233/third_party_driver/include/wdt.h b/Ubiquitous/XiUOS/board/kd233/third_party_driver/include/wdt.h similarity index 100% rename from board/kd233/third_party_driver/include/wdt.h rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/include/wdt.h diff --git a/board/kd233/third_party_driver/plic/Kconfig b/Ubiquitous/XiUOS/board/kd233/third_party_driver/plic/Kconfig similarity index 100% rename from board/kd233/third_party_driver/plic/Kconfig rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/plic/Kconfig diff --git a/board/kd233/third_party_driver/plic/Makefile b/Ubiquitous/XiUOS/board/kd233/third_party_driver/plic/Makefile similarity index 100% rename from board/kd233/third_party_driver/plic/Makefile rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/plic/Makefile diff --git a/board/kd233/third_party_driver/plic/clint.c b/Ubiquitous/XiUOS/board/kd233/third_party_driver/plic/clint.c similarity index 100% rename from board/kd233/third_party_driver/plic/clint.c rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/plic/clint.c diff --git a/board/kd233/third_party_driver/plic/drv_interrupt.c b/Ubiquitous/XiUOS/board/kd233/third_party_driver/plic/drv_interrupt.c similarity index 100% rename from board/kd233/third_party_driver/plic/drv_interrupt.c rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/plic/drv_interrupt.c diff --git a/board/kd233/third_party_driver/plic/plic.c b/Ubiquitous/XiUOS/board/kd233/third_party_driver/plic/plic.c similarity index 100% rename from board/kd233/third_party_driver/plic/plic.c rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/plic/plic.c diff --git a/board/kd233/third_party_driver/rtc/Kconfig b/Ubiquitous/XiUOS/board/kd233/third_party_driver/rtc/Kconfig similarity index 100% rename from board/kd233/third_party_driver/rtc/Kconfig rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/rtc/Kconfig diff --git a/board/kd233/third_party_driver/rtc/Makefile b/Ubiquitous/XiUOS/board/kd233/third_party_driver/rtc/Makefile similarity index 100% rename from board/kd233/third_party_driver/rtc/Makefile rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/rtc/Makefile diff --git a/board/kd233/third_party_driver/rtc/connect_rtc.c b/Ubiquitous/XiUOS/board/kd233/third_party_driver/rtc/connect_rtc.c similarity index 100% rename from board/kd233/third_party_driver/rtc/connect_rtc.c rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/rtc/connect_rtc.c diff --git a/board/kd233/third_party_driver/rtc/hardware_rtc.c b/Ubiquitous/XiUOS/board/kd233/third_party_driver/rtc/hardware_rtc.c similarity index 100% rename from board/kd233/third_party_driver/rtc/hardware_rtc.c rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/rtc/hardware_rtc.c diff --git a/board/kd233/third_party_driver/sleep.c b/Ubiquitous/XiUOS/board/kd233/third_party_driver/sleep.c similarity index 100% rename from board/kd233/third_party_driver/sleep.c rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/sleep.c diff --git a/board/kd233/third_party_driver/spi/Kconfig b/Ubiquitous/XiUOS/board/kd233/third_party_driver/spi/Kconfig similarity index 100% rename from board/kd233/third_party_driver/spi/Kconfig rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/spi/Kconfig diff --git a/board/kd233/third_party_driver/spi/Makefile b/Ubiquitous/XiUOS/board/kd233/third_party_driver/spi/Makefile similarity index 100% rename from board/kd233/third_party_driver/spi/Makefile rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/spi/Makefile diff --git a/board/kd233/third_party_driver/spi/connect_spi.c b/Ubiquitous/XiUOS/board/kd233/third_party_driver/spi/connect_spi.c similarity index 100% rename from board/kd233/third_party_driver/spi/connect_spi.c rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/spi/connect_spi.c diff --git a/board/kd233/third_party_driver/spi/hardware_spi.c b/Ubiquitous/XiUOS/board/kd233/third_party_driver/spi/hardware_spi.c similarity index 100% rename from board/kd233/third_party_driver/spi/hardware_spi.c rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/spi/hardware_spi.c diff --git a/board/kd233/third_party_driver/sys_clock/Kconfig b/Ubiquitous/XiUOS/board/kd233/third_party_driver/sys_clock/Kconfig similarity index 100% rename from board/kd233/third_party_driver/sys_clock/Kconfig rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/sys_clock/Kconfig diff --git a/board/kd233/third_party_driver/sys_clock/Makefile b/Ubiquitous/XiUOS/board/kd233/third_party_driver/sys_clock/Makefile similarity index 100% rename from board/kd233/third_party_driver/sys_clock/Makefile rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/sys_clock/Makefile diff --git a/board/kd233/third_party_driver/sys_clock/sysctl.c b/Ubiquitous/XiUOS/board/kd233/third_party_driver/sys_clock/sysctl.c similarity index 100% rename from board/kd233/third_party_driver/sys_clock/sysctl.c rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/sys_clock/sysctl.c diff --git a/board/kd233/third_party_driver/timer/Kconfig b/Ubiquitous/XiUOS/board/kd233/third_party_driver/timer/Kconfig similarity index 100% rename from board/kd233/third_party_driver/timer/Kconfig rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/timer/Kconfig diff --git a/board/kd233/third_party_driver/timer/Makefile b/Ubiquitous/XiUOS/board/kd233/third_party_driver/timer/Makefile similarity index 100% rename from board/kd233/third_party_driver/timer/Makefile rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/timer/Makefile diff --git a/board/kd233/third_party_driver/timer/connect_hwtimer.c b/Ubiquitous/XiUOS/board/kd233/third_party_driver/timer/connect_hwtimer.c similarity index 100% rename from board/kd233/third_party_driver/timer/connect_hwtimer.c rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/timer/connect_hwtimer.c diff --git a/board/kd233/third_party_driver/timer/hardware_hwtimer.c b/Ubiquitous/XiUOS/board/kd233/third_party_driver/timer/hardware_hwtimer.c similarity index 100% rename from board/kd233/third_party_driver/timer/hardware_hwtimer.c rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/timer/hardware_hwtimer.c diff --git a/board/kd233/third_party_driver/uart/Kconfig b/Ubiquitous/XiUOS/board/kd233/third_party_driver/uart/Kconfig similarity index 100% rename from board/kd233/third_party_driver/uart/Kconfig rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/uart/Kconfig diff --git a/board/kd233/third_party_driver/uart/Makefile b/Ubiquitous/XiUOS/board/kd233/third_party_driver/uart/Makefile similarity index 100% rename from board/kd233/third_party_driver/uart/Makefile rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/uart/Makefile diff --git a/board/kd233/third_party_driver/uart/connect_uart.c b/Ubiquitous/XiUOS/board/kd233/third_party_driver/uart/connect_uart.c similarity index 100% rename from board/kd233/third_party_driver/uart/connect_uart.c rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/uart/connect_uart.c diff --git a/board/kd233/third_party_driver/uart/hardware_uart.c b/Ubiquitous/XiUOS/board/kd233/third_party_driver/uart/hardware_uart.c similarity index 100% rename from board/kd233/third_party_driver/uart/hardware_uart.c rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/uart/hardware_uart.c diff --git a/board/kd233/third_party_driver/uart/hardware_uarths.c b/Ubiquitous/XiUOS/board/kd233/third_party_driver/uart/hardware_uarths.c similarity index 100% rename from board/kd233/third_party_driver/uart/hardware_uarths.c rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/uart/hardware_uarths.c diff --git a/board/kd233/third_party_driver/watchdog/Kconfig b/Ubiquitous/XiUOS/board/kd233/third_party_driver/watchdog/Kconfig similarity index 100% rename from board/kd233/third_party_driver/watchdog/Kconfig rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/watchdog/Kconfig diff --git a/board/kd233/third_party_driver/watchdog/Makefile b/Ubiquitous/XiUOS/board/kd233/third_party_driver/watchdog/Makefile similarity index 100% rename from board/kd233/third_party_driver/watchdog/Makefile rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/watchdog/Makefile diff --git a/board/kd233/third_party_driver/watchdog/connect_wdt.c b/Ubiquitous/XiUOS/board/kd233/third_party_driver/watchdog/connect_wdt.c similarity index 100% rename from board/kd233/third_party_driver/watchdog/connect_wdt.c rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/watchdog/connect_wdt.c diff --git a/board/kd233/third_party_driver/watchdog/wdt.c b/Ubiquitous/XiUOS/board/kd233/third_party_driver/watchdog/wdt.c similarity index 100% rename from board/kd233/third_party_driver/watchdog/wdt.c rename to Ubiquitous/XiUOS/board/kd233/third_party_driver/watchdog/wdt.c diff --git a/board/maix-go/.defconfig b/Ubiquitous/XiUOS/board/maix-go/.defconfig similarity index 100% rename from board/maix-go/.defconfig rename to Ubiquitous/XiUOS/board/maix-go/.defconfig diff --git a/board/maix-go/Kconfig b/Ubiquitous/XiUOS/board/maix-go/Kconfig similarity index 100% rename from board/maix-go/Kconfig rename to Ubiquitous/XiUOS/board/maix-go/Kconfig diff --git a/board/maix-go/Makefile b/Ubiquitous/XiUOS/board/maix-go/Makefile similarity index 100% rename from board/maix-go/Makefile rename to Ubiquitous/XiUOS/board/maix-go/Makefile diff --git a/board/maix-go/README.md b/Ubiquitous/XiUOS/board/maix-go/README.md similarity index 100% rename from board/maix-go/README.md rename to Ubiquitous/XiUOS/board/maix-go/README.md diff --git a/board/maix-go/board.c b/Ubiquitous/XiUOS/board/maix-go/board.c similarity index 100% rename from board/maix-go/board.c rename to Ubiquitous/XiUOS/board/maix-go/board.c diff --git a/board/maix-go/board.h b/Ubiquitous/XiUOS/board/maix-go/board.h similarity index 100% rename from board/maix-go/board.h rename to Ubiquitous/XiUOS/board/maix-go/board.h diff --git a/board/maix-go/config.mk b/Ubiquitous/XiUOS/board/maix-go/config.mk similarity index 100% rename from board/maix-go/config.mk rename to Ubiquitous/XiUOS/board/maix-go/config.mk diff --git a/board/maix-go/doc/20200117183100in2v5v.pdf b/Ubiquitous/XiUOS/board/maix-go/doc/20200117183100in2v5v.pdf similarity index 100% rename from board/maix-go/doc/20200117183100in2v5v.pdf rename to Ubiquitous/XiUOS/board/maix-go/doc/20200117183100in2v5v.pdf diff --git a/board/maix-go/doc/Maix_GO_2.20(Assembly drawing).pdf b/Ubiquitous/XiUOS/board/maix-go/doc/Maix_GO_2.20(Assembly drawing).pdf similarity index 100% rename from board/maix-go/doc/Maix_GO_2.20(Assembly drawing).pdf rename to Ubiquitous/XiUOS/board/maix-go/doc/Maix_GO_2.20(Assembly drawing).pdf diff --git a/board/maix-go/doc/Maix_GO_2.20(Schematic).pdf b/Ubiquitous/XiUOS/board/maix-go/doc/Maix_GO_2.20(Schematic).pdf similarity index 100% rename from board/maix-go/doc/Maix_GO_2.20(Schematic).pdf rename to Ubiquitous/XiUOS/board/maix-go/doc/Maix_GO_2.20(Schematic).pdf diff --git a/board/maix-go/img/maix_go.jpg b/Ubiquitous/XiUOS/board/maix-go/img/maix_go.jpg similarity index 100% rename from board/maix-go/img/maix_go.jpg rename to Ubiquitous/XiUOS/board/maix-go/img/maix_go.jpg diff --git a/board/maix-go/img/terminal.png b/Ubiquitous/XiUOS/board/maix-go/img/terminal.png similarity index 100% rename from board/maix-go/img/terminal.png rename to Ubiquitous/XiUOS/board/maix-go/img/terminal.png diff --git a/board/maix-go/include/atomic.h b/Ubiquitous/XiUOS/board/maix-go/include/atomic.h similarity index 100% rename from board/maix-go/include/atomic.h rename to Ubiquitous/XiUOS/board/maix-go/include/atomic.h diff --git a/board/maix-go/include/bsp.h b/Ubiquitous/XiUOS/board/maix-go/include/bsp.h similarity index 100% rename from board/maix-go/include/bsp.h rename to Ubiquitous/XiUOS/board/maix-go/include/bsp.h diff --git a/board/maix-go/include/dump.h b/Ubiquitous/XiUOS/board/maix-go/include/dump.h similarity index 100% rename from board/maix-go/include/dump.h rename to Ubiquitous/XiUOS/board/maix-go/include/dump.h diff --git a/board/maix-go/include/encoding.h b/Ubiquitous/XiUOS/board/maix-go/include/encoding.h similarity index 100% rename from board/maix-go/include/encoding.h rename to Ubiquitous/XiUOS/board/maix-go/include/encoding.h diff --git a/board/maix-go/include/entry.h b/Ubiquitous/XiUOS/board/maix-go/include/entry.h similarity index 100% rename from board/maix-go/include/entry.h rename to Ubiquitous/XiUOS/board/maix-go/include/entry.h diff --git a/board/maix-go/include/interrupt.h b/Ubiquitous/XiUOS/board/maix-go/include/interrupt.h similarity index 100% rename from board/maix-go/include/interrupt.h rename to Ubiquitous/XiUOS/board/maix-go/include/interrupt.h diff --git a/board/maix-go/include/platform.h b/Ubiquitous/XiUOS/board/maix-go/include/platform.h similarity index 100% rename from board/maix-go/include/platform.h rename to Ubiquitous/XiUOS/board/maix-go/include/platform.h diff --git a/board/maix-go/include/printf.h b/Ubiquitous/XiUOS/board/maix-go/include/printf.h similarity index 100% rename from board/maix-go/include/printf.h rename to Ubiquitous/XiUOS/board/maix-go/include/printf.h diff --git a/board/maix-go/include/sleep.h b/Ubiquitous/XiUOS/board/maix-go/include/sleep.h similarity index 100% rename from board/maix-go/include/sleep.h rename to Ubiquitous/XiUOS/board/maix-go/include/sleep.h diff --git a/board/maix-go/include/syscalls.h b/Ubiquitous/XiUOS/board/maix-go/include/syscalls.h similarity index 100% rename from board/maix-go/include/syscalls.h rename to Ubiquitous/XiUOS/board/maix-go/include/syscalls.h diff --git a/board/maix-go/include/syslog.h b/Ubiquitous/XiUOS/board/maix-go/include/syslog.h similarity index 100% rename from board/maix-go/include/syslog.h rename to Ubiquitous/XiUOS/board/maix-go/include/syslog.h diff --git a/board/maix-go/include/util.h b/Ubiquitous/XiUOS/board/maix-go/include/util.h similarity index 100% rename from board/maix-go/include/util.h rename to Ubiquitous/XiUOS/board/maix-go/include/util.h diff --git a/board/maix-go/link.lds b/Ubiquitous/XiUOS/board/maix-go/link.lds similarity index 100% rename from board/maix-go/link.lds rename to Ubiquitous/XiUOS/board/maix-go/link.lds diff --git a/board/maix-go/link_userspace.lds b/Ubiquitous/XiUOS/board/maix-go/link_userspace.lds similarity index 100% rename from board/maix-go/link_userspace.lds rename to Ubiquitous/XiUOS/board/maix-go/link_userspace.lds diff --git a/board/maix-go/third_party_driver/Kconfig b/Ubiquitous/XiUOS/board/maix-go/third_party_driver/Kconfig similarity index 100% rename from board/maix-go/third_party_driver/Kconfig rename to Ubiquitous/XiUOS/board/maix-go/third_party_driver/Kconfig diff --git a/board/maix-go/third_party_driver/Makefile b/Ubiquitous/XiUOS/board/maix-go/third_party_driver/Makefile similarity index 100% rename from board/maix-go/third_party_driver/Makefile rename to Ubiquitous/XiUOS/board/maix-go/third_party_driver/Makefile diff --git a/board/maix-go/third_party_driver/include/clint.h b/Ubiquitous/XiUOS/board/maix-go/third_party_driver/include/clint.h similarity index 100% rename from board/maix-go/third_party_driver/include/clint.h rename to Ubiquitous/XiUOS/board/maix-go/third_party_driver/include/clint.h diff --git a/board/maix-go/third_party_driver/include/connect_uart.h b/Ubiquitous/XiUOS/board/maix-go/third_party_driver/include/connect_uart.h similarity index 100% rename from board/maix-go/third_party_driver/include/connect_uart.h rename to Ubiquitous/XiUOS/board/maix-go/third_party_driver/include/connect_uart.h diff --git a/board/maix-go/third_party_driver/include/dmac.h b/Ubiquitous/XiUOS/board/maix-go/third_party_driver/include/dmac.h similarity index 100% rename from board/maix-go/third_party_driver/include/dmac.h rename to Ubiquitous/XiUOS/board/maix-go/third_party_driver/include/dmac.h diff --git a/board/maix-go/third_party_driver/include/hardware_uart.h b/Ubiquitous/XiUOS/board/maix-go/third_party_driver/include/hardware_uart.h similarity index 100% rename from board/maix-go/third_party_driver/include/hardware_uart.h rename to Ubiquitous/XiUOS/board/maix-go/third_party_driver/include/hardware_uart.h diff --git a/board/maix-go/third_party_driver/include/hardware_uarths.h b/Ubiquitous/XiUOS/board/maix-go/third_party_driver/include/hardware_uarths.h similarity index 100% rename from board/maix-go/third_party_driver/include/hardware_uarths.h rename to Ubiquitous/XiUOS/board/maix-go/third_party_driver/include/hardware_uarths.h diff --git a/board/maix-go/third_party_driver/include/io.h b/Ubiquitous/XiUOS/board/maix-go/third_party_driver/include/io.h similarity index 100% rename from board/maix-go/third_party_driver/include/io.h rename to Ubiquitous/XiUOS/board/maix-go/third_party_driver/include/io.h diff --git a/board/maix-go/third_party_driver/include/plic.h b/Ubiquitous/XiUOS/board/maix-go/third_party_driver/include/plic.h similarity index 100% rename from board/maix-go/third_party_driver/include/plic.h rename to Ubiquitous/XiUOS/board/maix-go/third_party_driver/include/plic.h diff --git a/board/maix-go/third_party_driver/include/sysctl.h b/Ubiquitous/XiUOS/board/maix-go/third_party_driver/include/sysctl.h similarity index 100% rename from board/maix-go/third_party_driver/include/sysctl.h rename to Ubiquitous/XiUOS/board/maix-go/third_party_driver/include/sysctl.h diff --git a/board/maix-go/third_party_driver/include/utils.h b/Ubiquitous/XiUOS/board/maix-go/third_party_driver/include/utils.h similarity index 100% rename from board/maix-go/third_party_driver/include/utils.h rename to Ubiquitous/XiUOS/board/maix-go/third_party_driver/include/utils.h diff --git a/board/maix-go/third_party_driver/plic/Kconfig b/Ubiquitous/XiUOS/board/maix-go/third_party_driver/plic/Kconfig similarity index 100% rename from board/maix-go/third_party_driver/plic/Kconfig rename to Ubiquitous/XiUOS/board/maix-go/third_party_driver/plic/Kconfig diff --git a/board/maix-go/third_party_driver/plic/Makefile b/Ubiquitous/XiUOS/board/maix-go/third_party_driver/plic/Makefile similarity index 100% rename from board/maix-go/third_party_driver/plic/Makefile rename to Ubiquitous/XiUOS/board/maix-go/third_party_driver/plic/Makefile diff --git a/board/maix-go/third_party_driver/plic/clint.c b/Ubiquitous/XiUOS/board/maix-go/third_party_driver/plic/clint.c similarity index 100% rename from board/maix-go/third_party_driver/plic/clint.c rename to Ubiquitous/XiUOS/board/maix-go/third_party_driver/plic/clint.c diff --git a/board/maix-go/third_party_driver/plic/drv_interrupt.c b/Ubiquitous/XiUOS/board/maix-go/third_party_driver/plic/drv_interrupt.c similarity index 100% rename from board/maix-go/third_party_driver/plic/drv_interrupt.c rename to Ubiquitous/XiUOS/board/maix-go/third_party_driver/plic/drv_interrupt.c diff --git a/board/maix-go/third_party_driver/plic/plic.c b/Ubiquitous/XiUOS/board/maix-go/third_party_driver/plic/plic.c similarity index 100% rename from board/maix-go/third_party_driver/plic/plic.c rename to Ubiquitous/XiUOS/board/maix-go/third_party_driver/plic/plic.c diff --git a/board/maix-go/third_party_driver/sleep.c b/Ubiquitous/XiUOS/board/maix-go/third_party_driver/sleep.c similarity index 100% rename from board/maix-go/third_party_driver/sleep.c rename to Ubiquitous/XiUOS/board/maix-go/third_party_driver/sleep.c diff --git a/board/maix-go/third_party_driver/sys_clock/Kconfig b/Ubiquitous/XiUOS/board/maix-go/third_party_driver/sys_clock/Kconfig similarity index 100% rename from board/maix-go/third_party_driver/sys_clock/Kconfig rename to Ubiquitous/XiUOS/board/maix-go/third_party_driver/sys_clock/Kconfig diff --git a/board/maix-go/third_party_driver/sys_clock/Makefile b/Ubiquitous/XiUOS/board/maix-go/third_party_driver/sys_clock/Makefile similarity index 100% rename from board/maix-go/third_party_driver/sys_clock/Makefile rename to Ubiquitous/XiUOS/board/maix-go/third_party_driver/sys_clock/Makefile diff --git a/board/maix-go/third_party_driver/sys_clock/sysctl.c b/Ubiquitous/XiUOS/board/maix-go/third_party_driver/sys_clock/sysctl.c similarity index 100% rename from board/maix-go/third_party_driver/sys_clock/sysctl.c rename to Ubiquitous/XiUOS/board/maix-go/third_party_driver/sys_clock/sysctl.c diff --git a/board/maix-go/third_party_driver/uart/Kconfig b/Ubiquitous/XiUOS/board/maix-go/third_party_driver/uart/Kconfig similarity index 100% rename from board/maix-go/third_party_driver/uart/Kconfig rename to Ubiquitous/XiUOS/board/maix-go/third_party_driver/uart/Kconfig diff --git a/board/maix-go/third_party_driver/uart/Makefile b/Ubiquitous/XiUOS/board/maix-go/third_party_driver/uart/Makefile similarity index 100% rename from board/maix-go/third_party_driver/uart/Makefile rename to Ubiquitous/XiUOS/board/maix-go/third_party_driver/uart/Makefile diff --git a/board/maix-go/third_party_driver/uart/connect_uart.c b/Ubiquitous/XiUOS/board/maix-go/third_party_driver/uart/connect_uart.c similarity index 100% rename from board/maix-go/third_party_driver/uart/connect_uart.c rename to Ubiquitous/XiUOS/board/maix-go/third_party_driver/uart/connect_uart.c diff --git a/board/maix-go/third_party_driver/uart/hardware_uart.c b/Ubiquitous/XiUOS/board/maix-go/third_party_driver/uart/hardware_uart.c similarity index 100% rename from board/maix-go/third_party_driver/uart/hardware_uart.c rename to Ubiquitous/XiUOS/board/maix-go/third_party_driver/uart/hardware_uart.c diff --git a/board/maix-go/third_party_driver/uart/hardware_uarths.c b/Ubiquitous/XiUOS/board/maix-go/third_party_driver/uart/hardware_uarths.c similarity index 100% rename from board/maix-go/third_party_driver/uart/hardware_uarths.c rename to Ubiquitous/XiUOS/board/maix-go/third_party_driver/uart/hardware_uarths.c diff --git a/board/ok1052-c/Kconfig b/Ubiquitous/XiUOS/board/ok1052-c/Kconfig similarity index 100% rename from board/ok1052-c/Kconfig rename to Ubiquitous/XiUOS/board/ok1052-c/Kconfig diff --git a/board/ok1052-c/Makefile b/Ubiquitous/XiUOS/board/ok1052-c/Makefile similarity index 100% rename from board/ok1052-c/Makefile rename to Ubiquitous/XiUOS/board/ok1052-c/Makefile diff --git a/board/ok1052-c/README.md b/Ubiquitous/XiUOS/board/ok1052-c/README.md similarity index 100% rename from board/ok1052-c/README.md rename to Ubiquitous/XiUOS/board/ok1052-c/README.md diff --git a/board/ok1052-c/board.c b/Ubiquitous/XiUOS/board/ok1052-c/board.c similarity index 100% rename from board/ok1052-c/board.c rename to Ubiquitous/XiUOS/board/ok1052-c/board.c diff --git a/board/ok1052-c/board.h b/Ubiquitous/XiUOS/board/ok1052-c/board.h similarity index 100% rename from board/ok1052-c/board.h rename to Ubiquitous/XiUOS/board/ok1052-c/board.h diff --git a/board/ok1052-c/clock_config.c b/Ubiquitous/XiUOS/board/ok1052-c/clock_config.c similarity index 100% rename from board/ok1052-c/clock_config.c rename to Ubiquitous/XiUOS/board/ok1052-c/clock_config.c diff --git a/board/ok1052-c/clock_config.h b/Ubiquitous/XiUOS/board/ok1052-c/clock_config.h similarity index 100% rename from board/ok1052-c/clock_config.h rename to Ubiquitous/XiUOS/board/ok1052-c/clock_config.h diff --git a/board/ok1052-c/config.mk b/Ubiquitous/XiUOS/board/ok1052-c/config.mk similarity index 100% rename from board/ok1052-c/config.mk rename to Ubiquitous/XiUOS/board/ok1052-c/config.mk diff --git a/board/ok1052-c/img/NXPBootUtility_1.png b/Ubiquitous/XiUOS/board/ok1052-c/img/NXPBootUtility_1.png similarity index 100% rename from board/ok1052-c/img/NXPBootUtility_1.png rename to Ubiquitous/XiUOS/board/ok1052-c/img/NXPBootUtility_1.png diff --git a/board/ok1052-c/img/NXPBootUtility_2.png b/Ubiquitous/XiUOS/board/ok1052-c/img/NXPBootUtility_2.png similarity index 100% rename from board/ok1052-c/img/NXPBootUtility_2.png rename to Ubiquitous/XiUOS/board/ok1052-c/img/NXPBootUtility_2.png diff --git a/board/ok1052-c/img/menuconfig.png b/Ubiquitous/XiUOS/board/ok1052-c/img/menuconfig.png similarity index 100% rename from board/ok1052-c/img/menuconfig.png rename to Ubiquitous/XiUOS/board/ok1052-c/img/menuconfig.png diff --git a/board/ok1052-c/img/menuconfig1.png b/Ubiquitous/XiUOS/board/ok1052-c/img/menuconfig1.png similarity index 100% rename from board/ok1052-c/img/menuconfig1.png rename to Ubiquitous/XiUOS/board/ok1052-c/img/menuconfig1.png diff --git a/board/ok1052-c/img/terminal.png b/Ubiquitous/XiUOS/board/ok1052-c/img/terminal.png similarity index 100% rename from board/ok1052-c/img/terminal.png rename to Ubiquitous/XiUOS/board/ok1052-c/img/terminal.png diff --git a/board/ok1052-c/img/vscode.jpg b/Ubiquitous/XiUOS/board/ok1052-c/img/vscode.jpg similarity index 100% rename from board/ok1052-c/img/vscode.jpg rename to Ubiquitous/XiUOS/board/ok1052-c/img/vscode.jpg diff --git a/board/ok1052-c/link.lds b/Ubiquitous/XiUOS/board/ok1052-c/link.lds similarity index 100% rename from board/ok1052-c/link.lds rename to Ubiquitous/XiUOS/board/ok1052-c/link.lds diff --git a/board/ok1052-c/pin_mux.c b/Ubiquitous/XiUOS/board/ok1052-c/pin_mux.c similarity index 100% rename from board/ok1052-c/pin_mux.c rename to Ubiquitous/XiUOS/board/ok1052-c/pin_mux.c diff --git a/board/ok1052-c/pin_mux.h b/Ubiquitous/XiUOS/board/ok1052-c/pin_mux.h similarity index 100% rename from board/ok1052-c/pin_mux.h rename to Ubiquitous/XiUOS/board/ok1052-c/pin_mux.h diff --git a/board/ok1052-c/third_party_driver/CMSIS/Include/cmsis_compiler.h b/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/CMSIS/Include/cmsis_compiler.h similarity index 100% rename from board/ok1052-c/third_party_driver/CMSIS/Include/cmsis_compiler.h rename to Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/CMSIS/Include/cmsis_compiler.h diff --git a/board/ok1052-c/third_party_driver/CMSIS/Include/cmsis_gcc.h b/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/CMSIS/Include/cmsis_gcc.h similarity index 100% rename from board/ok1052-c/third_party_driver/CMSIS/Include/cmsis_gcc.h rename to Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/CMSIS/Include/cmsis_gcc.h diff --git a/board/ok1052-c/third_party_driver/CMSIS/Include/cmsis_version.h b/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/CMSIS/Include/cmsis_version.h similarity index 100% rename from board/ok1052-c/third_party_driver/CMSIS/Include/cmsis_version.h rename to Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/CMSIS/Include/cmsis_version.h diff --git a/board/ok1052-c/third_party_driver/CMSIS/Include/core_cm7.h b/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/CMSIS/Include/core_cm7.h similarity index 100% rename from board/ok1052-c/third_party_driver/CMSIS/Include/core_cm7.h rename to Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/CMSIS/Include/core_cm7.h diff --git a/board/ok1052-c/third_party_driver/CMSIS/Include/mpu_armv7.h b/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/CMSIS/Include/mpu_armv7.h similarity index 100% rename from board/ok1052-c/third_party_driver/CMSIS/Include/mpu_armv7.h rename to Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/CMSIS/Include/mpu_armv7.h diff --git a/board/ok1052-c/third_party_driver/CMSIS/LICENSE.txt b/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/CMSIS/LICENSE.txt similarity index 100% rename from board/ok1052-c/third_party_driver/CMSIS/LICENSE.txt rename to Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/CMSIS/LICENSE.txt diff --git a/board/ok1052-c/third_party_driver/Kconfig b/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/Kconfig similarity index 100% rename from board/ok1052-c/third_party_driver/Kconfig rename to Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/Kconfig diff --git a/board/ok1052-c/third_party_driver/MIMXRT1052/MIMXRT1052.h b/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/MIMXRT1052/MIMXRT1052.h similarity index 100% rename from board/ok1052-c/third_party_driver/MIMXRT1052/MIMXRT1052.h rename to Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/MIMXRT1052/MIMXRT1052.h diff --git a/board/ok1052-c/third_party_driver/MIMXRT1052/MIMXRT1052_features.h b/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/MIMXRT1052/MIMXRT1052_features.h similarity index 100% rename from board/ok1052-c/third_party_driver/MIMXRT1052/MIMXRT1052_features.h rename to Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/MIMXRT1052/MIMXRT1052_features.h diff --git a/board/ok1052-c/third_party_driver/MIMXRT1052/Makefile b/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/MIMXRT1052/Makefile similarity index 100% rename from board/ok1052-c/third_party_driver/MIMXRT1052/Makefile rename to Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/MIMXRT1052/Makefile diff --git a/board/ok1052-c/third_party_driver/MIMXRT1052/drivers/Makefile b/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/MIMXRT1052/drivers/Makefile similarity index 100% rename from board/ok1052-c/third_party_driver/MIMXRT1052/drivers/Makefile rename to Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/MIMXRT1052/drivers/Makefile diff --git a/board/ok1052-c/third_party_driver/MIMXRT1052/drivers/fsl_clock.c b/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/MIMXRT1052/drivers/fsl_clock.c similarity index 100% rename from board/ok1052-c/third_party_driver/MIMXRT1052/drivers/fsl_clock.c rename to Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/MIMXRT1052/drivers/fsl_clock.c diff --git a/board/ok1052-c/third_party_driver/MIMXRT1052/drivers/fsl_clock.h b/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/MIMXRT1052/drivers/fsl_clock.h similarity index 100% rename from board/ok1052-c/third_party_driver/MIMXRT1052/drivers/fsl_clock.h rename to Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/MIMXRT1052/drivers/fsl_clock.h diff --git a/board/ok1052-c/third_party_driver/MIMXRT1052/drivers/fsl_common.c b/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/MIMXRT1052/drivers/fsl_common.c similarity index 100% rename from board/ok1052-c/third_party_driver/MIMXRT1052/drivers/fsl_common.c rename to Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/MIMXRT1052/drivers/fsl_common.c diff --git a/board/ok1052-c/third_party_driver/MIMXRT1052/drivers/fsl_common.h b/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/MIMXRT1052/drivers/fsl_common.h similarity index 100% rename from board/ok1052-c/third_party_driver/MIMXRT1052/drivers/fsl_common.h rename to Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/MIMXRT1052/drivers/fsl_common.h diff --git a/board/ok1052-c/third_party_driver/MIMXRT1052/drivers/fsl_gpio.h b/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/MIMXRT1052/drivers/fsl_gpio.h similarity index 100% rename from board/ok1052-c/third_party_driver/MIMXRT1052/drivers/fsl_gpio.h rename to Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/MIMXRT1052/drivers/fsl_gpio.h diff --git a/board/ok1052-c/third_party_driver/MIMXRT1052/drivers/fsl_iomuxc.h b/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/MIMXRT1052/drivers/fsl_iomuxc.h similarity index 100% rename from board/ok1052-c/third_party_driver/MIMXRT1052/drivers/fsl_iomuxc.h rename to Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/MIMXRT1052/drivers/fsl_iomuxc.h diff --git a/board/ok1052-c/third_party_driver/MIMXRT1052/drivers/fsl_lpuart.c b/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/MIMXRT1052/drivers/fsl_lpuart.c similarity index 100% rename from board/ok1052-c/third_party_driver/MIMXRT1052/drivers/fsl_lpuart.c rename to Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/MIMXRT1052/drivers/fsl_lpuart.c diff --git a/board/ok1052-c/third_party_driver/MIMXRT1052/drivers/fsl_lpuart.h b/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/MIMXRT1052/drivers/fsl_lpuart.h similarity index 100% rename from board/ok1052-c/third_party_driver/MIMXRT1052/drivers/fsl_lpuart.h rename to Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/MIMXRT1052/drivers/fsl_lpuart.h diff --git a/board/ok1052-c/third_party_driver/MIMXRT1052/fsl_device_registers.h b/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/MIMXRT1052/fsl_device_registers.h similarity index 100% rename from board/ok1052-c/third_party_driver/MIMXRT1052/fsl_device_registers.h rename to Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/MIMXRT1052/fsl_device_registers.h diff --git a/board/ok1052-c/third_party_driver/MIMXRT1052/system_MIMXRT1052.c b/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/MIMXRT1052/system_MIMXRT1052.c similarity index 100% rename from board/ok1052-c/third_party_driver/MIMXRT1052/system_MIMXRT1052.c rename to Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/MIMXRT1052/system_MIMXRT1052.c diff --git a/board/ok1052-c/third_party_driver/MIMXRT1052/system_MIMXRT1052.h b/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/MIMXRT1052/system_MIMXRT1052.h similarity index 100% rename from board/ok1052-c/third_party_driver/MIMXRT1052/system_MIMXRT1052.h rename to Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/MIMXRT1052/system_MIMXRT1052.h diff --git a/board/ok1052-c/third_party_driver/Makefile b/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/Makefile similarity index 100% rename from board/ok1052-c/third_party_driver/Makefile rename to Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/Makefile diff --git a/board/ok1052-c/third_party_driver/include/connect_uart.h b/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/include/connect_uart.h similarity index 100% rename from board/ok1052-c/third_party_driver/include/connect_uart.h rename to Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/include/connect_uart.h diff --git a/board/ok1052-c/third_party_driver/uart/Kconfig b/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/uart/Kconfig similarity index 100% rename from board/ok1052-c/third_party_driver/uart/Kconfig rename to Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/uart/Kconfig diff --git a/board/ok1052-c/third_party_driver/uart/Makefile b/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/uart/Makefile similarity index 100% rename from board/ok1052-c/third_party_driver/uart/Makefile rename to Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/uart/Makefile diff --git a/board/ok1052-c/third_party_driver/uart/connect_uart.c b/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/uart/connect_uart.c similarity index 100% rename from board/ok1052-c/third_party_driver/uart/connect_uart.c rename to Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/uart/connect_uart.c diff --git a/board/stm32f407-st-discovery/.defconfig b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/.defconfig similarity index 100% rename from board/stm32f407-st-discovery/.defconfig rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/.defconfig diff --git a/board/stm32f407-st-discovery/Kconfig b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/Kconfig similarity index 100% rename from board/stm32f407-st-discovery/Kconfig rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/Kconfig diff --git a/board/stm32f407-st-discovery/Makefile b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/Makefile similarity index 100% rename from board/stm32f407-st-discovery/Makefile rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/Makefile diff --git a/board/stm32f407-st-discovery/README.md b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/README.md similarity index 100% rename from board/stm32f407-st-discovery/README.md rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/README.md diff --git a/board/stm32f407-st-discovery/board.c b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/board.c similarity index 100% rename from board/stm32f407-st-discovery/board.c rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/board.c diff --git a/board/stm32f407-st-discovery/board.h b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/board.h similarity index 100% rename from board/stm32f407-st-discovery/board.h rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/board.h diff --git a/board/stm32f407-st-discovery/config.mk b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/config.mk similarity index 100% rename from board/stm32f407-st-discovery/config.mk rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/config.mk diff --git a/board/stm32f407-st-discovery/img/main.png b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/img/main.png similarity index 100% rename from board/stm32f407-st-discovery/img/main.png rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/img/main.png diff --git a/board/stm32f407-st-discovery/img/menuconfig1.png b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/img/menuconfig1.png similarity index 100% rename from board/stm32f407-st-discovery/img/menuconfig1.png rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/img/menuconfig1.png diff --git a/board/stm32f407-st-discovery/img/menuconfig2.jpg b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/img/menuconfig2.jpg similarity index 100% rename from board/stm32f407-st-discovery/img/menuconfig2.jpg rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/img/menuconfig2.jpg diff --git a/board/stm32f407-st-discovery/img/putty.png b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/img/putty.png similarity index 100% rename from board/stm32f407-st-discovery/img/putty.png rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/img/putty.png diff --git a/board/stm32f407-st-discovery/img/st-link.png b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/img/st-link.png similarity index 100% rename from board/stm32f407-st-discovery/img/st-link.png rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/img/st-link.png diff --git a/board/stm32f407-st-discovery/img/stm32f407-st-discovery.png b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/img/stm32f407-st-discovery.png similarity index 100% rename from board/stm32f407-st-discovery/img/stm32f407-st-discovery.png rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/img/stm32f407-st-discovery.png diff --git a/board/stm32f407-st-discovery/img/terminal.png b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/img/terminal.png similarity index 100% rename from board/stm32f407-st-discovery/img/terminal.png rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/img/terminal.png diff --git a/board/stm32f407-st-discovery/img/vscode.jpg b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/img/vscode.jpg similarity index 100% rename from board/stm32f407-st-discovery/img/vscode.jpg rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/img/vscode.jpg diff --git a/board/stm32f407-st-discovery/include/arm_common_tables.h b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/include/arm_common_tables.h similarity index 100% rename from board/stm32f407-st-discovery/include/arm_common_tables.h rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/include/arm_common_tables.h diff --git a/board/stm32f407-st-discovery/include/arm_const_structs.h b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/include/arm_const_structs.h similarity index 100% rename from board/stm32f407-st-discovery/include/arm_const_structs.h rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/include/arm_const_structs.h diff --git a/board/stm32f407-st-discovery/include/arm_math.h b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/include/arm_math.h similarity index 100% rename from board/stm32f407-st-discovery/include/arm_math.h rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/include/arm_math.h diff --git a/board/stm32f407-st-discovery/include/cmsis_armcc.h b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/include/cmsis_armcc.h similarity index 100% rename from board/stm32f407-st-discovery/include/cmsis_armcc.h rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/include/cmsis_armcc.h diff --git a/board/stm32f407-st-discovery/include/cmsis_armcc_V6.h b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/include/cmsis_armcc_V6.h similarity index 100% rename from board/stm32f407-st-discovery/include/cmsis_armcc_V6.h rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/include/cmsis_armcc_V6.h diff --git a/board/stm32f407-st-discovery/include/cmsis_gcc.h b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/include/cmsis_gcc.h similarity index 100% rename from board/stm32f407-st-discovery/include/cmsis_gcc.h rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/include/cmsis_gcc.h diff --git a/board/stm32f407-st-discovery/include/cmsis_os.h b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/include/cmsis_os.h similarity index 100% rename from board/stm32f407-st-discovery/include/cmsis_os.h rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/include/cmsis_os.h diff --git a/board/stm32f407-st-discovery/include/core_cm4.h b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/include/core_cm4.h similarity index 100% rename from board/stm32f407-st-discovery/include/core_cm4.h rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/include/core_cm4.h diff --git a/board/stm32f407-st-discovery/include/core_cmFunc.h b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/include/core_cmFunc.h similarity index 100% rename from board/stm32f407-st-discovery/include/core_cmFunc.h rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/include/core_cmFunc.h diff --git a/board/stm32f407-st-discovery/include/core_cmInstr.h b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/include/core_cmInstr.h similarity index 100% rename from board/stm32f407-st-discovery/include/core_cmInstr.h rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/include/core_cmInstr.h diff --git a/board/stm32f407-st-discovery/include/core_cmSimd.h b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/include/core_cmSimd.h similarity index 100% rename from board/stm32f407-st-discovery/include/core_cmSimd.h rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/include/core_cmSimd.h diff --git a/board/stm32f407-st-discovery/include/stm32f4xx.h b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/include/stm32f4xx.h similarity index 100% rename from board/stm32f407-st-discovery/include/stm32f4xx.h rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/include/stm32f4xx.h diff --git a/board/stm32f407-st-discovery/include/system_stm32f4xx.h b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/include/system_stm32f4xx.h similarity index 100% rename from board/stm32f407-st-discovery/include/system_stm32f4xx.h rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/include/system_stm32f4xx.h diff --git a/board/stm32f407-st-discovery/link.lds b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/link.lds similarity index 100% rename from board/stm32f407-st-discovery/link.lds rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/link.lds diff --git a/board/stm32f407-st-discovery/link_userspace.lds b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/link_userspace.lds similarity index 100% rename from board/stm32f407-st-discovery/link_userspace.lds rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/link_userspace.lds diff --git a/board/stm32f407-st-discovery/third_party_driver/Kconfig b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/Kconfig similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/Kconfig rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/Kconfig diff --git a/board/stm32f407-st-discovery/third_party_driver/Makefile b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/Makefile similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/Makefile rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/Makefile diff --git a/board/stm32f407-st-discovery/third_party_driver/can/Kconfig b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/can/Kconfig similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/can/Kconfig rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/can/Kconfig diff --git a/board/stm32f407-st-discovery/third_party_driver/can/Makefile b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/can/Makefile similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/can/Makefile rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/can/Makefile diff --git a/board/stm32f407-st-discovery/third_party_driver/can/connect_can.c b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/can/connect_can.c similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/can/connect_can.c rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/can/connect_can.c diff --git a/board/stm32f407-st-discovery/third_party_driver/can/hardware_can.c b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/can/hardware_can.c similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/can/hardware_can.c rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/can/hardware_can.c diff --git a/board/stm32f407-st-discovery/third_party_driver/common/Kconfig b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/common/Kconfig similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/common/Kconfig rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/common/Kconfig diff --git a/board/stm32f407-st-discovery/third_party_driver/common/Makefile b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/common/Makefile similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/common/Makefile rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/common/Makefile diff --git a/board/stm32f407-st-discovery/third_party_driver/common/hardware_dma.c b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/common/hardware_dma.c similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/common/hardware_dma.c rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/common/hardware_dma.c diff --git a/board/stm32f407-st-discovery/third_party_driver/common/hardware_exti.c b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/common/hardware_exti.c similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/common/hardware_exti.c rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/common/hardware_exti.c diff --git a/board/stm32f407-st-discovery/third_party_driver/common/hardware_it.c b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/common/hardware_it.c similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/common/hardware_it.c rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/common/hardware_it.c diff --git a/board/stm32f407-st-discovery/third_party_driver/common/hardware_pwr.c b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/common/hardware_pwr.c similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/common/hardware_pwr.c rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/common/hardware_pwr.c diff --git a/board/stm32f407-st-discovery/third_party_driver/common/hardware_rcc.c b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/common/hardware_rcc.c similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/common/hardware_rcc.c rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/common/hardware_rcc.c diff --git a/board/stm32f407-st-discovery/third_party_driver/common/hardware_syscfg.c b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/common/hardware_syscfg.c similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/common/hardware_syscfg.c rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/common/hardware_syscfg.c diff --git a/board/stm32f407-st-discovery/third_party_driver/common/misc.c b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/common/misc.c similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/common/misc.c rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/common/misc.c diff --git a/board/stm32f407-st-discovery/third_party_driver/ethernet/Kconfig b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/ethernet/Kconfig similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/ethernet/Kconfig rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/ethernet/Kconfig diff --git a/board/stm32f407-st-discovery/third_party_driver/ethernet/Makefile b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/ethernet/Makefile similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/ethernet/Makefile rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/ethernet/Makefile diff --git a/board/stm32f407-st-discovery/third_party_driver/ethernet/connect_ethernet.c b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/ethernet/connect_ethernet.c similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/ethernet/connect_ethernet.c rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/ethernet/connect_ethernet.c diff --git a/board/stm32f407-st-discovery/third_party_driver/ethernet/ethernetif.c b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/ethernet/ethernetif.c similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/ethernet/ethernetif.c rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/ethernet/ethernetif.c diff --git a/board/stm32f407-st-discovery/third_party_driver/ethernet/hardware_ethernet.c b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/ethernet/hardware_ethernet.c similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/ethernet/hardware_ethernet.c rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/ethernet/hardware_ethernet.c diff --git a/board/stm32f407-st-discovery/third_party_driver/gpio/Kconfig b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/gpio/Kconfig similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/gpio/Kconfig rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/gpio/Kconfig diff --git a/board/stm32f407-st-discovery/third_party_driver/gpio/Makefile b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/gpio/Makefile similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/gpio/Makefile rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/gpio/Makefile diff --git a/board/stm32f407-st-discovery/third_party_driver/gpio/connect_gpio.c b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/gpio/connect_gpio.c similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/gpio/connect_gpio.c rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/gpio/connect_gpio.c diff --git a/board/stm32f407-st-discovery/third_party_driver/gpio/hardware_gpio.c b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/gpio/hardware_gpio.c similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/gpio/hardware_gpio.c rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/gpio/hardware_gpio.c diff --git a/board/stm32f407-st-discovery/third_party_driver/i2c/Kconfig b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/i2c/Kconfig similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/i2c/Kconfig rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/i2c/Kconfig diff --git a/board/stm32f407-st-discovery/third_party_driver/i2c/Makefile b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/i2c/Makefile similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/i2c/Makefile rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/i2c/Makefile diff --git a/board/stm32f407-st-discovery/third_party_driver/i2c/connect_i2c.c b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/i2c/connect_i2c.c similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/i2c/connect_i2c.c rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/i2c/connect_i2c.c diff --git a/board/stm32f407-st-discovery/third_party_driver/i2c/hardware_i2c.c b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/i2c/hardware_i2c.c similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/i2c/hardware_i2c.c rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/i2c/hardware_i2c.c diff --git a/board/stm32f407-st-discovery/third_party_driver/include/connect_can.h b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/connect_can.h similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/include/connect_can.h rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/connect_can.h diff --git a/board/stm32f407-st-discovery/third_party_driver/include/connect_ethernet.h b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/connect_ethernet.h similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/include/connect_ethernet.h rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/connect_ethernet.h diff --git a/board/stm32f407-st-discovery/third_party_driver/include/connect_gpio.h b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/connect_gpio.h similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/include/connect_gpio.h rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/connect_gpio.h diff --git a/board/stm32f407-st-discovery/third_party_driver/include/connect_hwtimer.h b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/connect_hwtimer.h similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/include/connect_hwtimer.h rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/connect_hwtimer.h diff --git a/board/stm32f407-st-discovery/third_party_driver/include/connect_i2c.h b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/connect_i2c.h similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/include/connect_i2c.h rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/connect_i2c.h diff --git a/board/stm32f407-st-discovery/third_party_driver/include/connect_rtc.h b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/connect_rtc.h similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/include/connect_rtc.h rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/connect_rtc.h diff --git a/board/stm32f407-st-discovery/third_party_driver/include/connect_sdio.h b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/connect_sdio.h similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/include/connect_sdio.h rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/connect_sdio.h diff --git a/board/stm32f407-st-discovery/third_party_driver/include/connect_spi.h b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/connect_spi.h similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/include/connect_spi.h rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/connect_spi.h diff --git a/board/stm32f407-st-discovery/third_party_driver/include/connect_usart.h b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/connect_usart.h similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/include/connect_usart.h rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/connect_usart.h diff --git a/board/stm32f407-st-discovery/third_party_driver/include/connect_usb.h b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/connect_usb.h similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/include/connect_usb.h rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/connect_usb.h diff --git a/board/stm32f407-st-discovery/third_party_driver/include/connect_wdg.h b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/connect_wdg.h similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/include/connect_wdg.h rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/connect_wdg.h diff --git a/board/stm32f407-st-discovery/third_party_driver/include/hardware_can.h b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_can.h similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/include/hardware_can.h rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_can.h diff --git a/board/stm32f407-st-discovery/third_party_driver/include/hardware_conf.h b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_conf.h similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/include/hardware_conf.h rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_conf.h diff --git a/board/stm32f407-st-discovery/third_party_driver/include/hardware_dac.h b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_dac.h similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/include/hardware_dac.h rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_dac.h diff --git a/board/stm32f407-st-discovery/third_party_driver/include/hardware_dbgmcu.h b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_dbgmcu.h similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/include/hardware_dbgmcu.h rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_dbgmcu.h diff --git a/board/stm32f407-st-discovery/third_party_driver/include/hardware_dma.h b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_dma.h similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/include/hardware_dma.h rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_dma.h diff --git a/board/stm32f407-st-discovery/third_party_driver/include/hardware_eth.h b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_eth.h similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/include/hardware_eth.h rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_eth.h diff --git a/board/stm32f407-st-discovery/third_party_driver/include/hardware_eth_conf.h b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_eth_conf.h similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/include/hardware_eth_conf.h rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_eth_conf.h diff --git a/board/stm32f407-st-discovery/third_party_driver/include/hardware_exti.h b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_exti.h similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/include/hardware_exti.h rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_exti.h diff --git a/board/stm32f407-st-discovery/third_party_driver/include/hardware_fsmc.h b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_fsmc.h similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/include/hardware_fsmc.h rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_fsmc.h diff --git a/board/stm32f407-st-discovery/third_party_driver/include/hardware_gpio.h b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_gpio.h similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/include/hardware_gpio.h rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_gpio.h diff --git a/board/stm32f407-st-discovery/third_party_driver/include/hardware_i2c.h b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_i2c.h similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/include/hardware_i2c.h rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_i2c.h diff --git a/board/stm32f407-st-discovery/third_party_driver/include/hardware_iwdg.h b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_iwdg.h similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/include/hardware_iwdg.h rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_iwdg.h diff --git a/board/stm32f407-st-discovery/third_party_driver/include/hardware_pwr.h b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_pwr.h similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/include/hardware_pwr.h rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_pwr.h diff --git a/board/stm32f407-st-discovery/third_party_driver/include/hardware_rcc.h b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_rcc.h similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/include/hardware_rcc.h rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_rcc.h diff --git a/board/stm32f407-st-discovery/third_party_driver/include/hardware_rtc.h b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_rtc.h similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/include/hardware_rtc.h rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_rtc.h diff --git a/board/stm32f407-st-discovery/third_party_driver/include/hardware_sdio.h b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_sdio.h similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/include/hardware_sdio.h rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_sdio.h diff --git a/board/stm32f407-st-discovery/third_party_driver/include/hardware_spi.h b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_spi.h similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/include/hardware_spi.h rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_spi.h diff --git a/board/stm32f407-st-discovery/third_party_driver/include/hardware_syscfg.h b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_syscfg.h similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/include/hardware_syscfg.h rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_syscfg.h diff --git a/board/stm32f407-st-discovery/third_party_driver/include/hardware_tim.h b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_tim.h similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/include/hardware_tim.h rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_tim.h diff --git a/board/stm32f407-st-discovery/third_party_driver/include/hardware_usart.h b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_usart.h similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/include/hardware_usart.h rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_usart.h diff --git a/board/stm32f407-st-discovery/third_party_driver/include/hardware_wwdg.h b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_wwdg.h similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/include/hardware_wwdg.h rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_wwdg.h diff --git a/board/stm32f407-st-discovery/third_party_driver/include/misc.h b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/misc.h similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/include/misc.h rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/misc.h diff --git a/board/stm32f407-st-discovery/third_party_driver/include/stm32_assert_template.h b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/stm32_assert_template.h similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/include/stm32_assert_template.h rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/stm32_assert_template.h diff --git a/board/stm32f407-st-discovery/third_party_driver/lcd/Kconfig b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/lcd/Kconfig similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/lcd/Kconfig rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/lcd/Kconfig diff --git a/board/stm32f407-st-discovery/third_party_driver/lcd/Makefile b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/lcd/Makefile similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/lcd/Makefile rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/lcd/Makefile diff --git a/board/stm32f407-st-discovery/third_party_driver/lcd/hardware_fsmc.c b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/lcd/hardware_fsmc.c similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/lcd/hardware_fsmc.c rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/lcd/hardware_fsmc.c diff --git a/board/stm32f407-st-discovery/third_party_driver/rtc/Kconfig b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/rtc/Kconfig similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/rtc/Kconfig rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/rtc/Kconfig diff --git a/board/stm32f407-st-discovery/third_party_driver/rtc/Makefile b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/rtc/Makefile similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/rtc/Makefile rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/rtc/Makefile diff --git a/board/stm32f407-st-discovery/third_party_driver/rtc/connect_rtc.c b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/rtc/connect_rtc.c similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/rtc/connect_rtc.c rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/rtc/connect_rtc.c diff --git a/board/stm32f407-st-discovery/third_party_driver/rtc/hardware_rtc.c b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/rtc/hardware_rtc.c similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/rtc/hardware_rtc.c rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/rtc/hardware_rtc.c diff --git a/board/stm32f407-st-discovery/third_party_driver/sdio/Kconfig b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/sdio/Kconfig similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/sdio/Kconfig rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/sdio/Kconfig diff --git a/board/stm32f407-st-discovery/third_party_driver/sdio/Makefile b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/sdio/Makefile similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/sdio/Makefile rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/sdio/Makefile diff --git a/board/stm32f407-st-discovery/third_party_driver/sdio/connect_sdio.c b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/sdio/connect_sdio.c similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/sdio/connect_sdio.c rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/sdio/connect_sdio.c diff --git a/board/stm32f407-st-discovery/third_party_driver/sdio/hardware_sdio.c b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/sdio/hardware_sdio.c similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/sdio/hardware_sdio.c rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/sdio/hardware_sdio.c diff --git a/board/stm32f407-st-discovery/third_party_driver/sdio/sdio_sd.c b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/sdio/sdio_sd.c similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/sdio/sdio_sd.c rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/sdio/sdio_sd.c diff --git a/board/stm32f407-st-discovery/third_party_driver/sdio/sdio_sd.h b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/sdio/sdio_sd.h similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/sdio/sdio_sd.h rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/sdio/sdio_sd.h diff --git a/board/stm32f407-st-discovery/third_party_driver/spi/Kconfig b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/spi/Kconfig similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/spi/Kconfig rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/spi/Kconfig diff --git a/board/stm32f407-st-discovery/third_party_driver/spi/Makefile b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/spi/Makefile similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/spi/Makefile rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/spi/Makefile diff --git a/board/stm32f407-st-discovery/third_party_driver/spi/connect_flash_spi.c b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/spi/connect_flash_spi.c similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/spi/connect_flash_spi.c rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/spi/connect_flash_spi.c diff --git a/board/stm32f407-st-discovery/third_party_driver/spi/connect_spi.c b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/spi/connect_spi.c similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/spi/connect_spi.c rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/spi/connect_spi.c diff --git a/board/stm32f407-st-discovery/third_party_driver/spi/hardware_spi.c b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/spi/hardware_spi.c similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/spi/hardware_spi.c rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/spi/hardware_spi.c diff --git a/board/stm32f407-st-discovery/third_party_driver/timer/Kconfig b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/timer/Kconfig similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/timer/Kconfig rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/timer/Kconfig diff --git a/board/stm32f407-st-discovery/third_party_driver/timer/Makefile b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/timer/Makefile similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/timer/Makefile rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/timer/Makefile diff --git a/board/stm32f407-st-discovery/third_party_driver/timer/connect_hwtimer.c b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/timer/connect_hwtimer.c similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/timer/connect_hwtimer.c rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/timer/connect_hwtimer.c diff --git a/board/stm32f407-st-discovery/third_party_driver/timer/hardware_tim.c b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/timer/hardware_tim.c similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/timer/hardware_tim.c rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/timer/hardware_tim.c diff --git a/board/stm32f407-st-discovery/third_party_driver/uart/Kconfig b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/uart/Kconfig similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/uart/Kconfig rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/uart/Kconfig diff --git a/board/stm32f407-st-discovery/third_party_driver/uart/Makefile b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/uart/Makefile similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/uart/Makefile rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/uart/Makefile diff --git a/board/stm32f407-st-discovery/third_party_driver/uart/connect_usart.c b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/uart/connect_usart.c similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/uart/connect_usart.c rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/uart/connect_usart.c diff --git a/board/stm32f407-st-discovery/third_party_driver/uart/hardware_usart.c b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/uart/hardware_usart.c similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/uart/hardware_usart.c rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/uart/hardware_usart.c diff --git a/board/stm32f407-st-discovery/third_party_driver/usb/Kconfig b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/Kconfig similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/usb/Kconfig rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/Kconfig diff --git a/board/stm32f407-st-discovery/third_party_driver/usb/Makefile b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/Makefile similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/usb/Makefile rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/Makefile diff --git a/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/Release_Notes.html b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/Release_Notes.html similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/Release_Notes.html rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/Release_Notes.html diff --git a/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_bsp.h b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_bsp.h similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_bsp.h rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_bsp.h diff --git a/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_conf.h b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_conf.h similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_conf.h rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_conf.h diff --git a/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_conf_template.h b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_conf_template.h similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_conf_template.h rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_conf_template.h diff --git a/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_core.h b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_core.h similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_core.h rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_core.h diff --git a/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_dcd.h b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_dcd.h similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_dcd.h rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_dcd.h diff --git a/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_dcd_int.h b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_dcd_int.h similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_dcd_int.h rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_dcd_int.h diff --git a/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_defines.h b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_defines.h similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_defines.h rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_defines.h diff --git a/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_hcd.h b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_hcd.h similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_hcd.h rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_hcd.h diff --git a/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_hcd_int.h b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_hcd_int.h similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_hcd_int.h rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_hcd_int.h diff --git a/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_otg.h b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_otg.h similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_otg.h rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_otg.h diff --git a/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_regs.h b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_regs.h similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_regs.h rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_regs.h diff --git a/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_bsp_template.c b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_bsp_template.c similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_bsp_template.c rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_bsp_template.c diff --git a/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_core.c b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_core.c similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_core.c rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_core.c diff --git a/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_dcd.c b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_dcd.c similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_dcd.c rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_dcd.c diff --git a/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_dcd_int.c b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_dcd_int.c similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_dcd_int.c rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_dcd_int.c diff --git a/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_hcd.c b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_hcd.c similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_hcd.c rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_hcd.c diff --git a/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_hcd_int.c b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_hcd_int.c similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_hcd_int.c rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_hcd_int.c diff --git a/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_otg.c b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_otg.c similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_otg.c rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_otg.c diff --git a/board/stm32f407-st-discovery/third_party_driver/usb/connect_usb.c b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/connect_usb.c similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/usb/connect_usb.c rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/connect_usb.c diff --git a/board/stm32f407-st-discovery/third_party_driver/usb/usb_bsp.c b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/usb_bsp.c similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/usb/usb_bsp.c rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/usb_bsp.c diff --git a/board/stm32f407-st-discovery/third_party_driver/usb/usbh.c b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/usbh.c similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/usb/usbh.c rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/usbh.c diff --git a/board/stm32f407-st-discovery/third_party_driver/watchdog/Kconfig b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/watchdog/Kconfig similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/watchdog/Kconfig rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/watchdog/Kconfig diff --git a/board/stm32f407-st-discovery/third_party_driver/watchdog/Makefile b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/watchdog/Makefile similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/watchdog/Makefile rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/watchdog/Makefile diff --git a/board/stm32f407-st-discovery/third_party_driver/watchdog/connect_wdg.c b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/watchdog/connect_wdg.c similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/watchdog/connect_wdg.c rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/watchdog/connect_wdg.c diff --git a/board/stm32f407-st-discovery/third_party_driver/watchdog/hardware_wdg.c b/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/watchdog/hardware_wdg.c similarity index 100% rename from board/stm32f407-st-discovery/third_party_driver/watchdog/hardware_wdg.c rename to Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/watchdog/hardware_wdg.c diff --git a/board/stm32f407zgt6/.defconfig b/Ubiquitous/XiUOS/board/stm32f407zgt6/.defconfig similarity index 100% rename from board/stm32f407zgt6/.defconfig rename to Ubiquitous/XiUOS/board/stm32f407zgt6/.defconfig diff --git a/board/stm32f407zgt6/Kconfig b/Ubiquitous/XiUOS/board/stm32f407zgt6/Kconfig similarity index 100% rename from board/stm32f407zgt6/Kconfig rename to Ubiquitous/XiUOS/board/stm32f407zgt6/Kconfig diff --git a/board/stm32f407zgt6/Makefile b/Ubiquitous/XiUOS/board/stm32f407zgt6/Makefile similarity index 100% rename from board/stm32f407zgt6/Makefile rename to Ubiquitous/XiUOS/board/stm32f407zgt6/Makefile diff --git a/board/stm32f407zgt6/README.md b/Ubiquitous/XiUOS/board/stm32f407zgt6/README.md similarity index 100% rename from board/stm32f407zgt6/README.md rename to Ubiquitous/XiUOS/board/stm32f407zgt6/README.md diff --git a/board/stm32f407zgt6/board.c b/Ubiquitous/XiUOS/board/stm32f407zgt6/board.c similarity index 100% rename from board/stm32f407zgt6/board.c rename to Ubiquitous/XiUOS/board/stm32f407zgt6/board.c diff --git a/board/stm32f407zgt6/board.h b/Ubiquitous/XiUOS/board/stm32f407zgt6/board.h similarity index 100% rename from board/stm32f407zgt6/board.h rename to Ubiquitous/XiUOS/board/stm32f407zgt6/board.h diff --git a/board/stm32f407zgt6/config.mk b/Ubiquitous/XiUOS/board/stm32f407zgt6/config.mk similarity index 100% rename from board/stm32f407zgt6/config.mk rename to Ubiquitous/XiUOS/board/stm32f407zgt6/config.mk diff --git a/board/stm32f407zgt6/include/arm_common_tables.h b/Ubiquitous/XiUOS/board/stm32f407zgt6/include/arm_common_tables.h similarity index 100% rename from board/stm32f407zgt6/include/arm_common_tables.h rename to Ubiquitous/XiUOS/board/stm32f407zgt6/include/arm_common_tables.h diff --git a/board/stm32f407zgt6/include/arm_const_structs.h b/Ubiquitous/XiUOS/board/stm32f407zgt6/include/arm_const_structs.h similarity index 100% rename from board/stm32f407zgt6/include/arm_const_structs.h rename to Ubiquitous/XiUOS/board/stm32f407zgt6/include/arm_const_structs.h diff --git a/board/stm32f407zgt6/include/arm_math.h b/Ubiquitous/XiUOS/board/stm32f407zgt6/include/arm_math.h similarity index 100% rename from board/stm32f407zgt6/include/arm_math.h rename to Ubiquitous/XiUOS/board/stm32f407zgt6/include/arm_math.h diff --git a/board/stm32f407zgt6/include/cmsis_armcc.h b/Ubiquitous/XiUOS/board/stm32f407zgt6/include/cmsis_armcc.h similarity index 100% rename from board/stm32f407zgt6/include/cmsis_armcc.h rename to Ubiquitous/XiUOS/board/stm32f407zgt6/include/cmsis_armcc.h diff --git a/board/stm32f407zgt6/include/cmsis_armcc_V6.h b/Ubiquitous/XiUOS/board/stm32f407zgt6/include/cmsis_armcc_V6.h similarity index 100% rename from board/stm32f407zgt6/include/cmsis_armcc_V6.h rename to Ubiquitous/XiUOS/board/stm32f407zgt6/include/cmsis_armcc_V6.h diff --git a/board/stm32f407zgt6/include/cmsis_gcc.h b/Ubiquitous/XiUOS/board/stm32f407zgt6/include/cmsis_gcc.h similarity index 100% rename from board/stm32f407zgt6/include/cmsis_gcc.h rename to Ubiquitous/XiUOS/board/stm32f407zgt6/include/cmsis_gcc.h diff --git a/board/stm32f407zgt6/include/cmsis_os.h b/Ubiquitous/XiUOS/board/stm32f407zgt6/include/cmsis_os.h similarity index 100% rename from board/stm32f407zgt6/include/cmsis_os.h rename to Ubiquitous/XiUOS/board/stm32f407zgt6/include/cmsis_os.h diff --git a/board/stm32f407zgt6/include/core_cm4.h b/Ubiquitous/XiUOS/board/stm32f407zgt6/include/core_cm4.h similarity index 100% rename from board/stm32f407zgt6/include/core_cm4.h rename to Ubiquitous/XiUOS/board/stm32f407zgt6/include/core_cm4.h diff --git a/board/stm32f407zgt6/include/core_cmFunc.h b/Ubiquitous/XiUOS/board/stm32f407zgt6/include/core_cmFunc.h similarity index 100% rename from board/stm32f407zgt6/include/core_cmFunc.h rename to Ubiquitous/XiUOS/board/stm32f407zgt6/include/core_cmFunc.h diff --git a/board/stm32f407zgt6/include/core_cmInstr.h b/Ubiquitous/XiUOS/board/stm32f407zgt6/include/core_cmInstr.h similarity index 100% rename from board/stm32f407zgt6/include/core_cmInstr.h rename to Ubiquitous/XiUOS/board/stm32f407zgt6/include/core_cmInstr.h diff --git a/board/stm32f407zgt6/include/core_cmSimd.h b/Ubiquitous/XiUOS/board/stm32f407zgt6/include/core_cmSimd.h similarity index 100% rename from board/stm32f407zgt6/include/core_cmSimd.h rename to Ubiquitous/XiUOS/board/stm32f407zgt6/include/core_cmSimd.h diff --git a/board/stm32f407zgt6/include/stm32f4xx.h b/Ubiquitous/XiUOS/board/stm32f407zgt6/include/stm32f4xx.h similarity index 100% rename from board/stm32f407zgt6/include/stm32f4xx.h rename to Ubiquitous/XiUOS/board/stm32f407zgt6/include/stm32f4xx.h diff --git a/board/stm32f407zgt6/include/system_stm32f4xx.h b/Ubiquitous/XiUOS/board/stm32f407zgt6/include/system_stm32f4xx.h similarity index 100% rename from board/stm32f407zgt6/include/system_stm32f4xx.h rename to Ubiquitous/XiUOS/board/stm32f407zgt6/include/system_stm32f4xx.h diff --git a/board/stm32f407zgt6/interface.jpg b/Ubiquitous/XiUOS/board/stm32f407zgt6/interface.jpg similarity index 100% rename from board/stm32f407zgt6/interface.jpg rename to Ubiquitous/XiUOS/board/stm32f407zgt6/interface.jpg diff --git a/board/stm32f407zgt6/link.lds b/Ubiquitous/XiUOS/board/stm32f407zgt6/link.lds similarity index 100% rename from board/stm32f407zgt6/link.lds rename to Ubiquitous/XiUOS/board/stm32f407zgt6/link.lds diff --git a/board/stm32f407zgt6/link_userspace.lds b/Ubiquitous/XiUOS/board/stm32f407zgt6/link_userspace.lds similarity index 100% rename from board/stm32f407zgt6/link_userspace.lds rename to Ubiquitous/XiUOS/board/stm32f407zgt6/link_userspace.lds diff --git a/board/stm32f407zgt6/menu.png b/Ubiquitous/XiUOS/board/stm32f407zgt6/menu.png similarity index 100% rename from board/stm32f407zgt6/menu.png rename to Ubiquitous/XiUOS/board/stm32f407zgt6/menu.png diff --git a/board/stm32f407zgt6/shell.png b/Ubiquitous/XiUOS/board/stm32f407zgt6/shell.png similarity index 100% rename from board/stm32f407zgt6/shell.png rename to Ubiquitous/XiUOS/board/stm32f407zgt6/shell.png diff --git a/board/stm32f407zgt6/third_party_driver/Kconfig b/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/Kconfig similarity index 100% rename from board/stm32f407zgt6/third_party_driver/Kconfig rename to Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/Kconfig diff --git a/board/stm32f407zgt6/third_party_driver/Makefile b/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/Makefile similarity index 100% rename from board/stm32f407zgt6/third_party_driver/Makefile rename to Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/Makefile diff --git a/board/stm32f407zgt6/third_party_driver/common/Makefile b/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/common/Makefile similarity index 100% rename from board/stm32f407zgt6/third_party_driver/common/Makefile rename to Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/common/Makefile diff --git a/board/stm32f407zgt6/third_party_driver/common/hardware_exti.c b/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/common/hardware_exti.c similarity index 100% rename from board/stm32f407zgt6/third_party_driver/common/hardware_exti.c rename to Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/common/hardware_exti.c diff --git a/board/stm32f407zgt6/third_party_driver/common/hardware_it.c b/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/common/hardware_it.c similarity index 100% rename from board/stm32f407zgt6/third_party_driver/common/hardware_it.c rename to Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/common/hardware_it.c diff --git a/board/stm32f407zgt6/third_party_driver/common/hardware_rcc.c b/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/common/hardware_rcc.c similarity index 100% rename from board/stm32f407zgt6/third_party_driver/common/hardware_rcc.c rename to Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/common/hardware_rcc.c diff --git a/board/stm32f407zgt6/third_party_driver/common/hardware_syscfg.c b/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/common/hardware_syscfg.c similarity index 100% rename from board/stm32f407zgt6/third_party_driver/common/hardware_syscfg.c rename to Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/common/hardware_syscfg.c diff --git a/board/stm32f407zgt6/third_party_driver/common/misc.c b/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/common/misc.c similarity index 100% rename from board/stm32f407zgt6/third_party_driver/common/misc.c rename to Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/common/misc.c diff --git a/board/stm32f407zgt6/third_party_driver/extmem/Kconfig b/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/extmem/Kconfig similarity index 100% rename from board/stm32f407zgt6/third_party_driver/extmem/Kconfig rename to Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/extmem/Kconfig diff --git a/board/stm32f407zgt6/third_party_driver/extmem/Makefile b/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/extmem/Makefile similarity index 100% rename from board/stm32f407zgt6/third_party_driver/extmem/Makefile rename to Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/extmem/Makefile diff --git a/board/stm32f407zgt6/third_party_driver/extmem/connect_fsmc.c b/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/extmem/connect_fsmc.c similarity index 100% rename from board/stm32f407zgt6/third_party_driver/extmem/connect_fsmc.c rename to Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/extmem/connect_fsmc.c diff --git a/board/stm32f407zgt6/third_party_driver/extmem/hardware_fsmc.c b/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/extmem/hardware_fsmc.c similarity index 100% rename from board/stm32f407zgt6/third_party_driver/extmem/hardware_fsmc.c rename to Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/extmem/hardware_fsmc.c diff --git a/board/stm32f407zgt6/third_party_driver/gpio/Kconfig b/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/gpio/Kconfig similarity index 100% rename from board/stm32f407zgt6/third_party_driver/gpio/Kconfig rename to Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/gpio/Kconfig diff --git a/board/stm32f407zgt6/third_party_driver/gpio/Makefile b/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/gpio/Makefile similarity index 100% rename from board/stm32f407zgt6/third_party_driver/gpio/Makefile rename to Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/gpio/Makefile diff --git a/board/stm32f407zgt6/third_party_driver/gpio/connect_gpio.c b/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/gpio/connect_gpio.c similarity index 100% rename from board/stm32f407zgt6/third_party_driver/gpio/connect_gpio.c rename to Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/gpio/connect_gpio.c diff --git a/board/stm32f407zgt6/third_party_driver/gpio/hardware_gpio.c b/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/gpio/hardware_gpio.c similarity index 100% rename from board/stm32f407zgt6/third_party_driver/gpio/hardware_gpio.c rename to Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/gpio/hardware_gpio.c diff --git a/board/stm32f407zgt6/third_party_driver/include/connect_fsmc.h b/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/include/connect_fsmc.h similarity index 100% rename from board/stm32f407zgt6/third_party_driver/include/connect_fsmc.h rename to Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/include/connect_fsmc.h diff --git a/board/stm32f407zgt6/third_party_driver/include/connect_gpio.h b/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/include/connect_gpio.h similarity index 100% rename from board/stm32f407zgt6/third_party_driver/include/connect_gpio.h rename to Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/include/connect_gpio.h diff --git a/board/stm32f407zgt6/third_party_driver/include/connect_usart.h b/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/include/connect_usart.h similarity index 100% rename from board/stm32f407zgt6/third_party_driver/include/connect_usart.h rename to Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/include/connect_usart.h diff --git a/board/stm32f407zgt6/third_party_driver/include/hardware_conf.h b/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/include/hardware_conf.h similarity index 100% rename from board/stm32f407zgt6/third_party_driver/include/hardware_conf.h rename to Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/include/hardware_conf.h diff --git a/board/stm32f407zgt6/third_party_driver/include/hardware_dbgmcu.h b/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/include/hardware_dbgmcu.h similarity index 100% rename from board/stm32f407zgt6/third_party_driver/include/hardware_dbgmcu.h rename to Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/include/hardware_dbgmcu.h diff --git a/board/stm32f407zgt6/third_party_driver/include/hardware_exti.h b/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/include/hardware_exti.h similarity index 100% rename from board/stm32f407zgt6/third_party_driver/include/hardware_exti.h rename to Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/include/hardware_exti.h diff --git a/board/stm32f407zgt6/third_party_driver/include/hardware_fsmc.h b/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/include/hardware_fsmc.h similarity index 100% rename from board/stm32f407zgt6/third_party_driver/include/hardware_fsmc.h rename to Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/include/hardware_fsmc.h diff --git a/board/stm32f407zgt6/third_party_driver/include/hardware_gpio.h b/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/include/hardware_gpio.h similarity index 100% rename from board/stm32f407zgt6/third_party_driver/include/hardware_gpio.h rename to Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/include/hardware_gpio.h diff --git a/board/stm32f407zgt6/third_party_driver/include/hardware_rcc.h b/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/include/hardware_rcc.h similarity index 100% rename from board/stm32f407zgt6/third_party_driver/include/hardware_rcc.h rename to Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/include/hardware_rcc.h diff --git a/board/stm32f407zgt6/third_party_driver/include/hardware_syscfg.h b/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/include/hardware_syscfg.h similarity index 100% rename from board/stm32f407zgt6/third_party_driver/include/hardware_syscfg.h rename to Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/include/hardware_syscfg.h diff --git a/board/stm32f407zgt6/third_party_driver/include/hardware_usart.h b/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/include/hardware_usart.h similarity index 100% rename from board/stm32f407zgt6/third_party_driver/include/hardware_usart.h rename to Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/include/hardware_usart.h diff --git a/board/stm32f407zgt6/third_party_driver/include/misc.h b/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/include/misc.h similarity index 100% rename from board/stm32f407zgt6/third_party_driver/include/misc.h rename to Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/include/misc.h diff --git a/board/stm32f407zgt6/third_party_driver/include/stm32_assert_template.h b/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/include/stm32_assert_template.h similarity index 100% rename from board/stm32f407zgt6/third_party_driver/include/stm32_assert_template.h rename to Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/include/stm32_assert_template.h diff --git a/board/stm32f407zgt6/third_party_driver/uart/Kconfig b/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/uart/Kconfig similarity index 100% rename from board/stm32f407zgt6/third_party_driver/uart/Kconfig rename to Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/uart/Kconfig diff --git a/board/stm32f407zgt6/third_party_driver/uart/Makefile b/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/uart/Makefile similarity index 100% rename from board/stm32f407zgt6/third_party_driver/uart/Makefile rename to Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/uart/Makefile diff --git a/board/stm32f407zgt6/third_party_driver/uart/connect_usart.c b/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/uart/connect_usart.c similarity index 100% rename from board/stm32f407zgt6/third_party_driver/uart/connect_usart.c rename to Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/uart/connect_usart.c diff --git a/board/stm32f407zgt6/third_party_driver/uart/hardware_usart.c b/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/uart/hardware_usart.c similarity index 100% rename from board/stm32f407zgt6/third_party_driver/uart/hardware_usart.c rename to Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/uart/hardware_usart.c diff --git a/board/stm32f407zgt6/total.jpg b/Ubiquitous/XiUOS/board/stm32f407zgt6/total.jpg similarity index 100% rename from board/stm32f407zgt6/total.jpg rename to Ubiquitous/XiUOS/board/stm32f407zgt6/total.jpg diff --git a/compiler.mk b/Ubiquitous/XiUOS/compiler.mk similarity index 100% rename from compiler.mk rename to Ubiquitous/XiUOS/compiler.mk diff --git a/framework/Kconfig b/Ubiquitous/XiUOS/framework/Kconfig similarity index 100% rename from framework/Kconfig rename to Ubiquitous/XiUOS/framework/Kconfig diff --git a/framework/Makefile b/Ubiquitous/XiUOS/framework/Makefile similarity index 100% rename from framework/Makefile rename to Ubiquitous/XiUOS/framework/Makefile diff --git a/framework/connection/Adapter/Kconfig b/Ubiquitous/XiUOS/framework/connection/Adapter/Kconfig similarity index 100% rename from framework/connection/Adapter/Kconfig rename to Ubiquitous/XiUOS/framework/connection/Adapter/Kconfig diff --git a/framework/connection/Adapter/Makefile b/Ubiquitous/XiUOS/framework/connection/Adapter/Makefile similarity index 100% rename from framework/connection/Adapter/Makefile rename to Ubiquitous/XiUOS/framework/connection/Adapter/Makefile diff --git a/framework/connection/Adapter/bluetooth/Makefile b/Ubiquitous/XiUOS/framework/connection/Adapter/bluetooth/Makefile similarity index 100% rename from framework/connection/Adapter/bluetooth/Makefile rename to Ubiquitous/XiUOS/framework/connection/Adapter/bluetooth/Makefile diff --git a/framework/connection/Adapter/bluetooth/xs_adaper_bluetooth_register.c b/Ubiquitous/XiUOS/framework/connection/Adapter/bluetooth/xs_adaper_bluetooth_register.c similarity index 100% rename from framework/connection/Adapter/bluetooth/xs_adaper_bluetooth_register.c rename to Ubiquitous/XiUOS/framework/connection/Adapter/bluetooth/xs_adaper_bluetooth_register.c diff --git a/framework/connection/Adapter/bluetooth/xs_adapter_bluetooth.c b/Ubiquitous/XiUOS/framework/connection/Adapter/bluetooth/xs_adapter_bluetooth.c similarity index 100% rename from framework/connection/Adapter/bluetooth/xs_adapter_bluetooth.c rename to Ubiquitous/XiUOS/framework/connection/Adapter/bluetooth/xs_adapter_bluetooth.c diff --git a/framework/connection/Adapter/ethernet/Makefile b/Ubiquitous/XiUOS/framework/connection/Adapter/ethernet/Makefile similarity index 100% rename from framework/connection/Adapter/ethernet/Makefile rename to Ubiquitous/XiUOS/framework/connection/Adapter/ethernet/Makefile diff --git a/framework/connection/Adapter/ethernet/xs_adapterAT_ethernet.c b/Ubiquitous/XiUOS/framework/connection/Adapter/ethernet/xs_adapterAT_ethernet.c similarity index 100% rename from framework/connection/Adapter/ethernet/xs_adapterAT_ethernet.c rename to Ubiquitous/XiUOS/framework/connection/Adapter/ethernet/xs_adapterAT_ethernet.c diff --git a/framework/connection/Adapter/ethernet/xs_adapterAT_ethernet_register.c b/Ubiquitous/XiUOS/framework/connection/Adapter/ethernet/xs_adapterAT_ethernet_register.c similarity index 100% rename from framework/connection/Adapter/ethernet/xs_adapterAT_ethernet_register.c rename to Ubiquitous/XiUOS/framework/connection/Adapter/ethernet/xs_adapterAT_ethernet_register.c diff --git a/framework/connection/Adapter/include/xs_adapter.h b/Ubiquitous/XiUOS/framework/connection/Adapter/include/xs_adapter.h similarity index 100% rename from framework/connection/Adapter/include/xs_adapter.h rename to Ubiquitous/XiUOS/framework/connection/Adapter/include/xs_adapter.h diff --git a/framework/connection/Adapter/include/xs_adapter_at.h b/Ubiquitous/XiUOS/framework/connection/Adapter/include/xs_adapter_at.h similarity index 100% rename from framework/connection/Adapter/include/xs_adapter_at.h rename to Ubiquitous/XiUOS/framework/connection/Adapter/include/xs_adapter_at.h diff --git a/framework/connection/Adapter/include/xs_adapter_at_agent.h b/Ubiquitous/XiUOS/framework/connection/Adapter/include/xs_adapter_at_agent.h similarity index 100% rename from framework/connection/Adapter/include/xs_adapter_at_agent.h rename to Ubiquitous/XiUOS/framework/connection/Adapter/include/xs_adapter_at_agent.h diff --git a/framework/connection/Adapter/include/xs_adapter_at_ethernet.h b/Ubiquitous/XiUOS/framework/connection/Adapter/include/xs_adapter_at_ethernet.h similarity index 100% rename from framework/connection/Adapter/include/xs_adapter_at_ethernet.h rename to Ubiquitous/XiUOS/framework/connection/Adapter/include/xs_adapter_at_ethernet.h diff --git a/framework/connection/Adapter/include/xs_adapter_at_nbiot.h b/Ubiquitous/XiUOS/framework/connection/Adapter/include/xs_adapter_at_nbiot.h similarity index 100% rename from framework/connection/Adapter/include/xs_adapter_at_nbiot.h rename to Ubiquitous/XiUOS/framework/connection/Adapter/include/xs_adapter_at_nbiot.h diff --git a/framework/connection/Adapter/include/xs_adapter_at_wifi.h b/Ubiquitous/XiUOS/framework/connection/Adapter/include/xs_adapter_at_wifi.h similarity index 100% rename from framework/connection/Adapter/include/xs_adapter_at_wifi.h rename to Ubiquitous/XiUOS/framework/connection/Adapter/include/xs_adapter_at_wifi.h diff --git a/framework/connection/Adapter/include/xs_adapter_bluetooth.h b/Ubiquitous/XiUOS/framework/connection/Adapter/include/xs_adapter_bluetooth.h similarity index 100% rename from framework/connection/Adapter/include/xs_adapter_bluetooth.h rename to Ubiquitous/XiUOS/framework/connection/Adapter/include/xs_adapter_bluetooth.h diff --git a/framework/connection/Adapter/include/xs_adapter_def.h b/Ubiquitous/XiUOS/framework/connection/Adapter/include/xs_adapter_def.h similarity index 100% rename from framework/connection/Adapter/include/xs_adapter_def.h rename to Ubiquitous/XiUOS/framework/connection/Adapter/include/xs_adapter_def.h diff --git a/framework/connection/Adapter/include/xs_adapter_lora.h b/Ubiquitous/XiUOS/framework/connection/Adapter/include/xs_adapter_lora.h similarity index 100% rename from framework/connection/Adapter/include/xs_adapter_lora.h rename to Ubiquitous/XiUOS/framework/connection/Adapter/include/xs_adapter_lora.h diff --git a/framework/connection/Adapter/include/xs_adapter_manager.h b/Ubiquitous/XiUOS/framework/connection/Adapter/include/xs_adapter_manager.h similarity index 100% rename from framework/connection/Adapter/include/xs_adapter_manager.h rename to Ubiquitous/XiUOS/framework/connection/Adapter/include/xs_adapter_manager.h diff --git a/framework/connection/Adapter/include/xs_adapter_zigbee.h b/Ubiquitous/XiUOS/framework/connection/Adapter/include/xs_adapter_zigbee.h similarity index 100% rename from framework/connection/Adapter/include/xs_adapter_zigbee.h rename to Ubiquitous/XiUOS/framework/connection/Adapter/include/xs_adapter_zigbee.h diff --git a/framework/connection/Adapter/lora/Kconfig b/Ubiquitous/XiUOS/framework/connection/Adapter/lora/Kconfig similarity index 100% rename from framework/connection/Adapter/lora/Kconfig rename to Ubiquitous/XiUOS/framework/connection/Adapter/lora/Kconfig diff --git a/framework/connection/Adapter/lora/Makefile b/Ubiquitous/XiUOS/framework/connection/Adapter/lora/Makefile similarity index 100% rename from framework/connection/Adapter/lora/Makefile rename to Ubiquitous/XiUOS/framework/connection/Adapter/lora/Makefile diff --git a/framework/connection/Adapter/lora/xs_adapter_lora.c b/Ubiquitous/XiUOS/framework/connection/Adapter/lora/xs_adapter_lora.c similarity index 100% rename from framework/connection/Adapter/lora/xs_adapter_lora.c rename to Ubiquitous/XiUOS/framework/connection/Adapter/lora/xs_adapter_lora.c diff --git a/framework/connection/Adapter/nbiot/Makefile b/Ubiquitous/XiUOS/framework/connection/Adapter/nbiot/Makefile similarity index 100% rename from framework/connection/Adapter/nbiot/Makefile rename to Ubiquitous/XiUOS/framework/connection/Adapter/nbiot/Makefile diff --git a/framework/connection/Adapter/nbiot/bc28/Makefile b/Ubiquitous/XiUOS/framework/connection/Adapter/nbiot/bc28/Makefile similarity index 100% rename from framework/connection/Adapter/nbiot/bc28/Makefile rename to Ubiquitous/XiUOS/framework/connection/Adapter/nbiot/bc28/Makefile diff --git a/framework/connection/Adapter/nbiot/bc28/xs_adapter_at_nbiot.c b/Ubiquitous/XiUOS/framework/connection/Adapter/nbiot/bc28/xs_adapter_at_nbiot.c similarity index 100% rename from framework/connection/Adapter/nbiot/bc28/xs_adapter_at_nbiot.c rename to Ubiquitous/XiUOS/framework/connection/Adapter/nbiot/bc28/xs_adapter_at_nbiot.c diff --git a/framework/connection/Adapter/nbiot/bc28/xs_adapter_at_nbiot_register.c b/Ubiquitous/XiUOS/framework/connection/Adapter/nbiot/bc28/xs_adapter_at_nbiot_register.c similarity index 100% rename from framework/connection/Adapter/nbiot/bc28/xs_adapter_at_nbiot_register.c rename to Ubiquitous/XiUOS/framework/connection/Adapter/nbiot/bc28/xs_adapter_at_nbiot_register.c diff --git a/framework/connection/Adapter/src/Makefile b/Ubiquitous/XiUOS/framework/connection/Adapter/src/Makefile similarity index 100% rename from framework/connection/Adapter/src/Makefile rename to Ubiquitous/XiUOS/framework/connection/Adapter/src/Makefile diff --git a/framework/connection/Adapter/src/xs_adapter_at_agent.c b/Ubiquitous/XiUOS/framework/connection/Adapter/src/xs_adapter_at_agent.c similarity index 100% rename from framework/connection/Adapter/src/xs_adapter_at_agent.c rename to Ubiquitous/XiUOS/framework/connection/Adapter/src/xs_adapter_at_agent.c diff --git a/framework/connection/Adapter/src/xs_adapter_manager.c b/Ubiquitous/XiUOS/framework/connection/Adapter/src/xs_adapter_manager.c similarity index 100% rename from framework/connection/Adapter/src/xs_adapter_manager.c rename to Ubiquitous/XiUOS/framework/connection/Adapter/src/xs_adapter_manager.c diff --git a/framework/connection/Adapter/wifi/Makefile b/Ubiquitous/XiUOS/framework/connection/Adapter/wifi/Makefile similarity index 100% rename from framework/connection/Adapter/wifi/Makefile rename to Ubiquitous/XiUOS/framework/connection/Adapter/wifi/Makefile diff --git a/framework/connection/Adapter/wifi/xs_adapter_at_wifi.c b/Ubiquitous/XiUOS/framework/connection/Adapter/wifi/xs_adapter_at_wifi.c similarity index 100% rename from framework/connection/Adapter/wifi/xs_adapter_at_wifi.c rename to Ubiquitous/XiUOS/framework/connection/Adapter/wifi/xs_adapter_at_wifi.c diff --git a/framework/connection/Adapter/wifi/xs_adapter_at_wifi_register.c b/Ubiquitous/XiUOS/framework/connection/Adapter/wifi/xs_adapter_at_wifi_register.c similarity index 100% rename from framework/connection/Adapter/wifi/xs_adapter_at_wifi_register.c rename to Ubiquitous/XiUOS/framework/connection/Adapter/wifi/xs_adapter_at_wifi_register.c diff --git a/framework/connection/Adapter/zigbee/Kconfig b/Ubiquitous/XiUOS/framework/connection/Adapter/zigbee/Kconfig similarity index 100% rename from framework/connection/Adapter/zigbee/Kconfig rename to Ubiquitous/XiUOS/framework/connection/Adapter/zigbee/Kconfig diff --git a/framework/connection/Adapter/zigbee/Makefile b/Ubiquitous/XiUOS/framework/connection/Adapter/zigbee/Makefile similarity index 100% rename from framework/connection/Adapter/zigbee/Makefile rename to Ubiquitous/XiUOS/framework/connection/Adapter/zigbee/Makefile diff --git a/framework/connection/Adapter/zigbee/xs_adaper_zigbee_register.c b/Ubiquitous/XiUOS/framework/connection/Adapter/zigbee/xs_adaper_zigbee_register.c similarity index 100% rename from framework/connection/Adapter/zigbee/xs_adaper_zigbee_register.c rename to Ubiquitous/XiUOS/framework/connection/Adapter/zigbee/xs_adaper_zigbee_register.c diff --git a/framework/connection/Adapter/zigbee/xs_adapter_zigbee.c b/Ubiquitous/XiUOS/framework/connection/Adapter/zigbee/xs_adapter_zigbee.c similarity index 100% rename from framework/connection/Adapter/zigbee/xs_adapter_zigbee.c rename to Ubiquitous/XiUOS/framework/connection/Adapter/zigbee/xs_adapter_zigbee.c diff --git a/framework/connection/Kconfig b/Ubiquitous/XiUOS/framework/connection/Kconfig similarity index 100% rename from framework/connection/Kconfig rename to Ubiquitous/XiUOS/framework/connection/Kconfig diff --git a/framework/connection/Makefile b/Ubiquitous/XiUOS/framework/connection/Makefile similarity index 100% rename from framework/connection/Makefile rename to Ubiquitous/XiUOS/framework/connection/Makefile diff --git a/framework/control/Kconfig b/Ubiquitous/XiUOS/framework/control/Kconfig similarity index 100% rename from framework/control/Kconfig rename to Ubiquitous/XiUOS/framework/control/Kconfig diff --git a/framework/intelligent/Kconfig b/Ubiquitous/XiUOS/framework/intelligent/Kconfig similarity index 100% rename from framework/intelligent/Kconfig rename to Ubiquitous/XiUOS/framework/intelligent/Kconfig diff --git a/framework/intelligent/Makefile b/Ubiquitous/XiUOS/framework/intelligent/Makefile similarity index 100% rename from framework/intelligent/Makefile rename to Ubiquitous/XiUOS/framework/intelligent/Makefile diff --git a/framework/intelligent/tflite-mcu/Kconfig b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/Kconfig similarity index 100% rename from framework/intelligent/tflite-mcu/Kconfig rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/Kconfig diff --git a/framework/intelligent/tflite-mcu/Makefile b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/Makefile similarity index 100% rename from framework/intelligent/tflite-mcu/Makefile rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/Makefile diff --git a/framework/intelligent/tflite-mcu/source/LICENSE b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/LICENSE similarity index 100% rename from framework/intelligent/tflite-mcu/source/LICENSE rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/LICENSE diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/core/public/version.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/core/public/version.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/core/public/version.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/core/public/version.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/c/builtin_op_data.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/c/builtin_op_data.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/c/builtin_op_data.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/c/builtin_op_data.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/c/c_api_types.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/c/c_api_types.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/c/c_api_types.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/c/c_api_types.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/c/common.c b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/c/common.c similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/c/common.c rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/c/common.c diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/c/common.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/c/common.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/c/common.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/c/common.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/core/api/error_reporter.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/core/api/error_reporter.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/core/api/error_reporter.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/core/api/error_reporter.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/core/api/error_reporter.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/core/api/error_reporter.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/core/api/error_reporter.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/core/api/error_reporter.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/core/api/flatbuffer_conversions.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/core/api/flatbuffer_conversions.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/core/api/flatbuffer_conversions.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/core/api/flatbuffer_conversions.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/core/api/flatbuffer_conversions.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/core/api/flatbuffer_conversions.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/core/api/flatbuffer_conversions.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/core/api/flatbuffer_conversions.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/core/api/op_resolver.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/core/api/op_resolver.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/core/api/op_resolver.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/core/api/op_resolver.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/core/api/op_resolver.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/core/api/op_resolver.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/core/api/op_resolver.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/core/api/op_resolver.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/core/api/profiler.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/core/api/profiler.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/core/api/profiler.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/core/api/profiler.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/core/api/tensor_utils.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/core/api/tensor_utils.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/core/api/tensor_utils.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/core/api/tensor_utils.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/core/api/tensor_utils.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/core/api/tensor_utils.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/core/api/tensor_utils.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/core/api/tensor_utils.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/common.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/common.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/common.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/common.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/compatibility.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/compatibility.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/compatibility.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/compatibility.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/cppmath.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/cppmath.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/cppmath.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/cppmath.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/max.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/max.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/max.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/max.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/min.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/min.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/min.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/min.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/optimized/neon_check.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/optimized/neon_check.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/optimized/neon_check.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/optimized/neon_check.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/portable_tensor.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/portable_tensor.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/portable_tensor.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/portable_tensor.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/quantization_util.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/quantization_util.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/quantization_util.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/quantization_util.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/quantization_util.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/quantization_util.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/quantization_util.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/quantization_util.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/add.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/add.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/add.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/add.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/arg_min_max.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/arg_min_max.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/arg_min_max.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/arg_min_max.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/binary_function.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/binary_function.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/binary_function.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/binary_function.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/ceil.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/ceil.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/ceil.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/ceil.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/comparisons.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/comparisons.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/comparisons.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/comparisons.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/concatenation.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/concatenation.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/concatenation.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/concatenation.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/conv.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/conv.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/conv.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/conv.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/depthwiseconv_float.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/depthwiseconv_float.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/depthwiseconv_float.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/depthwiseconv_float.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/depthwiseconv_uint8.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/depthwiseconv_uint8.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/depthwiseconv_uint8.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/depthwiseconv_uint8.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/dequantize.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/dequantize.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/dequantize.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/dequantize.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/floor.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/floor.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/floor.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/floor.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/fully_connected.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/fully_connected.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/fully_connected.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/fully_connected.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/hard_swish.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/hard_swish.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/hard_swish.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/hard_swish.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/integer_ops/add.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/integer_ops/add.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/integer_ops/add.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/integer_ops/add.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/integer_ops/conv.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/integer_ops/conv.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/integer_ops/conv.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/integer_ops/conv.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/integer_ops/depthwise_conv.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/integer_ops/depthwise_conv.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/integer_ops/depthwise_conv.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/integer_ops/depthwise_conv.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/integer_ops/fully_connected.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/integer_ops/fully_connected.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/integer_ops/fully_connected.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/integer_ops/fully_connected.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/integer_ops/l2normalization.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/integer_ops/l2normalization.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/integer_ops/l2normalization.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/integer_ops/l2normalization.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/integer_ops/logistic.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/integer_ops/logistic.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/integer_ops/logistic.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/integer_ops/logistic.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/integer_ops/mean.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/integer_ops/mean.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/integer_ops/mean.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/integer_ops/mean.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/integer_ops/mul.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/integer_ops/mul.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/integer_ops/mul.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/integer_ops/mul.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/integer_ops/pooling.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/integer_ops/pooling.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/integer_ops/pooling.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/integer_ops/pooling.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/integer_ops/tanh.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/integer_ops/tanh.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/integer_ops/tanh.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/integer_ops/tanh.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/integer_ops/transpose_conv.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/integer_ops/transpose_conv.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/integer_ops/transpose_conv.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/integer_ops/transpose_conv.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/l2normalization.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/l2normalization.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/l2normalization.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/l2normalization.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/logistic.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/logistic.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/logistic.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/logistic.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/maximum_minimum.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/maximum_minimum.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/maximum_minimum.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/maximum_minimum.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/mul.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/mul.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/mul.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/mul.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/neg.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/neg.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/neg.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/neg.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/pad.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/pad.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/pad.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/pad.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/pooling.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/pooling.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/pooling.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/pooling.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/prelu.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/prelu.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/prelu.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/prelu.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/process_broadcast_shapes.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/process_broadcast_shapes.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/process_broadcast_shapes.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/process_broadcast_shapes.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/quantize.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/quantize.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/quantize.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/quantize.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/reduce.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/reduce.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/reduce.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/reduce.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/requantize.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/requantize.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/requantize.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/requantize.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/resize_nearest_neighbor.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/resize_nearest_neighbor.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/resize_nearest_neighbor.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/resize_nearest_neighbor.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/round.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/round.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/round.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/round.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/softmax.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/softmax.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/softmax.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/softmax.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/strided_slice.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/strided_slice.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/strided_slice.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/strided_slice.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/sub.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/sub.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/sub.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/sub.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/tanh.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/tanh.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/tanh.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/tanh.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/transpose_conv.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/transpose_conv.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/transpose_conv.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/reference/transpose_conv.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/strided_slice_logic.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/strided_slice_logic.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/strided_slice_logic.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/strided_slice_logic.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/tensor_ctypes.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/tensor_ctypes.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/tensor_ctypes.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/tensor_ctypes.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/types.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/types.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/types.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/internal/types.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/kernel_util.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/kernel_util.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/kernel_util.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/kernel_util.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/kernel_util.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/kernel_util.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/kernel_util.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/kernel_util.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/op_macros.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/op_macros.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/op_macros.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/op_macros.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/padding.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/padding.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/padding.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/kernels/padding.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/all_ops_resolver.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/all_ops_resolver.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/all_ops_resolver.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/all_ops_resolver.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/all_ops_resolver.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/all_ops_resolver.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/all_ops_resolver.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/all_ops_resolver.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/benchmarks/keyword_scrambled_model_data.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/benchmarks/keyword_scrambled_model_data.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/benchmarks/keyword_scrambled_model_data.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/benchmarks/keyword_scrambled_model_data.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/benchmarks/keyword_scrambled_model_data.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/benchmarks/keyword_scrambled_model_data.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/benchmarks/keyword_scrambled_model_data.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/benchmarks/keyword_scrambled_model_data.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/compatibility.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/compatibility.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/compatibility.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/compatibility.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/debug_log.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/debug_log.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/debug_log.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/debug_log.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/debug_log.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/debug_log.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/debug_log.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/debug_log.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/activation_utils.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/activation_utils.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/activation_utils.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/activation_utils.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/activations.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/activations.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/activations.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/activations.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/add.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/add.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/add.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/add.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/arg_min_max.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/arg_min_max.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/arg_min_max.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/arg_min_max.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/ceil.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/ceil.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/ceil.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/ceil.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/circular_buffer.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/circular_buffer.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/circular_buffer.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/circular_buffer.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/comparisons.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/comparisons.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/comparisons.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/comparisons.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/concatenation.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/concatenation.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/concatenation.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/concatenation.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/conv.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/conv.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/conv.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/conv.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/conv_test.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/conv_test.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/conv_test.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/conv_test.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/conv_test_common.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/conv_test_common.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/conv_test_common.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/conv_test_common.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/depthwise_conv.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/depthwise_conv.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/depthwise_conv.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/depthwise_conv.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/dequantize.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/dequantize.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/dequantize.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/dequantize.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/detection_postprocess.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/detection_postprocess.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/detection_postprocess.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/detection_postprocess.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/elementwise.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/elementwise.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/elementwise.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/elementwise.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/ethosu.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/ethosu.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/ethosu.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/ethosu.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/ethosu.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/ethosu.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/ethosu.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/ethosu.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/flexbuffers_generated_data.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/flexbuffers_generated_data.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/flexbuffers_generated_data.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/flexbuffers_generated_data.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/flexbuffers_generated_data.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/flexbuffers_generated_data.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/flexbuffers_generated_data.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/flexbuffers_generated_data.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/floor.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/floor.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/floor.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/floor.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/fully_connected.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/fully_connected.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/fully_connected.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/fully_connected.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/fully_connected.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/fully_connected.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/fully_connected.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/fully_connected.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/hard_swish.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/hard_swish.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/hard_swish.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/hard_swish.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/kernel_runner.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/kernel_runner.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/kernel_runner.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/kernel_runner.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/kernel_runner.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/kernel_runner.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/kernel_runner.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/kernel_runner.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/kernel_util.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/kernel_util.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/kernel_util.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/kernel_util.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/kernel_util.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/kernel_util.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/kernel_util.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/kernel_util.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/l2norm.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/l2norm.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/l2norm.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/l2norm.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/logical.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/logical.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/logical.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/logical.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/logistic.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/logistic.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/logistic.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/logistic.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/maximum_minimum.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/maximum_minimum.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/maximum_minimum.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/maximum_minimum.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/micro_ops.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/micro_ops.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/micro_ops.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/micro_ops.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/micro_utils.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/micro_utils.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/micro_utils.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/micro_utils.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/mul.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/mul.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/mul.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/mul.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/neg.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/neg.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/neg.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/neg.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/pack.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/pack.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/pack.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/pack.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/pad.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/pad.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/pad.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/pad.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/pooling.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/pooling.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/pooling.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/pooling.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/prelu.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/prelu.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/prelu.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/prelu.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/quantize.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/quantize.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/quantize.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/quantize.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/quantize.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/quantize.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/quantize.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/quantize.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/quantize_common.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/quantize_common.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/quantize_common.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/quantize_common.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/reduce.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/reduce.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/reduce.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/reduce.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/reshape.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/reshape.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/reshape.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/reshape.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/resize_nearest_neighbor.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/resize_nearest_neighbor.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/resize_nearest_neighbor.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/resize_nearest_neighbor.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/round.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/round.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/round.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/round.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/shape.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/shape.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/shape.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/shape.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/softmax.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/softmax.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/softmax.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/softmax.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/split.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/split.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/split.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/split.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/split_v.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/split_v.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/split_v.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/split_v.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/strided_slice.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/strided_slice.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/strided_slice.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/strided_slice.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/sub.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/sub.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/sub.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/sub.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/svdf.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/svdf.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/svdf.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/svdf.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/svdf.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/svdf.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/svdf.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/svdf.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/svdf_common.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/svdf_common.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/svdf_common.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/svdf_common.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/tanh.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/tanh.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/tanh.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/tanh.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/transpose_conv.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/transpose_conv.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/transpose_conv.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/transpose_conv.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/unpack.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/unpack.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/unpack.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/kernels/unpack.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/memory_helpers.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/memory_helpers.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/memory_helpers.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/memory_helpers.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/memory_helpers.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/memory_helpers.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/memory_helpers.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/memory_helpers.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/memory_planner/greedy_memory_planner.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/memory_planner/greedy_memory_planner.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/memory_planner/greedy_memory_planner.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/memory_planner/greedy_memory_planner.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/memory_planner/greedy_memory_planner.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/memory_planner/greedy_memory_planner.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/memory_planner/greedy_memory_planner.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/memory_planner/greedy_memory_planner.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/memory_planner/linear_memory_planner.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/memory_planner/linear_memory_planner.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/memory_planner/linear_memory_planner.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/memory_planner/linear_memory_planner.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/memory_planner/linear_memory_planner.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/memory_planner/linear_memory_planner.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/memory_planner/linear_memory_planner.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/memory_planner/linear_memory_planner.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/memory_planner/memory_planner.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/memory_planner/memory_planner.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/memory_planner/memory_planner.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/memory_planner/memory_planner.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_allocator.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_allocator.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_allocator.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_allocator.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_allocator.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_allocator.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_allocator.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_allocator.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_error_reporter.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_error_reporter.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_error_reporter.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_error_reporter.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_error_reporter.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_error_reporter.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_error_reporter.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_error_reporter.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_interpreter.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_interpreter.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_interpreter.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_interpreter.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_interpreter.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_interpreter.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_interpreter.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_interpreter.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_mutable_op_resolver.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_mutable_op_resolver.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_mutable_op_resolver.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_mutable_op_resolver.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_op_resolver.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_op_resolver.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_op_resolver.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_op_resolver.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_profiler.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_profiler.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_profiler.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_profiler.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_profiler.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_profiler.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_profiler.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_profiler.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_string.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_string.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_string.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_string.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_string.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_string.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_string.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_string.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_time.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_time.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_time.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_time.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_time.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_time.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_time.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_time.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_utils.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_utils.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_utils.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_utils.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_utils.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_utils.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_utils.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/micro_utils.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/recording_micro_allocator.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/recording_micro_allocator.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/recording_micro_allocator.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/recording_micro_allocator.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/recording_micro_allocator.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/recording_micro_allocator.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/recording_micro_allocator.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/recording_micro_allocator.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/recording_micro_interpreter.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/recording_micro_interpreter.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/recording_micro_interpreter.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/recording_micro_interpreter.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/recording_simple_memory_allocator.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/recording_simple_memory_allocator.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/recording_simple_memory_allocator.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/recording_simple_memory_allocator.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/recording_simple_memory_allocator.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/recording_simple_memory_allocator.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/recording_simple_memory_allocator.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/recording_simple_memory_allocator.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/simple_memory_allocator.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/simple_memory_allocator.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/simple_memory_allocator.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/simple_memory_allocator.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/simple_memory_allocator.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/simple_memory_allocator.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/simple_memory_allocator.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/simple_memory_allocator.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/test_helpers.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/test_helpers.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/test_helpers.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/test_helpers.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/test_helpers.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/test_helpers.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/test_helpers.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/test_helpers.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/testing/micro_test.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/testing/micro_test.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/testing/micro_test.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/testing/micro_test.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/testing/test_conv_model.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/testing/test_conv_model.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/testing/test_conv_model.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/testing/test_conv_model.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/testing/test_conv_model.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/testing/test_conv_model.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/testing/test_conv_model.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/micro/testing/test_conv_model.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/portable_type_to_tflitetype.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/portable_type_to_tflitetype.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/portable_type_to_tflitetype.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/portable_type_to_tflitetype.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/schema/schema_generated.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/schema/schema_generated.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/schema/schema_generated.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/schema/schema_generated.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/schema/schema_utils.cc b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/schema/schema_utils.cc similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/schema/schema_utils.cc rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/schema/schema_utils.cc diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/schema/schema_utils.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/schema/schema_utils.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/schema/schema_utils.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/schema/schema_utils.h diff --git a/framework/intelligent/tflite-mcu/source/tensorflow/lite/version.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/version.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/tensorflow/lite/version.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/tensorflow/lite/version.h diff --git a/framework/intelligent/tflite-mcu/source/third_party/flatbuffers/LICENSE.txt b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/third_party/flatbuffers/LICENSE.txt similarity index 100% rename from framework/intelligent/tflite-mcu/source/third_party/flatbuffers/LICENSE.txt rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/third_party/flatbuffers/LICENSE.txt diff --git a/framework/intelligent/tflite-mcu/source/third_party/flatbuffers/include/flatbuffers/base.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/third_party/flatbuffers/include/flatbuffers/base.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/third_party/flatbuffers/include/flatbuffers/base.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/third_party/flatbuffers/include/flatbuffers/base.h diff --git a/framework/intelligent/tflite-mcu/source/third_party/flatbuffers/include/flatbuffers/flatbuffers.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/third_party/flatbuffers/include/flatbuffers/flatbuffers.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/third_party/flatbuffers/include/flatbuffers/flatbuffers.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/third_party/flatbuffers/include/flatbuffers/flatbuffers.h diff --git a/framework/intelligent/tflite-mcu/source/third_party/flatbuffers/include/flatbuffers/flexbuffers.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/third_party/flatbuffers/include/flatbuffers/flexbuffers.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/third_party/flatbuffers/include/flatbuffers/flexbuffers.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/third_party/flatbuffers/include/flatbuffers/flexbuffers.h diff --git a/framework/intelligent/tflite-mcu/source/third_party/flatbuffers/include/flatbuffers/stl_emulation.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/third_party/flatbuffers/include/flatbuffers/stl_emulation.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/third_party/flatbuffers/include/flatbuffers/stl_emulation.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/third_party/flatbuffers/include/flatbuffers/stl_emulation.h diff --git a/framework/intelligent/tflite-mcu/source/third_party/flatbuffers/include/flatbuffers/util.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/third_party/flatbuffers/include/flatbuffers/util.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/third_party/flatbuffers/include/flatbuffers/util.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/third_party/flatbuffers/include/flatbuffers/util.h diff --git a/framework/intelligent/tflite-mcu/source/third_party/gemmlowp/LICENSE b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/third_party/gemmlowp/LICENSE similarity index 100% rename from framework/intelligent/tflite-mcu/source/third_party/gemmlowp/LICENSE rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/third_party/gemmlowp/LICENSE diff --git a/framework/intelligent/tflite-mcu/source/third_party/gemmlowp/fixedpoint/fixedpoint.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/third_party/gemmlowp/fixedpoint/fixedpoint.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/third_party/gemmlowp/fixedpoint/fixedpoint.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/third_party/gemmlowp/fixedpoint/fixedpoint.h diff --git a/framework/intelligent/tflite-mcu/source/third_party/gemmlowp/fixedpoint/fixedpoint_neon.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/third_party/gemmlowp/fixedpoint/fixedpoint_neon.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/third_party/gemmlowp/fixedpoint/fixedpoint_neon.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/third_party/gemmlowp/fixedpoint/fixedpoint_neon.h diff --git a/framework/intelligent/tflite-mcu/source/third_party/gemmlowp/fixedpoint/fixedpoint_sse.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/third_party/gemmlowp/fixedpoint/fixedpoint_sse.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/third_party/gemmlowp/fixedpoint/fixedpoint_sse.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/third_party/gemmlowp/fixedpoint/fixedpoint_sse.h diff --git a/framework/intelligent/tflite-mcu/source/third_party/gemmlowp/internal/detect_platform.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/third_party/gemmlowp/internal/detect_platform.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/third_party/gemmlowp/internal/detect_platform.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/third_party/gemmlowp/internal/detect_platform.h diff --git a/framework/intelligent/tflite-mcu/source/third_party/ruy/ruy/profiler/instrumentation.h b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/third_party/ruy/ruy/profiler/instrumentation.h similarity index 100% rename from framework/intelligent/tflite-mcu/source/third_party/ruy/ruy/profiler/instrumentation.h rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/source/third_party/ruy/ruy/profiler/instrumentation.h diff --git a/framework/intelligent/tflite-mcu/tf_fini_fix.c b/Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/tf_fini_fix.c similarity index 100% rename from framework/intelligent/tflite-mcu/tf_fini_fix.c rename to Ubiquitous/XiUOS/framework/intelligent/tflite-mcu/tf_fini_fix.c diff --git a/framework/perception/Kconfig b/Ubiquitous/XiUOS/framework/perception/Kconfig similarity index 100% rename from framework/perception/Kconfig rename to Ubiquitous/XiUOS/framework/perception/Kconfig diff --git a/framework/perception/Makefile b/Ubiquitous/XiUOS/framework/perception/Makefile similarity index 100% rename from framework/perception/Makefile rename to Ubiquitous/XiUOS/framework/perception/Makefile diff --git a/framework/perception/co2/Kconfig b/Ubiquitous/XiUOS/framework/perception/co2/Kconfig similarity index 100% rename from framework/perception/co2/Kconfig rename to Ubiquitous/XiUOS/framework/perception/co2/Kconfig diff --git a/framework/perception/co2/Makefile b/Ubiquitous/XiUOS/framework/perception/co2/Makefile similarity index 100% rename from framework/perception/co2/Makefile rename to Ubiquitous/XiUOS/framework/perception/co2/Makefile diff --git a/framework/perception/co2/zg09/Makefile b/Ubiquitous/XiUOS/framework/perception/co2/zg09/Makefile similarity index 100% rename from framework/perception/co2/zg09/Makefile rename to Ubiquitous/XiUOS/framework/perception/co2/zg09/Makefile diff --git a/framework/perception/co2/zg09/zg09.c b/Ubiquitous/XiUOS/framework/perception/co2/zg09/zg09.c similarity index 100% rename from framework/perception/co2/zg09/zg09.c rename to Ubiquitous/XiUOS/framework/perception/co2/zg09/zg09.c diff --git a/framework/perception/humidity/Kconfig b/Ubiquitous/XiUOS/framework/perception/humidity/Kconfig similarity index 100% rename from framework/perception/humidity/Kconfig rename to Ubiquitous/XiUOS/framework/perception/humidity/Kconfig diff --git a/framework/perception/humidity/Makefile b/Ubiquitous/XiUOS/framework/perception/humidity/Makefile similarity index 100% rename from framework/perception/humidity/Makefile rename to Ubiquitous/XiUOS/framework/perception/humidity/Makefile diff --git a/framework/perception/humidity/hs300x_humi/Makefile b/Ubiquitous/XiUOS/framework/perception/humidity/hs300x_humi/Makefile similarity index 100% rename from framework/perception/humidity/hs300x_humi/Makefile rename to Ubiquitous/XiUOS/framework/perception/humidity/hs300x_humi/Makefile diff --git a/framework/perception/humidity/hs300x_humi/hs300x_humi.c b/Ubiquitous/XiUOS/framework/perception/humidity/hs300x_humi/hs300x_humi.c similarity index 100% rename from framework/perception/humidity/hs300x_humi/hs300x_humi.c rename to Ubiquitous/XiUOS/framework/perception/humidity/hs300x_humi/hs300x_humi.c diff --git a/framework/perception/pm/Kconfig b/Ubiquitous/XiUOS/framework/perception/pm/Kconfig similarity index 100% rename from framework/perception/pm/Kconfig rename to Ubiquitous/XiUOS/framework/perception/pm/Kconfig diff --git a/framework/perception/pm/Makefile b/Ubiquitous/XiUOS/framework/perception/pm/Makefile similarity index 100% rename from framework/perception/pm/Makefile rename to Ubiquitous/XiUOS/framework/perception/pm/Makefile diff --git a/framework/perception/pm/ps5308/Makefile b/Ubiquitous/XiUOS/framework/perception/pm/ps5308/Makefile similarity index 100% rename from framework/perception/pm/ps5308/Makefile rename to Ubiquitous/XiUOS/framework/perception/pm/ps5308/Makefile diff --git a/framework/perception/pm/ps5308/ps5308.c b/Ubiquitous/XiUOS/framework/perception/pm/ps5308/ps5308.c similarity index 100% rename from framework/perception/pm/ps5308/ps5308.c rename to Ubiquitous/XiUOS/framework/perception/pm/ps5308/ps5308.c diff --git a/framework/perception/sensor.c b/Ubiquitous/XiUOS/framework/perception/sensor.c similarity index 100% rename from framework/perception/sensor.c rename to Ubiquitous/XiUOS/framework/perception/sensor.c diff --git a/framework/perception/sensor.h b/Ubiquitous/XiUOS/framework/perception/sensor.h similarity index 100% rename from framework/perception/sensor.h rename to Ubiquitous/XiUOS/framework/perception/sensor.h diff --git a/framework/perception/temperature/Kconfig b/Ubiquitous/XiUOS/framework/perception/temperature/Kconfig similarity index 100% rename from framework/perception/temperature/Kconfig rename to Ubiquitous/XiUOS/framework/perception/temperature/Kconfig diff --git a/framework/perception/temperature/Makefile b/Ubiquitous/XiUOS/framework/perception/temperature/Makefile similarity index 100% rename from framework/perception/temperature/Makefile rename to Ubiquitous/XiUOS/framework/perception/temperature/Makefile diff --git a/framework/perception/temperature/hs300x_temp/Makefile b/Ubiquitous/XiUOS/framework/perception/temperature/hs300x_temp/Makefile similarity index 100% rename from framework/perception/temperature/hs300x_temp/Makefile rename to Ubiquitous/XiUOS/framework/perception/temperature/hs300x_temp/Makefile diff --git a/framework/perception/temperature/hs300x_temp/hs300x_temp.c b/Ubiquitous/XiUOS/framework/perception/temperature/hs300x_temp/hs300x_temp.c similarity index 100% rename from framework/perception/temperature/hs300x_temp/hs300x_temp.c rename to Ubiquitous/XiUOS/framework/perception/temperature/hs300x_temp/hs300x_temp.c diff --git a/framework/perception/voice/Kconfig b/Ubiquitous/XiUOS/framework/perception/voice/Kconfig similarity index 100% rename from framework/perception/voice/Kconfig rename to Ubiquitous/XiUOS/framework/perception/voice/Kconfig diff --git a/framework/perception/voice/Makefile b/Ubiquitous/XiUOS/framework/perception/voice/Makefile similarity index 100% rename from framework/perception/voice/Makefile rename to Ubiquitous/XiUOS/framework/perception/voice/Makefile diff --git a/framework/perception/voice/d124/Makefile b/Ubiquitous/XiUOS/framework/perception/voice/d124/Makefile similarity index 100% rename from framework/perception/voice/d124/Makefile rename to Ubiquitous/XiUOS/framework/perception/voice/d124/Makefile diff --git a/framework/perception/voice/d124/d124.c b/Ubiquitous/XiUOS/framework/perception/voice/d124/d124.c similarity index 100% rename from framework/perception/voice/d124/d124.c rename to Ubiquitous/XiUOS/framework/perception/voice/d124/d124.c diff --git a/framework/security/Kconfig b/Ubiquitous/XiUOS/framework/security/Kconfig similarity index 100% rename from framework/security/Kconfig rename to Ubiquitous/XiUOS/framework/security/Kconfig diff --git a/framework/security/Makefile b/Ubiquitous/XiUOS/framework/security/Makefile similarity index 100% rename from framework/security/Makefile rename to Ubiquitous/XiUOS/framework/security/Makefile diff --git a/framework/security/crypto/Makefile b/Ubiquitous/XiUOS/framework/security/crypto/Makefile similarity index 100% rename from framework/security/crypto/Makefile rename to Ubiquitous/XiUOS/framework/security/crypto/Makefile diff --git a/framework/security/crypto/include/bignum.h b/Ubiquitous/XiUOS/framework/security/crypto/include/bignum.h similarity index 100% rename from framework/security/crypto/include/bignum.h rename to Ubiquitous/XiUOS/framework/security/crypto/include/bignum.h diff --git a/framework/security/crypto/include/ecc.h b/Ubiquitous/XiUOS/framework/security/crypto/include/ecc.h similarity index 100% rename from framework/security/crypto/include/ecc.h rename to Ubiquitous/XiUOS/framework/security/crypto/include/ecc.h diff --git a/framework/security/crypto/include/join.h b/Ubiquitous/XiUOS/framework/security/crypto/include/join.h similarity index 100% rename from framework/security/crypto/include/join.h rename to Ubiquitous/XiUOS/framework/security/crypto/include/join.h diff --git a/framework/security/crypto/include/qn.h b/Ubiquitous/XiUOS/framework/security/crypto/include/qn.h similarity index 100% rename from framework/security/crypto/include/qn.h rename to Ubiquitous/XiUOS/framework/security/crypto/include/qn.h diff --git a/framework/security/crypto/include/sm3.h b/Ubiquitous/XiUOS/framework/security/crypto/include/sm3.h similarity index 100% rename from framework/security/crypto/include/sm3.h rename to Ubiquitous/XiUOS/framework/security/crypto/include/sm3.h diff --git a/framework/security/crypto/include/sm4.h b/Ubiquitous/XiUOS/framework/security/crypto/include/sm4.h similarity index 100% rename from framework/security/crypto/include/sm4.h rename to Ubiquitous/XiUOS/framework/security/crypto/include/sm4.h diff --git a/framework/security/crypto/include/sm9.h b/Ubiquitous/XiUOS/framework/security/crypto/include/sm9.h similarity index 100% rename from framework/security/crypto/include/sm9.h rename to Ubiquitous/XiUOS/framework/security/crypto/include/sm9.h diff --git a/framework/security/crypto/include/sm9_para.h b/Ubiquitous/XiUOS/framework/security/crypto/include/sm9_para.h similarity index 100% rename from framework/security/crypto/include/sm9_para.h rename to Ubiquitous/XiUOS/framework/security/crypto/include/sm9_para.h diff --git a/framework/security/crypto/include/sm9_test.h b/Ubiquitous/XiUOS/framework/security/crypto/include/sm9_test.h similarity index 100% rename from framework/security/crypto/include/sm9_test.h rename to Ubiquitous/XiUOS/framework/security/crypto/include/sm9_test.h diff --git a/framework/security/crypto/include/sm9_util.h b/Ubiquitous/XiUOS/framework/security/crypto/include/sm9_util.h similarity index 100% rename from framework/security/crypto/include/sm9_util.h rename to Ubiquitous/XiUOS/framework/security/crypto/include/sm9_util.h diff --git a/framework/security/crypto/sm3/sm3.c b/Ubiquitous/XiUOS/framework/security/crypto/sm3/sm3.c similarity index 100% rename from framework/security/crypto/sm3/sm3.c rename to Ubiquitous/XiUOS/framework/security/crypto/sm3/sm3.c diff --git a/framework/security/crypto/sm3/sm3_hmac.c b/Ubiquitous/XiUOS/framework/security/crypto/sm3/sm3_hmac.c similarity index 100% rename from framework/security/crypto/sm3/sm3_hmac.c rename to Ubiquitous/XiUOS/framework/security/crypto/sm3/sm3_hmac.c diff --git a/framework/security/crypto/sm4/sm4_common.c b/Ubiquitous/XiUOS/framework/security/crypto/sm4/sm4_common.c similarity index 100% rename from framework/security/crypto/sm4/sm4_common.c rename to Ubiquitous/XiUOS/framework/security/crypto/sm4/sm4_common.c diff --git a/framework/security/crypto/sm4/sm4_enc_mode.c b/Ubiquitous/XiUOS/framework/security/crypto/sm4/sm4_enc_mode.c similarity index 100% rename from framework/security/crypto/sm4/sm4_enc_mode.c rename to Ubiquitous/XiUOS/framework/security/crypto/sm4/sm4_enc_mode.c diff --git a/framework/security/crypto/sm4/sms4_enc.c b/Ubiquitous/XiUOS/framework/security/crypto/sm4/sms4_enc.c similarity index 100% rename from framework/security/crypto/sm4/sms4_enc.c rename to Ubiquitous/XiUOS/framework/security/crypto/sm4/sms4_enc.c diff --git a/framework/security/crypto/sm4/sms4_lcl.h b/Ubiquitous/XiUOS/framework/security/crypto/sm4/sms4_lcl.h similarity index 100% rename from framework/security/crypto/sm4/sms4_lcl.h rename to Ubiquitous/XiUOS/framework/security/crypto/sm4/sms4_lcl.h diff --git a/framework/security/crypto/sm4/sms4_setkey.c b/Ubiquitous/XiUOS/framework/security/crypto/sm4/sms4_setkey.c similarity index 100% rename from framework/security/crypto/sm4/sms4_setkey.c rename to Ubiquitous/XiUOS/framework/security/crypto/sm4/sms4_setkey.c diff --git a/framework/security/crypto/sm9/bignum.c b/Ubiquitous/XiUOS/framework/security/crypto/sm9/bignum.c similarity index 100% rename from framework/security/crypto/sm9/bignum.c rename to Ubiquitous/XiUOS/framework/security/crypto/sm9/bignum.c diff --git a/framework/security/crypto/sm9/ecc.c b/Ubiquitous/XiUOS/framework/security/crypto/sm9/ecc.c similarity index 100% rename from framework/security/crypto/sm9/ecc.c rename to Ubiquitous/XiUOS/framework/security/crypto/sm9/ecc.c diff --git a/framework/security/crypto/sm9/join.c b/Ubiquitous/XiUOS/framework/security/crypto/sm9/join.c similarity index 100% rename from framework/security/crypto/sm9/join.c rename to Ubiquitous/XiUOS/framework/security/crypto/sm9/join.c diff --git a/framework/security/crypto/sm9/qn.c b/Ubiquitous/XiUOS/framework/security/crypto/sm9/qn.c similarity index 100% rename from framework/security/crypto/sm9/qn.c rename to Ubiquitous/XiUOS/framework/security/crypto/sm9/qn.c diff --git a/framework/security/crypto/sm9/sm9.c b/Ubiquitous/XiUOS/framework/security/crypto/sm9/sm9.c similarity index 100% rename from framework/security/crypto/sm9/sm9.c rename to Ubiquitous/XiUOS/framework/security/crypto/sm9/sm9.c diff --git a/framework/security/crypto/sm9/sm9_para.c b/Ubiquitous/XiUOS/framework/security/crypto/sm9/sm9_para.c similarity index 100% rename from framework/security/crypto/sm9/sm9_para.c rename to Ubiquitous/XiUOS/framework/security/crypto/sm9/sm9_para.c diff --git a/framework/security/crypto/sm9/sm9_util.c b/Ubiquitous/XiUOS/framework/security/crypto/sm9/sm9_util.c similarity index 100% rename from framework/security/crypto/sm9/sm9_util.c rename to Ubiquitous/XiUOS/framework/security/crypto/sm9/sm9_util.c diff --git a/framework/security/crypto/test/sm3_test.c b/Ubiquitous/XiUOS/framework/security/crypto/test/sm3_test.c similarity index 100% rename from framework/security/crypto/test/sm3_test.c rename to Ubiquitous/XiUOS/framework/security/crypto/test/sm3_test.c diff --git a/framework/security/crypto/test/sm4_test.c b/Ubiquitous/XiUOS/framework/security/crypto/test/sm4_test.c similarity index 100% rename from framework/security/crypto/test/sm4_test.c rename to Ubiquitous/XiUOS/framework/security/crypto/test/sm4_test.c diff --git a/framework/security/crypto/test/sm9_test.c b/Ubiquitous/XiUOS/framework/security/crypto/test/sm9_test.c similarity index 100% rename from framework/security/crypto/test/sm9_test.c rename to Ubiquitous/XiUOS/framework/security/crypto/test/sm9_test.c diff --git a/fs/Kconfig b/Ubiquitous/XiUOS/fs/Kconfig similarity index 100% rename from fs/Kconfig rename to Ubiquitous/XiUOS/fs/Kconfig diff --git a/fs/Makefile b/Ubiquitous/XiUOS/fs/Makefile similarity index 100% rename from fs/Makefile rename to Ubiquitous/XiUOS/fs/Makefile diff --git a/fs/compatibility_ch376/Kconfig b/Ubiquitous/XiUOS/fs/compatibility_ch376/Kconfig similarity index 100% rename from fs/compatibility_ch376/Kconfig rename to Ubiquitous/XiUOS/fs/compatibility_ch376/Kconfig diff --git a/fs/compatibility_ch376/Makefile b/Ubiquitous/XiUOS/fs/compatibility_ch376/Makefile similarity index 100% rename from fs/compatibility_ch376/Makefile rename to Ubiquitous/XiUOS/fs/compatibility_ch376/Makefile diff --git a/fs/compatibility_ch376/ch376fs.c b/Ubiquitous/XiUOS/fs/compatibility_ch376/ch376fs.c similarity index 100% rename from fs/compatibility_ch376/ch376fs.c rename to Ubiquitous/XiUOS/fs/compatibility_ch376/ch376fs.c diff --git a/fs/compatibility_ch376/ch376fs.h b/Ubiquitous/XiUOS/fs/compatibility_ch376/ch376fs.h similarity index 100% rename from fs/compatibility_ch376/ch376fs.h rename to Ubiquitous/XiUOS/fs/compatibility_ch376/ch376fs.h diff --git a/fs/fatfs/00history.txt b/Ubiquitous/XiUOS/fs/fatfs/00history.txt similarity index 100% rename from fs/fatfs/00history.txt rename to Ubiquitous/XiUOS/fs/fatfs/00history.txt diff --git a/fs/fatfs/00readme.txt b/Ubiquitous/XiUOS/fs/fatfs/00readme.txt similarity index 100% rename from fs/fatfs/00readme.txt rename to Ubiquitous/XiUOS/fs/fatfs/00readme.txt diff --git a/fs/fatfs/Kconfig b/Ubiquitous/XiUOS/fs/fatfs/Kconfig similarity index 100% rename from fs/fatfs/Kconfig rename to Ubiquitous/XiUOS/fs/fatfs/Kconfig diff --git a/fs/fatfs/Makefile b/Ubiquitous/XiUOS/fs/fatfs/Makefile similarity index 100% rename from fs/fatfs/Makefile rename to Ubiquitous/XiUOS/fs/fatfs/Makefile diff --git a/fs/fatfs/diskio.c b/Ubiquitous/XiUOS/fs/fatfs/diskio.c similarity index 100% rename from fs/fatfs/diskio.c rename to Ubiquitous/XiUOS/fs/fatfs/diskio.c diff --git a/fs/fatfs/diskio.h b/Ubiquitous/XiUOS/fs/fatfs/diskio.h similarity index 100% rename from fs/fatfs/diskio.h rename to Ubiquitous/XiUOS/fs/fatfs/diskio.h diff --git a/fs/fatfs/fatfs.c b/Ubiquitous/XiUOS/fs/fatfs/fatfs.c similarity index 100% rename from fs/fatfs/fatfs.c rename to Ubiquitous/XiUOS/fs/fatfs/fatfs.c diff --git a/fs/fatfs/ff.c b/Ubiquitous/XiUOS/fs/fatfs/ff.c similarity index 100% rename from fs/fatfs/ff.c rename to Ubiquitous/XiUOS/fs/fatfs/ff.c diff --git a/fs/fatfs/ff.h b/Ubiquitous/XiUOS/fs/fatfs/ff.h similarity index 100% rename from fs/fatfs/ff.h rename to Ubiquitous/XiUOS/fs/fatfs/ff.h diff --git a/fs/fatfs/ffconf.h b/Ubiquitous/XiUOS/fs/fatfs/ffconf.h similarity index 100% rename from fs/fatfs/ffconf.h rename to Ubiquitous/XiUOS/fs/fatfs/ffconf.h diff --git a/fs/fatfs/ffsystem.c b/Ubiquitous/XiUOS/fs/fatfs/ffsystem.c similarity index 100% rename from fs/fatfs/ffsystem.c rename to Ubiquitous/XiUOS/fs/fatfs/ffsystem.c diff --git a/fs/fatfs/ffunicode.c b/Ubiquitous/XiUOS/fs/fatfs/ffunicode.c similarity index 100% rename from fs/fatfs/ffunicode.c rename to Ubiquitous/XiUOS/fs/fatfs/ffunicode.c diff --git a/fs/fatfs/integer.h b/Ubiquitous/XiUOS/fs/fatfs/integer.h similarity index 100% rename from fs/fatfs/integer.h rename to Ubiquitous/XiUOS/fs/fatfs/integer.h diff --git a/fs/iot-devicefile/Kconfig b/Ubiquitous/XiUOS/fs/iot-devicefile/Kconfig similarity index 100% rename from fs/iot-devicefile/Kconfig rename to Ubiquitous/XiUOS/fs/iot-devicefile/Kconfig diff --git a/fs/iot-devicefile/Makefile b/Ubiquitous/XiUOS/fs/iot-devicefile/Makefile similarity index 100% rename from fs/iot-devicefile/Makefile rename to Ubiquitous/XiUOS/fs/iot-devicefile/Makefile diff --git a/fs/iot-devicefile/iot-devicefile.c b/Ubiquitous/XiUOS/fs/iot-devicefile/iot-devicefile.c similarity index 100% rename from fs/iot-devicefile/iot-devicefile.c rename to Ubiquitous/XiUOS/fs/iot-devicefile/iot-devicefile.c diff --git a/fs/lwext4/Kconfig b/Ubiquitous/XiUOS/fs/lwext4/Kconfig similarity index 100% rename from fs/lwext4/Kconfig rename to Ubiquitous/XiUOS/fs/lwext4/Kconfig diff --git a/fs/lwext4/Makefile b/Ubiquitous/XiUOS/fs/lwext4/Makefile similarity index 100% rename from fs/lwext4/Makefile rename to Ubiquitous/XiUOS/fs/lwext4/Makefile diff --git a/fs/shared/Makefile b/Ubiquitous/XiUOS/fs/shared/Makefile similarity index 100% rename from fs/shared/Makefile rename to Ubiquitous/XiUOS/fs/shared/Makefile diff --git a/fs/shared/include/iot-vfs.h b/Ubiquitous/XiUOS/fs/shared/include/iot-vfs.h similarity index 100% rename from fs/shared/include/iot-vfs.h rename to Ubiquitous/XiUOS/fs/shared/include/iot-vfs.h diff --git a/fs/shared/include/iot-vfs_posix.h b/Ubiquitous/XiUOS/fs/shared/include/iot-vfs_posix.h similarity index 100% rename from fs/shared/include/iot-vfs_posix.h rename to Ubiquitous/XiUOS/fs/shared/include/iot-vfs_posix.h diff --git a/fs/shared/include/vfs_select.h b/Ubiquitous/XiUOS/fs/shared/include/vfs_select.h similarity index 100% rename from fs/shared/include/vfs_select.h rename to Ubiquitous/XiUOS/fs/shared/include/vfs_select.h diff --git a/fs/shared/src/Makefile b/Ubiquitous/XiUOS/fs/shared/src/Makefile similarity index 100% rename from fs/shared/src/Makefile rename to Ubiquitous/XiUOS/fs/shared/src/Makefile diff --git a/fs/shared/src/iot-vfs.c b/Ubiquitous/XiUOS/fs/shared/src/iot-vfs.c similarity index 100% rename from fs/shared/src/iot-vfs.c rename to Ubiquitous/XiUOS/fs/shared/src/iot-vfs.c diff --git a/fs/shared/src/poll.c b/Ubiquitous/XiUOS/fs/shared/src/poll.c similarity index 100% rename from fs/shared/src/poll.c rename to Ubiquitous/XiUOS/fs/shared/src/poll.c diff --git a/fs/shared/src/select.c b/Ubiquitous/XiUOS/fs/shared/src/select.c similarity index 100% rename from fs/shared/src/select.c rename to Ubiquitous/XiUOS/fs/shared/src/select.c diff --git a/kernel/Kconfig b/Ubiquitous/XiUOS/kernel/Kconfig similarity index 100% rename from kernel/Kconfig rename to Ubiquitous/XiUOS/kernel/Kconfig diff --git a/kernel/Makefile b/Ubiquitous/XiUOS/kernel/Makefile similarity index 100% rename from kernel/Makefile rename to Ubiquitous/XiUOS/kernel/Makefile diff --git a/kernel/include/user_api.h b/Ubiquitous/XiUOS/kernel/include/user_api.h similarity index 100% rename from kernel/include/user_api.h rename to Ubiquitous/XiUOS/kernel/include/user_api.h diff --git a/kernel/include/xiuos.h b/Ubiquitous/XiUOS/kernel/include/xiuos.h similarity index 100% rename from kernel/include/xiuos.h rename to Ubiquitous/XiUOS/kernel/include/xiuos.h diff --git a/kernel/include/xs_assign.h b/Ubiquitous/XiUOS/kernel/include/xs_assign.h similarity index 100% rename from kernel/include/xs_assign.h rename to Ubiquitous/XiUOS/kernel/include/xs_assign.h diff --git a/kernel/include/xs_avltree.h b/Ubiquitous/XiUOS/kernel/include/xs_avltree.h similarity index 100% rename from kernel/include/xs_avltree.h rename to Ubiquitous/XiUOS/kernel/include/xs_avltree.h diff --git a/kernel/include/xs_banner.h b/Ubiquitous/XiUOS/kernel/include/xs_banner.h similarity index 100% rename from kernel/include/xs_banner.h rename to Ubiquitous/XiUOS/kernel/include/xs_banner.h diff --git a/kernel/include/xs_base.h b/Ubiquitous/XiUOS/kernel/include/xs_base.h similarity index 100% rename from kernel/include/xs_base.h rename to Ubiquitous/XiUOS/kernel/include/xs_base.h diff --git a/kernel/include/xs_circular_area.h b/Ubiquitous/XiUOS/kernel/include/xs_circular_area.h similarity index 100% rename from kernel/include/xs_circular_area.h rename to Ubiquitous/XiUOS/kernel/include/xs_circular_area.h diff --git a/kernel/include/xs_dataqueue.h b/Ubiquitous/XiUOS/kernel/include/xs_dataqueue.h similarity index 100% rename from kernel/include/xs_dataqueue.h rename to Ubiquitous/XiUOS/kernel/include/xs_dataqueue.h diff --git a/kernel/include/xs_delay.h b/Ubiquitous/XiUOS/kernel/include/xs_delay.h similarity index 100% rename from kernel/include/xs_delay.h rename to Ubiquitous/XiUOS/kernel/include/xs_delay.h diff --git a/kernel/include/xs_event.h b/Ubiquitous/XiUOS/kernel/include/xs_event.h similarity index 100% rename from kernel/include/xs_event.h rename to Ubiquitous/XiUOS/kernel/include/xs_event.h diff --git a/kernel/include/xs_hook.h b/Ubiquitous/XiUOS/kernel/include/xs_hook.h similarity index 100% rename from kernel/include/xs_hook.h rename to Ubiquitous/XiUOS/kernel/include/xs_hook.h diff --git a/kernel/include/xs_id.h b/Ubiquitous/XiUOS/kernel/include/xs_id.h similarity index 100% rename from kernel/include/xs_id.h rename to Ubiquitous/XiUOS/kernel/include/xs_id.h diff --git a/kernel/include/xs_init.h b/Ubiquitous/XiUOS/kernel/include/xs_init.h similarity index 100% rename from kernel/include/xs_init.h rename to Ubiquitous/XiUOS/kernel/include/xs_init.h diff --git a/kernel/include/xs_isolation.h b/Ubiquitous/XiUOS/kernel/include/xs_isolation.h similarity index 100% rename from kernel/include/xs_isolation.h rename to Ubiquitous/XiUOS/kernel/include/xs_isolation.h diff --git a/kernel/include/xs_isr.h b/Ubiquitous/XiUOS/kernel/include/xs_isr.h similarity index 100% rename from kernel/include/xs_isr.h rename to Ubiquitous/XiUOS/kernel/include/xs_isr.h diff --git a/kernel/include/xs_kdbg.h b/Ubiquitous/XiUOS/kernel/include/xs_kdbg.h similarity index 100% rename from kernel/include/xs_kdbg.h rename to Ubiquitous/XiUOS/kernel/include/xs_kdbg.h diff --git a/kernel/include/xs_kdevice.h b/Ubiquitous/XiUOS/kernel/include/xs_kdevice.h similarity index 100% rename from kernel/include/xs_kdevice.h rename to Ubiquitous/XiUOS/kernel/include/xs_kdevice.h diff --git a/kernel/include/xs_klist.h b/Ubiquitous/XiUOS/kernel/include/xs_klist.h similarity index 100% rename from kernel/include/xs_klist.h rename to Ubiquitous/XiUOS/kernel/include/xs_klist.h diff --git a/kernel/include/xs_ktask.h b/Ubiquitous/XiUOS/kernel/include/xs_ktask.h similarity index 100% rename from kernel/include/xs_ktask.h rename to Ubiquitous/XiUOS/kernel/include/xs_ktask.h diff --git a/kernel/include/xs_ktask_stat.h b/Ubiquitous/XiUOS/kernel/include/xs_ktask_stat.h similarity index 100% rename from kernel/include/xs_ktask_stat.h rename to Ubiquitous/XiUOS/kernel/include/xs_ktask_stat.h diff --git a/kernel/include/xs_ktick.h b/Ubiquitous/XiUOS/kernel/include/xs_ktick.h similarity index 100% rename from kernel/include/xs_ktick.h rename to Ubiquitous/XiUOS/kernel/include/xs_ktick.h diff --git a/kernel/include/xs_memory.h b/Ubiquitous/XiUOS/kernel/include/xs_memory.h similarity index 100% rename from kernel/include/xs_memory.h rename to Ubiquitous/XiUOS/kernel/include/xs_memory.h diff --git a/kernel/include/xs_msg.h b/Ubiquitous/XiUOS/kernel/include/xs_msg.h similarity index 100% rename from kernel/include/xs_msg.h rename to Ubiquitous/XiUOS/kernel/include/xs_msg.h diff --git a/kernel/include/xs_mutex.h b/Ubiquitous/XiUOS/kernel/include/xs_mutex.h similarity index 100% rename from kernel/include/xs_mutex.h rename to Ubiquitous/XiUOS/kernel/include/xs_mutex.h diff --git a/kernel/include/xs_poll.h b/Ubiquitous/XiUOS/kernel/include/xs_poll.h similarity index 100% rename from kernel/include/xs_poll.h rename to Ubiquitous/XiUOS/kernel/include/xs_poll.h diff --git a/kernel/include/xs_queue_manager.h b/Ubiquitous/XiUOS/kernel/include/xs_queue_manager.h similarity index 100% rename from kernel/include/xs_queue_manager.h rename to Ubiquitous/XiUOS/kernel/include/xs_queue_manager.h diff --git a/kernel/include/xs_sem.h b/Ubiquitous/XiUOS/kernel/include/xs_sem.h similarity index 100% rename from kernel/include/xs_sem.h rename to Ubiquitous/XiUOS/kernel/include/xs_sem.h diff --git a/kernel/include/xs_service.h b/Ubiquitous/XiUOS/kernel/include/xs_service.h similarity index 100% rename from kernel/include/xs_service.h rename to Ubiquitous/XiUOS/kernel/include/xs_service.h diff --git a/kernel/include/xs_spinlock.h b/Ubiquitous/XiUOS/kernel/include/xs_spinlock.h similarity index 100% rename from kernel/include/xs_spinlock.h rename to Ubiquitous/XiUOS/kernel/include/xs_spinlock.h diff --git a/kernel/include/xs_timer.h b/Ubiquitous/XiUOS/kernel/include/xs_timer.h similarity index 100% rename from kernel/include/xs_timer.h rename to Ubiquitous/XiUOS/kernel/include/xs_timer.h diff --git a/kernel/include/xs_waitqueue.h b/Ubiquitous/XiUOS/kernel/include/xs_waitqueue.h similarity index 100% rename from kernel/include/xs_waitqueue.h rename to Ubiquitous/XiUOS/kernel/include/xs_waitqueue.h diff --git a/kernel/include/xs_workqueue.h b/Ubiquitous/XiUOS/kernel/include/xs_workqueue.h similarity index 100% rename from kernel/include/xs_workqueue.h rename to Ubiquitous/XiUOS/kernel/include/xs_workqueue.h diff --git a/kernel/kernel_service/Makefile b/Ubiquitous/XiUOS/kernel/kernel_service/Makefile similarity index 100% rename from kernel/kernel_service/Makefile rename to Ubiquitous/XiUOS/kernel/kernel_service/Makefile diff --git a/kernel/kernel_service/xs_service.c b/Ubiquitous/XiUOS/kernel/kernel_service/xs_service.c similarity index 100% rename from kernel/kernel_service/xs_service.c rename to Ubiquitous/XiUOS/kernel/kernel_service/xs_service.c diff --git a/kernel/kernel_test/Kconfig b/Ubiquitous/XiUOS/kernel/kernel_test/Kconfig similarity index 100% rename from kernel/kernel_test/Kconfig rename to Ubiquitous/XiUOS/kernel/kernel_test/Kconfig diff --git a/kernel/kernel_test/Makefile b/Ubiquitous/XiUOS/kernel/kernel_test/Makefile similarity index 100% rename from kernel/kernel_test/Makefile rename to Ubiquitous/XiUOS/kernel/kernel_test/Makefile diff --git a/kernel/kernel_test/extsram_test.c b/Ubiquitous/XiUOS/kernel/kernel_test/extsram_test.c similarity index 100% rename from kernel/kernel_test/extsram_test.c rename to Ubiquitous/XiUOS/kernel/kernel_test/extsram_test.c diff --git a/kernel/kernel_test/riscv_test_can.c b/Ubiquitous/XiUOS/kernel/kernel_test/riscv_test_can.c similarity index 100% rename from kernel/kernel_test/riscv_test_can.c rename to Ubiquitous/XiUOS/kernel/kernel_test/riscv_test_can.c diff --git a/kernel/kernel_test/test_avltree.c b/Ubiquitous/XiUOS/kernel/kernel_test/test_avltree.c similarity index 100% rename from kernel/kernel_test/test_avltree.c rename to Ubiquitous/XiUOS/kernel/kernel_test/test_avltree.c diff --git a/kernel/kernel_test/test_can.c b/Ubiquitous/XiUOS/kernel/kernel_test/test_can.c similarity index 100% rename from kernel/kernel_test/test_can.c rename to Ubiquitous/XiUOS/kernel/kernel_test/test_can.c diff --git a/kernel/kernel_test/test_ch438.c b/Ubiquitous/XiUOS/kernel/kernel_test/test_ch438.c similarity index 100% rename from kernel/kernel_test/test_ch438.c rename to Ubiquitous/XiUOS/kernel/kernel_test/test_ch438.c diff --git a/kernel/kernel_test/test_circulararea.c b/Ubiquitous/XiUOS/kernel/kernel_test/test_circulararea.c similarity index 100% rename from kernel/kernel_test/test_circulararea.c rename to Ubiquitous/XiUOS/kernel/kernel_test/test_circulararea.c diff --git a/kernel/kernel_test/test_dbg.c b/Ubiquitous/XiUOS/kernel/kernel_test/test_dbg.c similarity index 100% rename from kernel/kernel_test/test_dbg.c rename to Ubiquitous/XiUOS/kernel/kernel_test/test_dbg.c diff --git a/kernel/kernel_test/test_gatherblock.c b/Ubiquitous/XiUOS/kernel/kernel_test/test_gatherblock.c similarity index 100% rename from kernel/kernel_test/test_gatherblock.c rename to Ubiquitous/XiUOS/kernel/kernel_test/test_gatherblock.c diff --git a/kernel/kernel_test/test_hwtimer.c b/Ubiquitous/XiUOS/kernel/kernel_test/test_hwtimer.c similarity index 100% rename from kernel/kernel_test/test_hwtimer.c rename to Ubiquitous/XiUOS/kernel/kernel_test/test_hwtimer.c diff --git a/kernel/kernel_test/test_i2c.c b/Ubiquitous/XiUOS/kernel/kernel_test/test_i2c.c similarity index 100% rename from kernel/kernel_test/test_i2c.c rename to Ubiquitous/XiUOS/kernel/kernel_test/test_i2c.c diff --git a/kernel/kernel_test/test_iwg.c b/Ubiquitous/XiUOS/kernel/kernel_test/test_iwg.c similarity index 100% rename from kernel/kernel_test/test_iwg.c rename to Ubiquitous/XiUOS/kernel/kernel_test/test_iwg.c diff --git a/kernel/kernel_test/test_lcd.c b/Ubiquitous/XiUOS/kernel/kernel_test/test_lcd.c similarity index 100% rename from kernel/kernel_test/test_lcd.c rename to Ubiquitous/XiUOS/kernel/kernel_test/test_lcd.c diff --git a/kernel/kernel_test/test_main.c b/Ubiquitous/XiUOS/kernel/kernel_test/test_main.c similarity index 100% rename from kernel/kernel_test/test_main.c rename to Ubiquitous/XiUOS/kernel/kernel_test/test_main.c diff --git a/kernel/kernel_test/test_mem.c b/Ubiquitous/XiUOS/kernel/kernel_test/test_mem.c similarity index 100% rename from kernel/kernel_test/test_mem.c rename to Ubiquitous/XiUOS/kernel/kernel_test/test_mem.c diff --git a/kernel/kernel_test/test_realtime.c b/Ubiquitous/XiUOS/kernel/kernel_test/test_realtime.c similarity index 100% rename from kernel/kernel_test/test_realtime.c rename to Ubiquitous/XiUOS/kernel/kernel_test/test_realtime.c diff --git a/kernel/kernel_test/test_rtc.c b/Ubiquitous/XiUOS/kernel/kernel_test/test_rtc.c similarity index 100% rename from kernel/kernel_test/test_rtc.c rename to Ubiquitous/XiUOS/kernel/kernel_test/test_rtc.c diff --git a/kernel/kernel_test/test_serial.c b/Ubiquitous/XiUOS/kernel/kernel_test/test_serial.c similarity index 100% rename from kernel/kernel_test/test_serial.c rename to Ubiquitous/XiUOS/kernel/kernel_test/test_serial.c diff --git a/kernel/kernel_test/test_threadsched.c b/Ubiquitous/XiUOS/kernel/kernel_test/test_threadsched.c similarity index 100% rename from kernel/kernel_test/test_threadsched.c rename to Ubiquitous/XiUOS/kernel/kernel_test/test_threadsched.c diff --git a/kernel/kernel_test/test_timer.c b/Ubiquitous/XiUOS/kernel/kernel_test/test_timer.c similarity index 100% rename from kernel/kernel_test/test_timer.c rename to Ubiquitous/XiUOS/kernel/kernel_test/test_timer.c diff --git a/kernel/kernel_test/test_touch.c b/Ubiquitous/XiUOS/kernel/kernel_test/test_touch.c similarity index 100% rename from kernel/kernel_test/test_touch.c rename to Ubiquitous/XiUOS/kernel/kernel_test/test_touch.c diff --git a/kernel/kernel_test/user_api.h b/Ubiquitous/XiUOS/kernel/kernel_test/user_api.h similarity index 100% rename from kernel/kernel_test/user_api.h rename to Ubiquitous/XiUOS/kernel/kernel_test/user_api.h diff --git a/kernel/memory/Makefile b/Ubiquitous/XiUOS/kernel/memory/Makefile similarity index 100% rename from kernel/memory/Makefile rename to Ubiquitous/XiUOS/kernel/memory/Makefile diff --git a/kernel/memory/byte_manage.c b/Ubiquitous/XiUOS/kernel/memory/byte_manage.c similarity index 100% rename from kernel/memory/byte_manage.c rename to Ubiquitous/XiUOS/kernel/memory/byte_manage.c diff --git a/kernel/memory/gatherblock.c b/Ubiquitous/XiUOS/kernel/memory/gatherblock.c similarity index 100% rename from kernel/memory/gatherblock.c rename to Ubiquitous/XiUOS/kernel/memory/gatherblock.c diff --git a/kernel/memory/isolation.c b/Ubiquitous/XiUOS/kernel/memory/isolation.c similarity index 100% rename from kernel/memory/isolation.c rename to Ubiquitous/XiUOS/kernel/memory/isolation.c diff --git a/kernel/thread/CriticalArea.c b/Ubiquitous/XiUOS/kernel/thread/CriticalArea.c similarity index 100% rename from kernel/thread/CriticalArea.c rename to Ubiquitous/XiUOS/kernel/thread/CriticalArea.c diff --git a/kernel/thread/Makefile b/Ubiquitous/XiUOS/kernel/thread/Makefile similarity index 100% rename from kernel/thread/Makefile rename to Ubiquitous/XiUOS/kernel/thread/Makefile diff --git a/kernel/thread/appstartup.c b/Ubiquitous/XiUOS/kernel/thread/appstartup.c similarity index 100% rename from kernel/thread/appstartup.c rename to Ubiquitous/XiUOS/kernel/thread/appstartup.c diff --git a/kernel/thread/assign.c b/Ubiquitous/XiUOS/kernel/thread/assign.c similarity index 100% rename from kernel/thread/assign.c rename to Ubiquitous/XiUOS/kernel/thread/assign.c diff --git a/kernel/thread/assign_fifo.c b/Ubiquitous/XiUOS/kernel/thread/assign_fifo.c similarity index 100% rename from kernel/thread/assign_fifo.c rename to Ubiquitous/XiUOS/kernel/thread/assign_fifo.c diff --git a/kernel/thread/assign_roundrobin.c b/Ubiquitous/XiUOS/kernel/thread/assign_roundrobin.c similarity index 100% rename from kernel/thread/assign_roundrobin.c rename to Ubiquitous/XiUOS/kernel/thread/assign_roundrobin.c diff --git a/kernel/thread/assign_roundrobinremain.c b/Ubiquitous/XiUOS/kernel/thread/assign_roundrobinremain.c similarity index 100% rename from kernel/thread/assign_roundrobinremain.c rename to Ubiquitous/XiUOS/kernel/thread/assign_roundrobinremain.c diff --git a/kernel/thread/assignstat.c b/Ubiquitous/XiUOS/kernel/thread/assignstat.c similarity index 100% rename from kernel/thread/assignstat.c rename to Ubiquitous/XiUOS/kernel/thread/assignstat.c diff --git a/kernel/thread/avl_tree.c b/Ubiquitous/XiUOS/kernel/thread/avl_tree.c similarity index 100% rename from kernel/thread/avl_tree.c rename to Ubiquitous/XiUOS/kernel/thread/avl_tree.c diff --git a/kernel/thread/banner.c b/Ubiquitous/XiUOS/kernel/thread/banner.c similarity index 100% rename from kernel/thread/banner.c rename to Ubiquitous/XiUOS/kernel/thread/banner.c diff --git a/kernel/thread/bitmap.c b/Ubiquitous/XiUOS/kernel/thread/bitmap.c similarity index 100% rename from kernel/thread/bitmap.c rename to Ubiquitous/XiUOS/kernel/thread/bitmap.c diff --git a/kernel/thread/circular_area.c b/Ubiquitous/XiUOS/kernel/thread/circular_area.c similarity index 100% rename from kernel/thread/circular_area.c rename to Ubiquitous/XiUOS/kernel/thread/circular_area.c diff --git a/kernel/thread/console.c b/Ubiquitous/XiUOS/kernel/thread/console.c similarity index 100% rename from kernel/thread/console.c rename to Ubiquitous/XiUOS/kernel/thread/console.c diff --git a/kernel/thread/data_queue.c b/Ubiquitous/XiUOS/kernel/thread/data_queue.c similarity index 100% rename from kernel/thread/data_queue.c rename to Ubiquitous/XiUOS/kernel/thread/data_queue.c diff --git a/kernel/thread/delay.c b/Ubiquitous/XiUOS/kernel/thread/delay.c similarity index 100% rename from kernel/thread/delay.c rename to Ubiquitous/XiUOS/kernel/thread/delay.c diff --git a/kernel/thread/double_link.c b/Ubiquitous/XiUOS/kernel/thread/double_link.c similarity index 100% rename from kernel/thread/double_link.c rename to Ubiquitous/XiUOS/kernel/thread/double_link.c diff --git a/kernel/thread/event.c b/Ubiquitous/XiUOS/kernel/thread/event.c similarity index 100% rename from kernel/thread/event.c rename to Ubiquitous/XiUOS/kernel/thread/event.c diff --git a/kernel/thread/hook.c b/Ubiquitous/XiUOS/kernel/thread/hook.c similarity index 100% rename from kernel/thread/hook.c rename to Ubiquitous/XiUOS/kernel/thread/hook.c diff --git a/kernel/thread/id.c b/Ubiquitous/XiUOS/kernel/thread/id.c similarity index 100% rename from kernel/thread/id.c rename to Ubiquitous/XiUOS/kernel/thread/id.c diff --git a/kernel/thread/idle.c b/Ubiquitous/XiUOS/kernel/thread/idle.c similarity index 100% rename from kernel/thread/idle.c rename to Ubiquitous/XiUOS/kernel/thread/idle.c diff --git a/kernel/thread/init.c b/Ubiquitous/XiUOS/kernel/thread/init.c similarity index 100% rename from kernel/thread/init.c rename to Ubiquitous/XiUOS/kernel/thread/init.c diff --git a/kernel/thread/isr.c b/Ubiquitous/XiUOS/kernel/thread/isr.c similarity index 100% rename from kernel/thread/isr.c rename to Ubiquitous/XiUOS/kernel/thread/isr.c diff --git a/kernel/thread/kservicetask.c b/Ubiquitous/XiUOS/kernel/thread/kservicetask.c similarity index 100% rename from kernel/thread/kservicetask.c rename to Ubiquitous/XiUOS/kernel/thread/kservicetask.c diff --git a/kernel/thread/ktask.c b/Ubiquitous/XiUOS/kernel/thread/ktask.c similarity index 100% rename from kernel/thread/ktask.c rename to Ubiquitous/XiUOS/kernel/thread/ktask.c diff --git a/kernel/thread/ktask_stat.c b/Ubiquitous/XiUOS/kernel/thread/ktask_stat.c similarity index 100% rename from kernel/thread/ktask_stat.c rename to Ubiquitous/XiUOS/kernel/thread/ktask_stat.c diff --git a/kernel/thread/linklist.c b/Ubiquitous/XiUOS/kernel/thread/linklist.c similarity index 100% rename from kernel/thread/linklist.c rename to Ubiquitous/XiUOS/kernel/thread/linklist.c diff --git a/kernel/thread/lock.c b/Ubiquitous/XiUOS/kernel/thread/lock.c similarity index 100% rename from kernel/thread/lock.c rename to Ubiquitous/XiUOS/kernel/thread/lock.c diff --git a/kernel/thread/msgqueue.c b/Ubiquitous/XiUOS/kernel/thread/msgqueue.c similarity index 100% rename from kernel/thread/msgqueue.c rename to Ubiquitous/XiUOS/kernel/thread/msgqueue.c diff --git a/kernel/thread/mutex.c b/Ubiquitous/XiUOS/kernel/thread/mutex.c similarity index 100% rename from kernel/thread/mutex.c rename to Ubiquitous/XiUOS/kernel/thread/mutex.c diff --git a/kernel/thread/queue_manager.c b/Ubiquitous/XiUOS/kernel/thread/queue_manager.c similarity index 100% rename from kernel/thread/queue_manager.c rename to Ubiquitous/XiUOS/kernel/thread/queue_manager.c diff --git a/kernel/thread/semaphore.c b/Ubiquitous/XiUOS/kernel/thread/semaphore.c similarity index 100% rename from kernel/thread/semaphore.c rename to Ubiquitous/XiUOS/kernel/thread/semaphore.c diff --git a/kernel/thread/single_link.c b/Ubiquitous/XiUOS/kernel/thread/single_link.c similarity index 100% rename from kernel/thread/single_link.c rename to Ubiquitous/XiUOS/kernel/thread/single_link.c diff --git a/kernel/thread/smp_assign.c b/Ubiquitous/XiUOS/kernel/thread/smp_assign.c similarity index 100% rename from kernel/thread/smp_assign.c rename to Ubiquitous/XiUOS/kernel/thread/smp_assign.c diff --git a/kernel/thread/softtimer.c b/Ubiquitous/XiUOS/kernel/thread/softtimer.c similarity index 100% rename from kernel/thread/softtimer.c rename to Ubiquitous/XiUOS/kernel/thread/softtimer.c diff --git a/kernel/thread/tick.c b/Ubiquitous/XiUOS/kernel/thread/tick.c similarity index 100% rename from kernel/thread/tick.c rename to Ubiquitous/XiUOS/kernel/thread/tick.c diff --git a/kernel/thread/waitqueue.c b/Ubiquitous/XiUOS/kernel/thread/waitqueue.c similarity index 100% rename from kernel/thread/waitqueue.c rename to Ubiquitous/XiUOS/kernel/thread/waitqueue.c diff --git a/kernel/thread/workqueue.c b/Ubiquitous/XiUOS/kernel/thread/workqueue.c similarity index 100% rename from kernel/thread/workqueue.c rename to Ubiquitous/XiUOS/kernel/thread/workqueue.c diff --git a/kernel/thread/zombierecycle.c b/Ubiquitous/XiUOS/kernel/thread/zombierecycle.c similarity index 100% rename from kernel/thread/zombierecycle.c rename to Ubiquitous/XiUOS/kernel/thread/zombierecycle.c diff --git a/lib/Kconfig b/Ubiquitous/XiUOS/lib/Kconfig similarity index 100% rename from lib/Kconfig rename to Ubiquitous/XiUOS/lib/Kconfig diff --git a/lib/Makefile b/Ubiquitous/XiUOS/lib/Makefile similarity index 100% rename from lib/Makefile rename to Ubiquitous/XiUOS/lib/Makefile diff --git a/lib/libcpp/Kconfig b/Ubiquitous/XiUOS/lib/libcpp/Kconfig similarity index 100% rename from lib/libcpp/Kconfig rename to Ubiquitous/XiUOS/lib/libcpp/Kconfig diff --git a/lib/libcpp/Makefile b/Ubiquitous/XiUOS/lib/libcpp/Makefile similarity index 100% rename from lib/libcpp/Makefile rename to Ubiquitous/XiUOS/lib/libcpp/Makefile diff --git a/lib/libcpp/cppinit.c b/Ubiquitous/XiUOS/lib/libcpp/cppinit.c similarity index 100% rename from lib/libcpp/cppinit.c rename to Ubiquitous/XiUOS/lib/libcpp/cppinit.c diff --git a/lib/libcpp/crt.cpp b/Ubiquitous/XiUOS/lib/libcpp/crt.cpp similarity index 100% rename from lib/libcpp/crt.cpp rename to Ubiquitous/XiUOS/lib/libcpp/crt.cpp diff --git a/lib/libcpp/crt.h b/Ubiquitous/XiUOS/lib/libcpp/crt.h similarity index 100% rename from lib/libcpp/crt.h rename to Ubiquitous/XiUOS/lib/libcpp/crt.h diff --git a/lib/newlib/Kconfig b/Ubiquitous/XiUOS/lib/newlib/Kconfig similarity index 100% rename from lib/newlib/Kconfig rename to Ubiquitous/XiUOS/lib/newlib/Kconfig diff --git a/lib/newlib/Makefile b/Ubiquitous/XiUOS/lib/newlib/Makefile similarity index 100% rename from lib/newlib/Makefile rename to Ubiquitous/XiUOS/lib/newlib/Makefile diff --git a/lib/newlib/fs_syscalls.c b/Ubiquitous/XiUOS/lib/newlib/fs_syscalls.c similarity index 100% rename from lib/newlib/fs_syscalls.c rename to Ubiquitous/XiUOS/lib/newlib/fs_syscalls.c diff --git a/lib/newlib/include/libc.h b/Ubiquitous/XiUOS/lib/newlib/include/libc.h similarity index 100% rename from lib/newlib/include/libc.h rename to Ubiquitous/XiUOS/lib/newlib/include/libc.h diff --git a/lib/newlib/mem_syscalls.c b/Ubiquitous/XiUOS/lib/newlib/mem_syscalls.c similarity index 100% rename from lib/newlib/mem_syscalls.c rename to Ubiquitous/XiUOS/lib/newlib/mem_syscalls.c diff --git a/lib/newlib/stdio.c b/Ubiquitous/XiUOS/lib/newlib/stdio.c similarity index 100% rename from lib/newlib/stdio.c rename to Ubiquitous/XiUOS/lib/newlib/stdio.c diff --git a/lib/newlib/task_syscalls.c b/Ubiquitous/XiUOS/lib/newlib/task_syscalls.c similarity index 100% rename from lib/newlib/task_syscalls.c rename to Ubiquitous/XiUOS/lib/newlib/task_syscalls.c diff --git a/lib/newlib/time_syscalls.c b/Ubiquitous/XiUOS/lib/newlib/time_syscalls.c similarity index 100% rename from lib/newlib/time_syscalls.c rename to Ubiquitous/XiUOS/lib/newlib/time_syscalls.c diff --git a/link.mk b/Ubiquitous/XiUOS/link.mk similarity index 100% rename from link.mk rename to Ubiquitous/XiUOS/link.mk diff --git a/mergebin.py b/Ubiquitous/XiUOS/mergebin.py similarity index 100% rename from mergebin.py rename to Ubiquitous/XiUOS/mergebin.py diff --git a/path_app.mk b/Ubiquitous/XiUOS/path_app.mk similarity index 100% rename from path_app.mk rename to Ubiquitous/XiUOS/path_app.mk diff --git a/path_kernel.mk b/Ubiquitous/XiUOS/path_kernel.mk similarity index 100% rename from path_kernel.mk rename to Ubiquitous/XiUOS/path_kernel.mk diff --git a/resources/Kconfig b/Ubiquitous/XiUOS/resources/Kconfig similarity index 100% rename from resources/Kconfig rename to Ubiquitous/XiUOS/resources/Kconfig diff --git a/resources/Makefile b/Ubiquitous/XiUOS/resources/Makefile similarity index 100% rename from resources/Makefile rename to Ubiquitous/XiUOS/resources/Makefile diff --git a/resources/bus.c b/Ubiquitous/XiUOS/resources/bus.c similarity index 100% rename from resources/bus.c rename to Ubiquitous/XiUOS/resources/bus.c diff --git a/resources/can/Makefile b/Ubiquitous/XiUOS/resources/can/Makefile similarity index 100% rename from resources/can/Makefile rename to Ubiquitous/XiUOS/resources/can/Makefile diff --git a/resources/can/bus_can.c b/Ubiquitous/XiUOS/resources/can/bus_can.c similarity index 100% rename from resources/can/bus_can.c rename to Ubiquitous/XiUOS/resources/can/bus_can.c diff --git a/resources/can/dev_can.c b/Ubiquitous/XiUOS/resources/can/dev_can.c similarity index 100% rename from resources/can/dev_can.c rename to Ubiquitous/XiUOS/resources/can/dev_can.c diff --git a/resources/can/drv_can.c b/Ubiquitous/XiUOS/resources/can/drv_can.c similarity index 100% rename from resources/can/drv_can.c rename to Ubiquitous/XiUOS/resources/can/drv_can.c diff --git a/resources/ethernet/LwIP/FILES b/Ubiquitous/XiUOS/resources/ethernet/LwIP/FILES similarity index 100% rename from resources/ethernet/LwIP/FILES rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/FILES diff --git a/resources/ethernet/LwIP/Filelists.cmake b/Ubiquitous/XiUOS/resources/ethernet/LwIP/Filelists.cmake similarity index 100% rename from resources/ethernet/LwIP/Filelists.cmake rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/Filelists.cmake diff --git a/resources/ethernet/LwIP/Filelists.mk b/Ubiquitous/XiUOS/resources/ethernet/LwIP/Filelists.mk similarity index 100% rename from resources/ethernet/LwIP/Filelists.mk rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/Filelists.mk diff --git a/resources/ethernet/LwIP/Makefile b/Ubiquitous/XiUOS/resources/ethernet/LwIP/Makefile similarity index 100% rename from resources/ethernet/LwIP/Makefile rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/Makefile diff --git a/resources/ethernet/LwIP/api/Makefile b/Ubiquitous/XiUOS/resources/ethernet/LwIP/api/Makefile similarity index 100% rename from resources/ethernet/LwIP/api/Makefile rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/api/Makefile diff --git a/resources/ethernet/LwIP/api/api_lib.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/api/api_lib.c similarity index 100% rename from resources/ethernet/LwIP/api/api_lib.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/api/api_lib.c diff --git a/resources/ethernet/LwIP/api/api_msg.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/api/api_msg.c similarity index 100% rename from resources/ethernet/LwIP/api/api_msg.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/api/api_msg.c diff --git a/resources/ethernet/LwIP/api/err.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/api/err.c similarity index 100% rename from resources/ethernet/LwIP/api/err.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/api/err.c diff --git a/resources/ethernet/LwIP/api/if_api.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/api/if_api.c similarity index 100% rename from resources/ethernet/LwIP/api/if_api.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/api/if_api.c diff --git a/resources/ethernet/LwIP/api/netbuf.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/api/netbuf.c similarity index 100% rename from resources/ethernet/LwIP/api/netbuf.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/api/netbuf.c diff --git a/resources/ethernet/LwIP/api/netdb.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/api/netdb.c similarity index 100% rename from resources/ethernet/LwIP/api/netdb.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/api/netdb.c diff --git a/resources/ethernet/LwIP/api/netifapi.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/api/netifapi.c similarity index 100% rename from resources/ethernet/LwIP/api/netifapi.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/api/netifapi.c diff --git a/resources/ethernet/LwIP/api/sockets.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/api/sockets.c similarity index 100% rename from resources/ethernet/LwIP/api/sockets.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/api/sockets.c diff --git a/resources/ethernet/LwIP/api/tcpip.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/api/tcpip.c similarity index 100% rename from resources/ethernet/LwIP/api/tcpip.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/api/tcpip.c diff --git a/resources/ethernet/LwIP/apps/altcp_tls/altcp_tls_mbedtls.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/altcp_tls/altcp_tls_mbedtls.c similarity index 100% rename from resources/ethernet/LwIP/apps/altcp_tls/altcp_tls_mbedtls.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/altcp_tls/altcp_tls_mbedtls.c diff --git a/resources/ethernet/LwIP/apps/altcp_tls/altcp_tls_mbedtls_mem.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/altcp_tls/altcp_tls_mbedtls_mem.c similarity index 100% rename from resources/ethernet/LwIP/apps/altcp_tls/altcp_tls_mbedtls_mem.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/altcp_tls/altcp_tls_mbedtls_mem.c diff --git a/resources/ethernet/LwIP/apps/altcp_tls/altcp_tls_mbedtls_mem.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/altcp_tls/altcp_tls_mbedtls_mem.h similarity index 100% rename from resources/ethernet/LwIP/apps/altcp_tls/altcp_tls_mbedtls_mem.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/altcp_tls/altcp_tls_mbedtls_mem.h diff --git a/resources/ethernet/LwIP/apps/altcp_tls/altcp_tls_mbedtls_structs.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/altcp_tls/altcp_tls_mbedtls_structs.h similarity index 100% rename from resources/ethernet/LwIP/apps/altcp_tls/altcp_tls_mbedtls_structs.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/altcp_tls/altcp_tls_mbedtls_structs.h diff --git a/resources/ethernet/LwIP/apps/http/altcp_proxyconnect.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/http/altcp_proxyconnect.c similarity index 100% rename from resources/ethernet/LwIP/apps/http/altcp_proxyconnect.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/http/altcp_proxyconnect.c diff --git a/resources/ethernet/LwIP/apps/http/fs.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/http/fs.c similarity index 100% rename from resources/ethernet/LwIP/apps/http/fs.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/http/fs.c diff --git a/resources/ethernet/LwIP/apps/http/fs/img/sics.gif b/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/http/fs/img/sics.gif similarity index 100% rename from resources/ethernet/LwIP/apps/http/fs/img/sics.gif rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/http/fs/img/sics.gif diff --git a/resources/ethernet/LwIP/apps/http/fsdata.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/http/fsdata.c similarity index 100% rename from resources/ethernet/LwIP/apps/http/fsdata.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/http/fsdata.c diff --git a/resources/ethernet/LwIP/apps/http/fsdata.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/http/fsdata.h similarity index 100% rename from resources/ethernet/LwIP/apps/http/fsdata.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/http/fsdata.h diff --git a/resources/ethernet/LwIP/apps/http/http_client.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/http/http_client.c similarity index 100% rename from resources/ethernet/LwIP/apps/http/http_client.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/http/http_client.c diff --git a/resources/ethernet/LwIP/apps/http/httpd.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/http/httpd.c similarity index 100% rename from resources/ethernet/LwIP/apps/http/httpd.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/http/httpd.c diff --git a/resources/ethernet/LwIP/apps/http/httpd_structs.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/http/httpd_structs.h similarity index 100% rename from resources/ethernet/LwIP/apps/http/httpd_structs.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/http/httpd_structs.h diff --git a/resources/ethernet/LwIP/apps/http/makefsdata/makefsdata b/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/http/makefsdata/makefsdata similarity index 100% rename from resources/ethernet/LwIP/apps/http/makefsdata/makefsdata rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/http/makefsdata/makefsdata diff --git a/resources/ethernet/LwIP/apps/http/makefsdata/makefsdata.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/http/makefsdata/makefsdata.c similarity index 100% rename from resources/ethernet/LwIP/apps/http/makefsdata/makefsdata.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/http/makefsdata/makefsdata.c diff --git a/resources/ethernet/LwIP/apps/http/makefsdata/readme.txt b/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/http/makefsdata/readme.txt similarity index 100% rename from resources/ethernet/LwIP/apps/http/makefsdata/readme.txt rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/http/makefsdata/readme.txt diff --git a/resources/ethernet/LwIP/apps/http/makefsdata/tinydir.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/http/makefsdata/tinydir.h similarity index 100% rename from resources/ethernet/LwIP/apps/http/makefsdata/tinydir.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/http/makefsdata/tinydir.h diff --git a/resources/ethernet/LwIP/apps/lwiperf/lwiperf.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/lwiperf/lwiperf.c similarity index 100% rename from resources/ethernet/LwIP/apps/lwiperf/lwiperf.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/lwiperf/lwiperf.c diff --git a/resources/ethernet/LwIP/apps/mdns/mdns.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/mdns/mdns.c similarity index 100% rename from resources/ethernet/LwIP/apps/mdns/mdns.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/mdns/mdns.c diff --git a/resources/ethernet/LwIP/apps/mqtt/mqtt.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/mqtt/mqtt.c similarity index 100% rename from resources/ethernet/LwIP/apps/mqtt/mqtt.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/mqtt/mqtt.c diff --git a/resources/ethernet/LwIP/apps/netbiosns/netbiosns.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/netbiosns/netbiosns.c similarity index 100% rename from resources/ethernet/LwIP/apps/netbiosns/netbiosns.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/netbiosns/netbiosns.c diff --git a/resources/ethernet/LwIP/apps/smtp/smtp.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/smtp/smtp.c similarity index 100% rename from resources/ethernet/LwIP/apps/smtp/smtp.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/smtp/smtp.c diff --git a/resources/ethernet/LwIP/apps/snmp/snmp_asn1.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_asn1.c similarity index 100% rename from resources/ethernet/LwIP/apps/snmp/snmp_asn1.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_asn1.c diff --git a/resources/ethernet/LwIP/apps/snmp/snmp_asn1.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_asn1.h similarity index 100% rename from resources/ethernet/LwIP/apps/snmp/snmp_asn1.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_asn1.h diff --git a/resources/ethernet/LwIP/apps/snmp/snmp_core.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_core.c similarity index 100% rename from resources/ethernet/LwIP/apps/snmp/snmp_core.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_core.c diff --git a/resources/ethernet/LwIP/apps/snmp/snmp_core_priv.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_core_priv.h similarity index 100% rename from resources/ethernet/LwIP/apps/snmp/snmp_core_priv.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_core_priv.h diff --git a/resources/ethernet/LwIP/apps/snmp/snmp_mib2.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_mib2.c similarity index 100% rename from resources/ethernet/LwIP/apps/snmp/snmp_mib2.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_mib2.c diff --git a/resources/ethernet/LwIP/apps/snmp/snmp_mib2_icmp.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_mib2_icmp.c similarity index 100% rename from resources/ethernet/LwIP/apps/snmp/snmp_mib2_icmp.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_mib2_icmp.c diff --git a/resources/ethernet/LwIP/apps/snmp/snmp_mib2_interfaces.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_mib2_interfaces.c similarity index 100% rename from resources/ethernet/LwIP/apps/snmp/snmp_mib2_interfaces.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_mib2_interfaces.c diff --git a/resources/ethernet/LwIP/apps/snmp/snmp_mib2_ip.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_mib2_ip.c similarity index 100% rename from resources/ethernet/LwIP/apps/snmp/snmp_mib2_ip.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_mib2_ip.c diff --git a/resources/ethernet/LwIP/apps/snmp/snmp_mib2_snmp.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_mib2_snmp.c similarity index 100% rename from resources/ethernet/LwIP/apps/snmp/snmp_mib2_snmp.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_mib2_snmp.c diff --git a/resources/ethernet/LwIP/apps/snmp/snmp_mib2_system.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_mib2_system.c similarity index 100% rename from resources/ethernet/LwIP/apps/snmp/snmp_mib2_system.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_mib2_system.c diff --git a/resources/ethernet/LwIP/apps/snmp/snmp_mib2_tcp.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_mib2_tcp.c similarity index 100% rename from resources/ethernet/LwIP/apps/snmp/snmp_mib2_tcp.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_mib2_tcp.c diff --git a/resources/ethernet/LwIP/apps/snmp/snmp_mib2_udp.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_mib2_udp.c similarity index 100% rename from resources/ethernet/LwIP/apps/snmp/snmp_mib2_udp.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_mib2_udp.c diff --git a/resources/ethernet/LwIP/apps/snmp/snmp_msg.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_msg.c similarity index 100% rename from resources/ethernet/LwIP/apps/snmp/snmp_msg.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_msg.c diff --git a/resources/ethernet/LwIP/apps/snmp/snmp_msg.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_msg.h similarity index 100% rename from resources/ethernet/LwIP/apps/snmp/snmp_msg.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_msg.h diff --git a/resources/ethernet/LwIP/apps/snmp/snmp_netconn.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_netconn.c similarity index 100% rename from resources/ethernet/LwIP/apps/snmp/snmp_netconn.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_netconn.c diff --git a/resources/ethernet/LwIP/apps/snmp/snmp_pbuf_stream.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_pbuf_stream.c similarity index 100% rename from resources/ethernet/LwIP/apps/snmp/snmp_pbuf_stream.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_pbuf_stream.c diff --git a/resources/ethernet/LwIP/apps/snmp/snmp_pbuf_stream.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_pbuf_stream.h similarity index 100% rename from resources/ethernet/LwIP/apps/snmp/snmp_pbuf_stream.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_pbuf_stream.h diff --git a/resources/ethernet/LwIP/apps/snmp/snmp_raw.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_raw.c similarity index 100% rename from resources/ethernet/LwIP/apps/snmp/snmp_raw.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_raw.c diff --git a/resources/ethernet/LwIP/apps/snmp/snmp_scalar.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_scalar.c similarity index 100% rename from resources/ethernet/LwIP/apps/snmp/snmp_scalar.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_scalar.c diff --git a/resources/ethernet/LwIP/apps/snmp/snmp_snmpv2_framework.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_snmpv2_framework.c similarity index 100% rename from resources/ethernet/LwIP/apps/snmp/snmp_snmpv2_framework.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_snmpv2_framework.c diff --git a/resources/ethernet/LwIP/apps/snmp/snmp_snmpv2_usm.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_snmpv2_usm.c similarity index 100% rename from resources/ethernet/LwIP/apps/snmp/snmp_snmpv2_usm.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_snmpv2_usm.c diff --git a/resources/ethernet/LwIP/apps/snmp/snmp_table.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_table.c similarity index 100% rename from resources/ethernet/LwIP/apps/snmp/snmp_table.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_table.c diff --git a/resources/ethernet/LwIP/apps/snmp/snmp_threadsync.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_threadsync.c similarity index 100% rename from resources/ethernet/LwIP/apps/snmp/snmp_threadsync.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_threadsync.c diff --git a/resources/ethernet/LwIP/apps/snmp/snmp_traps.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_traps.c similarity index 100% rename from resources/ethernet/LwIP/apps/snmp/snmp_traps.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_traps.c diff --git a/resources/ethernet/LwIP/apps/snmp/snmpv3.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmpv3.c similarity index 100% rename from resources/ethernet/LwIP/apps/snmp/snmpv3.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmpv3.c diff --git a/resources/ethernet/LwIP/apps/snmp/snmpv3_mbedtls.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmpv3_mbedtls.c similarity index 100% rename from resources/ethernet/LwIP/apps/snmp/snmpv3_mbedtls.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmpv3_mbedtls.c diff --git a/resources/ethernet/LwIP/apps/snmp/snmpv3_priv.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmpv3_priv.h similarity index 100% rename from resources/ethernet/LwIP/apps/snmp/snmpv3_priv.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmpv3_priv.h diff --git a/resources/ethernet/LwIP/apps/sntp/sntp.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/sntp/sntp.c similarity index 100% rename from resources/ethernet/LwIP/apps/sntp/sntp.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/sntp/sntp.c diff --git a/resources/ethernet/LwIP/apps/tftp/tftp_server.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/tftp/tftp_server.c similarity index 100% rename from resources/ethernet/LwIP/apps/tftp/tftp_server.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/tftp/tftp_server.c diff --git a/resources/ethernet/LwIP/arch/Makefile b/Ubiquitous/XiUOS/resources/ethernet/LwIP/arch/Makefile similarity index 100% rename from resources/ethernet/LwIP/arch/Makefile rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/arch/Makefile diff --git a/resources/ethernet/LwIP/arch/cc.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/arch/cc.h similarity index 100% rename from resources/ethernet/LwIP/arch/cc.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/arch/cc.h diff --git a/resources/ethernet/LwIP/arch/ethernetif.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/arch/ethernetif.h similarity index 100% rename from resources/ethernet/LwIP/arch/ethernetif.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/arch/ethernetif.h diff --git a/resources/ethernet/LwIP/arch/lwipopts.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/arch/lwipopts.h similarity index 100% rename from resources/ethernet/LwIP/arch/lwipopts.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/arch/lwipopts.h diff --git a/resources/ethernet/LwIP/arch/main.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/arch/main.h similarity index 100% rename from resources/ethernet/LwIP/arch/main.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/arch/main.h diff --git a/resources/ethernet/LwIP/arch/perf.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/arch/perf.h similarity index 100% rename from resources/ethernet/LwIP/arch/perf.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/arch/perf.h diff --git a/resources/ethernet/LwIP/arch/sys_arch.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/arch/sys_arch.c similarity index 100% rename from resources/ethernet/LwIP/arch/sys_arch.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/arch/sys_arch.c diff --git a/resources/ethernet/LwIP/arch/sys_arch.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/arch/sys_arch.h similarity index 100% rename from resources/ethernet/LwIP/arch/sys_arch.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/arch/sys_arch.h diff --git a/resources/ethernet/LwIP/arch/tcp_echo_socket_demo.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/arch/tcp_echo_socket_demo.c similarity index 100% rename from resources/ethernet/LwIP/arch/tcp_echo_socket_demo.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/arch/tcp_echo_socket_demo.c diff --git a/resources/ethernet/LwIP/arch/udp_echo.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/arch/udp_echo.c similarity index 100% rename from resources/ethernet/LwIP/arch/udp_echo.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/arch/udp_echo.c diff --git a/resources/ethernet/LwIP/arch/udp_echo.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/arch/udp_echo.h similarity index 100% rename from resources/ethernet/LwIP/arch/udp_echo.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/arch/udp_echo.h diff --git a/resources/ethernet/LwIP/core/Makefile b/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/Makefile similarity index 100% rename from resources/ethernet/LwIP/core/Makefile rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/core/Makefile diff --git a/resources/ethernet/LwIP/core/altcp.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/altcp.c similarity index 100% rename from resources/ethernet/LwIP/core/altcp.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/core/altcp.c diff --git a/resources/ethernet/LwIP/core/altcp_alloc.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/altcp_alloc.c similarity index 100% rename from resources/ethernet/LwIP/core/altcp_alloc.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/core/altcp_alloc.c diff --git a/resources/ethernet/LwIP/core/altcp_tcp.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/altcp_tcp.c similarity index 100% rename from resources/ethernet/LwIP/core/altcp_tcp.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/core/altcp_tcp.c diff --git a/resources/ethernet/LwIP/core/def.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/def.c similarity index 100% rename from resources/ethernet/LwIP/core/def.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/core/def.c diff --git a/resources/ethernet/LwIP/core/dns.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/dns.c similarity index 100% rename from resources/ethernet/LwIP/core/dns.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/core/dns.c diff --git a/resources/ethernet/LwIP/core/inet_chksum.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/inet_chksum.c similarity index 100% rename from resources/ethernet/LwIP/core/inet_chksum.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/core/inet_chksum.c diff --git a/resources/ethernet/LwIP/core/init.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/init.c similarity index 100% rename from resources/ethernet/LwIP/core/init.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/core/init.c diff --git a/resources/ethernet/LwIP/core/ip.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ip.c similarity index 100% rename from resources/ethernet/LwIP/core/ip.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ip.c diff --git a/resources/ethernet/LwIP/core/ipv4/Makefile b/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv4/Makefile similarity index 100% rename from resources/ethernet/LwIP/core/ipv4/Makefile rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv4/Makefile diff --git a/resources/ethernet/LwIP/core/ipv4/autoip.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv4/autoip.c similarity index 100% rename from resources/ethernet/LwIP/core/ipv4/autoip.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv4/autoip.c diff --git a/resources/ethernet/LwIP/core/ipv4/dhcp.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv4/dhcp.c similarity index 100% rename from resources/ethernet/LwIP/core/ipv4/dhcp.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv4/dhcp.c diff --git a/resources/ethernet/LwIP/core/ipv4/etharp.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv4/etharp.c similarity index 100% rename from resources/ethernet/LwIP/core/ipv4/etharp.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv4/etharp.c diff --git a/resources/ethernet/LwIP/core/ipv4/icmp.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv4/icmp.c similarity index 100% rename from resources/ethernet/LwIP/core/ipv4/icmp.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv4/icmp.c diff --git a/resources/ethernet/LwIP/core/ipv4/igmp.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv4/igmp.c similarity index 100% rename from resources/ethernet/LwIP/core/ipv4/igmp.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv4/igmp.c diff --git a/resources/ethernet/LwIP/core/ipv4/ip4.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv4/ip4.c similarity index 100% rename from resources/ethernet/LwIP/core/ipv4/ip4.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv4/ip4.c diff --git a/resources/ethernet/LwIP/core/ipv4/ip4_addr.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv4/ip4_addr.c similarity index 100% rename from resources/ethernet/LwIP/core/ipv4/ip4_addr.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv4/ip4_addr.c diff --git a/resources/ethernet/LwIP/core/ipv4/ip4_frag.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv4/ip4_frag.c similarity index 100% rename from resources/ethernet/LwIP/core/ipv4/ip4_frag.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv4/ip4_frag.c diff --git a/resources/ethernet/LwIP/core/ipv6/dhcp6.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv6/dhcp6.c similarity index 100% rename from resources/ethernet/LwIP/core/ipv6/dhcp6.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv6/dhcp6.c diff --git a/resources/ethernet/LwIP/core/ipv6/ethip6.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv6/ethip6.c similarity index 100% rename from resources/ethernet/LwIP/core/ipv6/ethip6.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv6/ethip6.c diff --git a/resources/ethernet/LwIP/core/ipv6/icmp6.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv6/icmp6.c similarity index 100% rename from resources/ethernet/LwIP/core/ipv6/icmp6.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv6/icmp6.c diff --git a/resources/ethernet/LwIP/core/ipv6/inet6.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv6/inet6.c similarity index 100% rename from resources/ethernet/LwIP/core/ipv6/inet6.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv6/inet6.c diff --git a/resources/ethernet/LwIP/core/ipv6/ip6.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv6/ip6.c similarity index 100% rename from resources/ethernet/LwIP/core/ipv6/ip6.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv6/ip6.c diff --git a/resources/ethernet/LwIP/core/ipv6/ip6_addr.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv6/ip6_addr.c similarity index 100% rename from resources/ethernet/LwIP/core/ipv6/ip6_addr.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv6/ip6_addr.c diff --git a/resources/ethernet/LwIP/core/ipv6/ip6_frag.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv6/ip6_frag.c similarity index 100% rename from resources/ethernet/LwIP/core/ipv6/ip6_frag.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv6/ip6_frag.c diff --git a/resources/ethernet/LwIP/core/ipv6/mld6.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv6/mld6.c similarity index 100% rename from resources/ethernet/LwIP/core/ipv6/mld6.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv6/mld6.c diff --git a/resources/ethernet/LwIP/core/ipv6/nd6.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv6/nd6.c similarity index 100% rename from resources/ethernet/LwIP/core/ipv6/nd6.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv6/nd6.c diff --git a/resources/ethernet/LwIP/core/mem.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/mem.c similarity index 100% rename from resources/ethernet/LwIP/core/mem.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/core/mem.c diff --git a/resources/ethernet/LwIP/core/memp.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/memp.c similarity index 100% rename from resources/ethernet/LwIP/core/memp.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/core/memp.c diff --git a/resources/ethernet/LwIP/core/netif.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/netif.c similarity index 100% rename from resources/ethernet/LwIP/core/netif.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/core/netif.c diff --git a/resources/ethernet/LwIP/core/pbuf.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/pbuf.c similarity index 100% rename from resources/ethernet/LwIP/core/pbuf.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/core/pbuf.c diff --git a/resources/ethernet/LwIP/core/raw.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/raw.c similarity index 100% rename from resources/ethernet/LwIP/core/raw.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/core/raw.c diff --git a/resources/ethernet/LwIP/core/stats.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/stats.c similarity index 100% rename from resources/ethernet/LwIP/core/stats.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/core/stats.c diff --git a/resources/ethernet/LwIP/core/sys.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/sys.c similarity index 100% rename from resources/ethernet/LwIP/core/sys.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/core/sys.c diff --git a/resources/ethernet/LwIP/core/tcp.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/tcp.c similarity index 100% rename from resources/ethernet/LwIP/core/tcp.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/core/tcp.c diff --git a/resources/ethernet/LwIP/core/tcp_in.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/tcp_in.c similarity index 100% rename from resources/ethernet/LwIP/core/tcp_in.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/core/tcp_in.c diff --git a/resources/ethernet/LwIP/core/tcp_out.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/tcp_out.c similarity index 100% rename from resources/ethernet/LwIP/core/tcp_out.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/core/tcp_out.c diff --git a/resources/ethernet/LwIP/core/timeouts.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/timeouts.c similarity index 100% rename from resources/ethernet/LwIP/core/timeouts.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/core/timeouts.c diff --git a/resources/ethernet/LwIP/core/udp.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/udp.c similarity index 100% rename from resources/ethernet/LwIP/core/udp.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/core/udp.c diff --git a/resources/ethernet/LwIP/include/compat/posix/arpa/inet.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/compat/posix/arpa/inet.h similarity index 100% rename from resources/ethernet/LwIP/include/compat/posix/arpa/inet.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/compat/posix/arpa/inet.h diff --git a/resources/ethernet/LwIP/include/compat/posix/net/if.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/compat/posix/net/if.h similarity index 100% rename from resources/ethernet/LwIP/include/compat/posix/net/if.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/compat/posix/net/if.h diff --git a/resources/ethernet/LwIP/include/compat/posix/netdb.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/compat/posix/netdb.h similarity index 100% rename from resources/ethernet/LwIP/include/compat/posix/netdb.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/compat/posix/netdb.h diff --git a/resources/ethernet/LwIP/include/compat/posix/sys/socket.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/compat/posix/sys/socket.h similarity index 100% rename from resources/ethernet/LwIP/include/compat/posix/sys/socket.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/compat/posix/sys/socket.h diff --git a/resources/ethernet/LwIP/include/compat/stdc/errno.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/compat/stdc/errno.h similarity index 100% rename from resources/ethernet/LwIP/include/compat/stdc/errno.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/compat/stdc/errno.h diff --git a/resources/ethernet/LwIP/include/lwip/altcp.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/altcp.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/altcp.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/altcp.h diff --git a/resources/ethernet/LwIP/include/lwip/altcp_tcp.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/altcp_tcp.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/altcp_tcp.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/altcp_tcp.h diff --git a/resources/ethernet/LwIP/include/lwip/altcp_tls.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/altcp_tls.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/altcp_tls.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/altcp_tls.h diff --git a/resources/ethernet/LwIP/include/lwip/api.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/api.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/api.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/api.h diff --git a/resources/ethernet/LwIP/include/lwip/apps/FILES b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/FILES similarity index 100% rename from resources/ethernet/LwIP/include/lwip/apps/FILES rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/FILES diff --git a/resources/ethernet/LwIP/include/lwip/apps/altcp_proxyconnect.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/altcp_proxyconnect.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/apps/altcp_proxyconnect.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/altcp_proxyconnect.h diff --git a/resources/ethernet/LwIP/include/lwip/apps/altcp_tls_mbedtls_opts.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/altcp_tls_mbedtls_opts.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/apps/altcp_tls_mbedtls_opts.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/altcp_tls_mbedtls_opts.h diff --git a/resources/ethernet/LwIP/include/lwip/apps/fs.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/fs.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/apps/fs.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/fs.h diff --git a/resources/ethernet/LwIP/include/lwip/apps/http_client.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/http_client.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/apps/http_client.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/http_client.h diff --git a/resources/ethernet/LwIP/include/lwip/apps/httpd.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/httpd.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/apps/httpd.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/httpd.h diff --git a/resources/ethernet/LwIP/include/lwip/apps/httpd_opts.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/httpd_opts.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/apps/httpd_opts.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/httpd_opts.h diff --git a/resources/ethernet/LwIP/include/lwip/apps/lwiperf.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/lwiperf.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/apps/lwiperf.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/lwiperf.h diff --git a/resources/ethernet/LwIP/include/lwip/apps/mdns.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/mdns.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/apps/mdns.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/mdns.h diff --git a/resources/ethernet/LwIP/include/lwip/apps/mdns_opts.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/mdns_opts.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/apps/mdns_opts.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/mdns_opts.h diff --git a/resources/ethernet/LwIP/include/lwip/apps/mdns_priv.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/mdns_priv.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/apps/mdns_priv.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/mdns_priv.h diff --git a/resources/ethernet/LwIP/include/lwip/apps/mqtt.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/mqtt.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/apps/mqtt.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/mqtt.h diff --git a/resources/ethernet/LwIP/include/lwip/apps/mqtt_opts.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/mqtt_opts.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/apps/mqtt_opts.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/mqtt_opts.h diff --git a/resources/ethernet/LwIP/include/lwip/apps/mqtt_priv.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/mqtt_priv.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/apps/mqtt_priv.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/mqtt_priv.h diff --git a/resources/ethernet/LwIP/include/lwip/apps/netbiosns.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/netbiosns.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/apps/netbiosns.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/netbiosns.h diff --git a/resources/ethernet/LwIP/include/lwip/apps/netbiosns_opts.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/netbiosns_opts.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/apps/netbiosns_opts.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/netbiosns_opts.h diff --git a/resources/ethernet/LwIP/include/lwip/apps/smtp.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/smtp.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/apps/smtp.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/smtp.h diff --git a/resources/ethernet/LwIP/include/lwip/apps/smtp_opts.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/smtp_opts.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/apps/smtp_opts.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/smtp_opts.h diff --git a/resources/ethernet/LwIP/include/lwip/apps/snmp.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/snmp.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/apps/snmp.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/snmp.h diff --git a/resources/ethernet/LwIP/include/lwip/apps/snmp_core.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/snmp_core.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/apps/snmp_core.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/snmp_core.h diff --git a/resources/ethernet/LwIP/include/lwip/apps/snmp_mib2.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/snmp_mib2.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/apps/snmp_mib2.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/snmp_mib2.h diff --git a/resources/ethernet/LwIP/include/lwip/apps/snmp_opts.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/snmp_opts.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/apps/snmp_opts.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/snmp_opts.h diff --git a/resources/ethernet/LwIP/include/lwip/apps/snmp_scalar.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/snmp_scalar.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/apps/snmp_scalar.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/snmp_scalar.h diff --git a/resources/ethernet/LwIP/include/lwip/apps/snmp_snmpv2_framework.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/snmp_snmpv2_framework.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/apps/snmp_snmpv2_framework.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/snmp_snmpv2_framework.h diff --git a/resources/ethernet/LwIP/include/lwip/apps/snmp_snmpv2_usm.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/snmp_snmpv2_usm.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/apps/snmp_snmpv2_usm.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/snmp_snmpv2_usm.h diff --git a/resources/ethernet/LwIP/include/lwip/apps/snmp_table.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/snmp_table.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/apps/snmp_table.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/snmp_table.h diff --git a/resources/ethernet/LwIP/include/lwip/apps/snmp_threadsync.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/snmp_threadsync.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/apps/snmp_threadsync.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/snmp_threadsync.h diff --git a/resources/ethernet/LwIP/include/lwip/apps/snmpv3.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/snmpv3.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/apps/snmpv3.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/snmpv3.h diff --git a/resources/ethernet/LwIP/include/lwip/apps/sntp.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/sntp.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/apps/sntp.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/sntp.h diff --git a/resources/ethernet/LwIP/include/lwip/apps/sntp_opts.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/sntp_opts.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/apps/sntp_opts.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/sntp_opts.h diff --git a/resources/ethernet/LwIP/include/lwip/apps/tftp_opts.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/tftp_opts.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/apps/tftp_opts.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/tftp_opts.h diff --git a/resources/ethernet/LwIP/include/lwip/apps/tftp_server.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/tftp_server.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/apps/tftp_server.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/tftp_server.h diff --git a/resources/ethernet/LwIP/include/lwip/arch.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/arch.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/arch.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/arch.h diff --git a/resources/ethernet/LwIP/include/lwip/autoip.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/autoip.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/autoip.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/autoip.h diff --git a/resources/ethernet/LwIP/include/lwip/debug.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/debug.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/debug.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/debug.h diff --git a/resources/ethernet/LwIP/include/lwip/def.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/def.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/def.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/def.h diff --git a/resources/ethernet/LwIP/include/lwip/dhcp.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/dhcp.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/dhcp.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/dhcp.h diff --git a/resources/ethernet/LwIP/include/lwip/dhcp6.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/dhcp6.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/dhcp6.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/dhcp6.h diff --git a/resources/ethernet/LwIP/include/lwip/dns.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/dns.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/dns.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/dns.h diff --git a/resources/ethernet/LwIP/include/lwip/err.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/err.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/err.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/err.h diff --git a/resources/ethernet/LwIP/include/lwip/errno.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/errno.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/errno.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/errno.h diff --git a/resources/ethernet/LwIP/include/lwip/etharp.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/etharp.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/etharp.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/etharp.h diff --git a/resources/ethernet/LwIP/include/lwip/ethip6.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/ethip6.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/ethip6.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/ethip6.h diff --git a/resources/ethernet/LwIP/include/lwip/icmp.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/icmp.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/icmp.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/icmp.h diff --git a/resources/ethernet/LwIP/include/lwip/icmp6.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/icmp6.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/icmp6.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/icmp6.h diff --git a/resources/ethernet/LwIP/include/lwip/if_api.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/if_api.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/if_api.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/if_api.h diff --git a/resources/ethernet/LwIP/include/lwip/igmp.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/igmp.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/igmp.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/igmp.h diff --git a/resources/ethernet/LwIP/include/lwip/inet.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/inet.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/inet.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/inet.h diff --git a/resources/ethernet/LwIP/include/lwip/inet_chksum.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/inet_chksum.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/inet_chksum.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/inet_chksum.h diff --git a/resources/ethernet/LwIP/include/lwip/init.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/init.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/init.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/init.h diff --git a/resources/ethernet/LwIP/include/lwip/init.h.cmake.in b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/init.h.cmake.in similarity index 100% rename from resources/ethernet/LwIP/include/lwip/init.h.cmake.in rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/init.h.cmake.in diff --git a/resources/ethernet/LwIP/include/lwip/ip.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/ip.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/ip.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/ip.h diff --git a/resources/ethernet/LwIP/include/lwip/ip4.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/ip4.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/ip4.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/ip4.h diff --git a/resources/ethernet/LwIP/include/lwip/ip4_addr.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/ip4_addr.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/ip4_addr.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/ip4_addr.h diff --git a/resources/ethernet/LwIP/include/lwip/ip4_frag.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/ip4_frag.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/ip4_frag.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/ip4_frag.h diff --git a/resources/ethernet/LwIP/include/lwip/ip6.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/ip6.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/ip6.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/ip6.h diff --git a/resources/ethernet/LwIP/include/lwip/ip6_addr.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/ip6_addr.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/ip6_addr.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/ip6_addr.h diff --git a/resources/ethernet/LwIP/include/lwip/ip6_frag.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/ip6_frag.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/ip6_frag.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/ip6_frag.h diff --git a/resources/ethernet/LwIP/include/lwip/ip6_zone.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/ip6_zone.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/ip6_zone.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/ip6_zone.h diff --git a/resources/ethernet/LwIP/include/lwip/ip_addr.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/ip_addr.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/ip_addr.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/ip_addr.h diff --git a/resources/ethernet/LwIP/include/lwip/mem.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/mem.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/mem.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/mem.h diff --git a/resources/ethernet/LwIP/include/lwip/memp.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/memp.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/memp.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/memp.h diff --git a/resources/ethernet/LwIP/include/lwip/mld6.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/mld6.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/mld6.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/mld6.h diff --git a/resources/ethernet/LwIP/include/lwip/nd6.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/nd6.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/nd6.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/nd6.h diff --git a/resources/ethernet/LwIP/include/lwip/netbuf.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/netbuf.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/netbuf.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/netbuf.h diff --git a/resources/ethernet/LwIP/include/lwip/netdb.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/netdb.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/netdb.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/netdb.h diff --git a/resources/ethernet/LwIP/include/lwip/netif.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/netif.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/netif.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/netif.h diff --git a/resources/ethernet/LwIP/include/lwip/netifapi.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/netifapi.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/netifapi.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/netifapi.h diff --git a/resources/ethernet/LwIP/include/lwip/opt.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/opt.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/opt.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/opt.h diff --git a/resources/ethernet/LwIP/include/lwip/pbuf.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/pbuf.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/pbuf.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/pbuf.h diff --git a/resources/ethernet/LwIP/include/lwip/priv/altcp_priv.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/priv/altcp_priv.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/priv/altcp_priv.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/priv/altcp_priv.h diff --git a/resources/ethernet/LwIP/include/lwip/priv/api_msg.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/priv/api_msg.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/priv/api_msg.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/priv/api_msg.h diff --git a/resources/ethernet/LwIP/include/lwip/priv/mem_priv.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/priv/mem_priv.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/priv/mem_priv.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/priv/mem_priv.h diff --git a/resources/ethernet/LwIP/include/lwip/priv/memp_priv.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/priv/memp_priv.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/priv/memp_priv.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/priv/memp_priv.h diff --git a/resources/ethernet/LwIP/include/lwip/priv/memp_std.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/priv/memp_std.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/priv/memp_std.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/priv/memp_std.h diff --git a/resources/ethernet/LwIP/include/lwip/priv/nd6_priv.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/priv/nd6_priv.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/priv/nd6_priv.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/priv/nd6_priv.h diff --git a/resources/ethernet/LwIP/include/lwip/priv/raw_priv.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/priv/raw_priv.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/priv/raw_priv.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/priv/raw_priv.h diff --git a/resources/ethernet/LwIP/include/lwip/priv/sockets_priv.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/priv/sockets_priv.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/priv/sockets_priv.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/priv/sockets_priv.h diff --git a/resources/ethernet/LwIP/include/lwip/priv/tcp_priv.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/priv/tcp_priv.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/priv/tcp_priv.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/priv/tcp_priv.h diff --git a/resources/ethernet/LwIP/include/lwip/priv/tcpip_priv.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/priv/tcpip_priv.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/priv/tcpip_priv.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/priv/tcpip_priv.h diff --git a/resources/ethernet/LwIP/include/lwip/prot/autoip.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/autoip.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/prot/autoip.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/autoip.h diff --git a/resources/ethernet/LwIP/include/lwip/prot/dhcp.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/dhcp.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/prot/dhcp.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/dhcp.h diff --git a/resources/ethernet/LwIP/include/lwip/prot/dhcp6.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/dhcp6.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/prot/dhcp6.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/dhcp6.h diff --git a/resources/ethernet/LwIP/include/lwip/prot/dns.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/dns.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/prot/dns.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/dns.h diff --git a/resources/ethernet/LwIP/include/lwip/prot/etharp.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/etharp.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/prot/etharp.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/etharp.h diff --git a/resources/ethernet/LwIP/include/lwip/prot/ethernet.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/ethernet.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/prot/ethernet.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/ethernet.h diff --git a/resources/ethernet/LwIP/include/lwip/prot/iana.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/iana.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/prot/iana.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/iana.h diff --git a/resources/ethernet/LwIP/include/lwip/prot/icmp.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/icmp.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/prot/icmp.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/icmp.h diff --git a/resources/ethernet/LwIP/include/lwip/prot/icmp6.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/icmp6.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/prot/icmp6.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/icmp6.h diff --git a/resources/ethernet/LwIP/include/lwip/prot/ieee.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/ieee.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/prot/ieee.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/ieee.h diff --git a/resources/ethernet/LwIP/include/lwip/prot/igmp.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/igmp.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/prot/igmp.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/igmp.h diff --git a/resources/ethernet/LwIP/include/lwip/prot/ip.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/ip.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/prot/ip.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/ip.h diff --git a/resources/ethernet/LwIP/include/lwip/prot/ip4.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/ip4.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/prot/ip4.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/ip4.h diff --git a/resources/ethernet/LwIP/include/lwip/prot/ip6.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/ip6.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/prot/ip6.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/ip6.h diff --git a/resources/ethernet/LwIP/include/lwip/prot/mld6.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/mld6.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/prot/mld6.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/mld6.h diff --git a/resources/ethernet/LwIP/include/lwip/prot/nd6.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/nd6.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/prot/nd6.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/nd6.h diff --git a/resources/ethernet/LwIP/include/lwip/prot/tcp.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/tcp.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/prot/tcp.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/tcp.h diff --git a/resources/ethernet/LwIP/include/lwip/prot/udp.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/udp.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/prot/udp.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/udp.h diff --git a/resources/ethernet/LwIP/include/lwip/raw.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/raw.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/raw.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/raw.h diff --git a/resources/ethernet/LwIP/include/lwip/sio.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/sio.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/sio.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/sio.h diff --git a/resources/ethernet/LwIP/include/lwip/snmp.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/snmp.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/snmp.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/snmp.h diff --git a/resources/ethernet/LwIP/include/lwip/sockets.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/sockets.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/sockets.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/sockets.h diff --git a/resources/ethernet/LwIP/include/lwip/stats.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/stats.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/stats.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/stats.h diff --git a/resources/ethernet/LwIP/include/lwip/sys.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/sys.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/sys.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/sys.h diff --git a/resources/ethernet/LwIP/include/lwip/tcp.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/tcp.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/tcp.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/tcp.h diff --git a/resources/ethernet/LwIP/include/lwip/tcpbase.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/tcpbase.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/tcpbase.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/tcpbase.h diff --git a/resources/ethernet/LwIP/include/lwip/tcpip.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/tcpip.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/tcpip.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/tcpip.h diff --git a/resources/ethernet/LwIP/include/lwip/timeouts.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/timeouts.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/timeouts.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/timeouts.h diff --git a/resources/ethernet/LwIP/include/lwip/udp.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/udp.h similarity index 100% rename from resources/ethernet/LwIP/include/lwip/udp.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/udp.h diff --git a/resources/ethernet/LwIP/include/netif/bridgeif.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/bridgeif.h similarity index 100% rename from resources/ethernet/LwIP/include/netif/bridgeif.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/bridgeif.h diff --git a/resources/ethernet/LwIP/include/netif/bridgeif_opts.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/bridgeif_opts.h similarity index 100% rename from resources/ethernet/LwIP/include/netif/bridgeif_opts.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/bridgeif_opts.h diff --git a/resources/ethernet/LwIP/include/netif/etharp.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/etharp.h similarity index 100% rename from resources/ethernet/LwIP/include/netif/etharp.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/etharp.h diff --git a/resources/ethernet/LwIP/include/netif/ethernet.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ethernet.h similarity index 100% rename from resources/ethernet/LwIP/include/netif/ethernet.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ethernet.h diff --git a/resources/ethernet/LwIP/include/netif/ieee802154.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ieee802154.h similarity index 100% rename from resources/ethernet/LwIP/include/netif/ieee802154.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ieee802154.h diff --git a/resources/ethernet/LwIP/include/netif/lowpan6.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/lowpan6.h similarity index 100% rename from resources/ethernet/LwIP/include/netif/lowpan6.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/lowpan6.h diff --git a/resources/ethernet/LwIP/include/netif/lowpan6_ble.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/lowpan6_ble.h similarity index 100% rename from resources/ethernet/LwIP/include/netif/lowpan6_ble.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/lowpan6_ble.h diff --git a/resources/ethernet/LwIP/include/netif/lowpan6_common.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/lowpan6_common.h similarity index 100% rename from resources/ethernet/LwIP/include/netif/lowpan6_common.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/lowpan6_common.h diff --git a/resources/ethernet/LwIP/include/netif/lowpan6_opts.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/lowpan6_opts.h similarity index 100% rename from resources/ethernet/LwIP/include/netif/lowpan6_opts.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/lowpan6_opts.h diff --git a/resources/ethernet/LwIP/include/netif/ppp/ccp.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/ccp.h similarity index 100% rename from resources/ethernet/LwIP/include/netif/ppp/ccp.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/ccp.h diff --git a/resources/ethernet/LwIP/include/netif/ppp/chap-md5.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/chap-md5.h similarity index 100% rename from resources/ethernet/LwIP/include/netif/ppp/chap-md5.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/chap-md5.h diff --git a/resources/ethernet/LwIP/include/netif/ppp/chap-new.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/chap-new.h similarity index 100% rename from resources/ethernet/LwIP/include/netif/ppp/chap-new.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/chap-new.h diff --git a/resources/ethernet/LwIP/include/netif/ppp/chap_ms.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/chap_ms.h similarity index 100% rename from resources/ethernet/LwIP/include/netif/ppp/chap_ms.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/chap_ms.h diff --git a/resources/ethernet/LwIP/include/netif/ppp/eap.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/eap.h similarity index 100% rename from resources/ethernet/LwIP/include/netif/ppp/eap.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/eap.h diff --git a/resources/ethernet/LwIP/include/netif/ppp/ecp.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/ecp.h similarity index 100% rename from resources/ethernet/LwIP/include/netif/ppp/ecp.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/ecp.h diff --git a/resources/ethernet/LwIP/include/netif/ppp/eui64.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/eui64.h similarity index 100% rename from resources/ethernet/LwIP/include/netif/ppp/eui64.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/eui64.h diff --git a/resources/ethernet/LwIP/include/netif/ppp/fsm.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/fsm.h similarity index 100% rename from resources/ethernet/LwIP/include/netif/ppp/fsm.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/fsm.h diff --git a/resources/ethernet/LwIP/include/netif/ppp/ipcp.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/ipcp.h similarity index 100% rename from resources/ethernet/LwIP/include/netif/ppp/ipcp.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/ipcp.h diff --git a/resources/ethernet/LwIP/include/netif/ppp/ipv6cp.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/ipv6cp.h similarity index 100% rename from resources/ethernet/LwIP/include/netif/ppp/ipv6cp.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/ipv6cp.h diff --git a/resources/ethernet/LwIP/include/netif/ppp/lcp.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/lcp.h similarity index 100% rename from resources/ethernet/LwIP/include/netif/ppp/lcp.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/lcp.h diff --git a/resources/ethernet/LwIP/include/netif/ppp/magic.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/magic.h similarity index 100% rename from resources/ethernet/LwIP/include/netif/ppp/magic.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/magic.h diff --git a/resources/ethernet/LwIP/include/netif/ppp/mppe.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/mppe.h similarity index 100% rename from resources/ethernet/LwIP/include/netif/ppp/mppe.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/mppe.h diff --git a/resources/ethernet/LwIP/include/netif/ppp/polarssl/arc4.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/polarssl/arc4.h similarity index 100% rename from resources/ethernet/LwIP/include/netif/ppp/polarssl/arc4.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/polarssl/arc4.h diff --git a/resources/ethernet/LwIP/include/netif/ppp/polarssl/des.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/polarssl/des.h similarity index 100% rename from resources/ethernet/LwIP/include/netif/ppp/polarssl/des.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/polarssl/des.h diff --git a/resources/ethernet/LwIP/include/netif/ppp/polarssl/md4.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/polarssl/md4.h similarity index 100% rename from resources/ethernet/LwIP/include/netif/ppp/polarssl/md4.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/polarssl/md4.h diff --git a/resources/ethernet/LwIP/include/netif/ppp/polarssl/md5.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/polarssl/md5.h similarity index 100% rename from resources/ethernet/LwIP/include/netif/ppp/polarssl/md5.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/polarssl/md5.h diff --git a/resources/ethernet/LwIP/include/netif/ppp/polarssl/sha1.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/polarssl/sha1.h similarity index 100% rename from resources/ethernet/LwIP/include/netif/ppp/polarssl/sha1.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/polarssl/sha1.h diff --git a/resources/ethernet/LwIP/include/netif/ppp/ppp.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/ppp.h similarity index 100% rename from resources/ethernet/LwIP/include/netif/ppp/ppp.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/ppp.h diff --git a/resources/ethernet/LwIP/include/netif/ppp/ppp_impl.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/ppp_impl.h similarity index 100% rename from resources/ethernet/LwIP/include/netif/ppp/ppp_impl.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/ppp_impl.h diff --git a/resources/ethernet/LwIP/include/netif/ppp/ppp_opts.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/ppp_opts.h similarity index 100% rename from resources/ethernet/LwIP/include/netif/ppp/ppp_opts.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/ppp_opts.h diff --git a/resources/ethernet/LwIP/include/netif/ppp/pppapi.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/pppapi.h similarity index 100% rename from resources/ethernet/LwIP/include/netif/ppp/pppapi.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/pppapi.h diff --git a/resources/ethernet/LwIP/include/netif/ppp/pppcrypt.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/pppcrypt.h similarity index 100% rename from resources/ethernet/LwIP/include/netif/ppp/pppcrypt.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/pppcrypt.h diff --git a/resources/ethernet/LwIP/include/netif/ppp/pppdebug.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/pppdebug.h similarity index 100% rename from resources/ethernet/LwIP/include/netif/ppp/pppdebug.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/pppdebug.h diff --git a/resources/ethernet/LwIP/include/netif/ppp/pppoe.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/pppoe.h similarity index 100% rename from resources/ethernet/LwIP/include/netif/ppp/pppoe.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/pppoe.h diff --git a/resources/ethernet/LwIP/include/netif/ppp/pppol2tp.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/pppol2tp.h similarity index 100% rename from resources/ethernet/LwIP/include/netif/ppp/pppol2tp.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/pppol2tp.h diff --git a/resources/ethernet/LwIP/include/netif/ppp/pppos.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/pppos.h similarity index 100% rename from resources/ethernet/LwIP/include/netif/ppp/pppos.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/pppos.h diff --git a/resources/ethernet/LwIP/include/netif/ppp/upap.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/upap.h similarity index 100% rename from resources/ethernet/LwIP/include/netif/ppp/upap.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/upap.h diff --git a/resources/ethernet/LwIP/include/netif/ppp/vj.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/vj.h similarity index 100% rename from resources/ethernet/LwIP/include/netif/ppp/vj.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/vj.h diff --git a/resources/ethernet/LwIP/include/netif/slipif.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/slipif.h similarity index 100% rename from resources/ethernet/LwIP/include/netif/slipif.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/slipif.h diff --git a/resources/ethernet/LwIP/include/netif/zepif.h b/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/zepif.h similarity index 100% rename from resources/ethernet/LwIP/include/netif/zepif.h rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/zepif.h diff --git a/resources/ethernet/LwIP/netif/FILES b/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/FILES similarity index 100% rename from resources/ethernet/LwIP/netif/FILES rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/FILES diff --git a/resources/ethernet/LwIP/netif/Makefile b/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/Makefile similarity index 100% rename from resources/ethernet/LwIP/netif/Makefile rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/Makefile diff --git a/resources/ethernet/LwIP/netif/bridgeif.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/bridgeif.c similarity index 100% rename from resources/ethernet/LwIP/netif/bridgeif.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/bridgeif.c diff --git a/resources/ethernet/LwIP/netif/bridgeif_fdb.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/bridgeif_fdb.c similarity index 100% rename from resources/ethernet/LwIP/netif/bridgeif_fdb.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/bridgeif_fdb.c diff --git a/resources/ethernet/LwIP/netif/ethernet.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ethernet.c similarity index 100% rename from resources/ethernet/LwIP/netif/ethernet.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ethernet.c diff --git a/resources/ethernet/LwIP/netif/lowpan6.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/lowpan6.c similarity index 100% rename from resources/ethernet/LwIP/netif/lowpan6.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/lowpan6.c diff --git a/resources/ethernet/LwIP/netif/lowpan6_ble.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/lowpan6_ble.c similarity index 100% rename from resources/ethernet/LwIP/netif/lowpan6_ble.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/lowpan6_ble.c diff --git a/resources/ethernet/LwIP/netif/lowpan6_common.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/lowpan6_common.c similarity index 100% rename from resources/ethernet/LwIP/netif/lowpan6_common.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/lowpan6_common.c diff --git a/resources/ethernet/LwIP/netif/ppp/PPPD_FOLLOWUP b/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/PPPD_FOLLOWUP similarity index 100% rename from resources/ethernet/LwIP/netif/ppp/PPPD_FOLLOWUP rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/PPPD_FOLLOWUP diff --git a/resources/ethernet/LwIP/netif/ppp/auth.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/auth.c similarity index 100% rename from resources/ethernet/LwIP/netif/ppp/auth.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/auth.c diff --git a/resources/ethernet/LwIP/netif/ppp/ccp.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/ccp.c similarity index 100% rename from resources/ethernet/LwIP/netif/ppp/ccp.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/ccp.c diff --git a/resources/ethernet/LwIP/netif/ppp/chap-md5.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/chap-md5.c similarity index 100% rename from resources/ethernet/LwIP/netif/ppp/chap-md5.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/chap-md5.c diff --git a/resources/ethernet/LwIP/netif/ppp/chap-new.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/chap-new.c similarity index 100% rename from resources/ethernet/LwIP/netif/ppp/chap-new.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/chap-new.c diff --git a/resources/ethernet/LwIP/netif/ppp/chap_ms.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/chap_ms.c similarity index 100% rename from resources/ethernet/LwIP/netif/ppp/chap_ms.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/chap_ms.c diff --git a/resources/ethernet/LwIP/netif/ppp/demand.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/demand.c similarity index 100% rename from resources/ethernet/LwIP/netif/ppp/demand.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/demand.c diff --git a/resources/ethernet/LwIP/netif/ppp/eap.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/eap.c similarity index 100% rename from resources/ethernet/LwIP/netif/ppp/eap.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/eap.c diff --git a/resources/ethernet/LwIP/netif/ppp/ecp.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/ecp.c similarity index 100% rename from resources/ethernet/LwIP/netif/ppp/ecp.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/ecp.c diff --git a/resources/ethernet/LwIP/netif/ppp/eui64.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/eui64.c similarity index 100% rename from resources/ethernet/LwIP/netif/ppp/eui64.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/eui64.c diff --git a/resources/ethernet/LwIP/netif/ppp/fsm.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/fsm.c similarity index 100% rename from resources/ethernet/LwIP/netif/ppp/fsm.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/fsm.c diff --git a/resources/ethernet/LwIP/netif/ppp/ipcp.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/ipcp.c similarity index 100% rename from resources/ethernet/LwIP/netif/ppp/ipcp.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/ipcp.c diff --git a/resources/ethernet/LwIP/netif/ppp/ipv6cp.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/ipv6cp.c similarity index 100% rename from resources/ethernet/LwIP/netif/ppp/ipv6cp.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/ipv6cp.c diff --git a/resources/ethernet/LwIP/netif/ppp/lcp.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/lcp.c similarity index 100% rename from resources/ethernet/LwIP/netif/ppp/lcp.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/lcp.c diff --git a/resources/ethernet/LwIP/netif/ppp/magic.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/magic.c similarity index 100% rename from resources/ethernet/LwIP/netif/ppp/magic.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/magic.c diff --git a/resources/ethernet/LwIP/netif/ppp/mppe.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/mppe.c similarity index 100% rename from resources/ethernet/LwIP/netif/ppp/mppe.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/mppe.c diff --git a/resources/ethernet/LwIP/netif/ppp/multilink.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/multilink.c similarity index 100% rename from resources/ethernet/LwIP/netif/ppp/multilink.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/multilink.c diff --git a/resources/ethernet/LwIP/netif/ppp/polarssl/README b/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/polarssl/README similarity index 100% rename from resources/ethernet/LwIP/netif/ppp/polarssl/README rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/polarssl/README diff --git a/resources/ethernet/LwIP/netif/ppp/polarssl/arc4.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/polarssl/arc4.c similarity index 100% rename from resources/ethernet/LwIP/netif/ppp/polarssl/arc4.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/polarssl/arc4.c diff --git a/resources/ethernet/LwIP/netif/ppp/polarssl/des.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/polarssl/des.c similarity index 100% rename from resources/ethernet/LwIP/netif/ppp/polarssl/des.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/polarssl/des.c diff --git a/resources/ethernet/LwIP/netif/ppp/polarssl/md4.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/polarssl/md4.c similarity index 100% rename from resources/ethernet/LwIP/netif/ppp/polarssl/md4.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/polarssl/md4.c diff --git a/resources/ethernet/LwIP/netif/ppp/polarssl/md5.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/polarssl/md5.c similarity index 100% rename from resources/ethernet/LwIP/netif/ppp/polarssl/md5.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/polarssl/md5.c diff --git a/resources/ethernet/LwIP/netif/ppp/polarssl/sha1.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/polarssl/sha1.c similarity index 100% rename from resources/ethernet/LwIP/netif/ppp/polarssl/sha1.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/polarssl/sha1.c diff --git a/resources/ethernet/LwIP/netif/ppp/ppp.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/ppp.c similarity index 100% rename from resources/ethernet/LwIP/netif/ppp/ppp.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/ppp.c diff --git a/resources/ethernet/LwIP/netif/ppp/pppapi.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/pppapi.c similarity index 100% rename from resources/ethernet/LwIP/netif/ppp/pppapi.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/pppapi.c diff --git a/resources/ethernet/LwIP/netif/ppp/pppcrypt.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/pppcrypt.c similarity index 100% rename from resources/ethernet/LwIP/netif/ppp/pppcrypt.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/pppcrypt.c diff --git a/resources/ethernet/LwIP/netif/ppp/pppoe.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/pppoe.c similarity index 100% rename from resources/ethernet/LwIP/netif/ppp/pppoe.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/pppoe.c diff --git a/resources/ethernet/LwIP/netif/ppp/pppol2tp.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/pppol2tp.c similarity index 100% rename from resources/ethernet/LwIP/netif/ppp/pppol2tp.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/pppol2tp.c diff --git a/resources/ethernet/LwIP/netif/ppp/pppos.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/pppos.c similarity index 100% rename from resources/ethernet/LwIP/netif/ppp/pppos.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/pppos.c diff --git a/resources/ethernet/LwIP/netif/ppp/upap.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/upap.c similarity index 100% rename from resources/ethernet/LwIP/netif/ppp/upap.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/upap.c diff --git a/resources/ethernet/LwIP/netif/ppp/utils.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/utils.c similarity index 100% rename from resources/ethernet/LwIP/netif/ppp/utils.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/utils.c diff --git a/resources/ethernet/LwIP/netif/ppp/vj.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/vj.c similarity index 100% rename from resources/ethernet/LwIP/netif/ppp/vj.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/vj.c diff --git a/resources/ethernet/LwIP/netif/slipif.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/slipif.c similarity index 100% rename from resources/ethernet/LwIP/netif/slipif.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/slipif.c diff --git a/resources/ethernet/LwIP/netif/zepif.c b/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/zepif.c similarity index 100% rename from resources/ethernet/LwIP/netif/zepif.c rename to Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/zepif.c diff --git a/resources/ethernet/Makefile b/Ubiquitous/XiUOS/resources/ethernet/Makefile similarity index 100% rename from resources/ethernet/Makefile rename to Ubiquitous/XiUOS/resources/ethernet/Makefile diff --git a/resources/i2c/Makefile b/Ubiquitous/XiUOS/resources/i2c/Makefile similarity index 100% rename from resources/i2c/Makefile rename to Ubiquitous/XiUOS/resources/i2c/Makefile diff --git a/resources/i2c/bus_i2c.c b/Ubiquitous/XiUOS/resources/i2c/bus_i2c.c similarity index 100% rename from resources/i2c/bus_i2c.c rename to Ubiquitous/XiUOS/resources/i2c/bus_i2c.c diff --git a/resources/i2c/dev_i2c.c b/Ubiquitous/XiUOS/resources/i2c/dev_i2c.c similarity index 100% rename from resources/i2c/dev_i2c.c rename to Ubiquitous/XiUOS/resources/i2c/dev_i2c.c diff --git a/resources/i2c/drv_i2c.c b/Ubiquitous/XiUOS/resources/i2c/drv_i2c.c similarity index 100% rename from resources/i2c/drv_i2c.c rename to Ubiquitous/XiUOS/resources/i2c/drv_i2c.c diff --git a/resources/include/bus.h b/Ubiquitous/XiUOS/resources/include/bus.h similarity index 100% rename from resources/include/bus.h rename to Ubiquitous/XiUOS/resources/include/bus.h diff --git a/resources/include/bus_can.h b/Ubiquitous/XiUOS/resources/include/bus_can.h similarity index 100% rename from resources/include/bus_can.h rename to Ubiquitous/XiUOS/resources/include/bus_can.h diff --git a/resources/include/bus_hwtimer.h b/Ubiquitous/XiUOS/resources/include/bus_hwtimer.h similarity index 100% rename from resources/include/bus_hwtimer.h rename to Ubiquitous/XiUOS/resources/include/bus_hwtimer.h diff --git a/resources/include/bus_i2c.h b/Ubiquitous/XiUOS/resources/include/bus_i2c.h similarity index 100% rename from resources/include/bus_i2c.h rename to Ubiquitous/XiUOS/resources/include/bus_i2c.h diff --git a/resources/include/bus_lcd.h b/Ubiquitous/XiUOS/resources/include/bus_lcd.h similarity index 100% rename from resources/include/bus_lcd.h rename to Ubiquitous/XiUOS/resources/include/bus_lcd.h diff --git a/resources/include/bus_pin.h b/Ubiquitous/XiUOS/resources/include/bus_pin.h similarity index 100% rename from resources/include/bus_pin.h rename to Ubiquitous/XiUOS/resources/include/bus_pin.h diff --git a/resources/include/bus_rtc.h b/Ubiquitous/XiUOS/resources/include/bus_rtc.h similarity index 100% rename from resources/include/bus_rtc.h rename to Ubiquitous/XiUOS/resources/include/bus_rtc.h diff --git a/resources/include/bus_sdio.h b/Ubiquitous/XiUOS/resources/include/bus_sdio.h similarity index 100% rename from resources/include/bus_sdio.h rename to Ubiquitous/XiUOS/resources/include/bus_sdio.h diff --git a/resources/include/bus_serial.h b/Ubiquitous/XiUOS/resources/include/bus_serial.h similarity index 100% rename from resources/include/bus_serial.h rename to Ubiquitous/XiUOS/resources/include/bus_serial.h diff --git a/resources/include/bus_spi.h b/Ubiquitous/XiUOS/resources/include/bus_spi.h similarity index 100% rename from resources/include/bus_spi.h rename to Ubiquitous/XiUOS/resources/include/bus_spi.h diff --git a/resources/include/bus_touch.h b/Ubiquitous/XiUOS/resources/include/bus_touch.h similarity index 100% rename from resources/include/bus_touch.h rename to Ubiquitous/XiUOS/resources/include/bus_touch.h diff --git a/resources/include/bus_usb.h b/Ubiquitous/XiUOS/resources/include/bus_usb.h similarity index 100% rename from resources/include/bus_usb.h rename to Ubiquitous/XiUOS/resources/include/bus_usb.h diff --git a/resources/include/bus_wdt.h b/Ubiquitous/XiUOS/resources/include/bus_wdt.h similarity index 100% rename from resources/include/bus_wdt.h rename to Ubiquitous/XiUOS/resources/include/bus_wdt.h diff --git a/resources/include/dev_can.h b/Ubiquitous/XiUOS/resources/include/dev_can.h similarity index 100% rename from resources/include/dev_can.h rename to Ubiquitous/XiUOS/resources/include/dev_can.h diff --git a/resources/include/dev_hwtimer.h b/Ubiquitous/XiUOS/resources/include/dev_hwtimer.h similarity index 100% rename from resources/include/dev_hwtimer.h rename to Ubiquitous/XiUOS/resources/include/dev_hwtimer.h diff --git a/resources/include/dev_i2c.h b/Ubiquitous/XiUOS/resources/include/dev_i2c.h similarity index 100% rename from resources/include/dev_i2c.h rename to Ubiquitous/XiUOS/resources/include/dev_i2c.h diff --git a/resources/include/dev_lcd.h b/Ubiquitous/XiUOS/resources/include/dev_lcd.h similarity index 100% rename from resources/include/dev_lcd.h rename to Ubiquitous/XiUOS/resources/include/dev_lcd.h diff --git a/resources/include/dev_pin.h b/Ubiquitous/XiUOS/resources/include/dev_pin.h similarity index 100% rename from resources/include/dev_pin.h rename to Ubiquitous/XiUOS/resources/include/dev_pin.h diff --git a/resources/include/dev_rtc.h b/Ubiquitous/XiUOS/resources/include/dev_rtc.h similarity index 100% rename from resources/include/dev_rtc.h rename to Ubiquitous/XiUOS/resources/include/dev_rtc.h diff --git a/resources/include/dev_sdio.h b/Ubiquitous/XiUOS/resources/include/dev_sdio.h similarity index 100% rename from resources/include/dev_sdio.h rename to Ubiquitous/XiUOS/resources/include/dev_sdio.h diff --git a/resources/include/dev_serial.h b/Ubiquitous/XiUOS/resources/include/dev_serial.h similarity index 100% rename from resources/include/dev_serial.h rename to Ubiquitous/XiUOS/resources/include/dev_serial.h diff --git a/resources/include/dev_spi.h b/Ubiquitous/XiUOS/resources/include/dev_spi.h similarity index 100% rename from resources/include/dev_spi.h rename to Ubiquitous/XiUOS/resources/include/dev_spi.h diff --git a/resources/include/dev_touch.h b/Ubiquitous/XiUOS/resources/include/dev_touch.h similarity index 100% rename from resources/include/dev_touch.h rename to Ubiquitous/XiUOS/resources/include/dev_touch.h diff --git a/resources/include/dev_usb.h b/Ubiquitous/XiUOS/resources/include/dev_usb.h similarity index 100% rename from resources/include/dev_usb.h rename to Ubiquitous/XiUOS/resources/include/dev_usb.h diff --git a/resources/include/dev_wdt.h b/Ubiquitous/XiUOS/resources/include/dev_wdt.h similarity index 100% rename from resources/include/dev_wdt.h rename to Ubiquitous/XiUOS/resources/include/dev_wdt.h diff --git a/resources/include/device.h b/Ubiquitous/XiUOS/resources/include/device.h similarity index 100% rename from resources/include/device.h rename to Ubiquitous/XiUOS/resources/include/device.h diff --git a/resources/include/flash_spi.h b/Ubiquitous/XiUOS/resources/include/flash_spi.h similarity index 100% rename from resources/include/flash_spi.h rename to Ubiquitous/XiUOS/resources/include/flash_spi.h diff --git a/resources/include/sd_spi.h b/Ubiquitous/XiUOS/resources/include/sd_spi.h similarity index 100% rename from resources/include/sd_spi.h rename to Ubiquitous/XiUOS/resources/include/sd_spi.h diff --git a/resources/include/usb_common.h b/Ubiquitous/XiUOS/resources/include/usb_common.h similarity index 100% rename from resources/include/usb_common.h rename to Ubiquitous/XiUOS/resources/include/usb_common.h diff --git a/resources/include/usb_host.h b/Ubiquitous/XiUOS/resources/include/usb_host.h similarity index 100% rename from resources/include/usb_host.h rename to Ubiquitous/XiUOS/resources/include/usb_host.h diff --git a/resources/lcd/Makefile b/Ubiquitous/XiUOS/resources/lcd/Makefile similarity index 100% rename from resources/lcd/Makefile rename to Ubiquitous/XiUOS/resources/lcd/Makefile diff --git a/resources/lcd/bus_lcd.c b/Ubiquitous/XiUOS/resources/lcd/bus_lcd.c similarity index 100% rename from resources/lcd/bus_lcd.c rename to Ubiquitous/XiUOS/resources/lcd/bus_lcd.c diff --git a/resources/lcd/dev_lcd.c b/Ubiquitous/XiUOS/resources/lcd/dev_lcd.c similarity index 100% rename from resources/lcd/dev_lcd.c rename to Ubiquitous/XiUOS/resources/lcd/dev_lcd.c diff --git a/resources/lcd/drv_lcd.c b/Ubiquitous/XiUOS/resources/lcd/drv_lcd.c similarity index 100% rename from resources/lcd/drv_lcd.c rename to Ubiquitous/XiUOS/resources/lcd/drv_lcd.c diff --git a/resources/pin/Makefile b/Ubiquitous/XiUOS/resources/pin/Makefile similarity index 100% rename from resources/pin/Makefile rename to Ubiquitous/XiUOS/resources/pin/Makefile diff --git a/resources/pin/bus_pin.c b/Ubiquitous/XiUOS/resources/pin/bus_pin.c similarity index 100% rename from resources/pin/bus_pin.c rename to Ubiquitous/XiUOS/resources/pin/bus_pin.c diff --git a/resources/pin/dev_pin.c b/Ubiquitous/XiUOS/resources/pin/dev_pin.c similarity index 100% rename from resources/pin/dev_pin.c rename to Ubiquitous/XiUOS/resources/pin/dev_pin.c diff --git a/resources/pin/drv_pin.c b/Ubiquitous/XiUOS/resources/pin/drv_pin.c similarity index 100% rename from resources/pin/drv_pin.c rename to Ubiquitous/XiUOS/resources/pin/drv_pin.c diff --git a/resources/rtc/Makefile b/Ubiquitous/XiUOS/resources/rtc/Makefile similarity index 100% rename from resources/rtc/Makefile rename to Ubiquitous/XiUOS/resources/rtc/Makefile diff --git a/resources/rtc/bus_rtc.c b/Ubiquitous/XiUOS/resources/rtc/bus_rtc.c similarity index 100% rename from resources/rtc/bus_rtc.c rename to Ubiquitous/XiUOS/resources/rtc/bus_rtc.c diff --git a/resources/rtc/dev_rtc.c b/Ubiquitous/XiUOS/resources/rtc/dev_rtc.c similarity index 100% rename from resources/rtc/dev_rtc.c rename to Ubiquitous/XiUOS/resources/rtc/dev_rtc.c diff --git a/resources/rtc/drv_rtc.c b/Ubiquitous/XiUOS/resources/rtc/drv_rtc.c similarity index 100% rename from resources/rtc/drv_rtc.c rename to Ubiquitous/XiUOS/resources/rtc/drv_rtc.c diff --git a/resources/sdio/Makefile b/Ubiquitous/XiUOS/resources/sdio/Makefile similarity index 100% rename from resources/sdio/Makefile rename to Ubiquitous/XiUOS/resources/sdio/Makefile diff --git a/resources/sdio/bus_sdio.c b/Ubiquitous/XiUOS/resources/sdio/bus_sdio.c similarity index 100% rename from resources/sdio/bus_sdio.c rename to Ubiquitous/XiUOS/resources/sdio/bus_sdio.c diff --git a/resources/sdio/dev_sdio.c b/Ubiquitous/XiUOS/resources/sdio/dev_sdio.c similarity index 100% rename from resources/sdio/dev_sdio.c rename to Ubiquitous/XiUOS/resources/sdio/dev_sdio.c diff --git a/resources/sdio/drv_sdio.c b/Ubiquitous/XiUOS/resources/sdio/drv_sdio.c similarity index 100% rename from resources/sdio/drv_sdio.c rename to Ubiquitous/XiUOS/resources/sdio/drv_sdio.c diff --git a/resources/serial/Makefile b/Ubiquitous/XiUOS/resources/serial/Makefile similarity index 100% rename from resources/serial/Makefile rename to Ubiquitous/XiUOS/resources/serial/Makefile diff --git a/resources/serial/bus_serial.c b/Ubiquitous/XiUOS/resources/serial/bus_serial.c similarity index 100% rename from resources/serial/bus_serial.c rename to Ubiquitous/XiUOS/resources/serial/bus_serial.c diff --git a/resources/serial/dev_serial.c b/Ubiquitous/XiUOS/resources/serial/dev_serial.c similarity index 100% rename from resources/serial/dev_serial.c rename to Ubiquitous/XiUOS/resources/serial/dev_serial.c diff --git a/resources/serial/drv_serial.c b/Ubiquitous/XiUOS/resources/serial/drv_serial.c similarity index 100% rename from resources/serial/drv_serial.c rename to Ubiquitous/XiUOS/resources/serial/drv_serial.c diff --git a/resources/spi/Makefile b/Ubiquitous/XiUOS/resources/spi/Makefile similarity index 100% rename from resources/spi/Makefile rename to Ubiquitous/XiUOS/resources/spi/Makefile diff --git a/resources/spi/bus_spi.c b/Ubiquitous/XiUOS/resources/spi/bus_spi.c similarity index 100% rename from resources/spi/bus_spi.c rename to Ubiquitous/XiUOS/resources/spi/bus_spi.c diff --git a/resources/spi/dev_spi.c b/Ubiquitous/XiUOS/resources/spi/dev_spi.c similarity index 100% rename from resources/spi/dev_spi.c rename to Ubiquitous/XiUOS/resources/spi/dev_spi.c diff --git a/resources/spi/drv_spi.c b/Ubiquitous/XiUOS/resources/spi/drv_spi.c similarity index 100% rename from resources/spi/drv_spi.c rename to Ubiquitous/XiUOS/resources/spi/drv_spi.c diff --git a/resources/spi/flash_spi.c b/Ubiquitous/XiUOS/resources/spi/flash_spi.c similarity index 100% rename from resources/spi/flash_spi.c rename to Ubiquitous/XiUOS/resources/spi/flash_spi.c diff --git a/resources/spi/sd_card_spi/Makefile b/Ubiquitous/XiUOS/resources/spi/sd_card_spi/Makefile similarity index 100% rename from resources/spi/sd_card_spi/Makefile rename to Ubiquitous/XiUOS/resources/spi/sd_card_spi/Makefile diff --git a/resources/spi/sd_card_spi/sd_spi.c b/Ubiquitous/XiUOS/resources/spi/sd_card_spi/sd_spi.c similarity index 100% rename from resources/spi/sd_card_spi/sd_spi.c rename to Ubiquitous/XiUOS/resources/spi/sd_card_spi/sd_spi.c diff --git a/resources/spi/third_party_spi/Makefile b/Ubiquitous/XiUOS/resources/spi/third_party_spi/Makefile similarity index 100% rename from resources/spi/third_party_spi/Makefile rename to Ubiquitous/XiUOS/resources/spi/third_party_spi/Makefile diff --git a/resources/spi/third_party_spi/SFUD/LICENSE b/Ubiquitous/XiUOS/resources/spi/third_party_spi/SFUD/LICENSE similarity index 100% rename from resources/spi/third_party_spi/SFUD/LICENSE rename to Ubiquitous/XiUOS/resources/spi/third_party_spi/SFUD/LICENSE diff --git a/resources/spi/third_party_spi/SFUD/Makefile b/Ubiquitous/XiUOS/resources/spi/third_party_spi/SFUD/Makefile similarity index 100% rename from resources/spi/third_party_spi/SFUD/Makefile rename to Ubiquitous/XiUOS/resources/spi/third_party_spi/SFUD/Makefile diff --git a/resources/spi/third_party_spi/SFUD/README.md b/Ubiquitous/XiUOS/resources/spi/third_party_spi/SFUD/README.md similarity index 100% rename from resources/spi/third_party_spi/SFUD/README.md rename to Ubiquitous/XiUOS/resources/spi/third_party_spi/SFUD/README.md diff --git a/resources/spi/third_party_spi/SFUD/sfud/Makefile b/Ubiquitous/XiUOS/resources/spi/third_party_spi/SFUD/sfud/Makefile similarity index 100% rename from resources/spi/third_party_spi/SFUD/sfud/Makefile rename to Ubiquitous/XiUOS/resources/spi/third_party_spi/SFUD/sfud/Makefile diff --git a/resources/spi/third_party_spi/SFUD/sfud/inc/sfud.h b/Ubiquitous/XiUOS/resources/spi/third_party_spi/SFUD/sfud/inc/sfud.h similarity index 100% rename from resources/spi/third_party_spi/SFUD/sfud/inc/sfud.h rename to Ubiquitous/XiUOS/resources/spi/third_party_spi/SFUD/sfud/inc/sfud.h diff --git a/resources/spi/third_party_spi/SFUD/sfud/inc/sfud_cfg.h b/Ubiquitous/XiUOS/resources/spi/third_party_spi/SFUD/sfud/inc/sfud_cfg.h similarity index 100% rename from resources/spi/third_party_spi/SFUD/sfud/inc/sfud_cfg.h rename to Ubiquitous/XiUOS/resources/spi/third_party_spi/SFUD/sfud/inc/sfud_cfg.h diff --git a/resources/spi/third_party_spi/SFUD/sfud/inc/sfud_def.h b/Ubiquitous/XiUOS/resources/spi/third_party_spi/SFUD/sfud/inc/sfud_def.h similarity index 100% rename from resources/spi/third_party_spi/SFUD/sfud/inc/sfud_def.h rename to Ubiquitous/XiUOS/resources/spi/third_party_spi/SFUD/sfud/inc/sfud_def.h diff --git a/resources/spi/third_party_spi/SFUD/sfud/inc/sfud_flash_def.h b/Ubiquitous/XiUOS/resources/spi/third_party_spi/SFUD/sfud/inc/sfud_flash_def.h similarity index 100% rename from resources/spi/third_party_spi/SFUD/sfud/inc/sfud_flash_def.h rename to Ubiquitous/XiUOS/resources/spi/third_party_spi/SFUD/sfud/inc/sfud_flash_def.h diff --git a/resources/spi/third_party_spi/SFUD/sfud/inc/sfud_port.h b/Ubiquitous/XiUOS/resources/spi/third_party_spi/SFUD/sfud/inc/sfud_port.h similarity index 100% rename from resources/spi/third_party_spi/SFUD/sfud/inc/sfud_port.h rename to Ubiquitous/XiUOS/resources/spi/third_party_spi/SFUD/sfud/inc/sfud_port.h diff --git a/resources/spi/third_party_spi/SFUD/sfud/port/Makefile b/Ubiquitous/XiUOS/resources/spi/third_party_spi/SFUD/sfud/port/Makefile similarity index 100% rename from resources/spi/third_party_spi/SFUD/sfud/port/Makefile rename to Ubiquitous/XiUOS/resources/spi/third_party_spi/SFUD/sfud/port/Makefile diff --git a/resources/spi/third_party_spi/SFUD/sfud/port/sfud_port.c b/Ubiquitous/XiUOS/resources/spi/third_party_spi/SFUD/sfud/port/sfud_port.c similarity index 100% rename from resources/spi/third_party_spi/SFUD/sfud/port/sfud_port.c rename to Ubiquitous/XiUOS/resources/spi/third_party_spi/SFUD/sfud/port/sfud_port.c diff --git a/resources/spi/third_party_spi/SFUD/sfud/src/Makefile b/Ubiquitous/XiUOS/resources/spi/third_party_spi/SFUD/sfud/src/Makefile similarity index 100% rename from resources/spi/third_party_spi/SFUD/sfud/src/Makefile rename to Ubiquitous/XiUOS/resources/spi/third_party_spi/SFUD/sfud/src/Makefile diff --git a/resources/spi/third_party_spi/SFUD/sfud/src/sfud.c b/Ubiquitous/XiUOS/resources/spi/third_party_spi/SFUD/sfud/src/sfud.c similarity index 100% rename from resources/spi/third_party_spi/SFUD/sfud/src/sfud.c rename to Ubiquitous/XiUOS/resources/spi/third_party_spi/SFUD/sfud/src/sfud.c diff --git a/resources/spi/third_party_spi/SFUD/sfud/src/sfud_sfdp.c b/Ubiquitous/XiUOS/resources/spi/third_party_spi/SFUD/sfud/src/sfud_sfdp.c similarity index 100% rename from resources/spi/third_party_spi/SFUD/sfud/src/sfud_sfdp.c rename to Ubiquitous/XiUOS/resources/spi/third_party_spi/SFUD/sfud/src/sfud_sfdp.c diff --git a/resources/timer/Makefile b/Ubiquitous/XiUOS/resources/timer/Makefile similarity index 100% rename from resources/timer/Makefile rename to Ubiquitous/XiUOS/resources/timer/Makefile diff --git a/resources/timer/bus_hwtimer.c b/Ubiquitous/XiUOS/resources/timer/bus_hwtimer.c similarity index 100% rename from resources/timer/bus_hwtimer.c rename to Ubiquitous/XiUOS/resources/timer/bus_hwtimer.c diff --git a/resources/timer/dev_hwtimer.c b/Ubiquitous/XiUOS/resources/timer/dev_hwtimer.c similarity index 100% rename from resources/timer/dev_hwtimer.c rename to Ubiquitous/XiUOS/resources/timer/dev_hwtimer.c diff --git a/resources/timer/drv_hwtimer.c b/Ubiquitous/XiUOS/resources/timer/drv_hwtimer.c similarity index 100% rename from resources/timer/drv_hwtimer.c rename to Ubiquitous/XiUOS/resources/timer/drv_hwtimer.c diff --git a/resources/touch/Makefile b/Ubiquitous/XiUOS/resources/touch/Makefile similarity index 100% rename from resources/touch/Makefile rename to Ubiquitous/XiUOS/resources/touch/Makefile diff --git a/resources/touch/bus_touch.c b/Ubiquitous/XiUOS/resources/touch/bus_touch.c similarity index 100% rename from resources/touch/bus_touch.c rename to Ubiquitous/XiUOS/resources/touch/bus_touch.c diff --git a/resources/touch/dev_touch.c b/Ubiquitous/XiUOS/resources/touch/dev_touch.c similarity index 100% rename from resources/touch/dev_touch.c rename to Ubiquitous/XiUOS/resources/touch/dev_touch.c diff --git a/resources/touch/drv_touch.c b/Ubiquitous/XiUOS/resources/touch/drv_touch.c similarity index 100% rename from resources/touch/drv_touch.c rename to Ubiquitous/XiUOS/resources/touch/drv_touch.c diff --git a/resources/usb/Makefile b/Ubiquitous/XiUOS/resources/usb/Makefile similarity index 100% rename from resources/usb/Makefile rename to Ubiquitous/XiUOS/resources/usb/Makefile diff --git a/resources/usb/bus_usb.c b/Ubiquitous/XiUOS/resources/usb/bus_usb.c similarity index 100% rename from resources/usb/bus_usb.c rename to Ubiquitous/XiUOS/resources/usb/bus_usb.c diff --git a/resources/usb/dev_usb.c b/Ubiquitous/XiUOS/resources/usb/dev_usb.c similarity index 100% rename from resources/usb/dev_usb.c rename to Ubiquitous/XiUOS/resources/usb/dev_usb.c diff --git a/resources/usb/drv_usb.c b/Ubiquitous/XiUOS/resources/usb/drv_usb.c similarity index 100% rename from resources/usb/drv_usb.c rename to Ubiquitous/XiUOS/resources/usb/drv_usb.c diff --git a/resources/usb/third_party_usb/Makefile b/Ubiquitous/XiUOS/resources/usb/third_party_usb/Makefile similarity index 100% rename from resources/usb/third_party_usb/Makefile rename to Ubiquitous/XiUOS/resources/usb/third_party_usb/Makefile diff --git a/resources/usb/third_party_usb/usbhost/Makefile b/Ubiquitous/XiUOS/resources/usb/third_party_usb/usbhost/Makefile similarity index 100% rename from resources/usb/third_party_usb/usbhost/Makefile rename to Ubiquitous/XiUOS/resources/usb/third_party_usb/usbhost/Makefile diff --git a/resources/usb/third_party_usb/usbhost/class/Makefile b/Ubiquitous/XiUOS/resources/usb/third_party_usb/usbhost/class/Makefile similarity index 100% rename from resources/usb/third_party_usb/usbhost/class/Makefile rename to Ubiquitous/XiUOS/resources/usb/third_party_usb/usbhost/class/Makefile diff --git a/resources/usb/third_party_usb/usbhost/class/mass.c b/Ubiquitous/XiUOS/resources/usb/third_party_usb/usbhost/class/mass.c similarity index 100% rename from resources/usb/third_party_usb/usbhost/class/mass.c rename to Ubiquitous/XiUOS/resources/usb/third_party_usb/usbhost/class/mass.c diff --git a/resources/usb/third_party_usb/usbhost/class/mass.h b/Ubiquitous/XiUOS/resources/usb/third_party_usb/usbhost/class/mass.h similarity index 100% rename from resources/usb/third_party_usb/usbhost/class/mass.h rename to Ubiquitous/XiUOS/resources/usb/third_party_usb/usbhost/class/mass.h diff --git a/resources/usb/third_party_usb/usbhost/class/udisk.c b/Ubiquitous/XiUOS/resources/usb/third_party_usb/usbhost/class/udisk.c similarity index 100% rename from resources/usb/third_party_usb/usbhost/class/udisk.c rename to Ubiquitous/XiUOS/resources/usb/third_party_usb/usbhost/class/udisk.c diff --git a/resources/usb/third_party_usb/usbhost/core/Makefile b/Ubiquitous/XiUOS/resources/usb/third_party_usb/usbhost/core/Makefile similarity index 100% rename from resources/usb/third_party_usb/usbhost/core/Makefile rename to Ubiquitous/XiUOS/resources/usb/third_party_usb/usbhost/core/Makefile diff --git a/resources/usb/third_party_usb/usbhost/core/core.c b/Ubiquitous/XiUOS/resources/usb/third_party_usb/usbhost/core/core.c similarity index 100% rename from resources/usb/third_party_usb/usbhost/core/core.c rename to Ubiquitous/XiUOS/resources/usb/third_party_usb/usbhost/core/core.c diff --git a/resources/usb/third_party_usb/usbhost/core/driver.c b/Ubiquitous/XiUOS/resources/usb/third_party_usb/usbhost/core/driver.c similarity index 100% rename from resources/usb/third_party_usb/usbhost/core/driver.c rename to Ubiquitous/XiUOS/resources/usb/third_party_usb/usbhost/core/driver.c diff --git a/resources/usb/third_party_usb/usbhost/core/hub.c b/Ubiquitous/XiUOS/resources/usb/third_party_usb/usbhost/core/hub.c similarity index 100% rename from resources/usb/third_party_usb/usbhost/core/hub.c rename to Ubiquitous/XiUOS/resources/usb/third_party_usb/usbhost/core/hub.c diff --git a/resources/usb/third_party_usb/usbhost/core/usbhost.c b/Ubiquitous/XiUOS/resources/usb/third_party_usb/usbhost/core/usbhost.c similarity index 100% rename from resources/usb/third_party_usb/usbhost/core/usbhost.c rename to Ubiquitous/XiUOS/resources/usb/third_party_usb/usbhost/core/usbhost.c diff --git a/resources/watchdog/Makefile b/Ubiquitous/XiUOS/resources/watchdog/Makefile similarity index 100% rename from resources/watchdog/Makefile rename to Ubiquitous/XiUOS/resources/watchdog/Makefile diff --git a/resources/watchdog/bus_wdt.c b/Ubiquitous/XiUOS/resources/watchdog/bus_wdt.c similarity index 100% rename from resources/watchdog/bus_wdt.c rename to Ubiquitous/XiUOS/resources/watchdog/bus_wdt.c diff --git a/resources/watchdog/dev_wdt.c b/Ubiquitous/XiUOS/resources/watchdog/dev_wdt.c similarity index 100% rename from resources/watchdog/dev_wdt.c rename to Ubiquitous/XiUOS/resources/watchdog/dev_wdt.c diff --git a/resources/watchdog/drv_wdt.c b/Ubiquitous/XiUOS/resources/watchdog/drv_wdt.c similarity index 100% rename from resources/watchdog/drv_wdt.c rename to Ubiquitous/XiUOS/resources/watchdog/drv_wdt.c diff --git a/tool/Makefile b/Ubiquitous/XiUOS/tool/Makefile similarity index 100% rename from tool/Makefile rename to Ubiquitous/XiUOS/tool/Makefile diff --git a/tool/hosttools/xsconfig.sh b/Ubiquitous/XiUOS/tool/hosttools/xsconfig.sh similarity index 100% rename from tool/hosttools/xsconfig.sh rename to Ubiquitous/XiUOS/tool/hosttools/xsconfig.sh diff --git a/tool/scripts/connect_kd233.sh b/Ubiquitous/XiUOS/tool/scripts/connect_kd233.sh similarity index 100% rename from tool/scripts/connect_kd233.sh rename to Ubiquitous/XiUOS/tool/scripts/connect_kd233.sh diff --git a/tool/scripts/flash_kd233.sh b/Ubiquitous/XiUOS/tool/scripts/flash_kd233.sh similarity index 100% rename from tool/scripts/flash_kd233.sh rename to Ubiquitous/XiUOS/tool/scripts/flash_kd233.sh diff --git a/tool/shell/Kconfig b/Ubiquitous/XiUOS/tool/shell/Kconfig similarity index 100% rename from tool/shell/Kconfig rename to Ubiquitous/XiUOS/tool/shell/Kconfig diff --git a/tool/shell/Makefile b/Ubiquitous/XiUOS/tool/shell/Makefile similarity index 100% rename from tool/shell/Makefile rename to Ubiquitous/XiUOS/tool/shell/Makefile diff --git a/tool/shell/letter-shell/LICENSE b/Ubiquitous/XiUOS/tool/shell/letter-shell/LICENSE similarity index 100% rename from tool/shell/letter-shell/LICENSE rename to Ubiquitous/XiUOS/tool/shell/letter-shell/LICENSE diff --git a/tool/shell/letter-shell/Makefile b/Ubiquitous/XiUOS/tool/shell/letter-shell/Makefile similarity index 100% rename from tool/shell/letter-shell/Makefile rename to Ubiquitous/XiUOS/tool/shell/letter-shell/Makefile diff --git a/tool/shell/letter-shell/README.md b/Ubiquitous/XiUOS/tool/shell/letter-shell/README.md similarity index 100% rename from tool/shell/letter-shell/README.md rename to Ubiquitous/XiUOS/tool/shell/letter-shell/README.md diff --git a/tool/shell/letter-shell/cmd.c b/Ubiquitous/XiUOS/tool/shell/letter-shell/cmd.c similarity index 100% rename from tool/shell/letter-shell/cmd.c rename to Ubiquitous/XiUOS/tool/shell/letter-shell/cmd.c diff --git a/tool/shell/letter-shell/file_ext/Makefile b/Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/Makefile similarity index 100% rename from tool/shell/letter-shell/file_ext/Makefile rename to Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/Makefile diff --git a/tool/shell/letter-shell/file_ext/bunzip2.c b/Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/bunzip2.c similarity index 100% rename from tool/shell/letter-shell/file_ext/bunzip2.c rename to Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/bunzip2.c diff --git a/tool/shell/letter-shell/file_ext/bzip2.c b/Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/bzip2.c similarity index 100% rename from tool/shell/letter-shell/file_ext/bzip2.c rename to Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/bzip2.c diff --git a/tool/shell/letter-shell/file_ext/bzip2.h b/Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/bzip2.h similarity index 100% rename from tool/shell/letter-shell/file_ext/bzip2.h rename to Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/bzip2.h diff --git a/tool/shell/letter-shell/file_ext/bzlib/Makefile b/Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/bzlib/Makefile similarity index 100% rename from tool/shell/letter-shell/file_ext/bzlib/Makefile rename to Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/bzlib/Makefile diff --git a/tool/shell/letter-shell/file_ext/bzlib/blocksort.c b/Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/bzlib/blocksort.c similarity index 100% rename from tool/shell/letter-shell/file_ext/bzlib/blocksort.c rename to Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/bzlib/blocksort.c diff --git a/tool/shell/letter-shell/file_ext/bzlib/bzlib.c b/Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/bzlib/bzlib.c similarity index 100% rename from tool/shell/letter-shell/file_ext/bzlib/bzlib.c rename to Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/bzlib/bzlib.c diff --git a/tool/shell/letter-shell/file_ext/bzlib/bzlib.h b/Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/bzlib/bzlib.h similarity index 100% rename from tool/shell/letter-shell/file_ext/bzlib/bzlib.h rename to Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/bzlib/bzlib.h diff --git a/tool/shell/letter-shell/file_ext/bzlib/bzlib_private.h b/Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/bzlib/bzlib_private.h similarity index 100% rename from tool/shell/letter-shell/file_ext/bzlib/bzlib_private.h rename to Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/bzlib/bzlib_private.h diff --git a/tool/shell/letter-shell/file_ext/bzlib/compress.c b/Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/bzlib/compress.c similarity index 100% rename from tool/shell/letter-shell/file_ext/bzlib/compress.c rename to Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/bzlib/compress.c diff --git a/tool/shell/letter-shell/file_ext/bzlib/huffman.c b/Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/bzlib/huffman.c similarity index 100% rename from tool/shell/letter-shell/file_ext/bzlib/huffman.c rename to Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/bzlib/huffman.c diff --git a/tool/shell/letter-shell/file_ext/gunzip.c b/Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/gunzip.c similarity index 100% rename from tool/shell/letter-shell/file_ext/gunzip.c rename to Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/gunzip.c diff --git a/tool/shell/letter-shell/file_ext/gunzip.h b/Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/gunzip.h similarity index 100% rename from tool/shell/letter-shell/file_ext/gunzip.h rename to Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/gunzip.h diff --git a/tool/shell/letter-shell/file_ext/gzip.c b/Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/gzip.c similarity index 100% rename from tool/shell/letter-shell/file_ext/gzip.c rename to Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/gzip.c diff --git a/tool/shell/letter-shell/file_ext/gzip.h b/Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/gzip.h similarity index 100% rename from tool/shell/letter-shell/file_ext/gzip.h rename to Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/gzip.h diff --git a/tool/shell/letter-shell/file_ext/msh_file.c b/Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/msh_file.c similarity index 100% rename from tool/shell/letter-shell/file_ext/msh_file.c rename to Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/msh_file.c diff --git a/tool/shell/letter-shell/file_ext/shell_fs.c b/Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/shell_fs.c similarity index 100% rename from tool/shell/letter-shell/file_ext/shell_fs.c rename to Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/shell_fs.c diff --git a/tool/shell/letter-shell/file_ext/shell_fs.h b/Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/shell_fs.h similarity index 100% rename from tool/shell/letter-shell/file_ext/shell_fs.h rename to Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/shell_fs.h diff --git a/tool/shell/letter-shell/file_ext/tar.c b/Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/tar.c similarity index 100% rename from tool/shell/letter-shell/file_ext/tar.c rename to Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/tar.c diff --git a/tool/shell/letter-shell/file_ext/tar.h b/Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/tar.h similarity index 100% rename from tool/shell/letter-shell/file_ext/tar.h rename to Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/tar.h diff --git a/tool/shell/letter-shell/file_ext/unzip.c b/Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/unzip.c similarity index 100% rename from tool/shell/letter-shell/file_ext/unzip.c rename to Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/unzip.c diff --git a/tool/shell/letter-shell/file_ext/unzip.h b/Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/unzip.h similarity index 100% rename from tool/shell/letter-shell/file_ext/unzip.h rename to Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/unzip.h diff --git a/tool/shell/letter-shell/file_ext/utility.c b/Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/utility.c similarity index 100% rename from tool/shell/letter-shell/file_ext/utility.c rename to Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/utility.c diff --git a/tool/shell/letter-shell/file_ext/utility.h b/Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/utility.h similarity index 100% rename from tool/shell/letter-shell/file_ext/utility.h rename to Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/utility.h diff --git a/tool/shell/letter-shell/shell.c b/Ubiquitous/XiUOS/tool/shell/letter-shell/shell.c similarity index 100% rename from tool/shell/letter-shell/shell.c rename to Ubiquitous/XiUOS/tool/shell/letter-shell/shell.c diff --git a/tool/shell/letter-shell/shell.h b/Ubiquitous/XiUOS/tool/shell/letter-shell/shell.h similarity index 100% rename from tool/shell/letter-shell/shell.h rename to Ubiquitous/XiUOS/tool/shell/letter-shell/shell.h diff --git a/tool/shell/letter-shell/shell_ext.c b/Ubiquitous/XiUOS/tool/shell/letter-shell/shell_ext.c similarity index 100% rename from tool/shell/letter-shell/shell_ext.c rename to Ubiquitous/XiUOS/tool/shell/letter-shell/shell_ext.c diff --git a/tool/shell/letter-shell/shell_ext.h b/Ubiquitous/XiUOS/tool/shell/letter-shell/shell_ext.h similarity index 100% rename from tool/shell/letter-shell/shell_ext.h rename to Ubiquitous/XiUOS/tool/shell/letter-shell/shell_ext.h diff --git a/tool/shell/letter-shell/shell_port.c b/Ubiquitous/XiUOS/tool/shell/letter-shell/shell_port.c similarity index 100% rename from tool/shell/letter-shell/shell_port.c rename to Ubiquitous/XiUOS/tool/shell/letter-shell/shell_port.c diff --git a/tool/shell/letter-shell/shell_port.h b/Ubiquitous/XiUOS/tool/shell/letter-shell/shell_port.h similarity index 100% rename from tool/shell/letter-shell/shell_port.h rename to Ubiquitous/XiUOS/tool/shell/letter-shell/shell_port.h