From 5078ff66cce28bc8f0ab3ea9d7da925ef88e9412 Mon Sep 17 00:00:00 2001 From: Liu_Weichao Date: Tue, 1 Mar 2022 14:15:01 +0800 Subject: [PATCH] feat modify XiUOS_Kernel dir from Ubiquitous/XiUOS to Ubiquitous/XiZi --- APP_Framework/Applications/Makefile | 2 +- APP_Framework/Applications/app_test/Kconfig | 4 ++-- .../Applications/app_test/test_spi_flash.c | 2 +- .../socket_demo/lwip_tcp_socket_demo.c | 2 +- .../socket_demo/lwip_udp_socket_demo.c | 2 +- APP_Framework/Applications/cppmain.cpp | 2 +- .../general_functions/list/Makefile | 2 +- .../Applications/sensor_app/Makefile | 2 +- .../Applications/sensor_app/ch4_as830.c | 2 +- .../Applications/sensor_app/co2_zg09.c | 2 +- .../sensor_app/hcho_tb600b_wq_hcho1os.c | 2 +- .../Applications/sensor_app/humidity_hs300x.c | 2 +- .../sensor_app/iaq_tb600b_iaq10.c | 2 +- .../Applications/sensor_app/pm10_0_ps5308.c | 2 +- .../Applications/sensor_app/pm1_0_ps5308.c | 2 +- .../Applications/sensor_app/pm2_5_ps5308.c | 2 +- .../sensor_app/temperature_hs300x.c | 2 +- .../sensor_app/tvoc_tb600b_tvoc10.c | 2 +- APP_Framework/Framework/Kconfig | 6 +++--- .../Framework/connection/4g/ec200t/Kconfig | 2 +- .../connection/bluetooth/hc08/Kconfig | 2 +- .../ethernet/hfa21_ethernet/Kconfig | 2 +- .../Framework/connection/lora/sx1278/Kconfig | 2 +- .../Framework/connection/nbiot/bc28/Kconfig | 2 +- .../connection/wifi/hfa21_wifi/Kconfig | 2 +- .../Framework/connection/zigbee/e18/Kconfig | 2 +- APP_Framework/Framework/sensor/Makefile | 2 +- APP_Framework/Framework/sensor/ch4/Kconfig | 2 +- .../Framework/sensor/ch4/as830/Makefile | 2 +- APP_Framework/Framework/sensor/co2/Kconfig | 2 +- .../Framework/sensor/co2/zg09/Makefile | 2 +- APP_Framework/Framework/sensor/hcho/Kconfig | 2 +- .../sensor/hcho/tb600b_wq_hcho1os/Makefile | 2 +- .../Framework/sensor/humidity/Kconfig | 2 +- .../sensor/humidity/hs300x_humi/Makefile | 2 +- APP_Framework/Framework/sensor/iaq/Kconfig | 2 +- .../sensor/iaq/tb600b_iaq10/Makefile | 2 +- APP_Framework/Framework/sensor/pm/Kconfig | 2 +- .../Framework/sensor/pm/ps5308/Makefile | 2 +- .../Framework/sensor/temperature/Kconfig | 2 +- .../sensor/temperature/hs300x_temp/Makefile | 2 +- APP_Framework/Framework/sensor/tvoc/Kconfig | 2 +- .../sensor/tvoc/tb600b_tvoc10/Makefile | 2 +- APP_Framework/Framework/sensor/voice/Kconfig | 2 +- .../Framework/sensor/voice/d124/Makefile | 2 +- .../Framework/transform_layer/Makefile | 4 ++-- .../transform_layer/{xiuos => xizi}/Makefile | 0 .../{xiuos => xizi}/transform.c | 0 .../{xiuos => xizi}/transform.h | 0 .../{xiuos => xizi}/user_api/Makefile | 0 .../{xiuos => xizi}/user_api/include/bus.h | 0 .../user_api/include/bus_serial.h | 0 .../user_api/include/dev_serial.h | 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 | 4 ++-- .../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 => xizi}/userspace.c | 0 APP_Framework/Makefile | 2 +- Ubiquitous/RT_Thread/aiit_board/k210/.config | 2 +- .../RT_Thread/aiit_board/k210/rtconfig.h | 2 +- .../aiit_board/stm32f407_core/.config | 2 +- .../aiit_board/stm32f407_core/rtconfig.h | 2 +- Ubiquitous/{XiUOS => XiZi}/.gitignore | 0 Ubiquitous/{XiUOS => XiZi}/Kconfig | 0 Ubiquitous/{XiUOS => XiZi}/LICENSE | 0 Ubiquitous/{XiUOS => XiZi}/Makefile | 2 +- Ubiquitous/{XiUOS => XiZi}/README.md | 2 +- Ubiquitous/{XiUOS => XiZi}/arch/Kconfig | 0 Ubiquitous/{XiUOS => XiZi}/arch/Makefile | 0 Ubiquitous/{XiUOS => XiZi}/arch/arm/Makefile | 0 .../arch/arm/cortex-m0/Makefile | 0 .../arch/arm/cortex-m0/arch_interrupt.h | 0 .../arch/arm/cortex-m0/arm32_switch.c | 0 .../{XiUOS => XiZi}/arch/arm/cortex-m0/boot.c | 2 +- .../arch/arm/cortex-m0/interrupt.c | 0 .../arch/arm/cortex-m0/interrupt_vector.S | 2 +- .../arch/arm/cortex-m0/pendsv.S | 0 .../arch/arm/cortex-m0/prepare_ahwstack.c | 0 .../arch/arm/cortex-m0/svc_handle.h | 0 .../arch/arm/cortex-m3/Makefile | 0 .../arch/arm/cortex-m3/arch_interrupt.h | 0 .../{XiUOS => XiZi}/arch/arm/cortex-m3/boot.S | 2 +- .../{XiUOS => XiZi}/arch/arm/cortex-m3/boot.c | 2 +- .../arch/arm/cortex-m3/interrupt.c | 0 .../arch/arm/cortex-m3/interrupt_vector_evb.S | 2 +- .../arm/cortex-m3/interrupt_vector_nano.S | 2 +- .../arch/arm/cortex-m4/Makefile | 0 .../arch/arm/cortex-m4/arch_interrupt.h | 0 .../{XiUOS => XiZi}/arch/arm/cortex-m4/boot.S | 2 +- .../arch/arm/cortex-m4/coreclock.c | 2 +- .../arch/arm/cortex-m4/interrupt.c | 0 .../arch/arm/cortex-m4/interrupt_vector.S | 2 +- .../arch/arm/cortex-m4/kswitch.h | 0 .../{XiUOS => XiZi}/arch/arm/cortex-m4/mpu.c | 0 .../{XiUOS => XiZi}/arch/arm/cortex-m4/mpu.h | 0 .../arch/arm/cortex-m4/svc_entry.S | 0 .../arch/arm/cortex-m4/svc_handle.c | 0 .../arch/arm/cortex-m4/system_init.c | 2 +- .../arch/arm/cortex-m7/Makefile | 0 .../arch/arm/cortex-m7/arch_interrupt.h | 0 .../{XiUOS => XiZi}/arch/arm/cortex-m7/boot.S | 0 .../arch/arm/cortex-m7/interrupt.c | 0 .../arch/arm/cortex-m7/interrupt_vector.S | 0 .../{XiUOS => XiZi}/arch/arm/shared/Makefile | 0 .../arch/arm/shared/arm32_switch.c | 0 .../{XiUOS => XiZi}/arch/arm/shared/pendsv.S | 0 .../arch/arm/shared/prepare_ahwstack.c | 0 .../arch/arm/shared/svc_handle.h | 0 Ubiquitous/{XiUOS => XiZi}/arch/kswitch.h | 0 .../{XiUOS => XiZi}/arch/risc-v/Makefile | 0 .../{XiUOS => XiZi}/arch/risc-v/fe310/LICENSE | 0 .../arch/risc-v/fe310/Makefile | 0 .../arch/risc-v/fe310/arch_interrupt.h | 0 .../{XiUOS => XiZi}/arch/risc-v/fe310/boot.S | 0 .../arch/risc-v/fe310/interrupt.c | 0 .../{XiUOS => XiZi}/arch/risc-v/fe310/tick.c | 0 .../{XiUOS => XiZi}/arch/risc-v/gap8/Makefile | 0 .../arch/risc-v/gap8/arch_interrupt.h | 0 .../{XiUOS => XiZi}/arch/risc-v/gap8/boot.S | 0 .../{XiUOS => XiZi}/arch/risc-v/gap8/gap8.h | 0 .../arch/risc-v/gap8/interrupt.c | 0 .../{XiUOS => XiZi}/arch/risc-v/gap8/tick.c | 0 .../arch/risc-v/gd32vf103_rvstar/Makefile | 0 .../risc-v/gd32vf103_rvstar/arch_interrupt.h | 0 .../arch/risc-v/gd32vf103_rvstar/boot.S | 0 .../arch/risc-v/gd32vf103_rvstar/interrupt.c | 0 .../gd32vf103_rvstar/intexc_gd32vf103.S | 0 .../arch/risc-v/gd32vf103_rvstar/tick.c | 0 .../{XiUOS => XiZi}/arch/risc-v/k210/Makefile | 0 .../arch/risc-v/k210/arch_interrupt.h | 0 .../{XiUOS => XiZi}/arch/risc-v/k210/boot.S | 0 .../arch/risc-v/k210/interrupt.c | 0 .../arch/risc-v/k210/smp_support.c | 0 .../{XiUOS => XiZi}/arch/risc-v/k210/tick.c | 0 .../{XiUOS => XiZi}/arch/risc-v/k210/tick.h | 0 .../arch/risc-v/rv32m1_vega/Makefile | 0 .../arch/risc-v/rv32m1_vega/RV32M1_ri5cy.h | 0 .../rv32m1_vega/RV32M1_ri5cy_features.h | 0 .../risc-v/rv32m1_vega/RV32M1_zero_riscy.h | 0 .../rv32m1_vega/RV32M1_zero_riscy_features.h | 0 .../arch/risc-v/rv32m1_vega/arch_interrupt.h | 0 .../arch/risc-v/rv32m1_vega/core_riscv32.h | 0 .../risc-v/rv32m1_vega/fsl_device_registers.h | 0 .../arch/risc-v/rv32m1_vega/interrupt.c | 0 .../arch/risc-v/rv32m1_vega/interrupt_gcc.S | 0 .../risc-v/rv32m1_vega/startup_RV32M1_ri5cy.S | 0 .../rv32m1_vega/startup_RV32M1_zero_riscy.S | 0 .../risc-v/rv32m1_vega/system_RV32M1_ri5cy.c | 0 .../risc-v/rv32m1_vega/system_RV32M1_ri5cy.h | 0 .../rv32m1_vega/system_RV32M1_zero_riscy.c | 0 .../rv32m1_vega/system_RV32M1_zero_riscy.h | 0 .../arch/risc-v/shared/Makefile | 0 .../{XiUOS => XiZi}/arch/risc-v/shared/boot.h | 0 .../arch/risc-v/shared/kswitch.h | 0 .../{XiUOS => XiZi}/arch/risc-v/shared/pmp.c | 0 .../{XiUOS => XiZi}/arch/risc-v/shared/pmp.h | 0 .../arch/risc-v/shared/prepare_rhwstack.c | 0 .../arch/risc-v/shared/rcontroller.h | 0 .../arch/risc-v/shared/register_op.h | 0 .../arch/risc-v/shared/register_para.h | 0 .../arch/risc-v/shared/riscv64_switch.c | 0 Ubiquitous/{XiUOS => XiZi}/board/Makefile | 0 .../board/aiit-arm32-board/.defconfig | 0 .../board/aiit-arm32-board/Kconfig | 2 +- .../board/aiit-arm32-board/Kselector | 2 +- .../board/aiit-arm32-board/Makefile | 0 .../board/aiit-arm32-board/README.md | 0 .../board/aiit-arm32-board/aiit.jpg | Bin .../board/aiit-arm32-board/board.c | 0 .../board/aiit-arm32-board/board.h | 0 .../board/aiit-arm32-board/config.mk | 4 ++-- .../include/arm_common_tables.h | 0 .../include/arm_const_structs.h | 0 .../board/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 .../board/aiit-arm32-board/include/cmsis_os.h | 0 .../board/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 .../board/aiit-arm32-board/link.lds | 0 .../board/aiit-arm32-board/link_userspace.lds | 0 .../board/aiit-arm32-board/menu.png | Bin .../board/aiit-arm32-board/shell.png | Bin .../board/aiit-arm32-board/st-link.png | Bin .../third_party_driver/Kconfig | 0 .../third_party_driver/Makefile | 0 .../third_party_driver/adc/Kconfig | 0 .../third_party_driver/adc/Makefile | 0 .../third_party_driver/adc/connect_adc.c | 0 .../third_party_driver/adc/hardware_adc.c | 2 +- .../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 | 2 +- .../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 | 2 +- .../third_party_driver/common/hardware_exti.c | 2 +- .../third_party_driver/common/hardware_fsmc.c | 2 +- .../third_party_driver/common/hardware_it.c | 4 ++-- .../third_party_driver/common/hardware_pwr.c | 2 +- .../third_party_driver/common/hardware_rcc.c | 2 +- .../common/hardware_syscfg.c | 2 +- .../third_party_driver/common/misc.c | 0 .../third_party_driver/dac/Kconfig | 0 .../third_party_driver/dac/Makefile | 0 .../third_party_driver/dac/connect_dac.c | 0 .../third_party_driver/dac/hardware_dac.c | 2 +- .../third_party_driver/extmem/Kconfig | 0 .../third_party_driver/extmem/Makefile | 0 .../extmem/connect_extmem.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 | 2 +- .../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 | 2 +- .../third_party_driver/include/connect_adc.h | 0 .../third_party_driver/include/connect_can.h | 0 .../include/connect_ch438.h | 0 .../third_party_driver/include/connect_dac.h | 0 .../include/connect_extmem.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_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/font.h | 0 .../third_party_driver/include/hardware_adc.h | 2 +- .../third_party_driver/include/hardware_can.h | 2 +- .../include/hardware_conf.h | 2 +- .../third_party_driver/include/hardware_dac.h | 2 +- .../include/hardware_dbgmcu.h | 2 +- .../third_party_driver/include/hardware_dma.h | 2 +- .../include/hardware_exti.h | 2 +- .../include/hardware_fsmc.h | 2 +- .../include/hardware_gpio.h | 2 +- .../third_party_driver/include/hardware_i2c.h | 2 +- .../include/hardware_iwdg.h | 2 +- .../third_party_driver/include/hardware_pwr.h | 2 +- .../third_party_driver/include/hardware_rcc.h | 2 +- .../third_party_driver/include/hardware_rtc.h | 2 +- .../include/hardware_sdio.h | 2 +- .../third_party_driver/include/hardware_spi.h | 2 +- .../include/hardware_syscfg.h | 2 +- .../third_party_driver/include/hardware_tim.h | 2 +- .../include/hardware_usart.h | 2 +- .../include/hardware_wwdg.h | 2 +- .../third_party_driver/include/misc.h | 0 .../include/stm32_assert_template.h | 2 +- .../third_party_driver/lcd/Kconfig | 0 .../third_party_driver/lcd/Makefile | 0 .../third_party_driver/lcd/connect_lcd.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 | 2 +- .../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 | 2 +- .../third_party_driver/sdio/sdio_sd.c | 2 +- .../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 | 2 +- .../spi/third_party_spi_lora/Makefile | 0 .../inc/spi_lora_sx12xx.h | 2 +- .../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 | 2 +- .../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 | 2 +- .../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 | 2 +- .../third_party_driver/usb/usbh.c | 2 +- .../third_party_driver/watchdog/Kconfig | 0 .../third_party_driver/watchdog/Makefile | 0 .../third_party_driver/watchdog/connect_wdg.c | 0 .../watchdog/hardware_wdg.c | 2 +- .../board/aiit-riscv64-board/.defconfig | 2 +- .../board/aiit-riscv64-board/Kconfig | 2 +- .../board/aiit-riscv64-board/Makefile | 0 .../board/aiit-riscv64-board/README.md | 0 .../board/aiit-riscv64-board/board.c | 0 .../board/aiit-riscv64-board/board.h | 0 .../board/aiit-riscv64-board/config.mk | 4 ++-- .../img/aiit_riscv64_board.png | Bin .../board/aiit-riscv64-board/img/terminal.png | Bin .../board/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 .../board/aiit-riscv64-board/include/printf.h | 0 .../board/aiit-riscv64-board/include/sleep.h | 0 .../aiit-riscv64-board/include/syscalls.h | 0 .../board/aiit-riscv64-board/include/syslog.h | 0 .../board/aiit-riscv64-board/include/util.h | 0 .../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 | 2 +- .../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 | 2 +- .../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 | 2 +- .../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-m0-emulator/.defconfig | 2 +- .../board/cortex-m0-emulator/Kconfig | 2 +- .../board/cortex-m0-emulator/Makefile | 0 .../board/cortex-m0-emulator/README.md | 0 .../board/cortex-m0-emulator/board.c | 2 +- .../board/cortex-m0-emulator/board.h | 0 .../board/cortex-m0-emulator/config.mk | 4 ++-- .../board/cortex-m0-emulator/connect_uart.c | 2 +- .../board/cortex-m0-emulator/link.lds | 0 .../third_party_driver/Kconfig | 0 .../third_party_driver/Libraries/Makefile | 0 .../Libraries/driverlib/Makefile | 0 .../Libraries/driverlib/gpio.h | 0 .../Libraries/driverlib/opt.h | 0 .../Libraries/driverlib/uart.c | 0 .../Libraries/driverlib/uart.h | 0 .../Libraries/inc/hw_memmap.h | 0 .../Libraries/inc/hw_nvic.h | 0 .../Libraries/inc/hw_types.h | 0 .../third_party_driver/Makefile | 0 .../board/cortex-m3-emulator/.defconfig | 2 +- .../board/cortex-m3-emulator/Kconfig | 2 +- .../board/cortex-m3-emulator/Makefile | 0 .../board/cortex-m3-emulator/README.md | 0 .../board/cortex-m3-emulator/board.c | 2 +- .../board/cortex-m3-emulator/board.h | 0 .../board/cortex-m3-emulator/config.mk | 4 ++-- .../board/cortex-m3-emulator/connect_uart.c | 2 +- .../cortex-m3-emulator/img/menuconfig.png | Bin .../cortex-m3-emulator/img/menuconfig1.png | Bin .../board/cortex-m3-emulator/img/terminal.png | Bin .../board/cortex-m3-emulator/img/vscode.jpg | Bin .../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 .../board/cortex-m4-emulator/Kconfig | 2 +- .../board/cortex-m4-emulator/Makefile | 0 .../board/cortex-m4-emulator/README.md | 0 .../board/cortex-m4-emulator/board.c | 2 +- .../board/cortex-m4-emulator/board.h | 0 .../board/cortex-m4-emulator/config.mk | 4 ++-- .../cortex-m4-emulator/documents/img/main.png | Bin .../documents/img/menuconfig.png | Bin .../documents/img/menuconfig1.png | Bin .../cortex-m4-emulator/documents/img/road.png | Bin .../documents/img/terminal.png | Bin .../documents/img/vscode.jpg | Bin .../cortex-m4-emulator/documents/技术文档.md | 14 ++++++------ .../cortex-m4-emulator/documents/演示视频.mp4 | Bin .../board/cortex-m4-emulator/img/main.png | Bin .../cortex-m4-emulator/img/menuconfig.png | Bin .../cortex-m4-emulator/img/menuconfig1.png | Bin .../board/cortex-m4-emulator/img/terminal.png | Bin .../board/cortex-m4-emulator/img/vscode.jpg | Bin .../include/arm_common_tables.h | 0 .../include/arm_const_structs.h | 0 .../cortex-m4-emulator/include/arm_math.h | 0 .../cortex-m4-emulator/include/cmsis_armcc.h | 0 .../include/cmsis_armcc_V6.h | 0 .../cortex-m4-emulator/include/cmsis_gcc.h | 0 .../cortex-m4-emulator/include/cmsis_os.h | 0 .../cortex-m4-emulator/include/core_cm4.h | 0 .../cortex-m4-emulator/include/core_cmFunc.h | 0 .../cortex-m4-emulator/include/core_cmInstr.h | 0 .../cortex-m4-emulator/include/core_cmSimd.h | 0 .../cortex-m4-emulator/include/stm32f4xx.h | 0 .../include/system_stm32f4xx.h | 0 .../board/cortex-m4-emulator/link.lds | 0 .../cortex-m4-emulator/link_userspace.lds | 0 .../third_party_driver/Kconfig | 0 .../third_party_driver/Makefile | 0 .../third_party_driver/common/Kconfig | 0 .../third_party_driver/common/Makefile | 0 .../third_party_driver/common/hardware_dma.c | 2 +- .../third_party_driver/common/hardware_exti.c | 2 +- .../third_party_driver/common/hardware_it.c | 4 ++-- .../third_party_driver/common/hardware_pwr.c | 2 +- .../third_party_driver/common/hardware_rcc.c | 2 +- .../common/hardware_syscfg.c | 2 +- .../third_party_driver/common/misc.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 | 2 +- .../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 | 2 +- .../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 | 2 +- .../include/hardware_conf.h | 2 +- .../third_party_driver/include/hardware_dac.h | 2 +- .../include/hardware_dbgmcu.h | 2 +- .../third_party_driver/include/hardware_dma.h | 2 +- .../third_party_driver/include/hardware_eth.h | 0 .../include/hardware_eth_conf.h | 0 .../include/hardware_exti.h | 2 +- .../include/hardware_fsmc.h | 2 +- .../include/hardware_gpio.h | 2 +- .../third_party_driver/include/hardware_i2c.h | 2 +- .../include/hardware_iwdg.h | 2 +- .../third_party_driver/include/hardware_pwr.h | 2 +- .../third_party_driver/include/hardware_rcc.h | 2 +- .../third_party_driver/include/hardware_rtc.h | 2 +- .../include/hardware_sdio.h | 2 +- .../third_party_driver/include/hardware_spi.h | 2 +- .../include/hardware_syscfg.h | 2 +- .../third_party_driver/include/hardware_tim.h | 2 +- .../include/hardware_usart.h | 2 +- .../include/hardware_wwdg.h | 2 +- .../third_party_driver/include/misc.h | 0 .../include/stm32_assert_template.h | 2 +- .../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 | 2 +- .../{XiUOS => XiZi}/board/gapuino/Kconfig | 2 +- .../{XiUOS => XiZi}/board/gapuino/Makefile | 0 .../{XiUOS => XiZi}/board/gapuino/README.md | 0 .../{XiUOS => XiZi}/board/gapuino/board.c | 2 +- .../{XiUOS => XiZi}/board/gapuino/board.h | 0 .../{XiUOS => XiZi}/board/gapuino/config.mk | 4 ++-- .../board/gapuino/img/choose_board.png | Bin .../board/gapuino/img/gdb_load.png | Bin .../board/gapuino/img/menuconfig.png | Bin .../board/gapuino/img/openocd.png | Bin .../board/gapuino/img/terminal.png | Bin .../board/gapuino/img/vscode.jpg | Bin .../{XiUOS => XiZi}/board/gapuino/link.lds | 0 .../board/gapuino/third_party_driver/Kconfig | 0 .../board/gapuino/third_party_driver/Makefile | 0 .../gapuino/third_party_driver/gpio/Kconfig | 0 .../gapuino/third_party_driver/gpio/Makefile | 0 .../third_party_driver/gpio/hardware_gpio.c | 0 .../third_party_driver/include/connect_uart.h | 0 .../third_party_driver/include/gap8_fll.h | 0 .../third_party_driver/include/gap8_tim.h | 0 .../third_party_driver/include/gap8_uart.h | 0 .../include/hardware_gpio.h | 0 .../include/hardware_udma.h | 0 .../third_party_driver/sys_clock/Kconfig | 0 .../third_party_driver/sys_clock/Makefile | 0 .../third_party_driver/sys_clock/gap8_fll.c | 0 .../sys_clock/gapuino_sysinit.c | 0 .../gapuino/third_party_driver/timer/Kconfig | 0 .../gapuino/third_party_driver/timer/Makefile | 0 .../timer/hardware_hwtimer.c | 0 .../gapuino/third_party_driver/uart/Kconfig | 0 .../gapuino/third_party_driver/uart/Makefile | 0 .../third_party_driver/uart/connect_uart.c | 2 +- .../third_party_driver/uart/hardware_udma.c | 0 .../board/gd32vf103_rvstar/Kconfig | 2 +- .../board/gd32vf103_rvstar/Makefile | 0 .../board/gd32vf103_rvstar/README.md | 0 .../board/gd32vf103_rvstar/board.c | 2 +- .../board/gd32vf103_rvstar/board.h | 0 .../board/gd32vf103_rvstar/config.mk | 4 ++-- .../gd32vf103_rvstar/gd32vf103v_rvstar.c | 0 .../gd32vf103_rvstar/gd32vf103v_rvstar.h | 0 .../board/gd32vf103_rvstar/img/GigaDevice.png | Bin .../img/ISP_support_usart.png | Bin .../board/gd32vf103_rvstar/img/bin_flash.png | Bin .../board/gd32vf103_rvstar/img/boot_mode.png | Bin .../board/gd32vf103_rvstar/img/gdb_load.png | Bin .../board/gd32vf103_rvstar/img/menuconfig.png | Bin .../board/gd32vf103_rvstar/img/openocd.png | Bin .../board/gd32vf103_rvstar/img/riscv_gnu.png | Bin .../board/gd32vf103_rvstar/img/terminal.png | Bin .../board/gd32vf103_rvstar/img/vscode.jpg | Bin .../board/gd32vf103_rvstar/link.lds | 0 .../board/gd32vf103_rvstar/nuclei_sdk_hal.h | 0 .../board/gd32vf103_rvstar/nuclei_sdk_soc.h | 0 .../third_party_driver/Kconfig | 0 .../third_party_driver/Makefile | 0 .../third_party_driver/gpio/Kconfig | 0 .../third_party_driver/gpio/Makefile | 0 .../third_party_driver/gpio/gd32vf103_gpio.c | 0 .../third_party_driver/include/connect_uart.h | 0 .../include/core_feature_base.h | 0 .../include/core_feature_eclic.h | 0 .../include/core_feature_timer.h | 0 .../third_party_driver/include/gd32vf103.h | 0 .../include/gd32vf103_gpio.h | 0 .../include/gd32vf103_rcu.h | 0 .../include/gd32vf103_timer.h | 0 .../include/gd32vf103_usart.h | 0 .../third_party_driver/include/nmsis_gcc.h | 0 .../third_party_driver/include/riscv_bits.h | 0 .../include/riscv_encoding.h | 0 .../third_party_driver/sys_clock/Kconfig | 0 .../third_party_driver/sys_clock/Makefile | 0 .../sys_clock/gd32vf103_rcu.c | 0 .../sys_clock/gd32vf103_soc.c | 0 .../third_party_driver/system_gd32vf103.c | 0 .../third_party_driver/system_gd32vf103.h | 0 .../third_party_driver/uart/Kconfig | 0 .../third_party_driver/uart/Makefile | 0 .../third_party_driver/uart/connect_uart.c | 2 +- .../third_party_driver/uart/gd32vf103_usart.c | 0 .../board/hifive1-emulator/.defconfig | 2 +- .../board/hifive1-emulator/Kconfig | 2 +- .../board/hifive1-emulator/Makefile | 0 .../board/hifive1-emulator/README.md | 0 .../board/hifive1-emulator/board.c | 2 +- .../board/hifive1-emulator/board.h | 0 .../board/hifive1-emulator/config.mk | 4 ++-- .../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 .../board/hifive1-emulator/link.lds | 0 .../board/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 | 2 +- .../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 .../board/hifive1-rev-B/.defconfig | 2 +- .../board/hifive1-rev-B/Kconfig | 2 +- .../board/hifive1-rev-B/Makefile | 0 .../board/hifive1-rev-B/README.md | 0 .../board/hifive1-rev-B/board.c | 2 +- .../board/hifive1-rev-B/board.h | 0 .../board/hifive1-rev-B/config.mk | 4 ++-- .../board/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 .../board/hifive1-rev-B/img/main.jpg | Bin .../board/hifive1-rev-B/img/menuconfig.png | Bin .../board/hifive1-rev-B/img/terminal.png | Bin .../board/hifive1-rev-B/img/vscode.jpg | Bin .../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 | 2 +- .../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 .../board/k210-emulator/.defconfig | 2 +- .../board/k210-emulator/Kconfig | 2 +- .../board/k210-emulator/Makefile | 0 .../board/k210-emulator/README.md | 0 .../board/k210-emulator/board.c | 2 +- .../board/k210-emulator/board.h | 0 .../board/k210-emulator/config.mk | 4 ++-- .../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 .../board/k210-emulator/img/vscode.jpg | Bin .../board/k210-emulator/include/atomic.h | 0 .../board/k210-emulator/include/bsp.h | 0 .../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 .../board/k210-emulator/include/util.h | 0 .../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 | 2 +- .../third_party_driver/gpio/drv_io_config.c | 2 +- .../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 | 2 +- .../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 => XiZi}/board/kd233/.defconfig | 2 +- .../{XiUOS => XiZi}/board/kd233/Kconfig | 2 +- .../{XiUOS => XiZi}/board/kd233/Makefile | 0 .../{XiUOS => XiZi}/board/kd233/README.md | 0 .../{XiUOS => XiZi}/board/kd233/board.c | 2 +- .../{XiUOS => XiZi}/board/kd233/board.h | 0 .../{XiUOS => XiZi}/board/kd233/config.mk | 4 ++-- .../{XiUOS => XiZi}/board/kd233/img/kd233.jpg | Bin .../{XiUOS => XiZi}/board/kd233/img/main.png | Bin .../board/kd233/img/menuconfig1.png | Bin .../board/kd233/img/menuconfig2.png | Bin .../board/kd233/img/menuconfig3.png | Bin .../board/kd233/img/menuconfig4.png | Bin .../board/kd233/img/terminal.png | Bin .../board/kd233/img/vscode.jpg | Bin .../board/kd233/include/atomic.h | 0 .../{XiUOS => XiZi}/board/kd233/include/bsp.h | 0 .../board/kd233/include/dump.h | 0 .../board/kd233/include/encoding.h | 0 .../board/kd233/include/entry.h | 0 .../board/kd233/include/interrupt.h | 0 .../board/kd233/include/platform.h | 0 .../board/kd233/include/printf.h | 0 .../board/kd233/include/sleep.h | 0 .../board/kd233/include/syscalls.h | 0 .../board/kd233/include/syslog.h | 0 .../board/kd233/include/util.h | 0 .../{XiUOS => XiZi}/board/kd233/link.lds | 0 .../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 .../board/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 | 2 +- .../third_party_driver/gpio/drv_io_config.c | 2 +- .../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 | 2 +- .../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 => XiZi}/board/maix-go/.defconfig | 2 +- .../{XiUOS => XiZi}/board/maix-go/Kconfig | 2 +- .../{XiUOS => XiZi}/board/maix-go/Makefile | 0 .../{XiUOS => XiZi}/board/maix-go/README.md | 0 .../{XiUOS => XiZi}/board/maix-go/board.c | 2 +- .../{XiUOS => XiZi}/board/maix-go/board.h | 0 .../{XiUOS => XiZi}/board/maix-go/config.mk | 4 ++-- .../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 .../board/maix-go/img/maix_go.jpg | Bin .../board/maix-go/img/terminal.png | Bin .../board/maix-go/include/atomic.h | 0 .../board/maix-go/include/bsp.h | 0 .../board/maix-go/include/dump.h | 0 .../board/maix-go/include/encoding.h | 0 .../board/maix-go/include/entry.h | 0 .../board/maix-go/include/interrupt.h | 0 .../board/maix-go/include/platform.h | 0 .../board/maix-go/include/printf.h | 0 .../board/maix-go/include/sleep.h | 0 .../board/maix-go/include/syscalls.h | 0 .../board/maix-go/include/syslog.h | 0 .../board/maix-go/include/util.h | 0 .../{XiUOS => XiZi}/board/maix-go/link.lds | 0 .../board/maix-go/link_userspace.lds | 0 .../board/maix-go/third_party_driver/Kconfig | 0 .../board/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 => XiZi}/board/ok1052-c/Kconfig | 2 +- .../{XiUOS => XiZi}/board/ok1052-c/Makefile | 0 .../{XiUOS => XiZi}/board/ok1052-c/README.md | 0 .../{XiUOS => XiZi}/board/ok1052-c/board.c | 0 .../{XiUOS => XiZi}/board/ok1052-c/config.mk | 4 ++-- .../board/ok1052-c/img/NXPBootUtility_1.png | Bin .../board/ok1052-c/img/NXPBootUtility_2.png | Bin .../board/ok1052-c/img/menuconfig.png | Bin .../board/ok1052-c/img/menuconfig1.png | Bin .../board/ok1052-c/img/terminal.png | Bin .../board/ok1052-c/img/vscode.jpg | Bin .../board/ok1052-c/include/board.h | 2 +- .../board/ok1052-c/include/clock_config.h | 0 .../board/ok1052-c/include/pin_mux.h | 0 .../{XiUOS => XiZi}/board/ok1052-c/link.lds | 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 .../board/ok1052-c/third_party_driver/Kconfig | 0 .../ok1052-c/third_party_driver/Makefile | 0 .../third_party_driver/common/Makefile | 0 .../third_party_driver/common/clock_config.c | 0 .../third_party_driver/common/fsl_cache.c | 0 .../third_party_driver/common/fsl_clock.c | 0 .../third_party_driver/common/fsl_common.c | 0 .../common/fsl_debug_console.c | 0 .../third_party_driver/common/fsl_usdhc.c | 0 .../third_party_driver/common/pin_mux.c | 0 .../common/system_MIMXRT1052.c | 0 .../third_party_driver/ethernet/Kconfig | 0 .../third_party_driver/ethernet/Makefile | 0 .../ethernet/enet_ethernetif.c | 0 .../ethernet/enet_ethernetif_kinetis.c | 0 .../ethernet/enet_ethernetif_lpc.c | 0 .../third_party_driver/ethernet/fsl_enet.c | 0 .../ethernet/ksz8081/Makefile | 0 .../ethernet/ksz8081/fsl_phy.c | 0 .../ethernet/ksz8081/fsl_phy.h | 0 .../ok1052-c/third_party_driver/gpio/Makefile | 0 .../third_party_driver/gpio/fsl_gpio.c | 0 .../third_party_driver/include/MIMXRT1052.h | 0 .../include/MIMXRT1052_features.h | 0 .../include/connect_ethernet.h | 0 .../third_party_driver/include/connect_sdio.h | 0 .../third_party_driver/include/connect_uart.h | 0 .../third_party_driver/include/connect_usb.h | 0 .../include/enet_ethernetif.h | 0 .../include/enet_ethernetif_priv.h | 0 .../third_party_driver/include/fsl_cache.h | 0 .../third_party_driver/include/fsl_clock.h | 0 .../third_party_driver/include/fsl_common.h | 0 .../include/fsl_debug_console.h | 0 .../include/fsl_debug_console_conf.h | 0 .../include/fsl_device_registers.h | 0 .../third_party_driver/include/fsl_enet.h | 0 .../third_party_driver/include/fsl_gpio.h | 0 .../third_party_driver/include/fsl_iomuxc.h | 0 .../third_party_driver/include/fsl_lpuart.h | 0 .../third_party_driver/include/fsl_semc.h | 0 .../third_party_driver/include/fsl_usdhc.h | 0 .../include/system_MIMXRT1052.h | 0 .../ok1052-c/third_party_driver/sdio/Kconfig | 0 .../ok1052-c/third_party_driver/sdio/Makefile | 0 .../third_party_driver/sdio/connect_sdio.c | 0 .../third_party_driver/sdio/sdmmc/Makefile | 0 .../sdio/sdmmc/inc/fsl_mmc.h | 0 .../sdio/sdmmc/inc/fsl_sd.h | 0 .../sdio/sdmmc/inc/fsl_sdio.h | 0 .../sdio/sdmmc/inc/fsl_sdmmc_common.h | 0 .../sdio/sdmmc/inc/fsl_sdmmc_host.h | 0 .../sdio/sdmmc/inc/fsl_sdmmc_spec.h | 0 .../sdio/sdmmc/port/Makefile | 0 .../sdio/sdmmc/port/fsl_sdmmc_event.h | 0 .../sdio/sdmmc/port/usdhc/Makefile | 0 .../sdio/sdmmc/port/usdhc/interrupt/Makefile | 0 .../port/usdhc/interrupt/fsl_sdmmc_event.c | 0 .../port/usdhc/interrupt/fsl_sdmmc_host.c | 0 .../sdio/sdmmc/port/usdhc/polling/Makefile | 0 .../port/usdhc/polling/fsl_sdmmc_event.c | 2 +- .../sdmmc/port/usdhc/polling/fsl_sdmmc_host.c | 0 .../sdio/sdmmc/src/Makefile | 0 .../sdio/sdmmc/src/fsl_mmc.c | 0 .../sdio/sdmmc/src/fsl_sd.c | 0 .../sdio/sdmmc/src/fsl_sdio.c | 0 .../sdio/sdmmc/src/fsl_sdmmc_common.c | 0 .../ok1052-c/third_party_driver/semc/Kconfig | 0 .../ok1052-c/third_party_driver/semc/Makefile | 0 .../third_party_driver/semc/connect_semc.c | 0 .../third_party_driver/semc/fsl_semc.c | 0 .../semc/semc_externsdram_test.c | 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 .../third_party_driver/uart/fsl_lpuart.c | 0 .../ok1052-c/third_party_driver/usb/Kconfig | 0 .../ok1052-c/third_party_driver/usb/Makefile | 0 .../third_party_driver/usb/connect_usb.c | 0 .../usb/nxp_usb_driver/Makefile | 0 .../usb/nxp_usb_driver/host/Makefile | 0 .../usb/nxp_usb_driver/host/class/Makefile | 0 .../nxp_usb_driver/host/class/usb_host_hub.c | 0 .../nxp_usb_driver/host/class/usb_host_hub.h | 0 .../host/class/usb_host_hub_app.c | 0 .../host/class/usb_host_hub_app.h | 0 .../nxp_usb_driver/host/class/usb_host_msd.c | 0 .../nxp_usb_driver/host/class/usb_host_msd.h | 0 .../host/class/usb_host_msd_ufi.c | 0 .../usb/nxp_usb_driver/host/usb_host.h | 0 .../nxp_usb_driver/host/usb_host_devices.c | 0 .../nxp_usb_driver/host/usb_host_devices.h | 0 .../usb/nxp_usb_driver/host/usb_host_ehci.c | 0 .../usb/nxp_usb_driver/host/usb_host_ehci.h | 0 .../nxp_usb_driver/host/usb_host_framework.c | 0 .../nxp_usb_driver/host/usb_host_framework.h | 0 .../usb/nxp_usb_driver/host/usb_host_hci.c | 0 .../usb/nxp_usb_driver/host/usb_host_hci.h | 0 .../usb/nxp_usb_driver/host_msd_command.c | 0 .../nxp_usb_driver/include/host_msd_command.h | 0 .../usb/nxp_usb_driver/include/usb.h | 0 .../nxp_usb_driver/include/usb_host_config.h | 0 .../usb/nxp_usb_driver/include/usb_misc.h | 4 ++-- .../usb/nxp_usb_driver/include/usb_spec.h | 0 .../usb/nxp_usb_driver/osa/Makefile | 0 .../usb/nxp_usb_driver/osa/usb_osa.h | 0 .../usb/nxp_usb_driver/osa/usb_osa_bm.c | 0 .../usb/nxp_usb_driver/osa/usb_osa_bm.h | 0 .../usb/nxp_usb_driver/phy/Makefile | 0 .../usb/nxp_usb_driver/phy/usb_phy.c | 0 .../usb/nxp_usb_driver/phy/usb_phy.h | 0 .../{XiUOS => XiZi}/board/rv32m1_vega/Kconfig | 2 +- .../board/rv32m1_vega/Makefile | 0 .../board/rv32m1_vega/README.md | 2 +- .../{XiUOS => XiZi}/board/rv32m1_vega/board.c | 2 +- .../{XiUOS => XiZi}/board/rv32m1_vega/board.h | 0 .../board/rv32m1_vega/config.mk | 2 +- .../rv32m1_vega/doc/RV32M1DS_Rev.1.1.pdf | 0 .../rv32m1_vega/doc/RV32M1RM_Rev.1.1.pdf | Bin .../doc/RV32M1_VEGA_Board_User_Guide.pdf | Bin .../doc/RV32M1_VEGA_Quick_Start_Guide.pdf | Bin .../RV32M1_Vega_Develop_Environment_Setup.pdf | Bin .../board/rv32m1_vega/fsl_host.c | 0 .../board/rv32m1_vega/img/gdb_load.png | Bin .../board/rv32m1_vega/img/menuconfig.png | Bin .../board/rv32m1_vega/img/multicore.jpg | Bin .../board/rv32m1_vega/img/openocd.png | Bin .../board/rv32m1_vega/img/riscv_gnu.png | Bin .../board/rv32m1_vega/img/terminal.png | Bin .../board/rv32m1_vega/img/vscode.jpg | Bin .../board/rv32m1_vega/link.lds | 0 .../rv32m1_vega/third_party_driver/Kconfig | 0 .../rv32m1_vega/third_party_driver/Makefile | 0 .../third_party_driver/fsl_clock.c | 0 .../third_party_driver/fsl_common.c | 0 .../third_party_driver/fsl_intmux.c | 0 .../third_party_driver/gpio/Kconfig | 0 .../third_party_driver/gpio/Makefile | 0 .../third_party_driver/gpio/pin_mux.c | 0 .../third_party_driver/include/clock_config.h | 0 .../third_party_driver/include/connect_uart.h | 0 .../third_party_driver/include/fsl_clock.h | 0 .../third_party_driver/include/fsl_common.h | 0 .../third_party_driver/include/fsl_intmux.h | 0 .../third_party_driver/include/fsl_lpuart.h | 0 .../third_party_driver/include/fsl_msmc.h | 0 .../third_party_driver/include/fsl_port.h | 0 .../third_party_driver/include/pin_mux.h | 0 .../third_party_driver/sys_clock/Kconfig | 0 .../third_party_driver/sys_clock/Makefile | 0 .../sys_clock/clock_config.c | 0 .../third_party_driver/uart/Kconfig | 0 .../third_party_driver/uart/Makefile | 0 .../third_party_driver/uart/connect_uart.c | 2 +- .../third_party_driver/uart/fsl_lpuart.c | 0 .../board/stm32f103-nano/.defconfig | 10 ++++----- .../board/stm32f103-nano/Kconfig | 2 +- .../board/stm32f103-nano/Makefile | 0 .../board/stm32f103-nano/README.md | 0 .../board/stm32f103-nano/board.c | 2 +- .../board/stm32f103-nano/board.h | 0 .../board/stm32f103-nano/config.mk | 4 ++-- .../stm32f103-nano/img/ID_HASH_TABLE.png | Bin .../board/stm32f103-nano/img/IPC_FEATURE.png | Bin .../board/stm32f103-nano/img/KTASK_SIZE.png | Bin .../stm32f103-nano/img/MAIN_STACK_SIZE.png | Bin .../stm32f103-nano/img/MEMORY_PAGE_SIZE.png | Bin .../stm32f103-nano/img/SHELL_STACK_SIZE.png | Bin .../board/stm32f103-nano/img/WORKQUEUE.png | Bin .../stm32f103-nano/img/ZOMBIE_STACK_SIZE.png | Bin .../board/stm32f103-nano/img/main.png | Bin .../board/stm32f103-nano/img/menuconfig1.png | Bin .../board/stm32f103-nano/img/menuconfig2.png | Bin .../stm32f103-nano/img/stm32f103-nano.png | Bin .../board/stm32f103-nano/img/terminal.png | Bin .../include/arm_common_tables.h | 0 .../include/arm_const_structs.h | 0 .../board/stm32f103-nano/include/arm_math.h | 0 .../stm32f103-nano/include/cmsis_armcc.h | 0 .../stm32f103-nano/include/cmsis_armcc_V6.h | 0 .../stm32f103-nano/include/cmsis_compiler.h | 0 .../board/stm32f103-nano/include/cmsis_gcc.h | 0 .../stm32f103-nano/include/cmsis_iccarm.h | 0 .../stm32f103-nano/include/cmsis_version.h | 0 .../board/stm32f103-nano/include/core_cm3.h | 0 .../stm32f103-nano/include/core_cmFunc.h | 0 .../stm32f103-nano/include/core_cmInstr.h | 0 .../stm32f103-nano/include/core_cmSimd.h | 0 .../stm32f103-nano/include/stm32f103xb.h | 0 .../board/stm32f103-nano/include/stm32f1xx.h | 0 .../stm32f103-nano/include/stm32f1xx_it.h | 0 .../stm32f103-nano/include/system_stm32f1xx.h | 0 .../board/stm32f103-nano/link.lds | 0 .../stm32f103-nano/third_party_driver/Kconfig | 0 .../third_party_driver/Makefile | 0 .../third_party_driver/include/connect_uart.h | 0 .../libraries/CMSIS/Makefile | 0 .../libraries/CMSIS/system_stm32f1xx.c | 0 .../third_party_driver/libraries/Makefile | 0 .../libraries/STM32F1xx_HAL/Makefile | 0 .../STM32F1xx_HAL/inc/stm32f1xx_hal.h | 0 .../STM32F1xx_HAL/inc/stm32f1xx_hal_cec.h | 0 .../STM32F1xx_HAL/inc/stm32f1xx_hal_conf.h | 0 .../STM32F1xx_HAL/inc/stm32f1xx_hal_cortex.h | 0 .../STM32F1xx_HAL/inc/stm32f1xx_hal_crc.h | 0 .../STM32F1xx_HAL/inc/stm32f1xx_hal_def.h | 0 .../STM32F1xx_HAL/inc/stm32f1xx_hal_dma.h | 0 .../STM32F1xx_HAL/inc/stm32f1xx_hal_dma_ex.h | 0 .../STM32F1xx_HAL/inc/stm32f1xx_hal_flash.h | 0 .../inc/stm32f1xx_hal_flash_ex.h | 0 .../STM32F1xx_HAL/inc/stm32f1xx_hal_gpio.h | 0 .../STM32F1xx_HAL/inc/stm32f1xx_hal_gpio_ex.h | 0 .../STM32F1xx_HAL/inc/stm32f1xx_hal_i2c.h | 0 .../STM32F1xx_HAL/inc/stm32f1xx_hal_pwr.h | 0 .../STM32F1xx_HAL/inc/stm32f1xx_hal_rcc.h | 0 .../STM32F1xx_HAL/inc/stm32f1xx_hal_rcc_ex.h | 0 .../STM32F1xx_HAL/inc/stm32f1xx_hal_spi.h | 0 .../STM32F1xx_HAL/inc/stm32f1xx_hal_uart.h | 0 .../STM32F1xx_HAL/inc/stm32f1xx_hal_usart.h | 0 .../libraries/STM32F1xx_HAL/src/Makefile | 0 .../STM32F1xx_HAL/src/stm32f1xx_hal.c | 0 .../STM32F1xx_HAL/src/stm32f1xx_hal_cec.c | 0 .../STM32F1xx_HAL/src/stm32f1xx_hal_cortex.c | 0 .../STM32F1xx_HAL/src/stm32f1xx_hal_crc.c | 0 .../STM32F1xx_HAL/src/stm32f1xx_hal_dma.c | 0 .../STM32F1xx_HAL/src/stm32f1xx_hal_gpio.c | 0 .../STM32F1xx_HAL/src/stm32f1xx_hal_gpio_ex.c | 0 .../STM32F1xx_HAL/src/stm32f1xx_hal_i2c.c | 0 .../STM32F1xx_HAL/src/stm32f1xx_hal_msp.c | 0 .../STM32F1xx_HAL/src/stm32f1xx_hal_pwr.c | 0 .../STM32F1xx_HAL/src/stm32f1xx_hal_rcc.c | 0 .../STM32F1xx_HAL/src/stm32f1xx_hal_rcc_ex.c | 0 .../STM32F1xx_HAL/src/stm32f1xx_hal_spi.c | 0 .../STM32F1xx_HAL/src/stm32f1xx_hal_uart.c | 0 .../STM32F1xx_HAL/src/stm32f1xx_hal_usart.c | 0 .../third_party_driver/uart/Kconfig | 0 .../third_party_driver/uart/Makefile | 0 .../third_party_driver/uart/connect_uart.c | 0 .../board/stm32f407-st-discovery/.defconfig | 2 +- .../board/stm32f407-st-discovery/Kconfig | 2 +- .../board/stm32f407-st-discovery/Makefile | 0 .../board/stm32f407-st-discovery/README.md | 0 .../board/stm32f407-st-discovery/board.c | 2 +- .../board/stm32f407-st-discovery/board.h | 0 .../board/stm32f407-st-discovery/config.mk | 4 ++-- .../board/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/adc/Kconfig | 0 .../third_party_driver/adc/Makefile | 0 .../third_party_driver/adc/connect_adc.c | 0 .../third_party_driver/adc/hardware_adc.c | 2 +- .../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 | 2 +- .../third_party_driver/common/Kconfig | 0 .../third_party_driver/common/Makefile | 0 .../third_party_driver/common/hardware_dma.c | 2 +- .../third_party_driver/common/hardware_exti.c | 2 +- .../third_party_driver/common/hardware_it.c | 4 ++-- .../third_party_driver/common/hardware_pwr.c | 2 +- .../third_party_driver/common/hardware_rcc.c | 2 +- .../common/hardware_syscfg.c | 2 +- .../third_party_driver/common/misc.c | 0 .../third_party_driver/dac/Kconfig | 0 .../third_party_driver/dac/Makefile | 0 .../third_party_driver/dac/connect_dac.c | 0 .../third_party_driver/dac/hardware_dac.c | 2 +- .../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 | 2 +- .../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 | 2 +- .../third_party_driver/include/connect_adc.h | 0 .../third_party_driver/include/connect_can.h | 0 .../third_party_driver/include/connect_dac.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 | 2 +- .../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_adc.h | 2 +- .../third_party_driver/include/hardware_can.h | 2 +- .../include/hardware_conf.h | 2 +- .../third_party_driver/include/hardware_dac.h | 2 +- .../include/hardware_dbgmcu.h | 2 +- .../third_party_driver/include/hardware_dma.h | 2 +- .../third_party_driver/include/hardware_eth.h | 0 .../include/hardware_eth_conf.h | 0 .../include/hardware_exti.h | 2 +- .../include/hardware_fsmc.h | 2 +- .../include/hardware_gpio.h | 2 +- .../third_party_driver/include/hardware_i2c.h | 2 +- .../include/hardware_iwdg.h | 2 +- .../third_party_driver/include/hardware_pwr.h | 2 +- .../third_party_driver/include/hardware_rcc.h | 2 +- .../third_party_driver/include/hardware_rtc.h | 2 +- .../include/hardware_sdio.h | 2 +- .../third_party_driver/include/hardware_spi.h | 2 +- .../include/hardware_syscfg.h | 2 +- .../third_party_driver/include/hardware_tim.h | 2 +- .../include/hardware_usart.h | 2 +- .../include/hardware_wwdg.h | 2 +- .../third_party_driver/include/misc.h | 0 .../include/stm32_assert_template.h | 2 +- .../third_party_driver/lcd/Kconfig | 0 .../third_party_driver/lcd/Makefile | 0 .../third_party_driver/lcd/hardware_fsmc.c | 2 +- .../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 | 2 +- .../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 | 2 +- .../third_party_driver/sdio/sdio_sd.c | 2 +- .../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 | 2 +- .../third_party_driver/timer/Kconfig | 0 .../third_party_driver/timer/Makefile | 0 .../timer/connect_hwtimer.c | 2 +- .../third_party_driver/timer/hardware_tim.c | 2 +- .../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 | 2 +- .../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 | 2 +- .../third_party_driver/usb/usbh.c | 2 +- .../third_party_driver/watchdog/Kconfig | 0 .../third_party_driver/watchdog/Makefile | 0 .../third_party_driver/watchdog/connect_wdg.c | 0 .../watchdog/hardware_wdg.c | 2 +- .../board/stm32f407zgt6/.defconfig | 2 +- .../board/stm32f407zgt6/Kconfig | 2 +- .../board/stm32f407zgt6/Makefile | 0 .../board/stm32f407zgt6/README.md | 0 .../board/stm32f407zgt6/board.c | 2 +- .../board/stm32f407zgt6/board.h | 0 .../board/stm32f407zgt6/config.mk | 4 ++-- .../stm32f407zgt6/include/arm_common_tables.h | 0 .../stm32f407zgt6/include/arm_const_structs.h | 0 .../board/stm32f407zgt6/include/arm_math.h | 0 .../board/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 .../board/stm32f407zgt6/include/core_cmFunc.h | 0 .../stm32f407zgt6/include/core_cmInstr.h | 0 .../board/stm32f407zgt6/include/core_cmSimd.h | 0 .../board/stm32f407zgt6/include/stm32f4xx.h | 0 .../stm32f407zgt6/include/system_stm32f4xx.h | 0 .../board/stm32f407zgt6/interface.jpg | Bin .../board/stm32f407zgt6/link.lds | 0 .../board/stm32f407zgt6/link_userspace.lds | 0 .../board/stm32f407zgt6/menu.png | Bin .../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 | 2 +- .../third_party_driver/common/hardware_it.c | 4 ++-- .../third_party_driver/common/hardware_rcc.c | 2 +- .../common/hardware_syscfg.c | 2 +- .../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 | 2 +- .../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 | 2 +- .../include/hardware_dbgmcu.h | 2 +- .../include/hardware_exti.h | 2 +- .../include/hardware_fsmc.h | 2 +- .../include/hardware_gpio.h | 2 +- .../third_party_driver/include/hardware_rcc.h | 2 +- .../include/hardware_syscfg.h | 2 +- .../include/hardware_usart.h | 2 +- .../third_party_driver/include/misc.h | 0 .../include/stm32_assert_template.h | 2 +- .../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 | 2 +- .../board/stm32f407zgt6/total.jpg | Bin Ubiquitous/{XiUOS => XiZi}/compiler.mk | 2 +- Ubiquitous/{XiUOS => XiZi}/fs/Kconfig | 0 Ubiquitous/{XiUOS => XiZi}/fs/Makefile | 0 .../fs/compatibility_ch376/Kconfig | 0 .../fs/compatibility_ch376/Makefile | 0 .../fs/compatibility_ch376/ch376fs.c | 0 .../fs/compatibility_ch376/ch376fs.h | 2 +- .../{XiUOS => XiZi}/fs/fatfs/00history.txt | 0 .../{XiUOS => XiZi}/fs/fatfs/00readme.txt | 0 Ubiquitous/{XiUOS => XiZi}/fs/fatfs/Kconfig | 0 Ubiquitous/{XiUOS => XiZi}/fs/fatfs/Makefile | 0 Ubiquitous/{XiUOS => XiZi}/fs/fatfs/diskio.c | 4 ++-- Ubiquitous/{XiUOS => XiZi}/fs/fatfs/diskio.h | 0 Ubiquitous/{XiUOS => XiZi}/fs/fatfs/fatfs.c | 2 +- Ubiquitous/{XiUOS => XiZi}/fs/fatfs/ff.c | 0 Ubiquitous/{XiUOS => XiZi}/fs/fatfs/ff.h | 0 Ubiquitous/{XiUOS => XiZi}/fs/fatfs/ffconf.h | 4 ++-- .../{XiUOS => XiZi}/fs/fatfs/ffsystem.c | 2 +- .../{XiUOS => XiZi}/fs/fatfs/ffunicode.c | 0 Ubiquitous/{XiUOS => XiZi}/fs/fatfs/integer.h | 0 .../{XiUOS => XiZi}/fs/iot-devicefile/Kconfig | 0 .../fs/iot-devicefile/Makefile | 0 .../fs/iot-devicefile/iot-devicefile.c | 2 +- Ubiquitous/{XiUOS => XiZi}/fs/lwext4/Kconfig | 0 Ubiquitous/{XiUOS => XiZi}/fs/lwext4/Makefile | 0 Ubiquitous/{XiUOS => XiZi}/fs/shared/Makefile | 0 .../fs/shared/include/iot-vfs.h | 2 +- .../fs/shared/include/iot-vfs_posix.h | 0 .../fs/shared/include/vfs_select.h | 0 .../{XiUOS => XiZi}/fs/shared/src/Makefile | 0 .../{XiUOS => XiZi}/fs/shared/src/iot-vfs.c | 2 +- .../{XiUOS => XiZi}/fs/shared/src/poll.c | 2 +- .../{XiUOS => XiZi}/fs/shared/src/select.c | 0 Ubiquitous/{XiUOS => XiZi}/kernel/Kconfig | 0 Ubiquitous/{XiUOS => XiZi}/kernel/Makefile | 0 .../{XiUOS => XiZi}/kernel/include/user_api.h | 2 +- .../xiuos.h => XiZi/kernel/include/xizi.h} | 6 +++--- .../kernel/include/xs_assign.h | 0 .../kernel/include/xs_avltree.h | 0 .../kernel/include/xs_banner.h | 0 .../{XiUOS => XiZi}/kernel/include/xs_base.h | 0 .../kernel/include/xs_circular_area.h | 0 .../kernel/include/xs_dataqueue.h | 0 .../{XiUOS => XiZi}/kernel/include/xs_delay.h | 0 .../{XiUOS => XiZi}/kernel/include/xs_event.h | 0 .../{XiUOS => XiZi}/kernel/include/xs_hook.h | 0 .../{XiUOS => XiZi}/kernel/include/xs_id.h | 0 .../{XiUOS => XiZi}/kernel/include/xs_init.h | 0 .../kernel/include/xs_isolation.h | 2 +- .../{XiUOS => XiZi}/kernel/include/xs_isr.h | 0 .../{XiUOS => XiZi}/kernel/include/xs_kdbg.h | 0 .../kernel/include/xs_kdevice.h | 0 .../{XiUOS => XiZi}/kernel/include/xs_klist.h | 0 .../{XiUOS => XiZi}/kernel/include/xs_ktask.h | 0 .../kernel/include/xs_ktask_stat.h | 0 .../{XiUOS => XiZi}/kernel/include/xs_ktick.h | 0 .../kernel/include/xs_memory.h | 0 .../{XiUOS => XiZi}/kernel/include/xs_msg.h | 0 .../{XiUOS => XiZi}/kernel/include/xs_mutex.h | 0 .../{XiUOS => XiZi}/kernel/include/xs_poll.h | 0 .../kernel/include/xs_queue_manager.h | 0 .../{XiUOS => XiZi}/kernel/include/xs_sem.h | 0 .../kernel/include/xs_service.h | 0 .../kernel/include/xs_spinlock.h | 0 .../{XiUOS => XiZi}/kernel/include/xs_timer.h | 0 .../kernel/include/xs_waitqueue.h | 0 .../kernel/include/xs_workqueue.h | 0 .../kernel/kernel_service/Makefile | 0 .../kernel/kernel_service/xs_service.c | 0 .../kernel/kernel_test/Kconfig | 0 .../kernel/kernel_test/Makefile | 0 .../kernel/kernel_test/extsram_test.c | 2 +- .../kernel/kernel_test/riscv_test_can.c | 2 +- .../kernel/kernel_test/test_avltree.c | 0 .../kernel/kernel_test/test_can.c | 0 .../kernel/kernel_test/test_ch438.c | 2 +- .../kernel/kernel_test/test_circulararea.c | 0 .../kernel/kernel_test/test_dbg.c | 2 +- .../kernel/kernel_test/test_fpu.c | 2 +- .../kernel/kernel_test/test_gatherblock.c | 2 +- .../kernel/kernel_test/test_hwtimer.c | 2 +- .../kernel/kernel_test/test_i2c.c | 2 +- .../kernel/kernel_test/test_iwg.c | 2 +- .../kernel/kernel_test/test_lcd.c | 0 .../kernel/kernel_test/test_main.c | 2 +- .../kernel/kernel_test/test_mem.c | 2 +- .../kernel/kernel_test/test_realtime.c | 2 +- .../kernel/kernel_test/test_rtc.c | 2 +- .../kernel/kernel_test/test_serial.c | 2 +- .../kernel/kernel_test/test_threadsched.c | 2 +- .../kernel/kernel_test/test_timer.c | 2 +- .../kernel/kernel_test/test_touch.c | 0 .../kernel/kernel_test/user_api.h | 2 +- .../{XiUOS => XiZi}/kernel/memory/Makefile | 0 .../kernel/memory/byte_manage.c | 2 +- .../kernel/memory/gatherblock.c | 2 +- .../{XiUOS => XiZi}/kernel/memory/isolation.c | 0 .../kernel/thread/CriticalArea.c | 0 .../{XiUOS => XiZi}/kernel/thread/Makefile | 0 .../kernel/thread/appstartup.c | 2 +- .../{XiUOS => XiZi}/kernel/thread/assign.c | 2 +- .../kernel/thread/assign_fifo.c | 2 +- .../kernel/thread/assign_roundrobin.c | 2 +- .../kernel/thread/assign_roundrobinremain.c | 2 +- .../kernel/thread/assignstat.c | 0 .../{XiUOS => XiZi}/kernel/thread/avl_tree.c | 0 .../{XiUOS => XiZi}/kernel/thread/banner.c | 2 +- .../{XiUOS => XiZi}/kernel/thread/bitmap.c | 0 .../kernel/thread/circular_area.c | 0 .../{XiUOS => XiZi}/kernel/thread/console.c | 2 +- .../kernel/thread/data_queue.c | 2 +- .../{XiUOS => XiZi}/kernel/thread/delay.c | 2 +- .../kernel/thread/double_link.c | 0 .../{XiUOS => XiZi}/kernel/thread/event.c | 2 +- .../{XiUOS => XiZi}/kernel/thread/hook.c | 0 Ubiquitous/{XiUOS => XiZi}/kernel/thread/id.c | 2 +- .../{XiUOS => XiZi}/kernel/thread/idle.c | 2 +- .../{XiUOS => XiZi}/kernel/thread/init.c | 2 +- .../{XiUOS => XiZi}/kernel/thread/isr.c | 2 +- .../kernel/thread/kservicetask.c | 2 +- .../{XiUOS => XiZi}/kernel/thread/ktask.c | 2 +- .../kernel/thread/ktask_stat.c | 0 .../{XiUOS => XiZi}/kernel/thread/linklist.c | 2 +- .../{XiUOS => XiZi}/kernel/thread/lock.c | 2 +- .../{XiUOS => XiZi}/kernel/thread/msgqueue.c | 2 +- .../{XiUOS => XiZi}/kernel/thread/mutex.c | 2 +- .../kernel/thread/queue_manager.c | 0 .../{XiUOS => XiZi}/kernel/thread/semaphore.c | 2 +- .../kernel/thread/single_link.c | 0 .../kernel/thread/smp_assign.c | 0 .../{XiUOS => XiZi}/kernel/thread/softtimer.c | 2 +- .../{XiUOS => XiZi}/kernel/thread/tick.c | 2 +- .../{XiUOS => XiZi}/kernel/thread/waitqueue.c | 0 .../{XiUOS => XiZi}/kernel/thread/workqueue.c | 2 +- .../kernel/thread/zombierecycle.c | 2 +- Ubiquitous/{XiUOS => XiZi}/lib/Kconfig | 0 Ubiquitous/{XiUOS => XiZi}/lib/Makefile | 0 Ubiquitous/{XiUOS => XiZi}/lib/libcpp/Kconfig | 0 .../{XiUOS => XiZi}/lib/libcpp/Makefile | 0 .../{XiUOS => XiZi}/lib/libcpp/cppinit.c | 0 Ubiquitous/{XiUOS => XiZi}/lib/libcpp/crt.cpp | 2 +- Ubiquitous/{XiUOS => XiZi}/lib/libcpp/crt.h | 0 Ubiquitous/{XiUOS => XiZi}/lib/newlib/Kconfig | 0 .../{XiUOS => XiZi}/lib/newlib/Makefile | 0 .../{XiUOS => XiZi}/lib/newlib/fs_syscalls.c | 5 +---- .../{XiUOS => XiZi}/lib/newlib/include/libc.h | 0 .../{XiUOS => XiZi}/lib/newlib/mem_syscalls.c | 2 +- Ubiquitous/{XiUOS => XiZi}/lib/newlib/stdio.c | 2 +- .../lib/newlib/task_syscalls.c | 2 +- .../lib/newlib/time_syscalls.c | 2 +- Ubiquitous/{XiUOS => XiZi}/link.mk | 2 +- Ubiquitous/{XiUOS => XiZi}/mergebin.py | 6 +++--- Ubiquitous/{XiUOS => XiZi}/path_app.mk | 10 ++++----- Ubiquitous/{XiUOS => XiZi}/path_kernel.mk | 8 +++---- Ubiquitous/{XiUOS => XiZi}/resources/Kconfig | 0 Ubiquitous/{XiUOS => XiZi}/resources/Makefile | 0 .../{XiUOS => XiZi}/resources/adc/Makefile | 0 .../{XiUOS => XiZi}/resources/adc/bus_adc.c | 0 .../{XiUOS => XiZi}/resources/adc/dev_adc.c | 0 .../{XiUOS => XiZi}/resources/adc/drv_adc.c | 0 Ubiquitous/{XiUOS => XiZi}/resources/bus.c | 0 .../{XiUOS => XiZi}/resources/can/Makefile | 0 .../{XiUOS => XiZi}/resources/can/bus_can.c | 0 .../{XiUOS => XiZi}/resources/can/dev_can.c | 0 .../{XiUOS => XiZi}/resources/can/drv_can.c | 0 .../{XiUOS => XiZi}/resources/dac/Makefile | 0 .../{XiUOS => XiZi}/resources/dac/bus_dac.c | 0 .../{XiUOS => XiZi}/resources/dac/dev_dac.c | 0 .../{XiUOS => XiZi}/resources/dac/drv_dac.c | 0 .../resources/ethernet/LwIP/FILES | 0 .../resources/ethernet/LwIP/Filelists.cmake | 0 .../resources/ethernet/LwIP/Filelists.mk | 0 .../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 .../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 .../resources/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 .../resources/ethernet/LwIP/arch/cc.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 | 2 +- .../resources/ethernet/LwIP/arch/sys_arch.h | 2 +- .../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 .../resources/ethernet/LwIP/core/def.c | 0 .../resources/ethernet/LwIP/core/dns.c | 0 .../ethernet/LwIP/core/inet_chksum.c | 0 .../resources/ethernet/LwIP/core/init.c | 0 .../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 .../resources/ethernet/LwIP/core/ipv6/dhcp6.c | 0 .../ethernet/LwIP/core/ipv6/ethip6.c | 0 .../resources/ethernet/LwIP/core/ipv6/icmp6.c | 0 .../resources/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 .../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 .../resources/ethernet/LwIP/core/raw.c | 0 .../resources/ethernet/LwIP/core/stats.c | 0 .../resources/ethernet/LwIP/core/sys.c | 0 .../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 .../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 .../resources/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 .../resources/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 .../resources/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 .../resources/ethernet/LwIP/netif/ppp/pppoe.c | 0 .../ethernet/LwIP/netif/ppp/pppol2tp.c | 0 .../resources/ethernet/LwIP/netif/ppp/pppos.c | 0 .../resources/ethernet/LwIP/netif/ppp/upap.c | 0 .../resources/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 .../resources/ethernet/Makefile | 0 .../resources/ethernet/cmd_lwip/Makefile | 0 .../ethernet/cmd_lwip/lwip_config_demo.c | 0 .../resources/ethernet/cmd_lwip/lwip_demo.h | 0 .../ethernet/cmd_lwip/lwip_dhcp_demo.c | 0 .../ethernet/cmd_lwip/lwip_ping_demo.c | 0 .../ethernet/cmd_lwip/lwip_tcp_demo.c | 2 +- .../ethernet/cmd_lwip/lwip_udp_demo.c | 2 +- .../resources/ethernet/cmd_lwip/ping.c | 0 .../resources/ethernet/cmd_lwip/ping.h | 0 .../resources/ethernet/cmd_lwip/tcpecho_raw.c | 0 .../resources/ethernet/cmd_lwip/tcpecho_raw.h | 0 .../{XiUOS => XiZi}/resources/i2c/Makefile | 0 .../{XiUOS => XiZi}/resources/i2c/bus_i2c.c | 0 .../{XiUOS => XiZi}/resources/i2c/dev_i2c.c | 0 .../{XiUOS => XiZi}/resources/i2c/drv_i2c.c | 0 .../{XiUOS => XiZi}/resources/include/bus.h | 2 +- .../resources/include/bus_adc.h | 0 .../resources/include/bus_can.h | 0 .../resources/include/bus_dac.h | 0 .../resources/include/bus_hwtimer.h | 0 .../resources/include/bus_i2c.h | 0 .../resources/include/bus_lcd.h | 0 .../resources/include/bus_pin.h | 0 .../resources/include/bus_rtc.h | 0 .../resources/include/bus_sdio.h | 0 .../resources/include/bus_serial.h | 0 .../resources/include/bus_spi.h | 0 .../resources/include/bus_touch.h | 0 .../resources/include/bus_usb.h | 0 .../resources/include/bus_wdt.h | 0 .../resources/include/dev_adc.h | 0 .../resources/include/dev_can.h | 0 .../resources/include/dev_dac.h | 0 .../resources/include/dev_hwtimer.h | 0 .../resources/include/dev_i2c.h | 0 .../resources/include/dev_lcd.h | 0 .../resources/include/dev_pin.h | 0 .../resources/include/dev_rtc.h | 0 .../resources/include/dev_sdio.h | 0 .../resources/include/dev_serial.h | 0 .../resources/include/dev_spi.h | 0 .../resources/include/dev_touch.h | 0 .../resources/include/dev_usb.h | 0 .../resources/include/dev_wdt.h | 0 .../resources/include/device.h | 2 +- .../resources/include/flash_spi.h | 0 .../resources/include/sd_spi.h | 0 .../resources/include/stm32_usb_common.h | 2 +- .../resources/include/stm32_usb_host.h | 2 +- .../{XiUOS => XiZi}/resources/lcd/Makefile | 0 .../{XiUOS => XiZi}/resources/lcd/bus_lcd.c | 0 .../{XiUOS => XiZi}/resources/lcd/dev_lcd.c | 0 .../{XiUOS => XiZi}/resources/lcd/drv_lcd.c | 0 .../{XiUOS => XiZi}/resources/pin/Makefile | 0 .../{XiUOS => XiZi}/resources/pin/bus_pin.c | 0 .../{XiUOS => XiZi}/resources/pin/dev_pin.c | 0 .../{XiUOS => XiZi}/resources/pin/drv_pin.c | 0 .../{XiUOS => XiZi}/resources/rtc/Makefile | 0 .../{XiUOS => XiZi}/resources/rtc/bus_rtc.c | 0 .../{XiUOS => XiZi}/resources/rtc/dev_rtc.c | 0 .../{XiUOS => XiZi}/resources/rtc/drv_rtc.c | 0 .../{XiUOS => XiZi}/resources/sdio/Makefile | 0 .../{XiUOS => XiZi}/resources/sdio/bus_sdio.c | 0 .../{XiUOS => XiZi}/resources/sdio/dev_sdio.c | 0 .../{XiUOS => XiZi}/resources/sdio/drv_sdio.c | 0 .../{XiUOS => XiZi}/resources/serial/Makefile | 0 .../resources/serial/bus_serial.c | 0 .../resources/serial/dev_serial.c | 0 .../resources/serial/drv_serial.c | 0 .../{XiUOS => XiZi}/resources/spi/Makefile | 0 .../{XiUOS => XiZi}/resources/spi/bus_spi.c | 0 .../{XiUOS => XiZi}/resources/spi/dev_spi.c | 0 .../{XiUOS => XiZi}/resources/spi/drv_spi.c | 0 .../{XiUOS => XiZi}/resources/spi/flash_spi.c | 0 .../resources/spi/sd_card_spi/Makefile | 0 .../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 | 2 +- .../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 => XiZi}/resources/timer/Makefile | 0 .../resources/timer/bus_hwtimer.c | 0 .../resources/timer/dev_hwtimer.c | 0 .../resources/timer/drv_hwtimer.c | 0 .../{XiUOS => XiZi}/resources/touch/Makefile | 0 .../resources/touch/bus_touch.c | 0 .../resources/touch/dev_touch.c | 0 .../resources/touch/drv_touch.c | 0 .../{XiUOS => XiZi}/resources/usb/Makefile | 0 .../{XiUOS => XiZi}/resources/usb/bus_usb.c | 0 .../{XiUOS => XiZi}/resources/usb/dev_usb.c | 0 .../{XiUOS => XiZi}/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 | 2 +- .../usb/third_party_usb/usbhost/class/mass.h | 2 +- .../usb/third_party_usb/usbhost/class/udisk.c | 2 +- .../usb/third_party_usb/usbhost/core/Makefile | 0 .../usb/third_party_usb/usbhost/core/core.c | 2 +- .../usb/third_party_usb/usbhost/core/driver.c | 2 +- .../usb/third_party_usb/usbhost/core/hub.c | 2 +- .../third_party_usb/usbhost/core/usbhost.c | 2 +- .../resources/watchdog/Makefile | 0 .../resources/watchdog/bus_wdt.c | 0 .../resources/watchdog/dev_wdt.c | 0 .../resources/watchdog/drv_wdt.c | 0 Ubiquitous/{XiUOS => XiZi}/tool/Makefile | 0 .../tool/hosttools/generate_kselector.py | 0 .../tool/hosttools/kernel_selector.py | 0 .../tool/hosttools/kernel_selector.sh | 0 .../tool/hosttools/xsconfig.sh | 0 .../tool/scripts/connect_kd233.sh | 0 .../tool/scripts/flash_kd233.sh | 0 Ubiquitous/{XiUOS => XiZi}/tool/shell/Kconfig | 0 .../{XiUOS => XiZi}/tool/shell/Makefile | 0 .../tool/shell/letter-shell/LICENSE | 0 .../tool/shell/letter-shell/Makefile | 0 .../tool/shell/letter-shell/README.md | 0 .../tool/shell/letter-shell/cmd.c | 20 +++++++++--------- .../tool/shell/letter-shell/file_ext/Makefile | 0 .../shell/letter-shell/file_ext/bunzip2.c | 2 +- .../tool/shell/letter-shell/file_ext/bzip2.c | 2 +- .../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 | 2 +- .../shell/letter-shell/file_ext/bzlib/bzlib.h | 0 .../file_ext/bzlib/bzlib_private.h | 0 .../letter-shell/file_ext/bzlib/compress.c | 2 +- .../letter-shell/file_ext/bzlib/huffman.c | 2 +- .../tool/shell/letter-shell/file_ext/gunzip.c | 2 +- .../tool/shell/letter-shell/file_ext/gunzip.h | 0 .../tool/shell/letter-shell/file_ext/gzip.c | 2 +- .../tool/shell/letter-shell/file_ext/gzip.h | 0 .../shell/letter-shell/file_ext/msh_file.c | 2 +- .../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 | 2 +- .../tool/shell/letter-shell/file_ext/tar.h | 0 .../tool/shell/letter-shell/file_ext/unzip.c | 2 +- .../tool/shell/letter-shell/file_ext/unzip.h | 0 .../shell/letter-shell/file_ext/utility.c | 2 +- .../shell/letter-shell/file_ext/utility.h | 0 .../tool/shell/letter-shell/shell.c | 2 +- .../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 | 2 +- .../tool/shell/letter-shell/shell_port.h | 0 2178 files changed, 431 insertions(+), 434 deletions(-) rename APP_Framework/Framework/transform_layer/{xiuos => xizi}/Makefile (100%) rename APP_Framework/Framework/transform_layer/{xiuos => xizi}/transform.c (100%) rename APP_Framework/Framework/transform_layer/{xiuos => xizi}/transform.h (100%) rename APP_Framework/Framework/transform_layer/{xiuos => xizi}/user_api/Makefile (100%) rename APP_Framework/Framework/transform_layer/{xiuos => xizi}/user_api/include/bus.h (100%) rename APP_Framework/Framework/transform_layer/{xiuos => xizi}/user_api/include/bus_serial.h (100%) rename APP_Framework/Framework/transform_layer/{xiuos => xizi}/user_api/include/dev_serial.h (100%) rename APP_Framework/Framework/transform_layer/{xiuos => xizi}/user_api/posix_support/Makefile (100%) rename APP_Framework/Framework/transform_layer/{xiuos => xizi}/user_api/posix_support/include/fs.h (100%) rename APP_Framework/Framework/transform_layer/{xiuos => xizi}/user_api/posix_support/include/mqueue.h (100%) rename APP_Framework/Framework/transform_layer/{xiuos => xizi}/user_api/posix_support/include/pthread arm.h (100%) rename APP_Framework/Framework/transform_layer/{xiuos => xizi}/user_api/posix_support/include/pthread.h (100%) rename APP_Framework/Framework/transform_layer/{xiuos => xizi}/user_api/posix_support/include/semaphore.h (100%) rename APP_Framework/Framework/transform_layer/{xiuos => xizi}/user_api/posix_support/mqueue.c (100%) rename APP_Framework/Framework/transform_layer/{xiuos => xizi}/user_api/posix_support/pthread.c (100%) rename APP_Framework/Framework/transform_layer/{xiuos => xizi}/user_api/posix_support/pthread_mutex.c (100%) rename APP_Framework/Framework/transform_layer/{xiuos => xizi}/user_api/posix_support/semaphore.c (100%) rename APP_Framework/Framework/transform_layer/{xiuos => xizi}/user_api/switch_api/Makefile (100%) rename APP_Framework/Framework/transform_layer/{xiuos => xizi}/user_api/switch_api/user_api.h (98%) rename APP_Framework/Framework/transform_layer/{xiuos => xizi}/user_api/switch_api/user_event.c (100%) rename APP_Framework/Framework/transform_layer/{xiuos => xizi}/user_api/switch_api/user_fs.c (100%) rename APP_Framework/Framework/transform_layer/{xiuos => xizi}/user_api/switch_api/user_mem.c (100%) rename APP_Framework/Framework/transform_layer/{xiuos => xizi}/user_api/switch_api/user_msg.c (100%) rename APP_Framework/Framework/transform_layer/{xiuos => xizi}/user_api/switch_api/user_mutex.c (100%) rename APP_Framework/Framework/transform_layer/{xiuos => xizi}/user_api/switch_api/user_print_info.c (100%) rename APP_Framework/Framework/transform_layer/{xiuos => xizi}/user_api/switch_api/user_semaphore.c (100%) rename APP_Framework/Framework/transform_layer/{xiuos => xizi}/user_api/switch_api/user_task.c (100%) rename APP_Framework/Framework/transform_layer/{xiuos => xizi}/userspace.c (100%) rename Ubiquitous/{XiUOS => XiZi}/.gitignore (100%) rename Ubiquitous/{XiUOS => XiZi}/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/LICENSE (100%) rename Ubiquitous/{XiUOS => XiZi}/Makefile (98%) rename Ubiquitous/{XiUOS => XiZi}/README.md (82%) rename Ubiquitous/{XiUOS => XiZi}/arch/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/arm/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/arm/cortex-m0/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/arm/cortex-m0/arch_interrupt.h (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/arm/cortex-m0/arm32_switch.c (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/arm/cortex-m0/boot.c (98%) rename Ubiquitous/{XiUOS => XiZi}/arch/arm/cortex-m0/interrupt.c (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/arm/cortex-m0/interrupt_vector.S (99%) rename Ubiquitous/{XiUOS => XiZi}/arch/arm/cortex-m0/pendsv.S (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/arm/cortex-m0/prepare_ahwstack.c (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/arm/cortex-m0/svc_handle.h (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/arm/cortex-m3/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/arm/cortex-m3/arch_interrupt.h (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/arm/cortex-m3/boot.S (98%) rename Ubiquitous/{XiUOS => XiZi}/arch/arm/cortex-m3/boot.c (98%) rename Ubiquitous/{XiUOS => XiZi}/arch/arm/cortex-m3/interrupt.c (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/arm/cortex-m3/interrupt_vector_evb.S (99%) rename Ubiquitous/{XiUOS => XiZi}/arch/arm/cortex-m3/interrupt_vector_nano.S (98%) rename Ubiquitous/{XiUOS => XiZi}/arch/arm/cortex-m4/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/arm/cortex-m4/arch_interrupt.h (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/arm/cortex-m4/boot.S (98%) rename Ubiquitous/{XiUOS => XiZi}/arch/arm/cortex-m4/coreclock.c (99%) rename Ubiquitous/{XiUOS => XiZi}/arch/arm/cortex-m4/interrupt.c (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/arm/cortex-m4/interrupt_vector.S (99%) rename Ubiquitous/{XiUOS => XiZi}/arch/arm/cortex-m4/kswitch.h (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/arm/cortex-m4/mpu.c (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/arm/cortex-m4/mpu.h (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/arm/cortex-m4/svc_entry.S (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/arm/cortex-m4/svc_handle.c (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/arm/cortex-m4/system_init.c (98%) rename Ubiquitous/{XiUOS => XiZi}/arch/arm/cortex-m7/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/arm/cortex-m7/arch_interrupt.h (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/arm/cortex-m7/boot.S (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/arm/cortex-m7/interrupt.c (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/arm/cortex-m7/interrupt_vector.S (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/arm/shared/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/arm/shared/arm32_switch.c (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/arm/shared/pendsv.S (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/arm/shared/prepare_ahwstack.c (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/arm/shared/svc_handle.h (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/kswitch.h (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/risc-v/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/risc-v/fe310/LICENSE (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/risc-v/fe310/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/risc-v/fe310/arch_interrupt.h (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/risc-v/fe310/boot.S (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/risc-v/fe310/interrupt.c (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/risc-v/fe310/tick.c (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/risc-v/gap8/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/risc-v/gap8/arch_interrupt.h (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/risc-v/gap8/boot.S (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/risc-v/gap8/gap8.h (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/risc-v/gap8/interrupt.c (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/risc-v/gap8/tick.c (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/risc-v/gd32vf103_rvstar/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/risc-v/gd32vf103_rvstar/arch_interrupt.h (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/risc-v/gd32vf103_rvstar/boot.S (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/risc-v/gd32vf103_rvstar/interrupt.c (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/risc-v/gd32vf103_rvstar/intexc_gd32vf103.S (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/risc-v/gd32vf103_rvstar/tick.c (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/risc-v/k210/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/risc-v/k210/arch_interrupt.h (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/risc-v/k210/boot.S (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/risc-v/k210/interrupt.c (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/risc-v/k210/smp_support.c (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/risc-v/k210/tick.c (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/risc-v/k210/tick.h (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/risc-v/rv32m1_vega/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/risc-v/rv32m1_vega/RV32M1_ri5cy.h (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/risc-v/rv32m1_vega/RV32M1_ri5cy_features.h (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/risc-v/rv32m1_vega/RV32M1_zero_riscy.h (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/risc-v/rv32m1_vega/RV32M1_zero_riscy_features.h (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/risc-v/rv32m1_vega/arch_interrupt.h (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/risc-v/rv32m1_vega/core_riscv32.h (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/risc-v/rv32m1_vega/fsl_device_registers.h (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/risc-v/rv32m1_vega/interrupt.c (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/risc-v/rv32m1_vega/interrupt_gcc.S (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/risc-v/rv32m1_vega/startup_RV32M1_ri5cy.S (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/risc-v/rv32m1_vega/startup_RV32M1_zero_riscy.S (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/risc-v/rv32m1_vega/system_RV32M1_ri5cy.c (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/risc-v/rv32m1_vega/system_RV32M1_ri5cy.h (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/risc-v/rv32m1_vega/system_RV32M1_zero_riscy.c (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/risc-v/rv32m1_vega/system_RV32M1_zero_riscy.h (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/risc-v/shared/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/risc-v/shared/boot.h (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/risc-v/shared/kswitch.h (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/risc-v/shared/pmp.c (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/risc-v/shared/pmp.h (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/risc-v/shared/prepare_rhwstack.c (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/risc-v/shared/rcontroller.h (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/risc-v/shared/register_op.h (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/risc-v/shared/register_para.h (100%) rename Ubiquitous/{XiUOS => XiZi}/arch/risc-v/shared/riscv64_switch.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/.defconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/Kconfig (97%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/Kselector (96%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/README.md (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/aiit.jpg (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/board.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/board.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/config.mk (88%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/include/arm_common_tables.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/include/arm_const_structs.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/include/arm_math.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/include/cmsis_armcc.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/include/cmsis_armcc_V6.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/include/cmsis_gcc.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/include/cmsis_os.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/include/core_cm4.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/include/core_cmFunc.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/include/core_cmInstr.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/include/core_cmSimd.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/include/stm32f4xx.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/include/system_stm32f4xx.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/link.lds (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/link_userspace.lds (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/menu.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/shell.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/st-link.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/adc/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/adc/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/adc/connect_adc.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/adc/hardware_adc.c (99%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/can/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/can/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/can/connect_can.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/can/hardware_can.c (99%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/ch438/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/ch438/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/ch438/connect_ch438.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/common/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/common/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/common/hardware_dma.c (99%) rename Ubiquitous/{XiUOS/board/cortex-m4-emulator => XiZi/board/aiit-arm32-board}/third_party_driver/common/hardware_exti.c (99%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/common/hardware_fsmc.c (99%) rename Ubiquitous/{XiUOS/board/cortex-m4-emulator => XiZi/board/aiit-arm32-board}/third_party_driver/common/hardware_it.c (98%) rename Ubiquitous/{XiUOS/board/cortex-m4-emulator => XiZi/board/aiit-arm32-board}/third_party_driver/common/hardware_pwr.c (99%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/common/hardware_rcc.c (99%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/common/hardware_syscfg.c (99%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/common/misc.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/dac/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/dac/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/dac/connect_dac.c (100%) rename Ubiquitous/{XiUOS/board/stm32f407-st-discovery => XiZi/board/aiit-arm32-board}/third_party_driver/dac/hardware_dac.c (99%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/extmem/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/extmem/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/extmem/connect_extmem.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/gpio/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/gpio/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/gpio/connect_gpio.c (100%) rename Ubiquitous/{XiUOS/board/stm32f407-st-discovery => XiZi/board/aiit-arm32-board}/third_party_driver/gpio/hardware_gpio.c (99%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/i2c/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/i2c/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/i2c/connect_i2c.c (100%) rename Ubiquitous/{XiUOS/board/stm32f407-st-discovery => XiZi/board/aiit-arm32-board}/third_party_driver/i2c/hardware_i2c.c (99%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/include/connect_adc.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/include/connect_can.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/include/connect_ch438.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/include/connect_dac.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/include/connect_extmem.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/include/connect_gpio.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/include/connect_hwtimer.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/include/connect_i2c.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/include/connect_lcd.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/include/connect_rtc.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/include/connect_sdio.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/include/connect_spi.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/include/connect_spi_lora.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/include/connect_touch.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/include/connect_usart.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/include/connect_usb.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/include/connect_wdg.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/include/font.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/include/hardware_adc.h (99%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/include/hardware_can.h (99%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/include/hardware_conf.h (99%) rename Ubiquitous/{XiUOS/board/stm32f407-st-discovery => XiZi/board/aiit-arm32-board}/third_party_driver/include/hardware_dac.h (99%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/include/hardware_dbgmcu.h (99%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/include/hardware_dma.h (99%) rename Ubiquitous/{XiUOS/board/stm32f407-st-discovery => XiZi/board/aiit-arm32-board}/third_party_driver/include/hardware_exti.h (99%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/include/hardware_fsmc.h (99%) rename Ubiquitous/{XiUOS/board/stm32f407-st-discovery => XiZi/board/aiit-arm32-board}/third_party_driver/include/hardware_gpio.h (99%) rename Ubiquitous/{XiUOS/board/stm32f407-st-discovery => XiZi/board/aiit-arm32-board}/third_party_driver/include/hardware_i2c.h (99%) rename Ubiquitous/{XiUOS/board/cortex-m4-emulator => XiZi/board/aiit-arm32-board}/third_party_driver/include/hardware_iwdg.h (99%) rename Ubiquitous/{XiUOS/board/cortex-m4-emulator => XiZi/board/aiit-arm32-board}/third_party_driver/include/hardware_pwr.h (99%) rename Ubiquitous/{XiUOS/board/cortex-m4-emulator => XiZi/board/aiit-arm32-board}/third_party_driver/include/hardware_rcc.h (99%) rename Ubiquitous/{XiUOS/board/cortex-m4-emulator => XiZi/board/aiit-arm32-board}/third_party_driver/include/hardware_rtc.h (99%) rename Ubiquitous/{XiUOS/board/stm32f407-st-discovery => XiZi/board/aiit-arm32-board}/third_party_driver/include/hardware_sdio.h (99%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/include/hardware_spi.h (99%) rename Ubiquitous/{XiUOS/board/cortex-m4-emulator => XiZi/board/aiit-arm32-board}/third_party_driver/include/hardware_syscfg.h (99%) rename Ubiquitous/{XiUOS/board/stm32f407-st-discovery => XiZi/board/aiit-arm32-board}/third_party_driver/include/hardware_tim.h (99%) rename Ubiquitous/{XiUOS/board/stm32f407-st-discovery => XiZi/board/aiit-arm32-board}/third_party_driver/include/hardware_usart.h (99%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/include/hardware_wwdg.h (99%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/include/misc.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/include/stm32_assert_template.h (99%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/lcd/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/lcd/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/lcd/connect_lcd.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/rtc/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/rtc/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/rtc/connect_rtc.c (100%) rename Ubiquitous/{XiUOS/board/stm32f407-st-discovery => XiZi/board/aiit-arm32-board}/third_party_driver/rtc/hardware_rtc.c (99%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/sdio/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/sdio/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/sdio/connect_sdio.c (100%) rename Ubiquitous/{XiUOS/board/stm32f407-st-discovery => XiZi/board/aiit-arm32-board}/third_party_driver/sdio/hardware_sdio.c (99%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/sdio/sdio_sd.c (96%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/sdio/sdio_sd.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/spi/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/spi/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/spi/connect_flash_spi.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/spi/connect_lora_spi.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/spi/connect_spi.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/spi/hardware_spi.c (99%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/inc/spi_lora_sx12xx.h (99%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/ports/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/ports/sx12xx_device.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/platform.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/radio.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/radio.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-Fsk.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-Fsk.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-FskMisc.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-FskMisc.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-Hal.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRa.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRa.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRaMisc.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRaMisc.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/timer/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/timer/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/timer/connect_hwtimer.c (100%) rename Ubiquitous/{XiUOS/board/stm32f407-st-discovery => XiZi/board/aiit-arm32-board}/third_party_driver/timer/hardware_tim.c (99%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/touch/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/touch/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/touch/connect_touch.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/uart/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/uart/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/uart/connect_usart.c (100%) rename Ubiquitous/{XiUOS/board/stm32f407-st-discovery => XiZi/board/aiit-arm32-board}/third_party_driver/uart/hardware_usart.c (99%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/usb/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/usb/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/Release_Notes.html (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_bsp.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_conf.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_conf_template.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_core.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_dcd.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_dcd_int.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_defines.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_hcd.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_hcd_int.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_otg.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_regs.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_bsp_template.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_core.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_dcd.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_dcd_int.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_hcd.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_hcd_int.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_otg.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/usb/connect_usb.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/usb/usb_bsp.c (99%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/usb/usbh.c (99%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/watchdog/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/watchdog/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-arm32-board/third_party_driver/watchdog/connect_wdg.c (100%) rename Ubiquitous/{XiUOS/board/stm32f407-st-discovery => XiZi/board/aiit-arm32-board}/third_party_driver/watchdog/hardware_wdg.c (99%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/.defconfig (99%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/Kconfig (98%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/README.md (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/board.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/board.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/config.mk (82%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/img/aiit_riscv64_board.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/img/terminal.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/include/atomic.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/include/bsp.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/include/dump.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/include/encoding.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/include/entry.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/include/interrupt.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/include/platform.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/include/printf.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/include/sleep.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/include/syscalls.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/include/syslog.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/include/util.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/link.lds (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/link_userspace.lds (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/ch376/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/ch376/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/ch376/connect_ch376.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/ch438/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/ch438/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/ch438/connect_ch438.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/dma/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/dma/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/dma/dmac.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/gpio/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/gpio/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/gpio/connect_gpio.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/gpio/drv_io_config.c (96%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/gpio/fpioa.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/gpio/gpio.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/gpio/gpiohs.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/gpio/utils.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/i2c/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/i2c/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/i2c/connect_i2c.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/i2c/hardware_i2c.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/include/clint.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/include/connect_ch376.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/include/connect_ch438.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/include/connect_gpio.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/include/connect_hwtimer.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/include/connect_i2c.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/include/connect_lcd.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/include/connect_rtc.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/include/connect_spi.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/include/connect_spi_lora.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/include/connect_touch.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/include/connect_uart.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/include/connect_wdt.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/include/dmac.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/include/drv_io_config.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/include/dvp.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/include/font.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/include/fpioa.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/include/gpio.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/include/gpio_common.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/include/gpiohs.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/include/graphic.h (99%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/include/hardware_hwtimer.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/include/hardware_i2c.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/include/hardware_rtc.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/include/hardware_spi.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/include/hardware_uart.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/include/hardware_uarths.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/include/io.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/include/plic.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/include/sysctl.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/include/utils.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/include/wdt.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/lcd/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/lcd/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/lcd/connect_lcd.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/plic/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/plic/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/plic/clint.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/plic/drv_interrupt.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/plic/plic.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/rtc/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/rtc/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/rtc/connect_rtc.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/rtc/hardware_rtc.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/sleep.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/spi/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/spi/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/spi/connect_lora_spi.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/spi/connect_spi.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/spi/hardware_spi.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/inc/spi_lora_sx12xx.h (99%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/ports/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/ports/sx12xx_device.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/platform.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/radio.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/radio.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-Fsk.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-Fsk.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-FskMisc.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-FskMisc.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-Hal.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRa.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRa.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRaMisc.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRaMisc.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/sys_clock/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/sys_clock/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/sys_clock/sysctl.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/timer/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/timer/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/timer/connect_hwtimer.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/timer/hardware_hwtimer.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/touch/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/touch/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/touch/connect_touch.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/uart/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/uart/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/uart/connect_uart.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/uart/hardware_uart.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/uart/hardware_uarths.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/watchdog/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/watchdog/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/watchdog/connect_wdt.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/aiit-riscv64-board/third_party_driver/watchdog/wdt.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m0-emulator/.defconfig (99%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m0-emulator/Kconfig (96%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m0-emulator/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m0-emulator/README.md (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m0-emulator/board.c (98%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m0-emulator/board.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m0-emulator/config.mk (75%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m0-emulator/connect_uart.c (99%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m0-emulator/link.lds (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m0-emulator/third_party_driver/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m0-emulator/third_party_driver/Libraries/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m0-emulator/third_party_driver/Libraries/driverlib/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m0-emulator/third_party_driver/Libraries/driverlib/gpio.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m0-emulator/third_party_driver/Libraries/driverlib/opt.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m0-emulator/third_party_driver/Libraries/driverlib/uart.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m0-emulator/third_party_driver/Libraries/driverlib/uart.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m0-emulator/third_party_driver/Libraries/inc/hw_memmap.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m0-emulator/third_party_driver/Libraries/inc/hw_nvic.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m0-emulator/third_party_driver/Libraries/inc/hw_types.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m0-emulator/third_party_driver/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m3-emulator/.defconfig (99%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m3-emulator/Kconfig (96%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m3-emulator/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m3-emulator/README.md (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m3-emulator/board.c (98%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m3-emulator/board.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m3-emulator/config.mk (75%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m3-emulator/connect_uart.c (99%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m3-emulator/img/menuconfig.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m3-emulator/img/menuconfig1.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m3-emulator/img/terminal.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m3-emulator/img/vscode.jpg (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m3-emulator/link.lds (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m3-emulator/third_party_driver/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m3-emulator/third_party_driver/Libraries/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/cpu.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/debug.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/gpio.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/gpio.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/interrupt.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/interrupt.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/pin_map.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/sysctl.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/sysctl.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/uart.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/uart.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m3-emulator/third_party_driver/Libraries/inc/hw_gpio.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m3-emulator/third_party_driver/Libraries/inc/hw_ints.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m3-emulator/third_party_driver/Libraries/inc/hw_memmap.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m3-emulator/third_party_driver/Libraries/inc/hw_nvic.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m3-emulator/third_party_driver/Libraries/inc/hw_sysctl.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m3-emulator/third_party_driver/Libraries/inc/hw_types.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m3-emulator/third_party_driver/Libraries/inc/hw_uart.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m3-emulator/third_party_driver/Libraries/inc/lm3s8962.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m3-emulator/third_party_driver/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m4-emulator/Kconfig (97%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m4-emulator/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m4-emulator/README.md (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m4-emulator/board.c (99%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m4-emulator/board.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m4-emulator/config.mk (86%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m4-emulator/documents/img/main.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m4-emulator/documents/img/menuconfig.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m4-emulator/documents/img/menuconfig1.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m4-emulator/documents/img/road.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m4-emulator/documents/img/terminal.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m4-emulator/documents/img/vscode.jpg (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m4-emulator/documents/技术文档.md (92%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m4-emulator/documents/演示视频.mp4 (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m4-emulator/img/main.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m4-emulator/img/menuconfig.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m4-emulator/img/menuconfig1.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m4-emulator/img/terminal.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m4-emulator/img/vscode.jpg (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m4-emulator/include/arm_common_tables.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m4-emulator/include/arm_const_structs.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m4-emulator/include/arm_math.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m4-emulator/include/cmsis_armcc.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m4-emulator/include/cmsis_armcc_V6.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m4-emulator/include/cmsis_gcc.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m4-emulator/include/cmsis_os.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m4-emulator/include/core_cm4.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m4-emulator/include/core_cmFunc.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m4-emulator/include/core_cmInstr.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m4-emulator/include/core_cmSimd.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m4-emulator/include/stm32f4xx.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m4-emulator/include/system_stm32f4xx.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m4-emulator/link.lds (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m4-emulator/link_userspace.lds (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m4-emulator/third_party_driver/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m4-emulator/third_party_driver/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m4-emulator/third_party_driver/common/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m4-emulator/third_party_driver/common/Makefile (100%) rename Ubiquitous/{XiUOS/board/stm32f407-st-discovery => XiZi/board/cortex-m4-emulator}/third_party_driver/common/hardware_dma.c (99%) rename Ubiquitous/{XiUOS/board/stm32f407zgt6 => XiZi/board/cortex-m4-emulator}/third_party_driver/common/hardware_exti.c (99%) rename Ubiquitous/{XiUOS/board/stm32f407-st-discovery => XiZi/board/cortex-m4-emulator}/third_party_driver/common/hardware_it.c (98%) rename Ubiquitous/{XiUOS/board/aiit-arm32-board => XiZi/board/cortex-m4-emulator}/third_party_driver/common/hardware_pwr.c (99%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m4-emulator/third_party_driver/common/hardware_rcc.c (99%) rename Ubiquitous/{XiUOS/board/stm32f407zgt6 => XiZi/board/cortex-m4-emulator}/third_party_driver/common/hardware_syscfg.c (99%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m4-emulator/third_party_driver/common/misc.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m4-emulator/third_party_driver/gpio/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m4-emulator/third_party_driver/gpio/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m4-emulator/third_party_driver/gpio/connect_gpio.c (100%) rename Ubiquitous/{XiUOS/board/stm32f407zgt6 => XiZi/board/cortex-m4-emulator}/third_party_driver/gpio/hardware_gpio.c (99%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m4-emulator/third_party_driver/include/connect_can.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m4-emulator/third_party_driver/include/connect_ethernet.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m4-emulator/third_party_driver/include/connect_gpio.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m4-emulator/third_party_driver/include/connect_hwtimer.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m4-emulator/third_party_driver/include/connect_i2c.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m4-emulator/third_party_driver/include/connect_rtc.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m4-emulator/third_party_driver/include/connect_sdio.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m4-emulator/third_party_driver/include/connect_spi.h (98%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m4-emulator/third_party_driver/include/connect_usart.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m4-emulator/third_party_driver/include/connect_usb.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m4-emulator/third_party_driver/include/connect_wdg.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m4-emulator/third_party_driver/include/hardware_can.h (99%) rename Ubiquitous/{XiUOS/board/stm32f407zgt6 => XiZi/board/cortex-m4-emulator}/third_party_driver/include/hardware_conf.h (99%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m4-emulator/third_party_driver/include/hardware_dac.h (99%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m4-emulator/third_party_driver/include/hardware_dbgmcu.h (99%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m4-emulator/third_party_driver/include/hardware_dma.h (99%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m4-emulator/third_party_driver/include/hardware_eth.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m4-emulator/third_party_driver/include/hardware_eth_conf.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m4-emulator/third_party_driver/include/hardware_exti.h (99%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m4-emulator/third_party_driver/include/hardware_fsmc.h (99%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m4-emulator/third_party_driver/include/hardware_gpio.h (99%) rename Ubiquitous/{XiUOS/board/aiit-arm32-board => XiZi/board/cortex-m4-emulator}/third_party_driver/include/hardware_i2c.h (99%) rename Ubiquitous/{XiUOS/board/stm32f407-st-discovery => XiZi/board/cortex-m4-emulator}/third_party_driver/include/hardware_iwdg.h (99%) rename Ubiquitous/{XiUOS/board/aiit-arm32-board => XiZi/board/cortex-m4-emulator}/third_party_driver/include/hardware_pwr.h (99%) rename Ubiquitous/{XiUOS/board/stm32f407-st-discovery => XiZi/board/cortex-m4-emulator}/third_party_driver/include/hardware_rcc.h (99%) rename Ubiquitous/{XiUOS/board/stm32f407-st-discovery => XiZi/board/cortex-m4-emulator}/third_party_driver/include/hardware_rtc.h (99%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m4-emulator/third_party_driver/include/hardware_sdio.h (99%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m4-emulator/third_party_driver/include/hardware_spi.h (99%) rename Ubiquitous/{XiUOS/board/stm32f407-st-discovery => XiZi/board/cortex-m4-emulator}/third_party_driver/include/hardware_syscfg.h (99%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m4-emulator/third_party_driver/include/hardware_tim.h (99%) rename Ubiquitous/{XiUOS/board/stm32f407zgt6 => XiZi/board/cortex-m4-emulator}/third_party_driver/include/hardware_usart.h (99%) rename Ubiquitous/{XiUOS/board/stm32f407-st-discovery => XiZi/board/cortex-m4-emulator}/third_party_driver/include/hardware_wwdg.h (99%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m4-emulator/third_party_driver/include/misc.h (100%) rename Ubiquitous/{XiUOS/board/stm32f407-st-discovery => XiZi/board/cortex-m4-emulator}/third_party_driver/include/stm32_assert_template.h (99%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m4-emulator/third_party_driver/uart/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m4-emulator/third_party_driver/uart/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m4-emulator/third_party_driver/uart/connect_usart.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/cortex-m4-emulator/third_party_driver/uart/hardware_usart.c (99%) rename Ubiquitous/{XiUOS => XiZi}/board/gapuino/Kconfig (97%) rename Ubiquitous/{XiUOS => XiZi}/board/gapuino/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gapuino/README.md (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gapuino/board.c (99%) rename Ubiquitous/{XiUOS => XiZi}/board/gapuino/board.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gapuino/config.mk (90%) rename Ubiquitous/{XiUOS => XiZi}/board/gapuino/img/choose_board.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gapuino/img/gdb_load.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gapuino/img/menuconfig.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gapuino/img/openocd.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gapuino/img/terminal.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gapuino/img/vscode.jpg (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gapuino/link.lds (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gapuino/third_party_driver/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gapuino/third_party_driver/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gapuino/third_party_driver/gpio/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gapuino/third_party_driver/gpio/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gapuino/third_party_driver/gpio/hardware_gpio.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gapuino/third_party_driver/include/connect_uart.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gapuino/third_party_driver/include/gap8_fll.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gapuino/third_party_driver/include/gap8_tim.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gapuino/third_party_driver/include/gap8_uart.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gapuino/third_party_driver/include/hardware_gpio.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gapuino/third_party_driver/include/hardware_udma.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gapuino/third_party_driver/sys_clock/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gapuino/third_party_driver/sys_clock/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gapuino/third_party_driver/sys_clock/gap8_fll.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gapuino/third_party_driver/sys_clock/gapuino_sysinit.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gapuino/third_party_driver/timer/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gapuino/third_party_driver/timer/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gapuino/third_party_driver/timer/hardware_hwtimer.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gapuino/third_party_driver/uart/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gapuino/third_party_driver/uart/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gapuino/third_party_driver/uart/connect_uart.c (99%) rename Ubiquitous/{XiUOS => XiZi}/board/gapuino/third_party_driver/uart/hardware_udma.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gd32vf103_rvstar/Kconfig (92%) rename Ubiquitous/{XiUOS => XiZi}/board/gd32vf103_rvstar/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gd32vf103_rvstar/README.md (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gd32vf103_rvstar/board.c (99%) rename Ubiquitous/{XiUOS => XiZi}/board/gd32vf103_rvstar/board.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gd32vf103_rvstar/config.mk (73%) rename Ubiquitous/{XiUOS => XiZi}/board/gd32vf103_rvstar/gd32vf103v_rvstar.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gd32vf103_rvstar/gd32vf103v_rvstar.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gd32vf103_rvstar/img/GigaDevice.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gd32vf103_rvstar/img/ISP_support_usart.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gd32vf103_rvstar/img/bin_flash.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gd32vf103_rvstar/img/boot_mode.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gd32vf103_rvstar/img/gdb_load.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gd32vf103_rvstar/img/menuconfig.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gd32vf103_rvstar/img/openocd.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gd32vf103_rvstar/img/riscv_gnu.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gd32vf103_rvstar/img/terminal.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gd32vf103_rvstar/img/vscode.jpg (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gd32vf103_rvstar/link.lds (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gd32vf103_rvstar/nuclei_sdk_hal.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gd32vf103_rvstar/nuclei_sdk_soc.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gd32vf103_rvstar/third_party_driver/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gd32vf103_rvstar/third_party_driver/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gd32vf103_rvstar/third_party_driver/gpio/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gd32vf103_rvstar/third_party_driver/gpio/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gd32vf103_rvstar/third_party_driver/gpio/gd32vf103_gpio.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gd32vf103_rvstar/third_party_driver/include/connect_uart.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gd32vf103_rvstar/third_party_driver/include/core_feature_base.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gd32vf103_rvstar/third_party_driver/include/core_feature_eclic.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gd32vf103_rvstar/third_party_driver/include/core_feature_timer.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gd32vf103_rvstar/third_party_driver/include/gd32vf103.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gd32vf103_rvstar/third_party_driver/include/gd32vf103_gpio.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gd32vf103_rvstar/third_party_driver/include/gd32vf103_rcu.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gd32vf103_rvstar/third_party_driver/include/gd32vf103_timer.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gd32vf103_rvstar/third_party_driver/include/gd32vf103_usart.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gd32vf103_rvstar/third_party_driver/include/nmsis_gcc.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gd32vf103_rvstar/third_party_driver/include/riscv_bits.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gd32vf103_rvstar/third_party_driver/include/riscv_encoding.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gd32vf103_rvstar/third_party_driver/sys_clock/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gd32vf103_rvstar/third_party_driver/sys_clock/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gd32vf103_rvstar/third_party_driver/sys_clock/gd32vf103_rcu.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gd32vf103_rvstar/third_party_driver/sys_clock/gd32vf103_soc.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gd32vf103_rvstar/third_party_driver/system_gd32vf103.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gd32vf103_rvstar/third_party_driver/system_gd32vf103.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gd32vf103_rvstar/third_party_driver/uart/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gd32vf103_rvstar/third_party_driver/uart/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/gd32vf103_rvstar/third_party_driver/uart/connect_uart.c (99%) rename Ubiquitous/{XiUOS => XiZi}/board/gd32vf103_rvstar/third_party_driver/uart/gd32vf103_usart.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-emulator/.defconfig (99%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-emulator/Kconfig (96%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-emulator/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-emulator/README.md (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-emulator/board.c (99%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-emulator/board.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-emulator/config.mk (81%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-emulator/img/menuconfig1.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-emulator/img/menuconfig2.jpg (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-emulator/img/menuconfig3.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-emulator/img/menuconfig4.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-emulator/img/terminal.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-emulator/img/vscode.jpg (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-emulator/link.lds (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-emulator/link_userspace.lds (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-emulator/third_party_driver/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-emulator/third_party_driver/LICENSE (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-emulator/third_party_driver/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-emulator/third_party_driver/connect_usart.c (99%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-emulator/third_party_driver/coreplexip-arty.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-emulator/third_party_driver/encoding.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-emulator/third_party_driver/fe300prci/fe300prci_driver.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-emulator/third_party_driver/fe300prci/fe300prci_driver.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-emulator/third_party_driver/hifive1.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-emulator/third_party_driver/include/sifive/bits.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-emulator/third_party_driver/include/sifive/const.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-emulator/third_party_driver/include/sifive/devices/aon.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-emulator/third_party_driver/include/sifive/devices/clint.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-emulator/third_party_driver/include/sifive/devices/gpio.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-emulator/third_party_driver/include/sifive/devices/otp.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-emulator/third_party_driver/include/sifive/devices/plic.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-emulator/third_party_driver/include/sifive/devices/prci.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-emulator/third_party_driver/include/sifive/devices/pwm.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-emulator/third_party_driver/include/sifive/devices/spi.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-emulator/third_party_driver/include/sifive/devices/uart.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-emulator/third_party_driver/include/sifive/sections.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-emulator/third_party_driver/include/sifive/smp.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-emulator/third_party_driver/init.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-emulator/third_party_driver/platform.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-emulator/third_party_driver/plic/plic_driver.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-emulator/third_party_driver/plic/plic_driver.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-rev-B/.defconfig (99%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-rev-B/Kconfig (96%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-rev-B/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-rev-B/README.md (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-rev-B/board.c (99%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-rev-B/board.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-rev-B/config.mk (83%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-rev-B/img/hifive1-Rev-B.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-rev-B/img/jlink_cmd1.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-rev-B/img/jlink_cmd2.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-rev-B/img/jlink_cmd3.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-rev-B/img/jlink_cmd4.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-rev-B/img/main.jpg (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-rev-B/img/menuconfig.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-rev-B/img/terminal.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-rev-B/img/vscode.jpg (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-rev-B/link.lds (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-rev-B/link_userspace.lds (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-rev-B/third_party_driver/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-rev-B/third_party_driver/LICENSE (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-rev-B/third_party_driver/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-rev-B/third_party_driver/connect_usart.c (99%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-rev-B/third_party_driver/coreplexip-arty.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-rev-B/third_party_driver/encoding.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-rev-B/third_party_driver/fe300prci/fe300prci_driver.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-rev-B/third_party_driver/fe300prci/fe300prci_driver.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-rev-B/third_party_driver/hifive1.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-rev-B/third_party_driver/include/sifive/bits.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-rev-B/third_party_driver/include/sifive/const.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-rev-B/third_party_driver/include/sifive/devices/aon.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-rev-B/third_party_driver/include/sifive/devices/clint.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-rev-B/third_party_driver/include/sifive/devices/gpio.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-rev-B/third_party_driver/include/sifive/devices/otp.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-rev-B/third_party_driver/include/sifive/devices/plic.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-rev-B/third_party_driver/include/sifive/devices/prci.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-rev-B/third_party_driver/include/sifive/devices/pwm.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-rev-B/third_party_driver/include/sifive/devices/spi.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-rev-B/third_party_driver/include/sifive/devices/uart.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-rev-B/third_party_driver/include/sifive/sections.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-rev-B/third_party_driver/include/sifive/smp.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-rev-B/third_party_driver/init.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-rev-B/third_party_driver/platform.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-rev-B/third_party_driver/plic/plic_driver.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/hifive1-rev-B/third_party_driver/plic/plic_driver.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/.defconfig (99%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/Kconfig (97%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/README.md (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/board.c (99%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/board.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/config.mk (80%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/img/menuconfig1.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/img/menuconfig2.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/img/menuconfig3.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/img/menuconfig4.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/img/terminal.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/img/vscode.jpg (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/include/atomic.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/include/bsp.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/include/dump.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/include/encoding.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/include/entry.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/include/interrupt.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/include/platform.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/include/printf.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/include/sleep.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/include/syscalls.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/include/syslog.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/include/util.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/link.lds (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/link_userspace.lds (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/dma/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/dma/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/dma/dmac.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/gpio/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/gpio/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/gpio/connect_gpio.c (99%) rename Ubiquitous/{XiUOS/board/kd233 => XiZi/board/k210-emulator}/third_party_driver/gpio/drv_io_config.c (99%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/gpio/fpioa.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/gpio/gpio.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/gpio/gpiohs.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/gpio/utils.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/i2c/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/i2c/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/i2c/connect_i2c.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/i2c/hardware_i2c.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/include/clint.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/include/connect_gpio.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/include/connect_hwtimer.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/include/connect_i2c.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/include/connect_rtc.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/include/connect_spi.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/include/connect_uart.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/include/connect_wdt.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/include/dmac.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/include/drv_io_config.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/include/dvp.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/include/font.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/include/fpioa.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/include/gpio.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/include/gpio_common.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/include/gpiohs.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/include/hardware_hwtimer.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/include/hardware_i2c.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/include/hardware_rtc.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/include/hardware_spi.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/include/hardware_uart.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/include/hardware_uarths.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/include/io.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/include/plic.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/include/sysctl.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/include/utils.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/include/wdt.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/plic/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/plic/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/plic/clint.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/plic/drv_interrupt.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/plic/plic.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/rtc/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/rtc/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/rtc/connect_rtc.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/rtc/hardware_rtc.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/sleep.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/spi/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/spi/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/spi/connect_spi.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/spi/hardware_spi.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/sys_clock/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/sys_clock/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/sys_clock/sysctl.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/timer/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/timer/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/timer/connect_hwtimer.c (99%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/timer/hardware_hwtimer.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/uart/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/uart/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/uart/connect_uart.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/uart/hardware_uart.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/uart/hardware_uarths.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/watchdog/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/watchdog/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/watchdog/connect_wdt.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/k210-emulator/third_party_driver/watchdog/wdt.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/.defconfig (99%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/Kconfig (97%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/README.md (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/board.c (99%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/board.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/config.mk (80%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/img/kd233.jpg (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/img/main.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/img/menuconfig1.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/img/menuconfig2.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/img/menuconfig3.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/img/menuconfig4.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/img/terminal.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/img/vscode.jpg (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/include/atomic.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/include/bsp.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/include/dump.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/include/encoding.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/include/entry.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/include/interrupt.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/include/platform.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/include/printf.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/include/sleep.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/include/syscalls.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/include/syslog.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/include/util.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/link.lds (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/link_userspace.lds (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/dma/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/dma/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/dma/dmac.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/gpio/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/gpio/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/gpio/connect_gpio.c (99%) rename Ubiquitous/{XiUOS/board/k210-emulator => XiZi/board/kd233}/third_party_driver/gpio/drv_io_config.c (99%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/gpio/fpioa.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/gpio/gpio.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/gpio/gpiohs.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/gpio/utils.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/i2c/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/i2c/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/i2c/connect_i2c.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/i2c/hardware_i2c.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/include/clint.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/include/connect_gpio.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/include/connect_hwtimer.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/include/connect_i2c.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/include/connect_rtc.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/include/connect_spi.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/include/connect_uart.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/include/connect_wdt.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/include/dmac.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/include/drv_io_config.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/include/dvp.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/include/font.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/include/fpioa.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/include/gpio.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/include/gpio_common.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/include/gpiohs.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/include/hardware_hwtimer.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/include/hardware_i2c.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/include/hardware_rtc.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/include/hardware_spi.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/include/hardware_uart.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/include/hardware_uarths.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/include/io.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/include/plic.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/include/sysctl.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/include/utils.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/include/wdt.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/plic/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/plic/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/plic/clint.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/plic/drv_interrupt.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/plic/plic.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/rtc/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/rtc/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/rtc/connect_rtc.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/rtc/hardware_rtc.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/sleep.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/spi/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/spi/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/spi/connect_spi.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/spi/hardware_spi.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/sys_clock/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/sys_clock/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/sys_clock/sysctl.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/timer/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/timer/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/timer/connect_hwtimer.c (99%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/timer/hardware_hwtimer.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/uart/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/uart/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/uart/connect_uart.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/uart/hardware_uart.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/uart/hardware_uarths.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/watchdog/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/watchdog/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/watchdog/connect_wdt.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/kd233/third_party_driver/watchdog/wdt.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/maix-go/.defconfig (99%) rename Ubiquitous/{XiUOS => XiZi}/board/maix-go/Kconfig (96%) rename Ubiquitous/{XiUOS => XiZi}/board/maix-go/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/maix-go/README.md (100%) rename Ubiquitous/{XiUOS => XiZi}/board/maix-go/board.c (99%) rename Ubiquitous/{XiUOS => XiZi}/board/maix-go/board.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/maix-go/config.mk (81%) rename Ubiquitous/{XiUOS => XiZi}/board/maix-go/doc/20200117183100in2v5v.pdf (100%) rename Ubiquitous/{XiUOS => XiZi}/board/maix-go/doc/Maix_GO_2.20(Assembly drawing).pdf (100%) rename Ubiquitous/{XiUOS => XiZi}/board/maix-go/doc/Maix_GO_2.20(Schematic).pdf (100%) rename Ubiquitous/{XiUOS => XiZi}/board/maix-go/img/maix_go.jpg (100%) rename Ubiquitous/{XiUOS => XiZi}/board/maix-go/img/terminal.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/maix-go/include/atomic.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/maix-go/include/bsp.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/maix-go/include/dump.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/maix-go/include/encoding.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/maix-go/include/entry.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/maix-go/include/interrupt.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/maix-go/include/platform.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/maix-go/include/printf.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/maix-go/include/sleep.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/maix-go/include/syscalls.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/maix-go/include/syslog.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/maix-go/include/util.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/maix-go/link.lds (100%) rename Ubiquitous/{XiUOS => XiZi}/board/maix-go/link_userspace.lds (100%) rename Ubiquitous/{XiUOS => XiZi}/board/maix-go/third_party_driver/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/maix-go/third_party_driver/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/maix-go/third_party_driver/include/clint.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/maix-go/third_party_driver/include/connect_uart.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/maix-go/third_party_driver/include/dmac.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/maix-go/third_party_driver/include/hardware_uart.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/maix-go/third_party_driver/include/hardware_uarths.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/maix-go/third_party_driver/include/io.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/maix-go/third_party_driver/include/plic.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/maix-go/third_party_driver/include/sysctl.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/maix-go/third_party_driver/include/utils.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/maix-go/third_party_driver/plic/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/maix-go/third_party_driver/plic/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/maix-go/third_party_driver/plic/clint.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/maix-go/third_party_driver/plic/drv_interrupt.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/maix-go/third_party_driver/plic/plic.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/maix-go/third_party_driver/sleep.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/maix-go/third_party_driver/sys_clock/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/maix-go/third_party_driver/sys_clock/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/maix-go/third_party_driver/sys_clock/sysctl.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/maix-go/third_party_driver/uart/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/maix-go/third_party_driver/uart/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/maix-go/third_party_driver/uart/connect_uart.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/maix-go/third_party_driver/uart/hardware_uart.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/maix-go/third_party_driver/uart/hardware_uarths.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/Kconfig (96%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/README.md (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/board.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/config.mk (80%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/img/NXPBootUtility_1.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/img/NXPBootUtility_2.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/img/menuconfig.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/img/menuconfig1.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/img/terminal.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/img/vscode.jpg (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/include/board.h (99%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/include/clock_config.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/include/pin_mux.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/link.lds (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/CMSIS/Include/cmsis_compiler.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/CMSIS/Include/cmsis_gcc.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/CMSIS/Include/cmsis_version.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/CMSIS/Include/core_cm7.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/CMSIS/Include/mpu_armv7.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/CMSIS/LICENSE.txt (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/common/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/common/clock_config.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/common/fsl_cache.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/common/fsl_clock.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/common/fsl_common.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/common/fsl_debug_console.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/common/fsl_usdhc.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/common/pin_mux.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/common/system_MIMXRT1052.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/ethernet/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/ethernet/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/ethernet/enet_ethernetif.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/ethernet/enet_ethernetif_kinetis.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/ethernet/enet_ethernetif_lpc.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/ethernet/fsl_enet.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/ethernet/ksz8081/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/ethernet/ksz8081/fsl_phy.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/ethernet/ksz8081/fsl_phy.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/gpio/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/gpio/fsl_gpio.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/include/MIMXRT1052.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/include/MIMXRT1052_features.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/include/connect_ethernet.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/include/connect_sdio.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/include/connect_uart.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/include/connect_usb.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/include/enet_ethernetif.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/include/enet_ethernetif_priv.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/include/fsl_cache.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/include/fsl_clock.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/include/fsl_common.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/include/fsl_debug_console.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/include/fsl_debug_console_conf.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/include/fsl_device_registers.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/include/fsl_enet.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/include/fsl_gpio.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/include/fsl_iomuxc.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/include/fsl_lpuart.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/include/fsl_semc.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/include/fsl_usdhc.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/include/system_MIMXRT1052.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/sdio/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/sdio/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/sdio/connect_sdio.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/sdio/sdmmc/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/sdio/sdmmc/inc/fsl_mmc.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/sdio/sdmmc/inc/fsl_sd.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/sdio/sdmmc/inc/fsl_sdio.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/sdio/sdmmc/inc/fsl_sdmmc_common.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/sdio/sdmmc/inc/fsl_sdmmc_host.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/sdio/sdmmc/inc/fsl_sdmmc_spec.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/sdio/sdmmc/port/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/sdio/sdmmc/port/fsl_sdmmc_event.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/sdio/sdmmc/port/usdhc/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/sdio/sdmmc/port/usdhc/interrupt/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/sdio/sdmmc/port/usdhc/interrupt/fsl_sdmmc_event.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/sdio/sdmmc/port/usdhc/interrupt/fsl_sdmmc_host.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/sdio/sdmmc/port/usdhc/polling/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/sdio/sdmmc/port/usdhc/polling/fsl_sdmmc_event.c (95%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/sdio/sdmmc/port/usdhc/polling/fsl_sdmmc_host.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/sdio/sdmmc/src/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/sdio/sdmmc/src/fsl_mmc.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/sdio/sdmmc/src/fsl_sd.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/sdio/sdmmc/src/fsl_sdio.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/sdio/sdmmc/src/fsl_sdmmc_common.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/semc/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/semc/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/semc/connect_semc.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/semc/fsl_semc.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/semc/semc_externsdram_test.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/uart/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/uart/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/uart/connect_uart.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/uart/fsl_lpuart.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/usb/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/usb/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/usb/connect_usb.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/class/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/class/usb_host_hub.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/class/usb_host_hub.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/class/usb_host_hub_app.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/class/usb_host_hub_app.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/class/usb_host_msd.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/class/usb_host_msd.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/class/usb_host_msd_ufi.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/usb_host.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/usb_host_devices.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/usb_host_devices.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/usb_host_ehci.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/usb_host_ehci.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/usb_host_framework.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/usb_host_framework.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/usb_host_hci.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/usb_host_hci.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host_msd_command.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/include/host_msd_command.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/include/usb.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/include/usb_host_config.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/include/usb_misc.h (97%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/include/usb_spec.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/osa/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/osa/usb_osa.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/osa/usb_osa_bm.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/osa/usb_osa_bm.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/phy/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/phy/usb_phy.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/phy/usb_phy.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/rv32m1_vega/Kconfig (92%) rename Ubiquitous/{XiUOS => XiZi}/board/rv32m1_vega/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/rv32m1_vega/README.md (99%) rename Ubiquitous/{XiUOS => XiZi}/board/rv32m1_vega/board.c (98%) rename Ubiquitous/{XiUOS => XiZi}/board/rv32m1_vega/board.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/rv32m1_vega/config.mk (86%) rename Ubiquitous/{XiUOS => XiZi}/board/rv32m1_vega/doc/RV32M1DS_Rev.1.1.pdf (100%) rename Ubiquitous/{XiUOS => XiZi}/board/rv32m1_vega/doc/RV32M1RM_Rev.1.1.pdf (100%) rename Ubiquitous/{XiUOS => XiZi}/board/rv32m1_vega/doc/RV32M1_VEGA_Board_User_Guide.pdf (100%) rename Ubiquitous/{XiUOS => XiZi}/board/rv32m1_vega/doc/RV32M1_VEGA_Quick_Start_Guide.pdf (100%) rename Ubiquitous/{XiUOS => XiZi}/board/rv32m1_vega/doc/RV32M1_Vega_Develop_Environment_Setup.pdf (100%) rename Ubiquitous/{XiUOS => XiZi}/board/rv32m1_vega/fsl_host.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/rv32m1_vega/img/gdb_load.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/rv32m1_vega/img/menuconfig.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/rv32m1_vega/img/multicore.jpg (100%) rename Ubiquitous/{XiUOS => XiZi}/board/rv32m1_vega/img/openocd.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/rv32m1_vega/img/riscv_gnu.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/rv32m1_vega/img/terminal.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/rv32m1_vega/img/vscode.jpg (100%) rename Ubiquitous/{XiUOS => XiZi}/board/rv32m1_vega/link.lds (100%) rename Ubiquitous/{XiUOS => XiZi}/board/rv32m1_vega/third_party_driver/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/rv32m1_vega/third_party_driver/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/rv32m1_vega/third_party_driver/fsl_clock.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/rv32m1_vega/third_party_driver/fsl_common.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/rv32m1_vega/third_party_driver/fsl_intmux.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/rv32m1_vega/third_party_driver/gpio/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/rv32m1_vega/third_party_driver/gpio/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/rv32m1_vega/third_party_driver/gpio/pin_mux.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/rv32m1_vega/third_party_driver/include/clock_config.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/rv32m1_vega/third_party_driver/include/connect_uart.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/rv32m1_vega/third_party_driver/include/fsl_clock.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/rv32m1_vega/third_party_driver/include/fsl_common.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/rv32m1_vega/third_party_driver/include/fsl_intmux.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/rv32m1_vega/third_party_driver/include/fsl_lpuart.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/rv32m1_vega/third_party_driver/include/fsl_msmc.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/rv32m1_vega/third_party_driver/include/fsl_port.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/rv32m1_vega/third_party_driver/include/pin_mux.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/rv32m1_vega/third_party_driver/sys_clock/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/rv32m1_vega/third_party_driver/sys_clock/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/rv32m1_vega/third_party_driver/sys_clock/clock_config.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/rv32m1_vega/third_party_driver/uart/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/rv32m1_vega/third_party_driver/uart/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/rv32m1_vega/third_party_driver/uart/connect_uart.c (99%) rename Ubiquitous/{XiUOS => XiZi}/board/rv32m1_vega/third_party_driver/uart/fsl_lpuart.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/.defconfig (96%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/Kconfig (95%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/README.md (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/board.c (99%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/board.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/config.mk (75%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/img/ID_HASH_TABLE.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/img/IPC_FEATURE.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/img/KTASK_SIZE.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/img/MAIN_STACK_SIZE.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/img/MEMORY_PAGE_SIZE.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/img/SHELL_STACK_SIZE.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/img/WORKQUEUE.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/img/ZOMBIE_STACK_SIZE.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/img/main.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/img/menuconfig1.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/img/menuconfig2.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/img/stm32f103-nano.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/img/terminal.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/include/arm_common_tables.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/include/arm_const_structs.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/include/arm_math.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/include/cmsis_armcc.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/include/cmsis_armcc_V6.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/include/cmsis_compiler.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/include/cmsis_gcc.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/include/cmsis_iccarm.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/include/cmsis_version.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/include/core_cm3.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/include/core_cmFunc.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/include/core_cmInstr.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/include/core_cmSimd.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/include/stm32f103xb.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/include/stm32f1xx.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/include/stm32f1xx_it.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/include/system_stm32f1xx.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/link.lds (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/third_party_driver/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/third_party_driver/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/third_party_driver/include/connect_uart.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/third_party_driver/libraries/CMSIS/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/third_party_driver/libraries/CMSIS/system_stm32f1xx.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/third_party_driver/libraries/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_cec.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_conf.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_cortex.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_crc.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_def.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_dma.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_dma_ex.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_flash.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_flash_ex.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_gpio.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_gpio_ex.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_i2c.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_pwr.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_rcc.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_rcc_ex.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_spi.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_uart.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_usart.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal_cec.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal_cortex.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal_crc.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal_dma.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal_gpio.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal_gpio_ex.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal_i2c.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal_msp.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal_pwr.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal_rcc.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal_rcc_ex.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal_spi.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal_uart.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal_usart.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/third_party_driver/uart/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/third_party_driver/uart/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f103-nano/third_party_driver/uart/connect_uart.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/.defconfig (99%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/Kconfig (97%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/README.md (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/board.c (99%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/board.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/config.mk (86%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/img/main.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/img/menuconfig1.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/img/menuconfig2.jpg (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/img/putty.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/img/st-link.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/img/stm32f407-st-discovery.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/img/terminal.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/img/vscode.jpg (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/include/arm_common_tables.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/include/arm_const_structs.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/include/arm_math.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/include/cmsis_armcc.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/include/cmsis_armcc_V6.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/include/cmsis_gcc.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/include/cmsis_os.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/include/core_cm4.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/include/core_cmFunc.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/include/core_cmInstr.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/include/core_cmSimd.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/include/stm32f4xx.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/include/system_stm32f4xx.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/link.lds (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/link_userspace.lds (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/adc/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/adc/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/adc/connect_adc.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/adc/hardware_adc.c (99%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/can/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/can/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/can/connect_can.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/can/hardware_can.c (99%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/common/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/common/Makefile (100%) rename Ubiquitous/{XiUOS/board/cortex-m4-emulator => XiZi/board/stm32f407-st-discovery}/third_party_driver/common/hardware_dma.c (99%) rename Ubiquitous/{XiUOS/board/aiit-arm32-board => XiZi/board/stm32f407-st-discovery}/third_party_driver/common/hardware_exti.c (99%) rename Ubiquitous/{XiUOS/board/aiit-arm32-board => XiZi/board/stm32f407-st-discovery}/third_party_driver/common/hardware_it.c (98%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/common/hardware_pwr.c (99%) rename Ubiquitous/{XiUOS/board/stm32f407zgt6 => XiZi/board/stm32f407-st-discovery}/third_party_driver/common/hardware_rcc.c (99%) rename Ubiquitous/{XiUOS/board/cortex-m4-emulator => XiZi/board/stm32f407-st-discovery}/third_party_driver/common/hardware_syscfg.c (99%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/common/misc.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/dac/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/dac/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/dac/connect_dac.c (100%) rename Ubiquitous/{XiUOS/board/aiit-arm32-board => XiZi/board/stm32f407-st-discovery}/third_party_driver/dac/hardware_dac.c (99%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/ethernet/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/ethernet/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/ethernet/connect_ethernet.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/ethernet/ethernetif.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/ethernet/hardware_ethernet.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/gpio/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/gpio/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/gpio/connect_gpio.c (100%) rename Ubiquitous/{XiUOS/board/aiit-arm32-board => XiZi/board/stm32f407-st-discovery}/third_party_driver/gpio/hardware_gpio.c (99%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/i2c/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/i2c/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/i2c/connect_i2c.c (100%) rename Ubiquitous/{XiUOS/board/aiit-arm32-board => XiZi/board/stm32f407-st-discovery}/third_party_driver/i2c/hardware_i2c.c (99%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/include/connect_adc.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/include/connect_can.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/include/connect_dac.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/include/connect_ethernet.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/include/connect_gpio.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/include/connect_hwtimer.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/include/connect_i2c.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/include/connect_rtc.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/include/connect_sdio.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/include/connect_spi.h (98%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/include/connect_usart.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/include/connect_usb.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/include/connect_wdg.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/include/hardware_adc.h (99%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/include/hardware_can.h (99%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/include/hardware_conf.h (99%) rename Ubiquitous/{XiUOS/board/aiit-arm32-board => XiZi/board/stm32f407-st-discovery}/third_party_driver/include/hardware_dac.h (99%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/include/hardware_dbgmcu.h (99%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/include/hardware_dma.h (99%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/include/hardware_eth.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/include/hardware_eth_conf.h (100%) rename Ubiquitous/{XiUOS/board/stm32f407zgt6 => XiZi/board/stm32f407-st-discovery}/third_party_driver/include/hardware_exti.h (99%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/include/hardware_fsmc.h (99%) rename Ubiquitous/{XiUOS/board/stm32f407zgt6 => XiZi/board/stm32f407-st-discovery}/third_party_driver/include/hardware_gpio.h (99%) rename Ubiquitous/{XiUOS/board/cortex-m4-emulator => XiZi/board/stm32f407-st-discovery}/third_party_driver/include/hardware_i2c.h (99%) rename Ubiquitous/{XiUOS/board/aiit-arm32-board => XiZi/board/stm32f407-st-discovery}/third_party_driver/include/hardware_iwdg.h (99%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/include/hardware_pwr.h (99%) rename Ubiquitous/{XiUOS/board/stm32f407zgt6 => XiZi/board/stm32f407-st-discovery}/third_party_driver/include/hardware_rcc.h (99%) rename Ubiquitous/{XiUOS/board/aiit-arm32-board => XiZi/board/stm32f407-st-discovery}/third_party_driver/include/hardware_rtc.h (99%) rename Ubiquitous/{XiUOS/board/aiit-arm32-board => XiZi/board/stm32f407-st-discovery}/third_party_driver/include/hardware_sdio.h (99%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/include/hardware_spi.h (99%) rename Ubiquitous/{XiUOS/board/stm32f407zgt6 => XiZi/board/stm32f407-st-discovery}/third_party_driver/include/hardware_syscfg.h (99%) rename Ubiquitous/{XiUOS/board/aiit-arm32-board => XiZi/board/stm32f407-st-discovery}/third_party_driver/include/hardware_tim.h (99%) rename Ubiquitous/{XiUOS/board/aiit-arm32-board => XiZi/board/stm32f407-st-discovery}/third_party_driver/include/hardware_usart.h (99%) rename Ubiquitous/{XiUOS/board/cortex-m4-emulator => XiZi/board/stm32f407-st-discovery}/third_party_driver/include/hardware_wwdg.h (99%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/include/misc.h (100%) rename Ubiquitous/{XiUOS/board/cortex-m4-emulator => XiZi/board/stm32f407-st-discovery}/third_party_driver/include/stm32_assert_template.h (99%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/lcd/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/lcd/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/lcd/hardware_fsmc.c (99%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/rtc/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/rtc/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/rtc/connect_rtc.c (100%) rename Ubiquitous/{XiUOS/board/aiit-arm32-board => XiZi/board/stm32f407-st-discovery}/third_party_driver/rtc/hardware_rtc.c (99%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/sdio/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/sdio/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/sdio/connect_sdio.c (100%) rename Ubiquitous/{XiUOS/board/aiit-arm32-board => XiZi/board/stm32f407-st-discovery}/third_party_driver/sdio/hardware_sdio.c (99%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/sdio/sdio_sd.c (96%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/sdio/sdio_sd.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/spi/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/spi/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/spi/connect_flash_spi.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/spi/connect_spi.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/spi/hardware_spi.c (99%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/timer/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/timer/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/timer/connect_hwtimer.c (99%) rename Ubiquitous/{XiUOS/board/aiit-arm32-board => XiZi/board/stm32f407-st-discovery}/third_party_driver/timer/hardware_tim.c (99%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/uart/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/uart/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/uart/connect_usart.c (100%) rename Ubiquitous/{XiUOS/board/aiit-arm32-board => XiZi/board/stm32f407-st-discovery}/third_party_driver/uart/hardware_usart.c (99%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/usb/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/usb/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/Release_Notes.html (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_bsp.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_conf.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_conf_template.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_core.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_dcd.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_dcd_int.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_defines.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_hcd.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_hcd_int.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_otg.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_regs.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_bsp_template.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_core.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_dcd.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_dcd_int.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_hcd.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_hcd_int.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_otg.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/usb/connect_usb.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/usb/usb_bsp.c (99%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/usb/usbh.c (99%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/watchdog/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/watchdog/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407-st-discovery/third_party_driver/watchdog/connect_wdg.c (100%) rename Ubiquitous/{XiUOS/board/aiit-arm32-board => XiZi/board/stm32f407-st-discovery}/third_party_driver/watchdog/hardware_wdg.c (99%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407zgt6/.defconfig (99%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407zgt6/Kconfig (97%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407zgt6/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407zgt6/README.md (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407zgt6/board.c (99%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407zgt6/board.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407zgt6/config.mk (88%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407zgt6/include/arm_common_tables.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407zgt6/include/arm_const_structs.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407zgt6/include/arm_math.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407zgt6/include/cmsis_armcc.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407zgt6/include/cmsis_armcc_V6.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407zgt6/include/cmsis_gcc.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407zgt6/include/cmsis_os.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407zgt6/include/core_cm4.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407zgt6/include/core_cmFunc.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407zgt6/include/core_cmInstr.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407zgt6/include/core_cmSimd.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407zgt6/include/stm32f4xx.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407zgt6/include/system_stm32f4xx.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407zgt6/interface.jpg (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407zgt6/link.lds (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407zgt6/link_userspace.lds (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407zgt6/menu.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407zgt6/shell.png (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407zgt6/third_party_driver/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407zgt6/third_party_driver/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407zgt6/third_party_driver/common/Makefile (100%) rename Ubiquitous/{XiUOS/board/stm32f407-st-discovery => XiZi/board/stm32f407zgt6}/third_party_driver/common/hardware_exti.c (99%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407zgt6/third_party_driver/common/hardware_it.c (98%) rename Ubiquitous/{XiUOS/board/stm32f407-st-discovery => XiZi/board/stm32f407zgt6}/third_party_driver/common/hardware_rcc.c (99%) rename Ubiquitous/{XiUOS/board/stm32f407-st-discovery => XiZi/board/stm32f407zgt6}/third_party_driver/common/hardware_syscfg.c (99%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407zgt6/third_party_driver/common/misc.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407zgt6/third_party_driver/extmem/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407zgt6/third_party_driver/extmem/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407zgt6/third_party_driver/extmem/connect_fsmc.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407zgt6/third_party_driver/extmem/hardware_fsmc.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407zgt6/third_party_driver/gpio/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407zgt6/third_party_driver/gpio/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407zgt6/third_party_driver/gpio/connect_gpio.c (100%) rename Ubiquitous/{XiUOS/board/cortex-m4-emulator => XiZi/board/stm32f407zgt6}/third_party_driver/gpio/hardware_gpio.c (99%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407zgt6/third_party_driver/include/connect_fsmc.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407zgt6/third_party_driver/include/connect_gpio.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407zgt6/third_party_driver/include/connect_usart.h (100%) rename Ubiquitous/{XiUOS/board/cortex-m4-emulator => XiZi/board/stm32f407zgt6}/third_party_driver/include/hardware_conf.h (99%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407zgt6/third_party_driver/include/hardware_dbgmcu.h (99%) rename Ubiquitous/{XiUOS/board/aiit-arm32-board => XiZi/board/stm32f407zgt6}/third_party_driver/include/hardware_exti.h (99%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407zgt6/third_party_driver/include/hardware_fsmc.h (99%) rename Ubiquitous/{XiUOS/board/aiit-arm32-board => XiZi/board/stm32f407zgt6}/third_party_driver/include/hardware_gpio.h (99%) rename Ubiquitous/{XiUOS/board/aiit-arm32-board => XiZi/board/stm32f407zgt6}/third_party_driver/include/hardware_rcc.h (99%) rename Ubiquitous/{XiUOS/board/aiit-arm32-board => XiZi/board/stm32f407zgt6}/third_party_driver/include/hardware_syscfg.h (99%) rename Ubiquitous/{XiUOS/board/cortex-m4-emulator => XiZi/board/stm32f407zgt6}/third_party_driver/include/hardware_usart.h (99%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407zgt6/third_party_driver/include/misc.h (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407zgt6/third_party_driver/include/stm32_assert_template.h (99%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407zgt6/third_party_driver/uart/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407zgt6/third_party_driver/uart/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407zgt6/third_party_driver/uart/connect_usart.c (100%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407zgt6/third_party_driver/uart/hardware_usart.c (99%) rename Ubiquitous/{XiUOS => XiZi}/board/stm32f407zgt6/total.jpg (100%) rename Ubiquitous/{XiUOS => XiZi}/compiler.mk (99%) rename Ubiquitous/{XiUOS => XiZi}/fs/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/fs/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/fs/compatibility_ch376/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/fs/compatibility_ch376/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/fs/compatibility_ch376/ch376fs.c (100%) rename Ubiquitous/{XiUOS => XiZi}/fs/compatibility_ch376/ch376fs.h (98%) rename Ubiquitous/{XiUOS => XiZi}/fs/fatfs/00history.txt (100%) rename Ubiquitous/{XiUOS => XiZi}/fs/fatfs/00readme.txt (100%) rename Ubiquitous/{XiUOS => XiZi}/fs/fatfs/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/fs/fatfs/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/fs/fatfs/diskio.c (95%) rename Ubiquitous/{XiUOS => XiZi}/fs/fatfs/diskio.h (100%) rename Ubiquitous/{XiUOS => XiZi}/fs/fatfs/fatfs.c (99%) rename Ubiquitous/{XiUOS => XiZi}/fs/fatfs/ff.c (100%) rename Ubiquitous/{XiUOS => XiZi}/fs/fatfs/ff.h (100%) rename Ubiquitous/{XiUOS => XiZi}/fs/fatfs/ffconf.h (96%) rename Ubiquitous/{XiUOS => XiZi}/fs/fatfs/ffsystem.c (95%) rename Ubiquitous/{XiUOS => XiZi}/fs/fatfs/ffunicode.c (100%) rename Ubiquitous/{XiUOS => XiZi}/fs/fatfs/integer.h (100%) rename Ubiquitous/{XiUOS => XiZi}/fs/iot-devicefile/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/fs/iot-devicefile/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/fs/iot-devicefile/iot-devicefile.c (99%) rename Ubiquitous/{XiUOS => XiZi}/fs/lwext4/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/fs/lwext4/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/fs/shared/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/fs/shared/include/iot-vfs.h (99%) rename Ubiquitous/{XiUOS => XiZi}/fs/shared/include/iot-vfs_posix.h (100%) rename Ubiquitous/{XiUOS => XiZi}/fs/shared/include/vfs_select.h (100%) rename Ubiquitous/{XiUOS => XiZi}/fs/shared/src/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/fs/shared/src/iot-vfs.c (99%) rename Ubiquitous/{XiUOS => XiZi}/fs/shared/src/poll.c (99%) rename Ubiquitous/{XiUOS => XiZi}/fs/shared/src/select.c (100%) rename Ubiquitous/{XiUOS => XiZi}/kernel/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/kernel/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/kernel/include/user_api.h (99%) rename Ubiquitous/{XiUOS/kernel/include/xiuos.h => XiZi/kernel/include/xizi.h} (95%) rename Ubiquitous/{XiUOS => XiZi}/kernel/include/xs_assign.h (100%) rename Ubiquitous/{XiUOS => XiZi}/kernel/include/xs_avltree.h (100%) rename Ubiquitous/{XiUOS => XiZi}/kernel/include/xs_banner.h (100%) rename Ubiquitous/{XiUOS => XiZi}/kernel/include/xs_base.h (100%) rename Ubiquitous/{XiUOS => XiZi}/kernel/include/xs_circular_area.h (100%) rename Ubiquitous/{XiUOS => XiZi}/kernel/include/xs_dataqueue.h (100%) rename Ubiquitous/{XiUOS => XiZi}/kernel/include/xs_delay.h (100%) rename Ubiquitous/{XiUOS => XiZi}/kernel/include/xs_event.h (100%) rename Ubiquitous/{XiUOS => XiZi}/kernel/include/xs_hook.h (100%) rename Ubiquitous/{XiUOS => XiZi}/kernel/include/xs_id.h (100%) rename Ubiquitous/{XiUOS => XiZi}/kernel/include/xs_init.h (100%) rename Ubiquitous/{XiUOS => XiZi}/kernel/include/xs_isolation.h (98%) rename Ubiquitous/{XiUOS => XiZi}/kernel/include/xs_isr.h (100%) rename Ubiquitous/{XiUOS => XiZi}/kernel/include/xs_kdbg.h (100%) rename Ubiquitous/{XiUOS => XiZi}/kernel/include/xs_kdevice.h (100%) rename Ubiquitous/{XiUOS => XiZi}/kernel/include/xs_klist.h (100%) rename Ubiquitous/{XiUOS => XiZi}/kernel/include/xs_ktask.h (100%) rename Ubiquitous/{XiUOS => XiZi}/kernel/include/xs_ktask_stat.h (100%) rename Ubiquitous/{XiUOS => XiZi}/kernel/include/xs_ktick.h (100%) rename Ubiquitous/{XiUOS => XiZi}/kernel/include/xs_memory.h (100%) rename Ubiquitous/{XiUOS => XiZi}/kernel/include/xs_msg.h (100%) rename Ubiquitous/{XiUOS => XiZi}/kernel/include/xs_mutex.h (100%) rename Ubiquitous/{XiUOS => XiZi}/kernel/include/xs_poll.h (100%) rename Ubiquitous/{XiUOS => XiZi}/kernel/include/xs_queue_manager.h (100%) rename Ubiquitous/{XiUOS => XiZi}/kernel/include/xs_sem.h (100%) rename Ubiquitous/{XiUOS => XiZi}/kernel/include/xs_service.h (100%) rename Ubiquitous/{XiUOS => XiZi}/kernel/include/xs_spinlock.h (100%) rename Ubiquitous/{XiUOS => XiZi}/kernel/include/xs_timer.h (100%) rename Ubiquitous/{XiUOS => XiZi}/kernel/include/xs_waitqueue.h (100%) rename Ubiquitous/{XiUOS => XiZi}/kernel/include/xs_workqueue.h (100%) rename Ubiquitous/{XiUOS => XiZi}/kernel/kernel_service/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/kernel/kernel_service/xs_service.c (100%) rename Ubiquitous/{XiUOS => XiZi}/kernel/kernel_test/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/kernel/kernel_test/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/kernel/kernel_test/extsram_test.c (99%) rename Ubiquitous/{XiUOS => XiZi}/kernel/kernel_test/riscv_test_can.c (99%) rename Ubiquitous/{XiUOS => XiZi}/kernel/kernel_test/test_avltree.c (100%) rename Ubiquitous/{XiUOS => XiZi}/kernel/kernel_test/test_can.c (100%) rename Ubiquitous/{XiUOS => XiZi}/kernel/kernel_test/test_ch438.c (99%) rename Ubiquitous/{XiUOS => XiZi}/kernel/kernel_test/test_circulararea.c (100%) rename Ubiquitous/{XiUOS => XiZi}/kernel/kernel_test/test_dbg.c (98%) rename Ubiquitous/{XiUOS => XiZi}/kernel/kernel_test/test_fpu.c (98%) rename Ubiquitous/{XiUOS => XiZi}/kernel/kernel_test/test_gatherblock.c (99%) rename Ubiquitous/{XiUOS => XiZi}/kernel/kernel_test/test_hwtimer.c (99%) rename Ubiquitous/{XiUOS => XiZi}/kernel/kernel_test/test_i2c.c (99%) rename Ubiquitous/{XiUOS => XiZi}/kernel/kernel_test/test_iwg.c (99%) rename Ubiquitous/{XiUOS => XiZi}/kernel/kernel_test/test_lcd.c (100%) rename Ubiquitous/{XiUOS => XiZi}/kernel/kernel_test/test_main.c (99%) rename Ubiquitous/{XiUOS => XiZi}/kernel/kernel_test/test_mem.c (99%) rename Ubiquitous/{XiUOS => XiZi}/kernel/kernel_test/test_realtime.c (99%) rename Ubiquitous/{XiUOS => XiZi}/kernel/kernel_test/test_rtc.c (99%) rename Ubiquitous/{XiUOS => XiZi}/kernel/kernel_test/test_serial.c (99%) rename Ubiquitous/{XiUOS => XiZi}/kernel/kernel_test/test_threadsched.c (95%) rename Ubiquitous/{XiUOS => XiZi}/kernel/kernel_test/test_timer.c (99%) rename Ubiquitous/{XiUOS => XiZi}/kernel/kernel_test/test_touch.c (100%) rename Ubiquitous/{XiUOS => XiZi}/kernel/kernel_test/user_api.h (99%) rename Ubiquitous/{XiUOS => XiZi}/kernel/memory/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/kernel/memory/byte_manage.c (99%) rename Ubiquitous/{XiUOS => XiZi}/kernel/memory/gatherblock.c (99%) rename Ubiquitous/{XiUOS => XiZi}/kernel/memory/isolation.c (100%) rename Ubiquitous/{XiUOS => XiZi}/kernel/thread/CriticalArea.c (100%) rename Ubiquitous/{XiUOS => XiZi}/kernel/thread/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/kernel/thread/appstartup.c (99%) rename Ubiquitous/{XiUOS => XiZi}/kernel/thread/assign.c (99%) rename Ubiquitous/{XiUOS => XiZi}/kernel/thread/assign_fifo.c (98%) rename Ubiquitous/{XiUOS => XiZi}/kernel/thread/assign_roundrobin.c (98%) rename Ubiquitous/{XiUOS => XiZi}/kernel/thread/assign_roundrobinremain.c (99%) rename Ubiquitous/{XiUOS => XiZi}/kernel/thread/assignstat.c (100%) rename Ubiquitous/{XiUOS => XiZi}/kernel/thread/avl_tree.c (100%) rename Ubiquitous/{XiUOS => XiZi}/kernel/thread/banner.c (98%) rename Ubiquitous/{XiUOS => XiZi}/kernel/thread/bitmap.c (100%) rename Ubiquitous/{XiUOS => XiZi}/kernel/thread/circular_area.c (100%) rename Ubiquitous/{XiUOS => XiZi}/kernel/thread/console.c (99%) rename Ubiquitous/{XiUOS => XiZi}/kernel/thread/data_queue.c (99%) rename Ubiquitous/{XiUOS => XiZi}/kernel/thread/delay.c (99%) rename Ubiquitous/{XiUOS => XiZi}/kernel/thread/double_link.c (100%) rename Ubiquitous/{XiUOS => XiZi}/kernel/thread/event.c (99%) rename Ubiquitous/{XiUOS => XiZi}/kernel/thread/hook.c (100%) rename Ubiquitous/{XiUOS => XiZi}/kernel/thread/id.c (99%) rename Ubiquitous/{XiUOS => XiZi}/kernel/thread/idle.c (99%) rename Ubiquitous/{XiUOS => XiZi}/kernel/thread/init.c (99%) rename Ubiquitous/{XiUOS => XiZi}/kernel/thread/isr.c (99%) rename Ubiquitous/{XiUOS => XiZi}/kernel/thread/kservicetask.c (98%) rename Ubiquitous/{XiUOS => XiZi}/kernel/thread/ktask.c (99%) rename Ubiquitous/{XiUOS => XiZi}/kernel/thread/ktask_stat.c (100%) rename Ubiquitous/{XiUOS => XiZi}/kernel/thread/linklist.c (99%) rename Ubiquitous/{XiUOS => XiZi}/kernel/thread/lock.c (99%) rename Ubiquitous/{XiUOS => XiZi}/kernel/thread/msgqueue.c (99%) rename Ubiquitous/{XiUOS => XiZi}/kernel/thread/mutex.c (99%) rename Ubiquitous/{XiUOS => XiZi}/kernel/thread/queue_manager.c (100%) rename Ubiquitous/{XiUOS => XiZi}/kernel/thread/semaphore.c (99%) rename Ubiquitous/{XiUOS => XiZi}/kernel/thread/single_link.c (100%) rename Ubiquitous/{XiUOS => XiZi}/kernel/thread/smp_assign.c (100%) rename Ubiquitous/{XiUOS => XiZi}/kernel/thread/softtimer.c (99%) rename Ubiquitous/{XiUOS => XiZi}/kernel/thread/tick.c (99%) rename Ubiquitous/{XiUOS => XiZi}/kernel/thread/waitqueue.c (100%) rename Ubiquitous/{XiUOS => XiZi}/kernel/thread/workqueue.c (99%) rename Ubiquitous/{XiUOS => XiZi}/kernel/thread/zombierecycle.c (99%) rename Ubiquitous/{XiUOS => XiZi}/lib/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/lib/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/lib/libcpp/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/lib/libcpp/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/lib/libcpp/cppinit.c (100%) rename Ubiquitous/{XiUOS => XiZi}/lib/libcpp/crt.cpp (97%) rename Ubiquitous/{XiUOS => XiZi}/lib/libcpp/crt.h (100%) rename Ubiquitous/{XiUOS => XiZi}/lib/newlib/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/lib/newlib/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/lib/newlib/fs_syscalls.c (97%) rename Ubiquitous/{XiUOS => XiZi}/lib/newlib/include/libc.h (100%) rename Ubiquitous/{XiUOS => XiZi}/lib/newlib/mem_syscalls.c (98%) rename Ubiquitous/{XiUOS => XiZi}/lib/newlib/stdio.c (99%) rename Ubiquitous/{XiUOS => XiZi}/lib/newlib/task_syscalls.c (98%) rename Ubiquitous/{XiUOS => XiZi}/lib/newlib/time_syscalls.c (97%) rename Ubiquitous/{XiUOS => XiZi}/link.mk (78%) rename Ubiquitous/{XiUOS => XiZi}/mergebin.py (83%) rename Ubiquitous/{XiUOS => XiZi}/path_app.mk (89%) rename Ubiquitous/{XiUOS => XiZi}/path_kernel.mk (98%) rename Ubiquitous/{XiUOS => XiZi}/resources/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/adc/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/adc/bus_adc.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/adc/dev_adc.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/adc/drv_adc.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/bus.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/can/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/can/bus_can.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/can/dev_can.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/can/drv_can.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/dac/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/dac/bus_dac.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/dac/dev_dac.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/dac/drv_dac.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/FILES (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/Filelists.cmake (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/Filelists.mk (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/api/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/api/api_lib.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/api/api_msg.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/api/err.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/api/if_api.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/api/netbuf.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/api/netdb.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/api/netifapi.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/api/sockets.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/api/tcpip.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/apps/altcp_tls/altcp_tls_mbedtls.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/apps/altcp_tls/altcp_tls_mbedtls_mem.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/apps/altcp_tls/altcp_tls_mbedtls_mem.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/apps/altcp_tls/altcp_tls_mbedtls_structs.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/apps/http/altcp_proxyconnect.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/apps/http/fs.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/apps/http/fs/img/sics.gif (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/apps/http/fsdata.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/apps/http/fsdata.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/apps/http/http_client.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/apps/http/httpd.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/apps/http/httpd_structs.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/apps/http/makefsdata/makefsdata (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/apps/http/makefsdata/makefsdata.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/apps/http/makefsdata/readme.txt (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/apps/http/makefsdata/tinydir.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/apps/lwiperf/lwiperf.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/apps/mdns/mdns.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/apps/mqtt/mqtt.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/apps/netbiosns/netbiosns.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/apps/smtp/smtp.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/apps/snmp/snmp_asn1.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/apps/snmp/snmp_asn1.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/apps/snmp/snmp_core.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/apps/snmp/snmp_core_priv.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/apps/snmp/snmp_mib2.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/apps/snmp/snmp_mib2_icmp.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/apps/snmp/snmp_mib2_interfaces.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/apps/snmp/snmp_mib2_ip.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/apps/snmp/snmp_mib2_snmp.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/apps/snmp/snmp_mib2_system.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/apps/snmp/snmp_mib2_tcp.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/apps/snmp/snmp_mib2_udp.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/apps/snmp/snmp_msg.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/apps/snmp/snmp_msg.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/apps/snmp/snmp_netconn.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/apps/snmp/snmp_pbuf_stream.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/apps/snmp/snmp_pbuf_stream.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/apps/snmp/snmp_raw.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/apps/snmp/snmp_scalar.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/apps/snmp/snmp_snmpv2_framework.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/apps/snmp/snmp_snmpv2_usm.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/apps/snmp/snmp_table.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/apps/snmp/snmp_threadsync.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/apps/snmp/snmp_traps.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/apps/snmp/snmpv3.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/apps/snmp/snmpv3_mbedtls.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/apps/snmp/snmpv3_priv.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/apps/sntp/sntp.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/apps/tftp/tftp_server.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/arch/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/arch/cc.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/arch/lwipopts.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/arch/main.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/arch/perf.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/arch/sys_arch.c (99%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/arch/sys_arch.h (97%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/core/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/core/altcp.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/core/altcp_alloc.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/core/altcp_tcp.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/core/def.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/core/dns.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/core/inet_chksum.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/core/init.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/core/ip.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/core/ipv4/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/core/ipv4/autoip.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/core/ipv4/dhcp.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/core/ipv4/etharp.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/core/ipv4/icmp.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/core/ipv4/igmp.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/core/ipv4/ip4.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/core/ipv4/ip4_addr.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/core/ipv4/ip4_frag.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/core/ipv6/dhcp6.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/core/ipv6/ethip6.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/core/ipv6/icmp6.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/core/ipv6/inet6.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/core/ipv6/ip6.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/core/ipv6/ip6_addr.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/core/ipv6/ip6_frag.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/core/ipv6/mld6.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/core/ipv6/nd6.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/core/mem.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/core/memp.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/core/netif.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/core/pbuf.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/core/raw.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/core/stats.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/core/sys.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/core/tcp.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/core/tcp_in.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/core/tcp_out.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/core/timeouts.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/core/udp.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/compat/posix/arpa/inet.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/compat/posix/net/if.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/compat/posix/netdb.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/compat/posix/sys/socket.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/compat/stdc/errno.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/altcp.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/altcp_tcp.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/altcp_tls.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/api.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/apps/FILES (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/apps/altcp_proxyconnect.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/apps/altcp_tls_mbedtls_opts.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/apps/fs.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/apps/http_client.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/apps/httpd.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/apps/httpd_opts.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/apps/lwiperf.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/apps/mdns.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/apps/mdns_opts.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/apps/mdns_priv.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/apps/mqtt.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/apps/mqtt_opts.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/apps/mqtt_priv.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/apps/netbiosns.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/apps/netbiosns_opts.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/apps/smtp.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/apps/smtp_opts.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/apps/snmp.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/apps/snmp_core.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/apps/snmp_mib2.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/apps/snmp_opts.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/apps/snmp_scalar.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/apps/snmp_snmpv2_framework.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/apps/snmp_snmpv2_usm.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/apps/snmp_table.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/apps/snmp_threadsync.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/apps/snmpv3.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/apps/sntp.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/apps/sntp_opts.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/apps/tftp_opts.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/apps/tftp_server.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/arch.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/autoip.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/debug.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/def.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/dhcp.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/dhcp6.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/dns.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/err.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/errno.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/etharp.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/ethip6.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/icmp.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/icmp6.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/if_api.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/igmp.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/inet.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/inet_chksum.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/init.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/init.h.cmake.in (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/ip.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/ip4.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/ip4_addr.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/ip4_frag.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/ip6.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/ip6_addr.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/ip6_frag.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/ip6_zone.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/ip_addr.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/mem.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/memp.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/mld6.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/nd6.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/netbuf.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/netdb.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/netif.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/netifapi.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/opt.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/pbuf.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/priv/altcp_priv.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/priv/api_msg.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/priv/mem_priv.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/priv/memp_priv.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/priv/memp_std.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/priv/nd6_priv.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/priv/raw_priv.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/priv/sockets_priv.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/priv/tcp_priv.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/priv/tcpip_priv.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/prot/autoip.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/prot/dhcp.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/prot/dhcp6.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/prot/dns.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/prot/etharp.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/prot/ethernet.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/prot/iana.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/prot/icmp.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/prot/icmp6.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/prot/ieee.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/prot/igmp.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/prot/ip.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/prot/ip4.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/prot/ip6.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/prot/mld6.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/prot/nd6.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/prot/tcp.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/prot/udp.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/raw.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/sio.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/snmp.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/sockets.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/stats.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/sys.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/tcp.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/tcpbase.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/tcpip.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/timeouts.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/lwip/udp.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/netif/bridgeif.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/netif/bridgeif_opts.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/netif/etharp.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/netif/ethernet.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/netif/ieee802154.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/netif/lowpan6.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/netif/lowpan6_ble.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/netif/lowpan6_common.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/netif/lowpan6_opts.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/netif/ppp/ccp.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/netif/ppp/chap-md5.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/netif/ppp/chap-new.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/netif/ppp/chap_ms.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/netif/ppp/eap.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/netif/ppp/ecp.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/netif/ppp/eui64.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/netif/ppp/fsm.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/netif/ppp/ipcp.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/netif/ppp/ipv6cp.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/netif/ppp/lcp.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/netif/ppp/magic.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/netif/ppp/mppe.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/netif/ppp/polarssl/arc4.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/netif/ppp/polarssl/des.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/netif/ppp/polarssl/md4.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/netif/ppp/polarssl/md5.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/netif/ppp/polarssl/sha1.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/netif/ppp/ppp.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/netif/ppp/ppp_impl.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/netif/ppp/ppp_opts.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/netif/ppp/pppapi.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/netif/ppp/pppcrypt.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/netif/ppp/pppdebug.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/netif/ppp/pppoe.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/netif/ppp/pppol2tp.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/netif/ppp/pppos.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/netif/ppp/upap.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/netif/ppp/vj.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/netif/slipif.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/include/netif/zepif.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/netif/FILES (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/netif/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/netif/bridgeif.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/netif/bridgeif_fdb.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/netif/ethernet.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/netif/lowpan6.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/netif/lowpan6_ble.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/netif/lowpan6_common.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/netif/ppp/PPPD_FOLLOWUP (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/netif/ppp/auth.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/netif/ppp/ccp.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/netif/ppp/chap-md5.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/netif/ppp/chap-new.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/netif/ppp/chap_ms.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/netif/ppp/demand.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/netif/ppp/eap.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/netif/ppp/ecp.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/netif/ppp/eui64.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/netif/ppp/fsm.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/netif/ppp/ipcp.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/netif/ppp/ipv6cp.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/netif/ppp/lcp.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/netif/ppp/magic.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/netif/ppp/mppe.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/netif/ppp/multilink.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/netif/ppp/polarssl/README (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/netif/ppp/polarssl/arc4.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/netif/ppp/polarssl/des.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/netif/ppp/polarssl/md4.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/netif/ppp/polarssl/md5.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/netif/ppp/polarssl/sha1.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/netif/ppp/ppp.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/netif/ppp/pppapi.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/netif/ppp/pppcrypt.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/netif/ppp/pppoe.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/netif/ppp/pppol2tp.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/netif/ppp/pppos.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/netif/ppp/upap.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/netif/ppp/utils.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/netif/ppp/vj.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/netif/slipif.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/LwIP/netif/zepif.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/cmd_lwip/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/cmd_lwip/lwip_config_demo.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/cmd_lwip/lwip_demo.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/cmd_lwip/lwip_dhcp_demo.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/cmd_lwip/lwip_ping_demo.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/cmd_lwip/lwip_tcp_demo.c (99%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/cmd_lwip/lwip_udp_demo.c (99%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/cmd_lwip/ping.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/cmd_lwip/ping.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/cmd_lwip/tcpecho_raw.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/ethernet/cmd_lwip/tcpecho_raw.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/i2c/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/i2c/bus_i2c.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/i2c/dev_i2c.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/i2c/drv_i2c.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/include/bus.h (99%) rename Ubiquitous/{XiUOS => XiZi}/resources/include/bus_adc.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/include/bus_can.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/include/bus_dac.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/include/bus_hwtimer.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/include/bus_i2c.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/include/bus_lcd.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/include/bus_pin.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/include/bus_rtc.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/include/bus_sdio.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/include/bus_serial.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/include/bus_spi.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/include/bus_touch.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/include/bus_usb.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/include/bus_wdt.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/include/dev_adc.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/include/dev_can.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/include/dev_dac.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/include/dev_hwtimer.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/include/dev_i2c.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/include/dev_lcd.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/include/dev_pin.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/include/dev_rtc.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/include/dev_sdio.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/include/dev_serial.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/include/dev_spi.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/include/dev_touch.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/include/dev_usb.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/include/dev_wdt.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/include/device.h (99%) rename Ubiquitous/{XiUOS => XiZi}/resources/include/flash_spi.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/include/sd_spi.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/include/stm32_usb_common.h (99%) rename Ubiquitous/{XiUOS => XiZi}/resources/include/stm32_usb_host.h (99%) rename Ubiquitous/{XiUOS => XiZi}/resources/lcd/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/lcd/bus_lcd.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/lcd/dev_lcd.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/lcd/drv_lcd.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/pin/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/pin/bus_pin.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/pin/dev_pin.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/pin/drv_pin.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/rtc/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/rtc/bus_rtc.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/rtc/dev_rtc.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/rtc/drv_rtc.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/sdio/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/sdio/bus_sdio.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/sdio/dev_sdio.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/sdio/drv_sdio.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/serial/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/serial/bus_serial.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/serial/dev_serial.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/serial/drv_serial.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/spi/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/spi/bus_spi.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/spi/dev_spi.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/spi/drv_spi.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/spi/flash_spi.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/spi/sd_card_spi/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/spi/sd_card_spi/sd_spi.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/spi/third_party_spi/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/spi/third_party_spi/SFUD/LICENSE (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/spi/third_party_spi/SFUD/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/spi/third_party_spi/SFUD/README.md (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/spi/third_party_spi/SFUD/sfud/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/spi/third_party_spi/SFUD/sfud/inc/sfud.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/spi/third_party_spi/SFUD/sfud/inc/sfud_cfg.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/spi/third_party_spi/SFUD/sfud/inc/sfud_def.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/spi/third_party_spi/SFUD/sfud/inc/sfud_flash_def.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/spi/third_party_spi/SFUD/sfud/inc/sfud_port.h (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/spi/third_party_spi/SFUD/sfud/port/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/spi/third_party_spi/SFUD/sfud/port/sfud_port.c (99%) rename Ubiquitous/{XiUOS => XiZi}/resources/spi/third_party_spi/SFUD/sfud/src/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/spi/third_party_spi/SFUD/sfud/src/sfud.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/spi/third_party_spi/SFUD/sfud/src/sfud_sfdp.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/timer/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/timer/bus_hwtimer.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/timer/dev_hwtimer.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/timer/drv_hwtimer.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/touch/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/touch/bus_touch.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/touch/dev_touch.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/touch/drv_touch.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/usb/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/usb/bus_usb.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/usb/dev_usb.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/usb/drv_usb.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/usb/third_party_usb/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/usb/third_party_usb/usbhost/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/usb/third_party_usb/usbhost/class/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/usb/third_party_usb/usbhost/class/mass.c (99%) rename Ubiquitous/{XiUOS => XiZi}/resources/usb/third_party_usb/usbhost/class/mass.h (98%) rename Ubiquitous/{XiUOS => XiZi}/resources/usb/third_party_usb/usbhost/class/udisk.c (99%) rename Ubiquitous/{XiUOS => XiZi}/resources/usb/third_party_usb/usbhost/core/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/usb/third_party_usb/usbhost/core/core.c (99%) rename Ubiquitous/{XiUOS => XiZi}/resources/usb/third_party_usb/usbhost/core/driver.c (99%) rename Ubiquitous/{XiUOS => XiZi}/resources/usb/third_party_usb/usbhost/core/hub.c (99%) rename Ubiquitous/{XiUOS => XiZi}/resources/usb/third_party_usb/usbhost/core/usbhost.c (98%) rename Ubiquitous/{XiUOS => XiZi}/resources/watchdog/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/watchdog/bus_wdt.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/watchdog/dev_wdt.c (100%) rename Ubiquitous/{XiUOS => XiZi}/resources/watchdog/drv_wdt.c (100%) rename Ubiquitous/{XiUOS => XiZi}/tool/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/tool/hosttools/generate_kselector.py (100%) rename Ubiquitous/{XiUOS => XiZi}/tool/hosttools/kernel_selector.py (100%) rename Ubiquitous/{XiUOS => XiZi}/tool/hosttools/kernel_selector.sh (100%) rename Ubiquitous/{XiUOS => XiZi}/tool/hosttools/xsconfig.sh (100%) rename Ubiquitous/{XiUOS => XiZi}/tool/scripts/connect_kd233.sh (100%) rename Ubiquitous/{XiUOS => XiZi}/tool/scripts/flash_kd233.sh (100%) rename Ubiquitous/{XiUOS => XiZi}/tool/shell/Kconfig (100%) rename Ubiquitous/{XiUOS => XiZi}/tool/shell/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/tool/shell/letter-shell/LICENSE (100%) rename Ubiquitous/{XiUOS => XiZi}/tool/shell/letter-shell/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/tool/shell/letter-shell/README.md (100%) rename Ubiquitous/{XiUOS => XiZi}/tool/shell/letter-shell/cmd.c (97%) rename Ubiquitous/{XiUOS => XiZi}/tool/shell/letter-shell/file_ext/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/tool/shell/letter-shell/file_ext/bunzip2.c (99%) rename Ubiquitous/{XiUOS => XiZi}/tool/shell/letter-shell/file_ext/bzip2.c (99%) rename Ubiquitous/{XiUOS => XiZi}/tool/shell/letter-shell/file_ext/bzip2.h (100%) rename Ubiquitous/{XiUOS => XiZi}/tool/shell/letter-shell/file_ext/bzlib/Makefile (100%) rename Ubiquitous/{XiUOS => XiZi}/tool/shell/letter-shell/file_ext/bzlib/blocksort.c (100%) rename Ubiquitous/{XiUOS => XiZi}/tool/shell/letter-shell/file_ext/bzlib/bzlib.c (99%) rename Ubiquitous/{XiUOS => XiZi}/tool/shell/letter-shell/file_ext/bzlib/bzlib.h (100%) rename Ubiquitous/{XiUOS => XiZi}/tool/shell/letter-shell/file_ext/bzlib/bzlib_private.h (100%) rename Ubiquitous/{XiUOS => XiZi}/tool/shell/letter-shell/file_ext/bzlib/compress.c (99%) rename Ubiquitous/{XiUOS => XiZi}/tool/shell/letter-shell/file_ext/bzlib/huffman.c (99%) rename Ubiquitous/{XiUOS => XiZi}/tool/shell/letter-shell/file_ext/gunzip.c (99%) rename Ubiquitous/{XiUOS => XiZi}/tool/shell/letter-shell/file_ext/gunzip.h (100%) rename Ubiquitous/{XiUOS => XiZi}/tool/shell/letter-shell/file_ext/gzip.c (99%) rename Ubiquitous/{XiUOS => XiZi}/tool/shell/letter-shell/file_ext/gzip.h (100%) rename Ubiquitous/{XiUOS => XiZi}/tool/shell/letter-shell/file_ext/msh_file.c (99%) rename Ubiquitous/{XiUOS => XiZi}/tool/shell/letter-shell/file_ext/shell_fs.c (100%) rename Ubiquitous/{XiUOS => XiZi}/tool/shell/letter-shell/file_ext/shell_fs.h (100%) rename Ubiquitous/{XiUOS => XiZi}/tool/shell/letter-shell/file_ext/tar.c (99%) rename Ubiquitous/{XiUOS => XiZi}/tool/shell/letter-shell/file_ext/tar.h (100%) rename Ubiquitous/{XiUOS => XiZi}/tool/shell/letter-shell/file_ext/unzip.c (99%) rename Ubiquitous/{XiUOS => XiZi}/tool/shell/letter-shell/file_ext/unzip.h (100%) rename Ubiquitous/{XiUOS => XiZi}/tool/shell/letter-shell/file_ext/utility.c (99%) rename Ubiquitous/{XiUOS => XiZi}/tool/shell/letter-shell/file_ext/utility.h (100%) rename Ubiquitous/{XiUOS => XiZi}/tool/shell/letter-shell/shell.c (99%) rename Ubiquitous/{XiUOS => XiZi}/tool/shell/letter-shell/shell.h (100%) rename Ubiquitous/{XiUOS => XiZi}/tool/shell/letter-shell/shell_ext.c (100%) rename Ubiquitous/{XiUOS => XiZi}/tool/shell/letter-shell/shell_ext.h (100%) rename Ubiquitous/{XiUOS => XiZi}/tool/shell/letter-shell/shell_port.c (99%) rename Ubiquitous/{XiUOS => XiZi}/tool/shell/letter-shell/shell_port.h (100%) diff --git a/APP_Framework/Applications/Makefile b/APP_Framework/Applications/Makefile index c3815e1bf..8c92833cd 100644 --- a/APP_Framework/Applications/Makefile +++ b/APP_Framework/Applications/Makefile @@ -7,7 +7,7 @@ ifeq ($(CONFIG_ADD_NUTTX_FETURES),y) endif -ifeq ($(CONFIG_ADD_XIUOS_FETURES),y) +ifeq ($(CONFIG_ADD_XIZI_FETURES),y) SRC_DIR := general_functions app_test SRC_FILES := main.c framework_init.c diff --git a/APP_Framework/Applications/app_test/Kconfig b/APP_Framework/Applications/app_test/Kconfig index 6e1581cea..5c038893f 100644 --- a/APP_Framework/Applications/app_test/Kconfig +++ b/APP_Framework/Applications/app_test/Kconfig @@ -12,7 +12,7 @@ menu "test app" bool "Config test adc" default n if USER_TEST_ADC - if ADD_XIUOS_FETURES + if ADD_XIZI_FETURES config ADC_DEV_DRIVER string "Set ADC dev path" default "/dev/adc1_dev" @@ -23,7 +23,7 @@ menu "test app" bool "Config test dac" default n if USER_TEST_DAC - if ADD_XIUOS_FETURES + if ADD_XIZI_FETURES config DAC_DEV_DRIVER string "Set DAC dev path" default "/dev/dac_dev" diff --git a/APP_Framework/Applications/app_test/test_spi_flash.c b/APP_Framework/Applications/app_test/test_spi_flash.c index 5e37261aa..a4248402c 100644 --- a/APP_Framework/Applications/app_test/test_spi_flash.c +++ b/APP_Framework/Applications/app_test/test_spi_flash.c @@ -42,7 +42,7 @@ Modification: 1. support spi flash open, read and write function *************************************************/ -#include +#include #include #include #include diff --git a/APP_Framework/Applications/connection_app/socket_demo/lwip_tcp_socket_demo.c b/APP_Framework/Applications/connection_app/socket_demo/lwip_tcp_socket_demo.c index b018be453..f785e0c27 100755 --- a/APP_Framework/Applications/connection_app/socket_demo/lwip_tcp_socket_demo.c +++ b/APP_Framework/Applications/connection_app/socket_demo/lwip_tcp_socket_demo.c @@ -18,7 +18,7 @@ * @date 2021-05-29 */ #include -#include +#include #include "board.h" #include "sys_arch.h" #include diff --git a/APP_Framework/Applications/connection_app/socket_demo/lwip_udp_socket_demo.c b/APP_Framework/Applications/connection_app/socket_demo/lwip_udp_socket_demo.c index b04311f5f..d1c3d8db0 100755 --- a/APP_Framework/Applications/connection_app/socket_demo/lwip_udp_socket_demo.c +++ b/APP_Framework/Applications/connection_app/socket_demo/lwip_udp_socket_demo.c @@ -18,7 +18,7 @@ * @date 2021-05-29 */ #include -#include +#include #include "board.h" #include "sys_arch.h" #include "lwip/udp.h" diff --git a/APP_Framework/Applications/cppmain.cpp b/APP_Framework/Applications/cppmain.cpp index a36188d74..d9e1653cc 100644 --- a/APP_Framework/Applications/cppmain.cpp +++ b/APP_Framework/Applications/cppmain.cpp @@ -10,7 +10,7 @@ * See the Mulan PSL v2 for more details. */ -#include +#include #include #include using namespace std; diff --git a/APP_Framework/Applications/general_functions/list/Makefile b/APP_Framework/Applications/general_functions/list/Makefile index 89ca52441..acfac595c 100644 --- a/APP_Framework/Applications/general_functions/list/Makefile +++ b/APP_Framework/Applications/general_functions/list/Makefile @@ -5,7 +5,7 @@ ifeq ($(CONFIG_ADD_NUTTX_FETURES),y) include $(APPDIR)/Application.mk endif -ifeq ($(CONFIG_ADD_XIUOS_FETURES),y) +ifeq ($(CONFIG_ADD_XIZI_FETURES),y) SRC_FILES := double_list.c single_list.c include $(KERNEL_ROOT)/compiler.mk endif \ No newline at end of file diff --git a/APP_Framework/Applications/sensor_app/Makefile b/APP_Framework/Applications/sensor_app/Makefile index 4cc02859f..8e9cd9020 100644 --- a/APP_Framework/Applications/sensor_app/Makefile +++ b/APP_Framework/Applications/sensor_app/Makefile @@ -51,7 +51,7 @@ ifeq ($(CONFIG_ADD_NUTTX_FETURES),y) endif -ifeq ($(CONFIG_ADD_XIUOS_FETURES),y) +ifeq ($(CONFIG_ADD_XIZI_FETURES),y) SRC_FILES := ifeq ($(CONFIG_APPLICATION_SENSOR_HCHO_TB600B_WQ_HCHO1OS), y) diff --git a/APP_Framework/Applications/sensor_app/ch4_as830.c b/APP_Framework/Applications/sensor_app/ch4_as830.c index c91078106..b5b5e215e 100644 --- a/APP_Framework/Applications/sensor_app/ch4_as830.c +++ b/APP_Framework/Applications/sensor_app/ch4_as830.c @@ -18,7 +18,7 @@ * @date 2021.12.10 */ -#ifdef ADD_XIUOS_FETURES +#ifdef ADD_XIZI_FETURES # include #endif #include diff --git a/APP_Framework/Applications/sensor_app/co2_zg09.c b/APP_Framework/Applications/sensor_app/co2_zg09.c index 73e91a460..74e11d2b4 100644 --- a/APP_Framework/Applications/sensor_app/co2_zg09.c +++ b/APP_Framework/Applications/sensor_app/co2_zg09.c @@ -18,7 +18,7 @@ * @date 2021.04.23 */ -#ifdef ADD_XIUOS_FETURES +#ifdef ADD_XIZI_FETURES # include #endif #include diff --git a/APP_Framework/Applications/sensor_app/hcho_tb600b_wq_hcho1os.c b/APP_Framework/Applications/sensor_app/hcho_tb600b_wq_hcho1os.c index 45bceb20e..e0988ecac 100644 --- a/APP_Framework/Applications/sensor_app/hcho_tb600b_wq_hcho1os.c +++ b/APP_Framework/Applications/sensor_app/hcho_tb600b_wq_hcho1os.c @@ -18,7 +18,7 @@ * @date 2021.12.15 */ -#ifdef ADD_XIUOS_FETURES +#ifdef ADD_XIZI_FETURES # include #endif #include diff --git a/APP_Framework/Applications/sensor_app/humidity_hs300x.c b/APP_Framework/Applications/sensor_app/humidity_hs300x.c index c9958cbe4..d582e393f 100644 --- a/APP_Framework/Applications/sensor_app/humidity_hs300x.c +++ b/APP_Framework/Applications/sensor_app/humidity_hs300x.c @@ -18,7 +18,7 @@ * @date 2021.04.23 */ -#ifdef ADD_XIUOS_FETURES +#ifdef ADD_XIZI_FETURES # include #endif diff --git a/APP_Framework/Applications/sensor_app/iaq_tb600b_iaq10.c b/APP_Framework/Applications/sensor_app/iaq_tb600b_iaq10.c index 87f1b9179..9f4a1dc43 100644 --- a/APP_Framework/Applications/sensor_app/iaq_tb600b_iaq10.c +++ b/APP_Framework/Applications/sensor_app/iaq_tb600b_iaq10.c @@ -18,7 +18,7 @@ * @date 2021.12.14 */ -#ifdef ADD_XIUOS_FETURES +#ifdef ADD_XIZI_FETURES # include #endif #include diff --git a/APP_Framework/Applications/sensor_app/pm10_0_ps5308.c b/APP_Framework/Applications/sensor_app/pm10_0_ps5308.c index e4b57a2a5..1c29ac7a1 100644 --- a/APP_Framework/Applications/sensor_app/pm10_0_ps5308.c +++ b/APP_Framework/Applications/sensor_app/pm10_0_ps5308.c @@ -18,7 +18,7 @@ * @date 2021.04.23 */ -#ifdef ADD_XIUOS_FETURES +#ifdef ADD_XIZI_FETURES # include #endif diff --git a/APP_Framework/Applications/sensor_app/pm1_0_ps5308.c b/APP_Framework/Applications/sensor_app/pm1_0_ps5308.c index 1e169be94..e0c80680e 100644 --- a/APP_Framework/Applications/sensor_app/pm1_0_ps5308.c +++ b/APP_Framework/Applications/sensor_app/pm1_0_ps5308.c @@ -18,7 +18,7 @@ * @date 2021.04.23 */ -#ifdef ADD_XIUOS_FETURES +#ifdef ADD_XIZI_FETURES # include #endif diff --git a/APP_Framework/Applications/sensor_app/pm2_5_ps5308.c b/APP_Framework/Applications/sensor_app/pm2_5_ps5308.c index e4343f4c4..fe267be6e 100644 --- a/APP_Framework/Applications/sensor_app/pm2_5_ps5308.c +++ b/APP_Framework/Applications/sensor_app/pm2_5_ps5308.c @@ -18,7 +18,7 @@ * @date 2021.04.23 */ -#ifdef ADD_XIUOS_FETURES +#ifdef ADD_XIZI_FETURES # include #endif diff --git a/APP_Framework/Applications/sensor_app/temperature_hs300x.c b/APP_Framework/Applications/sensor_app/temperature_hs300x.c index 6ce2a3531..f6e461405 100644 --- a/APP_Framework/Applications/sensor_app/temperature_hs300x.c +++ b/APP_Framework/Applications/sensor_app/temperature_hs300x.c @@ -18,7 +18,7 @@ * @date 2021.04.23 */ -#ifdef ADD_XIUOS_FETURES +#ifdef ADD_XIZI_FETURES # include #endif diff --git a/APP_Framework/Applications/sensor_app/tvoc_tb600b_tvoc10.c b/APP_Framework/Applications/sensor_app/tvoc_tb600b_tvoc10.c index d3113c5de..81cb965c2 100644 --- a/APP_Framework/Applications/sensor_app/tvoc_tb600b_tvoc10.c +++ b/APP_Framework/Applications/sensor_app/tvoc_tb600b_tvoc10.c @@ -18,7 +18,7 @@ * @date 2021.12.15 */ -#ifdef ADD_XIUOS_FETURES +#ifdef ADD_XIZI_FETURES # include #endif #include diff --git a/APP_Framework/Framework/Kconfig b/APP_Framework/Framework/Kconfig index b770d0a3f..7934d2006 100644 --- a/APP_Framework/Framework/Kconfig +++ b/APP_Framework/Framework/Kconfig @@ -5,10 +5,10 @@ menu "Framework" default y choice prompt "select os features" - default ADD_XIUOS_FETURES + default ADD_XIZI_FETURES - config ADD_XIUOS_FETURES - bool "add xiuos fetures" + config ADD_XIZI_FETURES + bool "add xizi fetures" config ADD_NUTTX_FETURES bool "add nuttx fetures" diff --git a/APP_Framework/Framework/connection/4g/ec200t/Kconfig b/APP_Framework/Framework/connection/4g/ec200t/Kconfig index a96619f19..445db290d 100644 --- a/APP_Framework/Framework/connection/4g/ec200t/Kconfig +++ b/APP_Framework/Framework/connection/4g/ec200t/Kconfig @@ -2,7 +2,7 @@ config ADAPTER_4G_EC200T string "EC200T adapter name" default "ec200t" -if ADD_XIUOS_FETURES +if ADD_XIZI_FETURES config ADAPTER_EC200T_PWRKEY int "EC200T PWRKEY pin number" default "97" diff --git a/APP_Framework/Framework/connection/bluetooth/hc08/Kconfig b/APP_Framework/Framework/connection/bluetooth/hc08/Kconfig index 0a220dadd..49a84ed96 100644 --- a/APP_Framework/Framework/connection/bluetooth/hc08/Kconfig +++ b/APP_Framework/Framework/connection/bluetooth/hc08/Kconfig @@ -2,7 +2,7 @@ config ADAPTER_BLUETOOTH_HC08 string "HC08 adapter name" default "hc08" -if ADD_XIUOS_FETURES +if ADD_XIZI_FETURES config ADAPTER_HC08_RECV_BUFFER_SIZE int "HC08 recv data buffer size" default "128" diff --git a/APP_Framework/Framework/connection/ethernet/hfa21_ethernet/Kconfig b/APP_Framework/Framework/connection/ethernet/hfa21_ethernet/Kconfig index 8ca57c1e8..2efc7a0b2 100644 --- a/APP_Framework/Framework/connection/ethernet/hfa21_ethernet/Kconfig +++ b/APP_Framework/Framework/connection/ethernet/hfa21_ethernet/Kconfig @@ -2,7 +2,7 @@ config ADAPTER_ETHERNET_HFA21 string "HFA21 ETHERNET adapter name" default "hfa21_ethernet" -if ADD_XIUOS_FETURES +if ADD_XIZI_FETURES config ADAPTER_HFA21_DRIVER_EXTUART bool "Using extra uart to support ethernet" diff --git a/APP_Framework/Framework/connection/lora/sx1278/Kconfig b/APP_Framework/Framework/connection/lora/sx1278/Kconfig index 971cc6fcc..a62a3df5d 100644 --- a/APP_Framework/Framework/connection/lora/sx1278/Kconfig +++ b/APP_Framework/Framework/connection/lora/sx1278/Kconfig @@ -2,7 +2,7 @@ config ADAPTER_LORA_SX1278 string "SX1278 adapter name" default "sx1278" -if ADD_XIUOS_FETURES +if ADD_XIZI_FETURES config ADAPTER_SX1278_DRIVER string "SX1278 device spi driver path" default "/dev/spi2_lora" diff --git a/APP_Framework/Framework/connection/nbiot/bc28/Kconfig b/APP_Framework/Framework/connection/nbiot/bc28/Kconfig index 6f7d7500d..ae773a1d8 100644 --- a/APP_Framework/Framework/connection/nbiot/bc28/Kconfig +++ b/APP_Framework/Framework/connection/nbiot/bc28/Kconfig @@ -2,7 +2,7 @@ config ADAPTER_NBIOT_BC28 string "BC28 adapter name" default "bc28" -if ADD_XIUOS_FETURES +if ADD_XIZI_FETURES config ADAPTER_BC28_RESETPIN int "BC28 RESET pin number" default "100" diff --git a/APP_Framework/Framework/connection/wifi/hfa21_wifi/Kconfig b/APP_Framework/Framework/connection/wifi/hfa21_wifi/Kconfig index 82f0489b8..b4fff97ac 100755 --- a/APP_Framework/Framework/connection/wifi/hfa21_wifi/Kconfig +++ b/APP_Framework/Framework/connection/wifi/hfa21_wifi/Kconfig @@ -2,7 +2,7 @@ config ADAPTER_WIFI_HFA21 string "HFA21 WIFI adapter name" default "hfa21_wifi" -if ADD_XIUOS_FETURES +if ADD_XIZI_FETURES config ADAPTER_HFA21_DRIVER_EXTUART bool "Using extra uart to support wifi" diff --git a/APP_Framework/Framework/connection/zigbee/e18/Kconfig b/APP_Framework/Framework/connection/zigbee/e18/Kconfig index 86b105b24..39b71ffa1 100644 --- a/APP_Framework/Framework/connection/zigbee/e18/Kconfig +++ b/APP_Framework/Framework/connection/zigbee/e18/Kconfig @@ -17,7 +17,7 @@ choice endchoice -if ADD_XIUOS_FETURES +if ADD_XIZI_FETURES config ADAPTER_E18_DRIVER_EXTUART bool "Using extra uart to support zigbee" diff --git a/APP_Framework/Framework/sensor/Makefile b/APP_Framework/Framework/sensor/Makefile index 6b34db9f0..79364ba2f 100644 --- a/APP_Framework/Framework/sensor/Makefile +++ b/APP_Framework/Framework/sensor/Makefile @@ -6,7 +6,7 @@ ifeq ($(CONFIG_ADD_NUTTX_FETURES),y) endif -ifeq ($(CONFIG_ADD_XIUOS_FETURES),y) +ifeq ($(CONFIG_ADD_XIZI_FETURES),y) SRC_FILES := sensor.c ifeq ($(CONFIG_SENSOR_HCHO),y) diff --git a/APP_Framework/Framework/sensor/ch4/Kconfig b/APP_Framework/Framework/sensor/ch4/Kconfig index bae7628c2..85b5099cd 100644 --- a/APP_Framework/Framework/sensor/ch4/Kconfig +++ b/APP_Framework/Framework/sensor/ch4/Kconfig @@ -12,7 +12,7 @@ config SENSOR_AS830 string "as830 quantity name" default "ch4_1" - if ADD_XIUOS_FETURES + if ADD_XIZI_FETURES config SENSOR_AS830_DRIVER_EXTUART bool "Using extra uart to support as830" default y diff --git a/APP_Framework/Framework/sensor/ch4/as830/Makefile b/APP_Framework/Framework/sensor/ch4/as830/Makefile index 1a79342fb..5d661e31b 100644 --- a/APP_Framework/Framework/sensor/ch4/as830/Makefile +++ b/APP_Framework/Framework/sensor/ch4/as830/Makefile @@ -5,7 +5,7 @@ ifeq ($(CONFIG_ADD_NUTTX_FETURES),y) include $(APPDIR)/Application.mk endif -ifeq ($(CONFIG_ADD_XIUOS_FETURES),y) +ifeq ($(CONFIG_ADD_XIZI_FETURES),y) SRC_FILES := as830.c include $(KERNEL_ROOT)/compiler.mk endif diff --git a/APP_Framework/Framework/sensor/co2/Kconfig b/APP_Framework/Framework/sensor/co2/Kconfig index 9a38e6b17..5b5701d41 100644 --- a/APP_Framework/Framework/sensor/co2/Kconfig +++ b/APP_Framework/Framework/sensor/co2/Kconfig @@ -12,7 +12,7 @@ config SENSOR_ZG09 string "zg09 quantity name" default "co2_1" - if ADD_XIUOS_FETURES + if ADD_XIZI_FETURES config SENSOR_ZG09_DRIVER_EXTUART bool "Using extra uart to support zg09" default y diff --git a/APP_Framework/Framework/sensor/co2/zg09/Makefile b/APP_Framework/Framework/sensor/co2/zg09/Makefile index 56b2dff34..1a3e79d52 100644 --- a/APP_Framework/Framework/sensor/co2/zg09/Makefile +++ b/APP_Framework/Framework/sensor/co2/zg09/Makefile @@ -6,7 +6,7 @@ ifeq ($(CONFIG_ADD_NUTTX_FETURES),y) include $(APPDIR)/Application.mk endif -ifeq ($(CONFIG_ADD_XIUOS_FETURES),y) +ifeq ($(CONFIG_ADD_XIZI_FETURES),y) SRC_FILES := zg09.c include $(KERNEL_ROOT)/compiler.mk endif diff --git a/APP_Framework/Framework/sensor/hcho/Kconfig b/APP_Framework/Framework/sensor/hcho/Kconfig index 3ed337687..07bd8168e 100644 --- a/APP_Framework/Framework/sensor/hcho/Kconfig +++ b/APP_Framework/Framework/sensor/hcho/Kconfig @@ -12,7 +12,7 @@ config SENSOR_TB600B_WQ_HCHO1OS string "tb600b wq_hcho1os quantity name" default "hcho_1" - if ADD_XIUOS_FETURES + if ADD_XIZI_FETURES config SENSOR_TB600B_WQ_HCHO1OS_DRIVER_EXTUART bool "Using extra uart to support tb600b wq_hcho1os" default y diff --git a/APP_Framework/Framework/sensor/hcho/tb600b_wq_hcho1os/Makefile b/APP_Framework/Framework/sensor/hcho/tb600b_wq_hcho1os/Makefile index 796f89510..9e7dd4863 100644 --- a/APP_Framework/Framework/sensor/hcho/tb600b_wq_hcho1os/Makefile +++ b/APP_Framework/Framework/sensor/hcho/tb600b_wq_hcho1os/Makefile @@ -6,7 +6,7 @@ ifeq ($(CONFIG_ADD_NUTTX_FETURES),y) include $(APPDIR)/Application.mk endif -ifeq ($(CONFIG_ADD_XIUOS_FETURES),y) +ifeq ($(CONFIG_ADD_XIZI_FETURES),y) SRC_FILES := tb600b_wq_hcho1os.c include $(KERNEL_ROOT)/compiler.mk endif diff --git a/APP_Framework/Framework/sensor/humidity/Kconfig b/APP_Framework/Framework/sensor/humidity/Kconfig index 2532e2faa..b473ef120 100644 --- a/APP_Framework/Framework/sensor/humidity/Kconfig +++ b/APP_Framework/Framework/sensor/humidity/Kconfig @@ -12,7 +12,7 @@ config SENSOR_HS300X_HUMIDITY string "HS300x quantity name" default "humidity_1" - if ADD_XIUOS_FETURES + if ADD_XIZI_FETURES config SENSOR_DEVICE_HS300X_DEV string "HS300x device name" default "/dev/i2c1_dev0" diff --git a/APP_Framework/Framework/sensor/humidity/hs300x_humi/Makefile b/APP_Framework/Framework/sensor/humidity/hs300x_humi/Makefile index 00f8c897d..58f85b1ef 100644 --- a/APP_Framework/Framework/sensor/humidity/hs300x_humi/Makefile +++ b/APP_Framework/Framework/sensor/humidity/hs300x_humi/Makefile @@ -6,7 +6,7 @@ ifeq ($(CONFIG_ADD_NUTTX_FETURES),y) endif -ifeq ($(CONFIG_ADD_XIUOS_FETURES),y) +ifeq ($(CONFIG_ADD_XIZI_FETURES),y) SRC_FILES := hs300x_humi.c include $(KERNEL_ROOT)/compiler.mk diff --git a/APP_Framework/Framework/sensor/iaq/Kconfig b/APP_Framework/Framework/sensor/iaq/Kconfig index e45d4bcb0..6b52c1db1 100644 --- a/APP_Framework/Framework/sensor/iaq/Kconfig +++ b/APP_Framework/Framework/sensor/iaq/Kconfig @@ -12,7 +12,7 @@ config SENSOR_TB600B_IAQ10 string "tb600b iaq10 quantity name" default "iaq_1" - if ADD_XIUOS_FETURES + if ADD_XIZI_FETURES config SENSOR_TB600B_IAQ10_DRIVER_EXTUART bool "Using extra uart to support tb600b iaq10" default y diff --git a/APP_Framework/Framework/sensor/iaq/tb600b_iaq10/Makefile b/APP_Framework/Framework/sensor/iaq/tb600b_iaq10/Makefile index f602f6940..39da6a6bb 100644 --- a/APP_Framework/Framework/sensor/iaq/tb600b_iaq10/Makefile +++ b/APP_Framework/Framework/sensor/iaq/tb600b_iaq10/Makefile @@ -6,7 +6,7 @@ ifeq ($(CONFIG_ADD_NUTTX_FETURES),y) endif -ifeq ($(CONFIG_ADD_XIUOS_FETURES),y) +ifeq ($(CONFIG_ADD_XIZI_FETURES),y) SRC_FILES := tb600b_iaq10.c include $(KERNEL_ROOT)/compiler.mk endif diff --git a/APP_Framework/Framework/sensor/pm/Kconfig b/APP_Framework/Framework/sensor/pm/Kconfig index e9ec52939..5c9d7069c 100644 --- a/APP_Framework/Framework/sensor/pm/Kconfig +++ b/APP_Framework/Framework/sensor/pm/Kconfig @@ -38,7 +38,7 @@ config SENSOR_PS5308 default "pm10_1" endif - if ADD_XIUOS_FETURES + if ADD_XIZI_FETURES config SENSOR_PS5308_DRIVER_EXTUART bool "Using extra uart to support PS5308" default y diff --git a/APP_Framework/Framework/sensor/pm/ps5308/Makefile b/APP_Framework/Framework/sensor/pm/ps5308/Makefile index 89e586656..960968dd2 100644 --- a/APP_Framework/Framework/sensor/pm/ps5308/Makefile +++ b/APP_Framework/Framework/sensor/pm/ps5308/Makefile @@ -5,7 +5,7 @@ ifeq ($(CONFIG_ADD_NUTTX_FETURES),y) include $(APPDIR)/Application.mk endif -ifeq ($(CONFIG_ADD_XIUOS_FETURES),y) +ifeq ($(CONFIG_ADD_XIZI_FETURES),y) SRC_FILES := ps5308.c include $(KERNEL_ROOT)/compiler.mk endif diff --git a/APP_Framework/Framework/sensor/temperature/Kconfig b/APP_Framework/Framework/sensor/temperature/Kconfig index e2f58a6bf..c7eb15890 100644 --- a/APP_Framework/Framework/sensor/temperature/Kconfig +++ b/APP_Framework/Framework/sensor/temperature/Kconfig @@ -12,7 +12,7 @@ config SENSOR_HS300X_TEMPERATURE string "HS300x quantity name" default "temperature_1" - if ADD_XIUOS_FETURES + if ADD_XIZI_FETURES config SENSOR_DEVICE_HS300X_DEV string "HS300x device name" default "/dev/i2c1_dev0" diff --git a/APP_Framework/Framework/sensor/temperature/hs300x_temp/Makefile b/APP_Framework/Framework/sensor/temperature/hs300x_temp/Makefile index fe3a526c7..047981e4b 100644 --- a/APP_Framework/Framework/sensor/temperature/hs300x_temp/Makefile +++ b/APP_Framework/Framework/sensor/temperature/hs300x_temp/Makefile @@ -6,7 +6,7 @@ ifeq ($(CONFIG_ADD_NUTTX_FETURES),y) endif -ifeq ($(CONFIG_ADD_XIUOS_FETURES),y) +ifeq ($(CONFIG_ADD_XIZI_FETURES),y) SRC_FILES := hs300x_temp.c include $(KERNEL_ROOT)/compiler.mk endif diff --git a/APP_Framework/Framework/sensor/tvoc/Kconfig b/APP_Framework/Framework/sensor/tvoc/Kconfig index cad61e5d1..b667e4801 100644 --- a/APP_Framework/Framework/sensor/tvoc/Kconfig +++ b/APP_Framework/Framework/sensor/tvoc/Kconfig @@ -12,7 +12,7 @@ config SENSOR_TB600B_TVOC10 string "tb600b tvoc10 quantity name" default "tvoc_1" - if ADD_XIUOS_FETURES + if ADD_XIZI_FETURES config SENSOR_TB600B_TVOC10_DRIVER_EXTUART bool "Using extra uart to support tb600b tvoc10" default y diff --git a/APP_Framework/Framework/sensor/tvoc/tb600b_tvoc10/Makefile b/APP_Framework/Framework/sensor/tvoc/tb600b_tvoc10/Makefile index c9a9a5b7e..7fb2cadbd 100644 --- a/APP_Framework/Framework/sensor/tvoc/tb600b_tvoc10/Makefile +++ b/APP_Framework/Framework/sensor/tvoc/tb600b_tvoc10/Makefile @@ -6,7 +6,7 @@ ifeq ($(CONFIG_ADD_NUTTX_FETURES),y) include $(APPDIR)/Application.mk endif -ifeq ($(CONFIG_ADD_XIUOS_FETURES),y) +ifeq ($(CONFIG_ADD_XIZI_FETURES),y) SRC_FILES := tb600b_tvoc10.c include $(KERNEL_ROOT)/compiler.mk endif diff --git a/APP_Framework/Framework/sensor/voice/Kconfig b/APP_Framework/Framework/sensor/voice/Kconfig index 4e21c97d9..bad0d4602 100644 --- a/APP_Framework/Framework/sensor/voice/Kconfig +++ b/APP_Framework/Framework/sensor/voice/Kconfig @@ -12,7 +12,7 @@ config SENSOR_D124 string "D124 quantity voice name" default "voice_1" - if ADD_XIUOS_FETURES + if ADD_XIZI_FETURES config SENSOR_D124_DRIVER_EXTUART bool "Using extra uart to support D124" default y diff --git a/APP_Framework/Framework/sensor/voice/d124/Makefile b/APP_Framework/Framework/sensor/voice/d124/Makefile index 8e6e67c0c..18f5d991a 100644 --- a/APP_Framework/Framework/sensor/voice/d124/Makefile +++ b/APP_Framework/Framework/sensor/voice/d124/Makefile @@ -6,7 +6,7 @@ ifeq ($(CONFIG_ADD_NUTTX_FETURES),y) include $(APPDIR)/Application.mk endif -ifeq ($(CONFIG_ADD_XIUOS_FETURES),y) +ifeq ($(CONFIG_ADD_XIZI_FETURES),y) SRC_FILES := d124.c include $(KERNEL_ROOT)/compiler.mk endif diff --git a/APP_Framework/Framework/transform_layer/Makefile b/APP_Framework/Framework/transform_layer/Makefile index 08330e5de..6a6d096f8 100644 --- a/APP_Framework/Framework/transform_layer/Makefile +++ b/APP_Framework/Framework/transform_layer/Makefile @@ -1,7 +1,7 @@ SRC_DIR := -ifeq ($(CONFIG_ADD_XIUOS_FETURES),y) - SRC_DIR += xiuos +ifeq ($(CONFIG_ADD_XIZI_FETURES),y) + SRC_DIR += xizi endif include $(KERNEL_ROOT)/compiler.mk \ No newline at end of file diff --git a/APP_Framework/Framework/transform_layer/xiuos/Makefile b/APP_Framework/Framework/transform_layer/xizi/Makefile similarity index 100% rename from APP_Framework/Framework/transform_layer/xiuos/Makefile rename to APP_Framework/Framework/transform_layer/xizi/Makefile diff --git a/APP_Framework/Framework/transform_layer/xiuos/transform.c b/APP_Framework/Framework/transform_layer/xizi/transform.c similarity index 100% rename from APP_Framework/Framework/transform_layer/xiuos/transform.c rename to APP_Framework/Framework/transform_layer/xizi/transform.c diff --git a/APP_Framework/Framework/transform_layer/xiuos/transform.h b/APP_Framework/Framework/transform_layer/xizi/transform.h similarity index 100% rename from APP_Framework/Framework/transform_layer/xiuos/transform.h rename to APP_Framework/Framework/transform_layer/xizi/transform.h diff --git a/APP_Framework/Framework/transform_layer/xiuos/user_api/Makefile b/APP_Framework/Framework/transform_layer/xizi/user_api/Makefile similarity index 100% rename from APP_Framework/Framework/transform_layer/xiuos/user_api/Makefile rename to APP_Framework/Framework/transform_layer/xizi/user_api/Makefile diff --git a/APP_Framework/Framework/transform_layer/xiuos/user_api/include/bus.h b/APP_Framework/Framework/transform_layer/xizi/user_api/include/bus.h similarity index 100% rename from APP_Framework/Framework/transform_layer/xiuos/user_api/include/bus.h rename to APP_Framework/Framework/transform_layer/xizi/user_api/include/bus.h diff --git a/APP_Framework/Framework/transform_layer/xiuos/user_api/include/bus_serial.h b/APP_Framework/Framework/transform_layer/xizi/user_api/include/bus_serial.h similarity index 100% rename from APP_Framework/Framework/transform_layer/xiuos/user_api/include/bus_serial.h rename to APP_Framework/Framework/transform_layer/xizi/user_api/include/bus_serial.h diff --git a/APP_Framework/Framework/transform_layer/xiuos/user_api/include/dev_serial.h b/APP_Framework/Framework/transform_layer/xizi/user_api/include/dev_serial.h similarity index 100% rename from APP_Framework/Framework/transform_layer/xiuos/user_api/include/dev_serial.h rename to APP_Framework/Framework/transform_layer/xizi/user_api/include/dev_serial.h diff --git a/APP_Framework/Framework/transform_layer/xiuos/user_api/posix_support/Makefile b/APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/Makefile similarity index 100% rename from APP_Framework/Framework/transform_layer/xiuos/user_api/posix_support/Makefile rename to APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/Makefile diff --git a/APP_Framework/Framework/transform_layer/xiuos/user_api/posix_support/include/fs.h b/APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include/fs.h similarity index 100% rename from APP_Framework/Framework/transform_layer/xiuos/user_api/posix_support/include/fs.h rename to APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include/fs.h diff --git a/APP_Framework/Framework/transform_layer/xiuos/user_api/posix_support/include/mqueue.h b/APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include/mqueue.h similarity index 100% rename from APP_Framework/Framework/transform_layer/xiuos/user_api/posix_support/include/mqueue.h rename to APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include/mqueue.h diff --git a/APP_Framework/Framework/transform_layer/xiuos/user_api/posix_support/include/pthread arm.h b/APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include/pthread arm.h similarity index 100% rename from APP_Framework/Framework/transform_layer/xiuos/user_api/posix_support/include/pthread arm.h rename to APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include/pthread arm.h diff --git a/APP_Framework/Framework/transform_layer/xiuos/user_api/posix_support/include/pthread.h b/APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include/pthread.h similarity index 100% rename from APP_Framework/Framework/transform_layer/xiuos/user_api/posix_support/include/pthread.h rename to APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include/pthread.h diff --git a/APP_Framework/Framework/transform_layer/xiuos/user_api/posix_support/include/semaphore.h b/APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include/semaphore.h similarity index 100% rename from APP_Framework/Framework/transform_layer/xiuos/user_api/posix_support/include/semaphore.h rename to APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include/semaphore.h diff --git a/APP_Framework/Framework/transform_layer/xiuos/user_api/posix_support/mqueue.c b/APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/mqueue.c similarity index 100% rename from APP_Framework/Framework/transform_layer/xiuos/user_api/posix_support/mqueue.c rename to APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/mqueue.c diff --git a/APP_Framework/Framework/transform_layer/xiuos/user_api/posix_support/pthread.c b/APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/pthread.c similarity index 100% rename from APP_Framework/Framework/transform_layer/xiuos/user_api/posix_support/pthread.c rename to APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/pthread.c diff --git a/APP_Framework/Framework/transform_layer/xiuos/user_api/posix_support/pthread_mutex.c b/APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/pthread_mutex.c similarity index 100% rename from APP_Framework/Framework/transform_layer/xiuos/user_api/posix_support/pthread_mutex.c rename to APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/pthread_mutex.c diff --git a/APP_Framework/Framework/transform_layer/xiuos/user_api/posix_support/semaphore.c b/APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/semaphore.c similarity index 100% rename from APP_Framework/Framework/transform_layer/xiuos/user_api/posix_support/semaphore.c rename to APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/semaphore.c diff --git a/APP_Framework/Framework/transform_layer/xiuos/user_api/switch_api/Makefile b/APP_Framework/Framework/transform_layer/xizi/user_api/switch_api/Makefile similarity index 100% rename from APP_Framework/Framework/transform_layer/xiuos/user_api/switch_api/Makefile rename to APP_Framework/Framework/transform_layer/xizi/user_api/switch_api/Makefile diff --git a/APP_Framework/Framework/transform_layer/xiuos/user_api/switch_api/user_api.h b/APP_Framework/Framework/transform_layer/xizi/user_api/switch_api/user_api.h similarity index 98% rename from APP_Framework/Framework/transform_layer/xiuos/user_api/switch_api/user_api.h rename to APP_Framework/Framework/transform_layer/xizi/user_api/switch_api/user_api.h index 687efc47c..660c709e7 100644 --- a/APP_Framework/Framework/transform_layer/xiuos/user_api/switch_api/user_api.h +++ b/APP_Framework/Framework/transform_layer/xizi/user_api/switch_api/user_api.h @@ -30,7 +30,7 @@ #ifdef SEPARATE_COMPILE -#include "../../../../../../Ubiquitous/XiUOS/arch/kswitch.h" +#include "../../../../../../Ubiquitous/XiZi/arch/kswitch.h" #define TASK_INFO 1 #define MEM_INFO 2 @@ -164,7 +164,7 @@ int Userprintf(const char *fmt, ...); #else -#include +#include #ifdef FS_VFS #include diff --git a/APP_Framework/Framework/transform_layer/xiuos/user_api/switch_api/user_event.c b/APP_Framework/Framework/transform_layer/xizi/user_api/switch_api/user_event.c similarity index 100% rename from APP_Framework/Framework/transform_layer/xiuos/user_api/switch_api/user_event.c rename to APP_Framework/Framework/transform_layer/xizi/user_api/switch_api/user_event.c diff --git a/APP_Framework/Framework/transform_layer/xiuos/user_api/switch_api/user_fs.c b/APP_Framework/Framework/transform_layer/xizi/user_api/switch_api/user_fs.c similarity index 100% rename from APP_Framework/Framework/transform_layer/xiuos/user_api/switch_api/user_fs.c rename to APP_Framework/Framework/transform_layer/xizi/user_api/switch_api/user_fs.c diff --git a/APP_Framework/Framework/transform_layer/xiuos/user_api/switch_api/user_mem.c b/APP_Framework/Framework/transform_layer/xizi/user_api/switch_api/user_mem.c similarity index 100% rename from APP_Framework/Framework/transform_layer/xiuos/user_api/switch_api/user_mem.c rename to APP_Framework/Framework/transform_layer/xizi/user_api/switch_api/user_mem.c diff --git a/APP_Framework/Framework/transform_layer/xiuos/user_api/switch_api/user_msg.c b/APP_Framework/Framework/transform_layer/xizi/user_api/switch_api/user_msg.c similarity index 100% rename from APP_Framework/Framework/transform_layer/xiuos/user_api/switch_api/user_msg.c rename to APP_Framework/Framework/transform_layer/xizi/user_api/switch_api/user_msg.c diff --git a/APP_Framework/Framework/transform_layer/xiuos/user_api/switch_api/user_mutex.c b/APP_Framework/Framework/transform_layer/xizi/user_api/switch_api/user_mutex.c similarity index 100% rename from APP_Framework/Framework/transform_layer/xiuos/user_api/switch_api/user_mutex.c rename to APP_Framework/Framework/transform_layer/xizi/user_api/switch_api/user_mutex.c diff --git a/APP_Framework/Framework/transform_layer/xiuos/user_api/switch_api/user_print_info.c b/APP_Framework/Framework/transform_layer/xizi/user_api/switch_api/user_print_info.c similarity index 100% rename from APP_Framework/Framework/transform_layer/xiuos/user_api/switch_api/user_print_info.c rename to APP_Framework/Framework/transform_layer/xizi/user_api/switch_api/user_print_info.c diff --git a/APP_Framework/Framework/transform_layer/xiuos/user_api/switch_api/user_semaphore.c b/APP_Framework/Framework/transform_layer/xizi/user_api/switch_api/user_semaphore.c similarity index 100% rename from APP_Framework/Framework/transform_layer/xiuos/user_api/switch_api/user_semaphore.c rename to APP_Framework/Framework/transform_layer/xizi/user_api/switch_api/user_semaphore.c diff --git a/APP_Framework/Framework/transform_layer/xiuos/user_api/switch_api/user_task.c b/APP_Framework/Framework/transform_layer/xizi/user_api/switch_api/user_task.c similarity index 100% rename from APP_Framework/Framework/transform_layer/xiuos/user_api/switch_api/user_task.c rename to APP_Framework/Framework/transform_layer/xizi/user_api/switch_api/user_task.c diff --git a/APP_Framework/Framework/transform_layer/xiuos/userspace.c b/APP_Framework/Framework/transform_layer/xizi/userspace.c similarity index 100% rename from APP_Framework/Framework/transform_layer/xiuos/userspace.c rename to APP_Framework/Framework/transform_layer/xizi/userspace.c diff --git a/APP_Framework/Makefile b/APP_Framework/Makefile index 665f21fb8..3a832911b 100644 --- a/APP_Framework/Makefile +++ b/APP_Framework/Makefile @@ -4,7 +4,7 @@ ifeq ($(CONFIG_ADD_NUTTX_FETURES),y) include $(APPDIR)/Application.mk endif -ifeq ($(CONFIG_ADD_XIUOS_FETURES),y) +ifeq ($(CONFIG_ADD_XIZI_FETURES),y) SRC_DIR := Applications Framework lib include $(KERNEL_ROOT)/compiler.mk endif diff --git a/Ubiquitous/RT_Thread/aiit_board/k210/.config b/Ubiquitous/RT_Thread/aiit_board/k210/.config index 5e9e11b86..45b0fc2df 100644 --- a/Ubiquitous/RT_Thread/aiit_board/k210/.config +++ b/Ubiquitous/RT_Thread/aiit_board/k210/.config @@ -493,7 +493,7 @@ CONFIG_APPLICATION_SENSOR=y # Framework # CONFIG_TRANSFORM_LAYER_ATTRIUBUTE=y -CONFIG_ADD_XIUOS_FETURES=y +CONFIG_ADD_XIZI_FETURES=y # CONFIG_ADD_NUTTX_FETURES is not set # CONFIG_ADD_RTTHREAD_FETURES is not set # CONFIG_SUPPORT_SENSOR_FRAMEWORK is not set diff --git a/Ubiquitous/RT_Thread/aiit_board/k210/rtconfig.h b/Ubiquitous/RT_Thread/aiit_board/k210/rtconfig.h index 82fa89af2..9ec9bc592 100644 --- a/Ubiquitous/RT_Thread/aiit_board/k210/rtconfig.h +++ b/Ubiquitous/RT_Thread/aiit_board/k210/rtconfig.h @@ -331,7 +331,7 @@ /* Framework */ #define TRANSFORM_LAYER_ATTRIUBUTE -#define ADD_XIUOS_FETURES +#define ADD_XIZI_FETURES #define SUPPORT_KNOWING_FRAMEWORK #define USING_KPU_PROCESSING #define USING_YOLOV2 diff --git a/Ubiquitous/RT_Thread/aiit_board/stm32f407_core/.config b/Ubiquitous/RT_Thread/aiit_board/stm32f407_core/.config index eaffde58f..b95e7208a 100644 --- a/Ubiquitous/RT_Thread/aiit_board/stm32f407_core/.config +++ b/Ubiquitous/RT_Thread/aiit_board/stm32f407_core/.config @@ -505,7 +505,7 @@ CONFIG_APPLICATION_SENSOR_VOICE_D124=y # Framework # CONFIG_TRANSFORM_LAYER_ATTRIUBUTE=y -CONFIG_ADD_XIUOS_FETURES=y +CONFIG_ADD_XIZI_FETURES=y # CONFIG_ADD_NUTTX_FETURES is not set # CONFIG_ADD_RTTHREAD_FETURES is not set CONFIG_SUPPORT_SENSOR_FRAMEWORK=y diff --git a/Ubiquitous/RT_Thread/aiit_board/stm32f407_core/rtconfig.h b/Ubiquitous/RT_Thread/aiit_board/stm32f407_core/rtconfig.h index e03c48eb1..45e44ca95 100644 --- a/Ubiquitous/RT_Thread/aiit_board/stm32f407_core/rtconfig.h +++ b/Ubiquitous/RT_Thread/aiit_board/stm32f407_core/rtconfig.h @@ -323,7 +323,7 @@ /* Framework */ #define TRANSFORM_LAYER_ATTRIUBUTE -#define ADD_XIUOS_FETURES +#define ADD_XIZI_FETURES #define SUPPORT_SENSOR_FRAMEWORK #define SENSOR_VOICE #define SENSOR_D124 diff --git a/Ubiquitous/XiUOS/.gitignore b/Ubiquitous/XiZi/.gitignore similarity index 100% rename from Ubiquitous/XiUOS/.gitignore rename to Ubiquitous/XiZi/.gitignore diff --git a/Ubiquitous/XiUOS/Kconfig b/Ubiquitous/XiZi/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/Kconfig rename to Ubiquitous/XiZi/Kconfig diff --git a/Ubiquitous/XiUOS/LICENSE b/Ubiquitous/XiZi/LICENSE similarity index 100% rename from Ubiquitous/XiUOS/LICENSE rename to Ubiquitous/XiZi/LICENSE diff --git a/Ubiquitous/XiUOS/Makefile b/Ubiquitous/XiZi/Makefile similarity index 98% rename from Ubiquitous/XiUOS/Makefile rename to Ubiquitous/XiZi/Makefile index 2b897d4fc..f0b2e9162 100755 --- a/Ubiquitous/XiUOS/Makefile +++ b/Ubiquitous/XiZi/Makefile @@ -74,7 +74,7 @@ COMPILE_ALL: $(MAKE) -C $$dir; \ done @cp link.mk build/Makefile - @$(MAKE) -C build TARGET=XiUOS_$(BOARD).elf LINK_FLAGS=LFLAGS + @$(MAKE) -C build TARGET=XiZi_$(BOARD).elf LINK_FLAGS=LFLAGS @rm build/Makefile build/make.obj diff --git a/Ubiquitous/XiUOS/README.md b/Ubiquitous/XiZi/README.md similarity index 82% rename from Ubiquitous/XiUOS/README.md rename to Ubiquitous/XiZi/README.md index 6b9f02e7d..ef2c28c72 100644 --- a/Ubiquitous/XiUOS/README.md +++ b/Ubiquitous/XiZi/README.md @@ -1,6 +1,6 @@ # XiUOS README -[矽璓XiUOS](http://xuos.io/)是一款面向智慧车间的工业物联网操作系统,主要由一个极简的微型实时操作系统内核和其上的工业物联框架构成,通过高效管理工业物联网设备、支撑工业物联应用,在生产车间内实现智能化的“感知环境、联网传输、知悉识别、控制调整”,促进以工业设备和工业控制系统为核心的人、机、物深度互联,帮助提升生产线的数字化和智能化水平。 +[矽璓XiUOS](http://xuos.io/)是一款面向智慧车间的工业物联网操作系统,主要由一个极简的微型实时操作系统内核XiZi和其上的工业物联框架构成,通过高效管理工业物联网设备、支撑工业物联应用,在生产车间内实现智能化的“感知环境、联网传输、知悉识别、控制调整”,促进以工业设备和工业控制系统为核心的人、机、物深度互联,帮助提升生产线的数字化和智能化水平。 ## 目录结构 diff --git a/Ubiquitous/XiUOS/arch/Kconfig b/Ubiquitous/XiZi/arch/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/arch/Kconfig rename to Ubiquitous/XiZi/arch/Kconfig diff --git a/Ubiquitous/XiUOS/arch/Makefile b/Ubiquitous/XiZi/arch/Makefile similarity index 100% rename from Ubiquitous/XiUOS/arch/Makefile rename to Ubiquitous/XiZi/arch/Makefile diff --git a/Ubiquitous/XiUOS/arch/arm/Makefile b/Ubiquitous/XiZi/arch/arm/Makefile similarity index 100% rename from Ubiquitous/XiUOS/arch/arm/Makefile rename to Ubiquitous/XiZi/arch/arm/Makefile diff --git a/Ubiquitous/XiUOS/arch/arm/cortex-m0/Makefile b/Ubiquitous/XiZi/arch/arm/cortex-m0/Makefile similarity index 100% rename from Ubiquitous/XiUOS/arch/arm/cortex-m0/Makefile rename to Ubiquitous/XiZi/arch/arm/cortex-m0/Makefile diff --git a/Ubiquitous/XiUOS/arch/arm/cortex-m0/arch_interrupt.h b/Ubiquitous/XiZi/arch/arm/cortex-m0/arch_interrupt.h similarity index 100% rename from Ubiquitous/XiUOS/arch/arm/cortex-m0/arch_interrupt.h rename to Ubiquitous/XiZi/arch/arm/cortex-m0/arch_interrupt.h diff --git a/Ubiquitous/XiUOS/arch/arm/cortex-m0/arm32_switch.c b/Ubiquitous/XiZi/arch/arm/cortex-m0/arm32_switch.c similarity index 100% rename from Ubiquitous/XiUOS/arch/arm/cortex-m0/arm32_switch.c rename to Ubiquitous/XiZi/arch/arm/cortex-m0/arm32_switch.c diff --git a/Ubiquitous/XiUOS/arch/arm/cortex-m0/boot.c b/Ubiquitous/XiZi/arch/arm/cortex-m0/boot.c similarity index 98% rename from Ubiquitous/XiUOS/arch/arm/cortex-m0/boot.c rename to Ubiquitous/XiZi/arch/arm/cortex-m0/boot.c index 7894eb6ff..34d50c348 100644 --- a/Ubiquitous/XiUOS/arch/arm/cortex-m0/boot.c +++ b/Ubiquitous/XiZi/arch/arm/cortex-m0/boot.c @@ -53,7 +53,7 @@ History: 1. Date: 2021-05-13 Author: AIIT XUOS Lab Modification: -1. take startup_gcc.c from revision 10636 of the Stellaris Firmware Development Package for XiUOS +1. take startup_gcc.c from revision 10636 of the Stellaris Firmware Development Package for XiZi kernel *************************************************/ extern unsigned _sdata[], _edata[], diff --git a/Ubiquitous/XiUOS/arch/arm/cortex-m0/interrupt.c b/Ubiquitous/XiZi/arch/arm/cortex-m0/interrupt.c similarity index 100% rename from Ubiquitous/XiUOS/arch/arm/cortex-m0/interrupt.c rename to Ubiquitous/XiZi/arch/arm/cortex-m0/interrupt.c diff --git a/Ubiquitous/XiUOS/arch/arm/cortex-m0/interrupt_vector.S b/Ubiquitous/XiZi/arch/arm/cortex-m0/interrupt_vector.S similarity index 99% rename from Ubiquitous/XiUOS/arch/arm/cortex-m0/interrupt_vector.S rename to Ubiquitous/XiZi/arch/arm/cortex-m0/interrupt_vector.S index 95e482031..f91cdc074 100644 --- a/Ubiquitous/XiUOS/arch/arm/cortex-m0/interrupt_vector.S +++ b/Ubiquitous/XiZi/arch/arm/cortex-m0/interrupt_vector.S @@ -53,7 +53,7 @@ History: 1. Date: 2021-05-13 Author: AIIT XUOS Lab Modification: -1. take startup_gcc.c from revision 10636 of the Stellaris Firmware Development Package for XiUOS +1. take startup_gcc.c from revision 10636 of the Stellaris Firmware Development Package for XiZi kernel *************************************************/ diff --git a/Ubiquitous/XiUOS/arch/arm/cortex-m0/pendsv.S b/Ubiquitous/XiZi/arch/arm/cortex-m0/pendsv.S similarity index 100% rename from Ubiquitous/XiUOS/arch/arm/cortex-m0/pendsv.S rename to Ubiquitous/XiZi/arch/arm/cortex-m0/pendsv.S diff --git a/Ubiquitous/XiUOS/arch/arm/cortex-m0/prepare_ahwstack.c b/Ubiquitous/XiZi/arch/arm/cortex-m0/prepare_ahwstack.c similarity index 100% rename from Ubiquitous/XiUOS/arch/arm/cortex-m0/prepare_ahwstack.c rename to Ubiquitous/XiZi/arch/arm/cortex-m0/prepare_ahwstack.c diff --git a/Ubiquitous/XiUOS/arch/arm/cortex-m0/svc_handle.h b/Ubiquitous/XiZi/arch/arm/cortex-m0/svc_handle.h similarity index 100% rename from Ubiquitous/XiUOS/arch/arm/cortex-m0/svc_handle.h rename to Ubiquitous/XiZi/arch/arm/cortex-m0/svc_handle.h diff --git a/Ubiquitous/XiUOS/arch/arm/cortex-m3/Makefile b/Ubiquitous/XiZi/arch/arm/cortex-m3/Makefile similarity index 100% rename from Ubiquitous/XiUOS/arch/arm/cortex-m3/Makefile rename to Ubiquitous/XiZi/arch/arm/cortex-m3/Makefile diff --git a/Ubiquitous/XiUOS/arch/arm/cortex-m3/arch_interrupt.h b/Ubiquitous/XiZi/arch/arm/cortex-m3/arch_interrupt.h similarity index 100% rename from Ubiquitous/XiUOS/arch/arm/cortex-m3/arch_interrupt.h rename to Ubiquitous/XiZi/arch/arm/cortex-m3/arch_interrupt.h diff --git a/Ubiquitous/XiUOS/arch/arm/cortex-m3/boot.S b/Ubiquitous/XiZi/arch/arm/cortex-m3/boot.S similarity index 98% rename from Ubiquitous/XiUOS/arch/arm/cortex-m3/boot.S rename to Ubiquitous/XiZi/arch/arm/cortex-m3/boot.S index 70f921069..866c257d5 100644 --- a/Ubiquitous/XiUOS/arch/arm/cortex-m3/boot.S +++ b/Ubiquitous/XiZi/arch/arm/cortex-m3/boot.S @@ -42,7 +42,7 @@ History: 1. Date: 2021-11-30 Author: AIIT XUOS Lab Modification: -1. take startup_stm32f103xb.s for XiUOS +1. take startup_stm32f103xb.s for XiZi kernel *************************************************/ .syntax unified diff --git a/Ubiquitous/XiUOS/arch/arm/cortex-m3/boot.c b/Ubiquitous/XiZi/arch/arm/cortex-m3/boot.c similarity index 98% rename from Ubiquitous/XiUOS/arch/arm/cortex-m3/boot.c rename to Ubiquitous/XiZi/arch/arm/cortex-m3/boot.c index 5789d365b..2841cdb8e 100644 --- a/Ubiquitous/XiUOS/arch/arm/cortex-m3/boot.c +++ b/Ubiquitous/XiZi/arch/arm/cortex-m3/boot.c @@ -53,7 +53,7 @@ History: 1. Date: 2021-05-13 Author: AIIT XUOS Lab Modification: -1. take startup_gcc.c from revision 10636 of the Stellaris Firmware Development Package for XiUOS +1. take startup_gcc.c from revision 10636 of the Stellaris Firmware Development Package for XiZi kernel *************************************************/ extern unsigned long _sidata; diff --git a/Ubiquitous/XiUOS/arch/arm/cortex-m3/interrupt.c b/Ubiquitous/XiZi/arch/arm/cortex-m3/interrupt.c similarity index 100% rename from Ubiquitous/XiUOS/arch/arm/cortex-m3/interrupt.c rename to Ubiquitous/XiZi/arch/arm/cortex-m3/interrupt.c diff --git a/Ubiquitous/XiUOS/arch/arm/cortex-m3/interrupt_vector_evb.S b/Ubiquitous/XiZi/arch/arm/cortex-m3/interrupt_vector_evb.S similarity index 99% rename from Ubiquitous/XiUOS/arch/arm/cortex-m3/interrupt_vector_evb.S rename to Ubiquitous/XiZi/arch/arm/cortex-m3/interrupt_vector_evb.S index b21fd6e3d..a0c168f0e 100644 --- a/Ubiquitous/XiUOS/arch/arm/cortex-m3/interrupt_vector_evb.S +++ b/Ubiquitous/XiZi/arch/arm/cortex-m3/interrupt_vector_evb.S @@ -53,7 +53,7 @@ History: 1. Date: 2021-05-13 Author: AIIT XUOS Lab Modification: -1. take startup_gcc.c from revision 10636 of the Stellaris Firmware Development Package for XiUOS +1. take startup_gcc.c from revision 10636 of the Stellaris Firmware Development Package for XiZi kernel *************************************************/ diff --git a/Ubiquitous/XiUOS/arch/arm/cortex-m3/interrupt_vector_nano.S b/Ubiquitous/XiZi/arch/arm/cortex-m3/interrupt_vector_nano.S similarity index 98% rename from Ubiquitous/XiUOS/arch/arm/cortex-m3/interrupt_vector_nano.S rename to Ubiquitous/XiZi/arch/arm/cortex-m3/interrupt_vector_nano.S index b8ea59f18..b04b4ba01 100644 --- a/Ubiquitous/XiUOS/arch/arm/cortex-m3/interrupt_vector_nano.S +++ b/Ubiquitous/XiZi/arch/arm/cortex-m3/interrupt_vector_nano.S @@ -42,7 +42,7 @@ History: 1. Date: 2021-12-02 Author: AIIT XUOS Lab Modification: -1. take startup_stm32f103xb.s for XiUOS reference +1. take startup_stm32f103xb.s for XiZi kernel reference *************************************************/ diff --git a/Ubiquitous/XiUOS/arch/arm/cortex-m4/Makefile b/Ubiquitous/XiZi/arch/arm/cortex-m4/Makefile similarity index 100% rename from Ubiquitous/XiUOS/arch/arm/cortex-m4/Makefile rename to Ubiquitous/XiZi/arch/arm/cortex-m4/Makefile diff --git a/Ubiquitous/XiUOS/arch/arm/cortex-m4/arch_interrupt.h b/Ubiquitous/XiZi/arch/arm/cortex-m4/arch_interrupt.h similarity index 100% rename from Ubiquitous/XiUOS/arch/arm/cortex-m4/arch_interrupt.h rename to Ubiquitous/XiZi/arch/arm/cortex-m4/arch_interrupt.h diff --git a/Ubiquitous/XiUOS/arch/arm/cortex-m4/boot.S b/Ubiquitous/XiZi/arch/arm/cortex-m4/boot.S similarity index 98% rename from Ubiquitous/XiUOS/arch/arm/cortex-m4/boot.S rename to Ubiquitous/XiZi/arch/arm/cortex-m4/boot.S index b839acdb0..6dd7ffb20 100644 --- a/Ubiquitous/XiUOS/arch/arm/cortex-m4/boot.S +++ b/Ubiquitous/XiZi/arch/arm/cortex-m4/boot.S @@ -57,7 +57,7 @@ History: 1. Date: 2021-04-29 Author: AIIT XUOS Lab Modification: -1. take startup_stm32f407xx.s for XiUOS +1. take startup_stm32f407xx.s for XiZi kernel *************************************************/ .syntax unified diff --git a/Ubiquitous/XiUOS/arch/arm/cortex-m4/coreclock.c b/Ubiquitous/XiZi/arch/arm/cortex-m4/coreclock.c similarity index 99% rename from Ubiquitous/XiUOS/arch/arm/cortex-m4/coreclock.c rename to Ubiquitous/XiZi/arch/arm/cortex-m4/coreclock.c index 9d0593ec2..1b53a6feb 100644 --- a/Ubiquitous/XiUOS/arch/arm/cortex-m4/coreclock.c +++ b/Ubiquitous/XiZi/arch/arm/cortex-m4/coreclock.c @@ -65,7 +65,7 @@ History: 1. Date: 2021-04-29 Author: AIIT XUOS Lab Modification: -1. take system_stm32f4xx.c for XiUOS +1. take system_stm32f4xx.c for XiZi kernel *************************************************/ #include "stm32f4xx.h" diff --git a/Ubiquitous/XiUOS/arch/arm/cortex-m4/interrupt.c b/Ubiquitous/XiZi/arch/arm/cortex-m4/interrupt.c similarity index 100% rename from Ubiquitous/XiUOS/arch/arm/cortex-m4/interrupt.c rename to Ubiquitous/XiZi/arch/arm/cortex-m4/interrupt.c diff --git a/Ubiquitous/XiUOS/arch/arm/cortex-m4/interrupt_vector.S b/Ubiquitous/XiZi/arch/arm/cortex-m4/interrupt_vector.S similarity index 99% rename from Ubiquitous/XiUOS/arch/arm/cortex-m4/interrupt_vector.S rename to Ubiquitous/XiZi/arch/arm/cortex-m4/interrupt_vector.S index edf2ab230..57d30920d 100644 --- a/Ubiquitous/XiUOS/arch/arm/cortex-m4/interrupt_vector.S +++ b/Ubiquitous/XiZi/arch/arm/cortex-m4/interrupt_vector.S @@ -57,7 +57,7 @@ History: 1. Date: 2021-04-29 Author: AIIT XUOS Lab Modification: -1. take startup_stm32f407xx.s for XiUOS +1. take startup_stm32f407xx.s for XiZi kernel *************************************************/ .globl InterruptVectors diff --git a/Ubiquitous/XiUOS/arch/arm/cortex-m4/kswitch.h b/Ubiquitous/XiZi/arch/arm/cortex-m4/kswitch.h similarity index 100% rename from Ubiquitous/XiUOS/arch/arm/cortex-m4/kswitch.h rename to Ubiquitous/XiZi/arch/arm/cortex-m4/kswitch.h diff --git a/Ubiquitous/XiUOS/arch/arm/cortex-m4/mpu.c b/Ubiquitous/XiZi/arch/arm/cortex-m4/mpu.c similarity index 100% rename from Ubiquitous/XiUOS/arch/arm/cortex-m4/mpu.c rename to Ubiquitous/XiZi/arch/arm/cortex-m4/mpu.c diff --git a/Ubiquitous/XiUOS/arch/arm/cortex-m4/mpu.h b/Ubiquitous/XiZi/arch/arm/cortex-m4/mpu.h similarity index 100% rename from Ubiquitous/XiUOS/arch/arm/cortex-m4/mpu.h rename to Ubiquitous/XiZi/arch/arm/cortex-m4/mpu.h diff --git a/Ubiquitous/XiUOS/arch/arm/cortex-m4/svc_entry.S b/Ubiquitous/XiZi/arch/arm/cortex-m4/svc_entry.S similarity index 100% rename from Ubiquitous/XiUOS/arch/arm/cortex-m4/svc_entry.S rename to Ubiquitous/XiZi/arch/arm/cortex-m4/svc_entry.S diff --git a/Ubiquitous/XiUOS/arch/arm/cortex-m4/svc_handle.c b/Ubiquitous/XiZi/arch/arm/cortex-m4/svc_handle.c similarity index 100% rename from Ubiquitous/XiUOS/arch/arm/cortex-m4/svc_handle.c rename to Ubiquitous/XiZi/arch/arm/cortex-m4/svc_handle.c diff --git a/Ubiquitous/XiUOS/arch/arm/cortex-m4/system_init.c b/Ubiquitous/XiZi/arch/arm/cortex-m4/system_init.c similarity index 98% rename from Ubiquitous/XiUOS/arch/arm/cortex-m4/system_init.c rename to Ubiquitous/XiZi/arch/arm/cortex-m4/system_init.c index be01987c0..0a98dad85 100644 --- a/Ubiquitous/XiUOS/arch/arm/cortex-m4/system_init.c +++ b/Ubiquitous/XiZi/arch/arm/cortex-m4/system_init.c @@ -65,7 +65,7 @@ History: 1. Date: 2021-04-29 Author: AIIT XUOS Lab Modification: -1. take system_stm32f4xx.c for XiUOS +1. take system_stm32f4xx.c for XiZi kernel *************************************************/ #include "stm32f4xx.h" diff --git a/Ubiquitous/XiUOS/arch/arm/cortex-m7/Makefile b/Ubiquitous/XiZi/arch/arm/cortex-m7/Makefile similarity index 100% rename from Ubiquitous/XiUOS/arch/arm/cortex-m7/Makefile rename to Ubiquitous/XiZi/arch/arm/cortex-m7/Makefile diff --git a/Ubiquitous/XiUOS/arch/arm/cortex-m7/arch_interrupt.h b/Ubiquitous/XiZi/arch/arm/cortex-m7/arch_interrupt.h similarity index 100% rename from Ubiquitous/XiUOS/arch/arm/cortex-m7/arch_interrupt.h rename to Ubiquitous/XiZi/arch/arm/cortex-m7/arch_interrupt.h diff --git a/Ubiquitous/XiUOS/arch/arm/cortex-m7/boot.S b/Ubiquitous/XiZi/arch/arm/cortex-m7/boot.S similarity index 100% rename from Ubiquitous/XiUOS/arch/arm/cortex-m7/boot.S rename to Ubiquitous/XiZi/arch/arm/cortex-m7/boot.S diff --git a/Ubiquitous/XiUOS/arch/arm/cortex-m7/interrupt.c b/Ubiquitous/XiZi/arch/arm/cortex-m7/interrupt.c similarity index 100% rename from Ubiquitous/XiUOS/arch/arm/cortex-m7/interrupt.c rename to Ubiquitous/XiZi/arch/arm/cortex-m7/interrupt.c diff --git a/Ubiquitous/XiUOS/arch/arm/cortex-m7/interrupt_vector.S b/Ubiquitous/XiZi/arch/arm/cortex-m7/interrupt_vector.S similarity index 100% rename from Ubiquitous/XiUOS/arch/arm/cortex-m7/interrupt_vector.S rename to Ubiquitous/XiZi/arch/arm/cortex-m7/interrupt_vector.S diff --git a/Ubiquitous/XiUOS/arch/arm/shared/Makefile b/Ubiquitous/XiZi/arch/arm/shared/Makefile similarity index 100% rename from Ubiquitous/XiUOS/arch/arm/shared/Makefile rename to Ubiquitous/XiZi/arch/arm/shared/Makefile diff --git a/Ubiquitous/XiUOS/arch/arm/shared/arm32_switch.c b/Ubiquitous/XiZi/arch/arm/shared/arm32_switch.c similarity index 100% rename from Ubiquitous/XiUOS/arch/arm/shared/arm32_switch.c rename to Ubiquitous/XiZi/arch/arm/shared/arm32_switch.c diff --git a/Ubiquitous/XiUOS/arch/arm/shared/pendsv.S b/Ubiquitous/XiZi/arch/arm/shared/pendsv.S similarity index 100% rename from Ubiquitous/XiUOS/arch/arm/shared/pendsv.S rename to Ubiquitous/XiZi/arch/arm/shared/pendsv.S diff --git a/Ubiquitous/XiUOS/arch/arm/shared/prepare_ahwstack.c b/Ubiquitous/XiZi/arch/arm/shared/prepare_ahwstack.c similarity index 100% rename from Ubiquitous/XiUOS/arch/arm/shared/prepare_ahwstack.c rename to Ubiquitous/XiZi/arch/arm/shared/prepare_ahwstack.c diff --git a/Ubiquitous/XiUOS/arch/arm/shared/svc_handle.h b/Ubiquitous/XiZi/arch/arm/shared/svc_handle.h similarity index 100% rename from Ubiquitous/XiUOS/arch/arm/shared/svc_handle.h rename to Ubiquitous/XiZi/arch/arm/shared/svc_handle.h diff --git a/Ubiquitous/XiUOS/arch/kswitch.h b/Ubiquitous/XiZi/arch/kswitch.h similarity index 100% rename from Ubiquitous/XiUOS/arch/kswitch.h rename to Ubiquitous/XiZi/arch/kswitch.h diff --git a/Ubiquitous/XiUOS/arch/risc-v/Makefile b/Ubiquitous/XiZi/arch/risc-v/Makefile similarity index 100% rename from Ubiquitous/XiUOS/arch/risc-v/Makefile rename to Ubiquitous/XiZi/arch/risc-v/Makefile diff --git a/Ubiquitous/XiUOS/arch/risc-v/fe310/LICENSE b/Ubiquitous/XiZi/arch/risc-v/fe310/LICENSE similarity index 100% rename from Ubiquitous/XiUOS/arch/risc-v/fe310/LICENSE rename to Ubiquitous/XiZi/arch/risc-v/fe310/LICENSE diff --git a/Ubiquitous/XiUOS/arch/risc-v/fe310/Makefile b/Ubiquitous/XiZi/arch/risc-v/fe310/Makefile similarity index 100% rename from Ubiquitous/XiUOS/arch/risc-v/fe310/Makefile rename to Ubiquitous/XiZi/arch/risc-v/fe310/Makefile diff --git a/Ubiquitous/XiUOS/arch/risc-v/fe310/arch_interrupt.h b/Ubiquitous/XiZi/arch/risc-v/fe310/arch_interrupt.h similarity index 100% rename from Ubiquitous/XiUOS/arch/risc-v/fe310/arch_interrupt.h rename to Ubiquitous/XiZi/arch/risc-v/fe310/arch_interrupt.h diff --git a/Ubiquitous/XiUOS/arch/risc-v/fe310/boot.S b/Ubiquitous/XiZi/arch/risc-v/fe310/boot.S similarity index 100% rename from Ubiquitous/XiUOS/arch/risc-v/fe310/boot.S rename to Ubiquitous/XiZi/arch/risc-v/fe310/boot.S diff --git a/Ubiquitous/XiUOS/arch/risc-v/fe310/interrupt.c b/Ubiquitous/XiZi/arch/risc-v/fe310/interrupt.c similarity index 100% rename from Ubiquitous/XiUOS/arch/risc-v/fe310/interrupt.c rename to Ubiquitous/XiZi/arch/risc-v/fe310/interrupt.c diff --git a/Ubiquitous/XiUOS/arch/risc-v/fe310/tick.c b/Ubiquitous/XiZi/arch/risc-v/fe310/tick.c similarity index 100% rename from Ubiquitous/XiUOS/arch/risc-v/fe310/tick.c rename to Ubiquitous/XiZi/arch/risc-v/fe310/tick.c diff --git a/Ubiquitous/XiUOS/arch/risc-v/gap8/Makefile b/Ubiquitous/XiZi/arch/risc-v/gap8/Makefile similarity index 100% rename from Ubiquitous/XiUOS/arch/risc-v/gap8/Makefile rename to Ubiquitous/XiZi/arch/risc-v/gap8/Makefile diff --git a/Ubiquitous/XiUOS/arch/risc-v/gap8/arch_interrupt.h b/Ubiquitous/XiZi/arch/risc-v/gap8/arch_interrupt.h similarity index 100% rename from Ubiquitous/XiUOS/arch/risc-v/gap8/arch_interrupt.h rename to Ubiquitous/XiZi/arch/risc-v/gap8/arch_interrupt.h diff --git a/Ubiquitous/XiUOS/arch/risc-v/gap8/boot.S b/Ubiquitous/XiZi/arch/risc-v/gap8/boot.S similarity index 100% rename from Ubiquitous/XiUOS/arch/risc-v/gap8/boot.S rename to Ubiquitous/XiZi/arch/risc-v/gap8/boot.S diff --git a/Ubiquitous/XiUOS/arch/risc-v/gap8/gap8.h b/Ubiquitous/XiZi/arch/risc-v/gap8/gap8.h similarity index 100% rename from Ubiquitous/XiUOS/arch/risc-v/gap8/gap8.h rename to Ubiquitous/XiZi/arch/risc-v/gap8/gap8.h diff --git a/Ubiquitous/XiUOS/arch/risc-v/gap8/interrupt.c b/Ubiquitous/XiZi/arch/risc-v/gap8/interrupt.c similarity index 100% rename from Ubiquitous/XiUOS/arch/risc-v/gap8/interrupt.c rename to Ubiquitous/XiZi/arch/risc-v/gap8/interrupt.c diff --git a/Ubiquitous/XiUOS/arch/risc-v/gap8/tick.c b/Ubiquitous/XiZi/arch/risc-v/gap8/tick.c similarity index 100% rename from Ubiquitous/XiUOS/arch/risc-v/gap8/tick.c rename to Ubiquitous/XiZi/arch/risc-v/gap8/tick.c diff --git a/Ubiquitous/XiUOS/arch/risc-v/gd32vf103_rvstar/Makefile b/Ubiquitous/XiZi/arch/risc-v/gd32vf103_rvstar/Makefile similarity index 100% rename from Ubiquitous/XiUOS/arch/risc-v/gd32vf103_rvstar/Makefile rename to Ubiquitous/XiZi/arch/risc-v/gd32vf103_rvstar/Makefile diff --git a/Ubiquitous/XiUOS/arch/risc-v/gd32vf103_rvstar/arch_interrupt.h b/Ubiquitous/XiZi/arch/risc-v/gd32vf103_rvstar/arch_interrupt.h similarity index 100% rename from Ubiquitous/XiUOS/arch/risc-v/gd32vf103_rvstar/arch_interrupt.h rename to Ubiquitous/XiZi/arch/risc-v/gd32vf103_rvstar/arch_interrupt.h diff --git a/Ubiquitous/XiUOS/arch/risc-v/gd32vf103_rvstar/boot.S b/Ubiquitous/XiZi/arch/risc-v/gd32vf103_rvstar/boot.S similarity index 100% rename from Ubiquitous/XiUOS/arch/risc-v/gd32vf103_rvstar/boot.S rename to Ubiquitous/XiZi/arch/risc-v/gd32vf103_rvstar/boot.S diff --git a/Ubiquitous/XiUOS/arch/risc-v/gd32vf103_rvstar/interrupt.c b/Ubiquitous/XiZi/arch/risc-v/gd32vf103_rvstar/interrupt.c similarity index 100% rename from Ubiquitous/XiUOS/arch/risc-v/gd32vf103_rvstar/interrupt.c rename to Ubiquitous/XiZi/arch/risc-v/gd32vf103_rvstar/interrupt.c diff --git a/Ubiquitous/XiUOS/arch/risc-v/gd32vf103_rvstar/intexc_gd32vf103.S b/Ubiquitous/XiZi/arch/risc-v/gd32vf103_rvstar/intexc_gd32vf103.S similarity index 100% rename from Ubiquitous/XiUOS/arch/risc-v/gd32vf103_rvstar/intexc_gd32vf103.S rename to Ubiquitous/XiZi/arch/risc-v/gd32vf103_rvstar/intexc_gd32vf103.S diff --git a/Ubiquitous/XiUOS/arch/risc-v/gd32vf103_rvstar/tick.c b/Ubiquitous/XiZi/arch/risc-v/gd32vf103_rvstar/tick.c similarity index 100% rename from Ubiquitous/XiUOS/arch/risc-v/gd32vf103_rvstar/tick.c rename to Ubiquitous/XiZi/arch/risc-v/gd32vf103_rvstar/tick.c diff --git a/Ubiquitous/XiUOS/arch/risc-v/k210/Makefile b/Ubiquitous/XiZi/arch/risc-v/k210/Makefile similarity index 100% rename from Ubiquitous/XiUOS/arch/risc-v/k210/Makefile rename to Ubiquitous/XiZi/arch/risc-v/k210/Makefile diff --git a/Ubiquitous/XiUOS/arch/risc-v/k210/arch_interrupt.h b/Ubiquitous/XiZi/arch/risc-v/k210/arch_interrupt.h similarity index 100% rename from Ubiquitous/XiUOS/arch/risc-v/k210/arch_interrupt.h rename to Ubiquitous/XiZi/arch/risc-v/k210/arch_interrupt.h diff --git a/Ubiquitous/XiUOS/arch/risc-v/k210/boot.S b/Ubiquitous/XiZi/arch/risc-v/k210/boot.S similarity index 100% rename from Ubiquitous/XiUOS/arch/risc-v/k210/boot.S rename to Ubiquitous/XiZi/arch/risc-v/k210/boot.S diff --git a/Ubiquitous/XiUOS/arch/risc-v/k210/interrupt.c b/Ubiquitous/XiZi/arch/risc-v/k210/interrupt.c similarity index 100% rename from Ubiquitous/XiUOS/arch/risc-v/k210/interrupt.c rename to Ubiquitous/XiZi/arch/risc-v/k210/interrupt.c diff --git a/Ubiquitous/XiUOS/arch/risc-v/k210/smp_support.c b/Ubiquitous/XiZi/arch/risc-v/k210/smp_support.c similarity index 100% rename from Ubiquitous/XiUOS/arch/risc-v/k210/smp_support.c rename to Ubiquitous/XiZi/arch/risc-v/k210/smp_support.c diff --git a/Ubiquitous/XiUOS/arch/risc-v/k210/tick.c b/Ubiquitous/XiZi/arch/risc-v/k210/tick.c similarity index 100% rename from Ubiquitous/XiUOS/arch/risc-v/k210/tick.c rename to Ubiquitous/XiZi/arch/risc-v/k210/tick.c diff --git a/Ubiquitous/XiUOS/arch/risc-v/k210/tick.h b/Ubiquitous/XiZi/arch/risc-v/k210/tick.h similarity index 100% rename from Ubiquitous/XiUOS/arch/risc-v/k210/tick.h rename to Ubiquitous/XiZi/arch/risc-v/k210/tick.h diff --git a/Ubiquitous/XiUOS/arch/risc-v/rv32m1_vega/Makefile b/Ubiquitous/XiZi/arch/risc-v/rv32m1_vega/Makefile similarity index 100% rename from Ubiquitous/XiUOS/arch/risc-v/rv32m1_vega/Makefile rename to Ubiquitous/XiZi/arch/risc-v/rv32m1_vega/Makefile diff --git a/Ubiquitous/XiUOS/arch/risc-v/rv32m1_vega/RV32M1_ri5cy.h b/Ubiquitous/XiZi/arch/risc-v/rv32m1_vega/RV32M1_ri5cy.h similarity index 100% rename from Ubiquitous/XiUOS/arch/risc-v/rv32m1_vega/RV32M1_ri5cy.h rename to Ubiquitous/XiZi/arch/risc-v/rv32m1_vega/RV32M1_ri5cy.h diff --git a/Ubiquitous/XiUOS/arch/risc-v/rv32m1_vega/RV32M1_ri5cy_features.h b/Ubiquitous/XiZi/arch/risc-v/rv32m1_vega/RV32M1_ri5cy_features.h similarity index 100% rename from Ubiquitous/XiUOS/arch/risc-v/rv32m1_vega/RV32M1_ri5cy_features.h rename to Ubiquitous/XiZi/arch/risc-v/rv32m1_vega/RV32M1_ri5cy_features.h diff --git a/Ubiquitous/XiUOS/arch/risc-v/rv32m1_vega/RV32M1_zero_riscy.h b/Ubiquitous/XiZi/arch/risc-v/rv32m1_vega/RV32M1_zero_riscy.h similarity index 100% rename from Ubiquitous/XiUOS/arch/risc-v/rv32m1_vega/RV32M1_zero_riscy.h rename to Ubiquitous/XiZi/arch/risc-v/rv32m1_vega/RV32M1_zero_riscy.h diff --git a/Ubiquitous/XiUOS/arch/risc-v/rv32m1_vega/RV32M1_zero_riscy_features.h b/Ubiquitous/XiZi/arch/risc-v/rv32m1_vega/RV32M1_zero_riscy_features.h similarity index 100% rename from Ubiquitous/XiUOS/arch/risc-v/rv32m1_vega/RV32M1_zero_riscy_features.h rename to Ubiquitous/XiZi/arch/risc-v/rv32m1_vega/RV32M1_zero_riscy_features.h diff --git a/Ubiquitous/XiUOS/arch/risc-v/rv32m1_vega/arch_interrupt.h b/Ubiquitous/XiZi/arch/risc-v/rv32m1_vega/arch_interrupt.h similarity index 100% rename from Ubiquitous/XiUOS/arch/risc-v/rv32m1_vega/arch_interrupt.h rename to Ubiquitous/XiZi/arch/risc-v/rv32m1_vega/arch_interrupt.h diff --git a/Ubiquitous/XiUOS/arch/risc-v/rv32m1_vega/core_riscv32.h b/Ubiquitous/XiZi/arch/risc-v/rv32m1_vega/core_riscv32.h similarity index 100% rename from Ubiquitous/XiUOS/arch/risc-v/rv32m1_vega/core_riscv32.h rename to Ubiquitous/XiZi/arch/risc-v/rv32m1_vega/core_riscv32.h diff --git a/Ubiquitous/XiUOS/arch/risc-v/rv32m1_vega/fsl_device_registers.h b/Ubiquitous/XiZi/arch/risc-v/rv32m1_vega/fsl_device_registers.h similarity index 100% rename from Ubiquitous/XiUOS/arch/risc-v/rv32m1_vega/fsl_device_registers.h rename to Ubiquitous/XiZi/arch/risc-v/rv32m1_vega/fsl_device_registers.h diff --git a/Ubiquitous/XiUOS/arch/risc-v/rv32m1_vega/interrupt.c b/Ubiquitous/XiZi/arch/risc-v/rv32m1_vega/interrupt.c similarity index 100% rename from Ubiquitous/XiUOS/arch/risc-v/rv32m1_vega/interrupt.c rename to Ubiquitous/XiZi/arch/risc-v/rv32m1_vega/interrupt.c diff --git a/Ubiquitous/XiUOS/arch/risc-v/rv32m1_vega/interrupt_gcc.S b/Ubiquitous/XiZi/arch/risc-v/rv32m1_vega/interrupt_gcc.S similarity index 100% rename from Ubiquitous/XiUOS/arch/risc-v/rv32m1_vega/interrupt_gcc.S rename to Ubiquitous/XiZi/arch/risc-v/rv32m1_vega/interrupt_gcc.S diff --git a/Ubiquitous/XiUOS/arch/risc-v/rv32m1_vega/startup_RV32M1_ri5cy.S b/Ubiquitous/XiZi/arch/risc-v/rv32m1_vega/startup_RV32M1_ri5cy.S similarity index 100% rename from Ubiquitous/XiUOS/arch/risc-v/rv32m1_vega/startup_RV32M1_ri5cy.S rename to Ubiquitous/XiZi/arch/risc-v/rv32m1_vega/startup_RV32M1_ri5cy.S diff --git a/Ubiquitous/XiUOS/arch/risc-v/rv32m1_vega/startup_RV32M1_zero_riscy.S b/Ubiquitous/XiZi/arch/risc-v/rv32m1_vega/startup_RV32M1_zero_riscy.S similarity index 100% rename from Ubiquitous/XiUOS/arch/risc-v/rv32m1_vega/startup_RV32M1_zero_riscy.S rename to Ubiquitous/XiZi/arch/risc-v/rv32m1_vega/startup_RV32M1_zero_riscy.S diff --git a/Ubiquitous/XiUOS/arch/risc-v/rv32m1_vega/system_RV32M1_ri5cy.c b/Ubiquitous/XiZi/arch/risc-v/rv32m1_vega/system_RV32M1_ri5cy.c similarity index 100% rename from Ubiquitous/XiUOS/arch/risc-v/rv32m1_vega/system_RV32M1_ri5cy.c rename to Ubiquitous/XiZi/arch/risc-v/rv32m1_vega/system_RV32M1_ri5cy.c diff --git a/Ubiquitous/XiUOS/arch/risc-v/rv32m1_vega/system_RV32M1_ri5cy.h b/Ubiquitous/XiZi/arch/risc-v/rv32m1_vega/system_RV32M1_ri5cy.h similarity index 100% rename from Ubiquitous/XiUOS/arch/risc-v/rv32m1_vega/system_RV32M1_ri5cy.h rename to Ubiquitous/XiZi/arch/risc-v/rv32m1_vega/system_RV32M1_ri5cy.h diff --git a/Ubiquitous/XiUOS/arch/risc-v/rv32m1_vega/system_RV32M1_zero_riscy.c b/Ubiquitous/XiZi/arch/risc-v/rv32m1_vega/system_RV32M1_zero_riscy.c similarity index 100% rename from Ubiquitous/XiUOS/arch/risc-v/rv32m1_vega/system_RV32M1_zero_riscy.c rename to Ubiquitous/XiZi/arch/risc-v/rv32m1_vega/system_RV32M1_zero_riscy.c diff --git a/Ubiquitous/XiUOS/arch/risc-v/rv32m1_vega/system_RV32M1_zero_riscy.h b/Ubiquitous/XiZi/arch/risc-v/rv32m1_vega/system_RV32M1_zero_riscy.h similarity index 100% rename from Ubiquitous/XiUOS/arch/risc-v/rv32m1_vega/system_RV32M1_zero_riscy.h rename to Ubiquitous/XiZi/arch/risc-v/rv32m1_vega/system_RV32M1_zero_riscy.h diff --git a/Ubiquitous/XiUOS/arch/risc-v/shared/Makefile b/Ubiquitous/XiZi/arch/risc-v/shared/Makefile similarity index 100% rename from Ubiquitous/XiUOS/arch/risc-v/shared/Makefile rename to Ubiquitous/XiZi/arch/risc-v/shared/Makefile diff --git a/Ubiquitous/XiUOS/arch/risc-v/shared/boot.h b/Ubiquitous/XiZi/arch/risc-v/shared/boot.h similarity index 100% rename from Ubiquitous/XiUOS/arch/risc-v/shared/boot.h rename to Ubiquitous/XiZi/arch/risc-v/shared/boot.h diff --git a/Ubiquitous/XiUOS/arch/risc-v/shared/kswitch.h b/Ubiquitous/XiZi/arch/risc-v/shared/kswitch.h similarity index 100% rename from Ubiquitous/XiUOS/arch/risc-v/shared/kswitch.h rename to Ubiquitous/XiZi/arch/risc-v/shared/kswitch.h diff --git a/Ubiquitous/XiUOS/arch/risc-v/shared/pmp.c b/Ubiquitous/XiZi/arch/risc-v/shared/pmp.c similarity index 100% rename from Ubiquitous/XiUOS/arch/risc-v/shared/pmp.c rename to Ubiquitous/XiZi/arch/risc-v/shared/pmp.c diff --git a/Ubiquitous/XiUOS/arch/risc-v/shared/pmp.h b/Ubiquitous/XiZi/arch/risc-v/shared/pmp.h similarity index 100% rename from Ubiquitous/XiUOS/arch/risc-v/shared/pmp.h rename to Ubiquitous/XiZi/arch/risc-v/shared/pmp.h diff --git a/Ubiquitous/XiUOS/arch/risc-v/shared/prepare_rhwstack.c b/Ubiquitous/XiZi/arch/risc-v/shared/prepare_rhwstack.c similarity index 100% rename from Ubiquitous/XiUOS/arch/risc-v/shared/prepare_rhwstack.c rename to Ubiquitous/XiZi/arch/risc-v/shared/prepare_rhwstack.c diff --git a/Ubiquitous/XiUOS/arch/risc-v/shared/rcontroller.h b/Ubiquitous/XiZi/arch/risc-v/shared/rcontroller.h similarity index 100% rename from Ubiquitous/XiUOS/arch/risc-v/shared/rcontroller.h rename to Ubiquitous/XiZi/arch/risc-v/shared/rcontroller.h diff --git a/Ubiquitous/XiUOS/arch/risc-v/shared/register_op.h b/Ubiquitous/XiZi/arch/risc-v/shared/register_op.h similarity index 100% rename from Ubiquitous/XiUOS/arch/risc-v/shared/register_op.h rename to Ubiquitous/XiZi/arch/risc-v/shared/register_op.h diff --git a/Ubiquitous/XiUOS/arch/risc-v/shared/register_para.h b/Ubiquitous/XiZi/arch/risc-v/shared/register_para.h similarity index 100% rename from Ubiquitous/XiUOS/arch/risc-v/shared/register_para.h rename to Ubiquitous/XiZi/arch/risc-v/shared/register_para.h diff --git a/Ubiquitous/XiUOS/arch/risc-v/shared/riscv64_switch.c b/Ubiquitous/XiZi/arch/risc-v/shared/riscv64_switch.c similarity index 100% rename from Ubiquitous/XiUOS/arch/risc-v/shared/riscv64_switch.c rename to Ubiquitous/XiZi/arch/risc-v/shared/riscv64_switch.c diff --git a/Ubiquitous/XiUOS/board/Makefile b/Ubiquitous/XiZi/board/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/Makefile rename to Ubiquitous/XiZi/board/Makefile diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/.defconfig b/Ubiquitous/XiZi/board/aiit-arm32-board/.defconfig similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/.defconfig rename to Ubiquitous/XiZi/board/aiit-arm32-board/.defconfig diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/Kconfig b/Ubiquitous/XiZi/board/aiit-arm32-board/Kconfig similarity index 97% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/Kconfig rename to Ubiquitous/XiZi/board/aiit-arm32-board/Kconfig index ed0e802b7..5016abc5f 100644 --- a/Ubiquitous/XiUOS/board/aiit-arm32-board/Kconfig +++ b/Ubiquitous/XiZi/board/aiit-arm32-board/Kconfig @@ -1,4 +1,4 @@ -mainmenu "XiUOS Project Configuration" +mainmenu "XiZi Project Configuration" config BSP_DIR string diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/Kselector b/Ubiquitous/XiZi/board/aiit-arm32-board/Kselector similarity index 96% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/Kselector rename to Ubiquitous/XiZi/board/aiit-arm32-board/Kselector index f60f898f7..da7350663 100644 --- a/Ubiquitous/XiUOS/board/aiit-arm32-board/Kselector +++ b/Ubiquitous/XiZi/board/aiit-arm32-board/Kselector @@ -34,7 +34,7 @@ choice config SELECT_NUTTX bool "select Nuttx" config SELECT_XIUOS - bool "select XiUOS" + bool "select XiZi" endchoice endmenu endif diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/Makefile b/Ubiquitous/XiZi/board/aiit-arm32-board/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/Makefile rename to Ubiquitous/XiZi/board/aiit-arm32-board/Makefile diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/README.md b/Ubiquitous/XiZi/board/aiit-arm32-board/README.md similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/README.md rename to Ubiquitous/XiZi/board/aiit-arm32-board/README.md diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/aiit.jpg b/Ubiquitous/XiZi/board/aiit-arm32-board/aiit.jpg similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/aiit.jpg rename to Ubiquitous/XiZi/board/aiit-arm32-board/aiit.jpg diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/board.c b/Ubiquitous/XiZi/board/aiit-arm32-board/board.c similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/board.c rename to Ubiquitous/XiZi/board/aiit-arm32-board/board.c diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/board.h b/Ubiquitous/XiZi/board/aiit-arm32-board/board.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/board.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/board.h diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/config.mk b/Ubiquitous/XiZi/board/aiit-arm32-board/config.mk similarity index 88% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/config.mk rename to Ubiquitous/XiZi/board/aiit-arm32-board/config.mk index c2b54cfa6..d69e4ea9c 100644 --- a/Ubiquitous/XiUOS/board/aiit-arm32-board/config.mk +++ b/Ubiquitous/XiZi/board/aiit-arm32-board/config.mk @@ -2,10 +2,10 @@ export CROSS_COMPILE ?=/usr/bin/arm-none-eabi- export CFLAGS := -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -Dgcc -O0 -gdwarf-2 -g -fgnu89-inline -Wa,-mimplicit-it=thumb -Werror export AFLAGS := -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -x assembler-with-cpp -Wa,-mimplicit-it=thumb -gdwarf-2 -export LFLAGS := -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -Wl,--gc-sections,-Map=XiUOS.map,-cref,-u,Reset_Handler -T $(BSP_ROOT)/link.lds +export LFLAGS := -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -Wl,--gc-sections,-Map=XiZi.map,-cref,-u,Reset_Handler -T $(BSP_ROOT)/link.lds export CXXFLAGS := -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -Dgcc -O0 -gdwarf-2 -g -export APPLFLAGS := -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -Wl,--gc-sections,-Map=XiUOS_app.map,-cref,-u, -T $(BSP_ROOT)/link_userspace.lds +export APPLFLAGS := -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -Wl,--gc-sections,-Map=XiZi_app.map,-cref,-u, -T $(BSP_ROOT)/link_userspace.lds export DEFINES := -DHAVE_CCONFIG_H -DSTM32F407xx -DUSE_HAL_DRIVER -DHAVE_SIGINFO diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/include/arm_common_tables.h b/Ubiquitous/XiZi/board/aiit-arm32-board/include/arm_common_tables.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/include/arm_common_tables.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/include/arm_common_tables.h diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/include/arm_const_structs.h b/Ubiquitous/XiZi/board/aiit-arm32-board/include/arm_const_structs.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/include/arm_const_structs.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/include/arm_const_structs.h diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/include/arm_math.h b/Ubiquitous/XiZi/board/aiit-arm32-board/include/arm_math.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/include/arm_math.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/include/arm_math.h diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/include/cmsis_armcc.h b/Ubiquitous/XiZi/board/aiit-arm32-board/include/cmsis_armcc.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/include/cmsis_armcc.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/include/cmsis_armcc.h diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/include/cmsis_armcc_V6.h b/Ubiquitous/XiZi/board/aiit-arm32-board/include/cmsis_armcc_V6.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/include/cmsis_armcc_V6.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/include/cmsis_armcc_V6.h diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/include/cmsis_gcc.h b/Ubiquitous/XiZi/board/aiit-arm32-board/include/cmsis_gcc.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/include/cmsis_gcc.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/include/cmsis_gcc.h diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/include/cmsis_os.h b/Ubiquitous/XiZi/board/aiit-arm32-board/include/cmsis_os.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/include/cmsis_os.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/include/cmsis_os.h diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/include/core_cm4.h b/Ubiquitous/XiZi/board/aiit-arm32-board/include/core_cm4.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/include/core_cm4.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/include/core_cm4.h diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/include/core_cmFunc.h b/Ubiquitous/XiZi/board/aiit-arm32-board/include/core_cmFunc.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/include/core_cmFunc.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/include/core_cmFunc.h diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/include/core_cmInstr.h b/Ubiquitous/XiZi/board/aiit-arm32-board/include/core_cmInstr.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/include/core_cmInstr.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/include/core_cmInstr.h diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/include/core_cmSimd.h b/Ubiquitous/XiZi/board/aiit-arm32-board/include/core_cmSimd.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/include/core_cmSimd.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/include/core_cmSimd.h diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/include/stm32f4xx.h b/Ubiquitous/XiZi/board/aiit-arm32-board/include/stm32f4xx.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/include/stm32f4xx.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/include/stm32f4xx.h diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/include/system_stm32f4xx.h b/Ubiquitous/XiZi/board/aiit-arm32-board/include/system_stm32f4xx.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/include/system_stm32f4xx.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/include/system_stm32f4xx.h diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/link.lds b/Ubiquitous/XiZi/board/aiit-arm32-board/link.lds similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/link.lds rename to Ubiquitous/XiZi/board/aiit-arm32-board/link.lds diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/link_userspace.lds b/Ubiquitous/XiZi/board/aiit-arm32-board/link_userspace.lds similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/link_userspace.lds rename to Ubiquitous/XiZi/board/aiit-arm32-board/link_userspace.lds diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/menu.png b/Ubiquitous/XiZi/board/aiit-arm32-board/menu.png similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/menu.png rename to Ubiquitous/XiZi/board/aiit-arm32-board/menu.png diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/shell.png b/Ubiquitous/XiZi/board/aiit-arm32-board/shell.png similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/shell.png rename to Ubiquitous/XiZi/board/aiit-arm32-board/shell.png diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/st-link.png b/Ubiquitous/XiZi/board/aiit-arm32-board/st-link.png similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/st-link.png rename to Ubiquitous/XiZi/board/aiit-arm32-board/st-link.png diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/Kconfig b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/Kconfig rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/Kconfig diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/Makefile b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/Makefile rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/Makefile diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/adc/Kconfig b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/adc/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/adc/Kconfig rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/adc/Kconfig diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/adc/Makefile b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/adc/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/adc/Makefile rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/adc/Makefile diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/adc/connect_adc.c b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/adc/connect_adc.c similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/adc/connect_adc.c rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/adc/connect_adc.c diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/adc/hardware_adc.c b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/adc/hardware_adc.c similarity index 99% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/adc/hardware_adc.c rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/adc/hardware_adc.c index a7bc99366..723c096b2 100644 --- a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/adc/hardware_adc.c +++ b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/adc/hardware_adc.c @@ -118,7 +118,7 @@ History: 1. Date: 2021-12-28 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_adc.c for XiUOS +1. rename stm32f4xx_adc.c for XiZi *************************************************/ /* Includes ------------------------------------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/can/Kconfig b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/can/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/can/Kconfig rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/can/Kconfig diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/can/Makefile b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/can/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/can/Makefile rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/can/Makefile diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/can/connect_can.c b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/can/connect_can.c similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/can/connect_can.c rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/can/connect_can.c diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/can/hardware_can.c b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/can/hardware_can.c similarity index 99% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/can/hardware_can.c rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/can/hardware_can.c index 7b41554c4..aa8ad8861 100644 --- a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/can/hardware_can.c +++ b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/can/hardware_can.c @@ -92,7 +92,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_can.c for XiUOS +1. rename stm32f4xx_can.c for XiZi *************************************************/ /* Includes ------------------------------------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/ch438/Kconfig b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/ch438/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/ch438/Kconfig rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/ch438/Kconfig diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/ch438/Makefile b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/ch438/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/ch438/Makefile rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/ch438/Makefile diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/ch438/connect_ch438.c b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/ch438/connect_ch438.c similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/ch438/connect_ch438.c rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/ch438/connect_ch438.c diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/common/Kconfig b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/common/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/common/Kconfig rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/common/Kconfig diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/common/Makefile b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/common/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/common/Makefile rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/common/Makefile diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/common/hardware_dma.c b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/common/hardware_dma.c similarity index 99% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/common/hardware_dma.c rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/common/hardware_dma.c index 068091ebe..2a661139b 100644 --- a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/common/hardware_dma.c +++ b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/common/hardware_dma.c @@ -128,7 +128,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_dma.c for XiUOS +1. rename stm32f4xx_dma.c for XiZi *************************************************/ /* Includes ------------------------------------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/common/hardware_exti.c b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/common/hardware_exti.c similarity index 99% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/common/hardware_exti.c rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/common/hardware_exti.c index 475f85763..c37343bf1 100644 --- a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/common/hardware_exti.c +++ b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/common/hardware_exti.c @@ -73,7 +73,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_exti.c for XiUOS +1. rename stm32f4xx_exti.c for XiZi *************************************************/ /* Includes ------------------------------------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/common/hardware_fsmc.c b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/common/hardware_fsmc.c similarity index 99% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/common/hardware_fsmc.c rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/common/hardware_fsmc.c index b532efc21..086287eec 100644 --- a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/common/hardware_fsmc.c +++ b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/common/hardware_fsmc.c @@ -47,7 +47,7 @@ History: 1. Date: 2022-1-12 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_fsmc.c for XiUOS +1. rename stm32f4xx_fsmc.c for XiZi *************************************************/ /* Includes ------------------------------------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/common/hardware_it.c b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/common/hardware_it.c similarity index 98% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/common/hardware_it.c rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/common/hardware_it.c index e84483dfd..80009347d 100644 --- a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/common/hardware_it.c +++ b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/common/hardware_it.c @@ -37,13 +37,13 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_it.c for XiUOS +1. rename stm32f4xx_it.c for XiZi *************************************************/ /* Includes ------------------------------------------------------------------*/ #include #include -#include +#include /** @addtogroup STM32F4_Discovery_Peripheral_Examples * @{ diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/common/hardware_pwr.c b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/common/hardware_pwr.c similarity index 99% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/common/hardware_pwr.c rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/common/hardware_pwr.c index 1e04e59df..53fa57ac8 100644 --- a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/common/hardware_pwr.c +++ b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/common/hardware_pwr.c @@ -44,7 +44,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_pwr.c for XiUOS +1. rename stm32f4xx_pwr.c for XiZi *************************************************/ /* Includes ------------------------------------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/common/hardware_rcc.c b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/common/hardware_rcc.c similarity index 99% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/common/hardware_rcc.c rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/common/hardware_rcc.c index def0a7426..94afbe22d 100644 --- a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/common/hardware_rcc.c +++ b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/common/hardware_rcc.c @@ -68,7 +68,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_rcc.c for XiUOS +1. rename stm32f4xx_rcc.c for XiZi *************************************************/ /* Includes ------------------------------------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/common/hardware_syscfg.c b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/common/hardware_syscfg.c similarity index 99% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/common/hardware_syscfg.c rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/common/hardware_syscfg.c index 4fa0518a4..773770c7a 100644 --- a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/common/hardware_syscfg.c +++ b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/common/hardware_syscfg.c @@ -55,7 +55,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_syscfg.c for XiUOS +1. rename stm32f4xx_syscfg.c for XiZi *************************************************/ /* Includes ------------------------------------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/common/misc.c b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/common/misc.c similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/common/misc.c rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/common/misc.c diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/dac/Kconfig b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/dac/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/dac/Kconfig rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/dac/Kconfig diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/dac/Makefile b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/dac/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/dac/Makefile rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/dac/Makefile diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/dac/connect_dac.c b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/dac/connect_dac.c similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/dac/connect_dac.c rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/dac/connect_dac.c diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/dac/hardware_dac.c b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/dac/hardware_dac.c similarity index 99% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/dac/hardware_dac.c rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/dac/hardware_dac.c index a74137f38..43168db2b 100644 --- a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/dac/hardware_dac.c +++ b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/dac/hardware_dac.c @@ -142,7 +142,7 @@ History: 1. Date: 2022-1-11 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_dac.c for XiUOS +1. rename stm32f4xx_dac.c for XiZi *************************************************/ /* Includes ------------------------------------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/extmem/Kconfig b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/extmem/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/extmem/Kconfig rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/extmem/Kconfig diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/extmem/Makefile b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/extmem/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/extmem/Makefile rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/extmem/Makefile diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/extmem/connect_extmem.c b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/extmem/connect_extmem.c similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/extmem/connect_extmem.c rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/extmem/connect_extmem.c diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/gpio/Kconfig b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/gpio/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/gpio/Kconfig rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/gpio/Kconfig diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/gpio/Makefile b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/gpio/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/gpio/Makefile rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/gpio/Makefile diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/gpio/connect_gpio.c b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/gpio/connect_gpio.c similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/gpio/connect_gpio.c rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/gpio/connect_gpio.c diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/gpio/hardware_gpio.c b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/gpio/hardware_gpio.c similarity index 99% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/gpio/hardware_gpio.c rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/gpio/hardware_gpio.c index 4f24f8d80..50671d8b1 100644 --- a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/gpio/hardware_gpio.c +++ b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/gpio/hardware_gpio.c @@ -91,7 +91,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_gpio.c for XiUOS +1. rename stm32f4xx_gpio.c for XiZi *************************************************/ /* Includes ------------------------------------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/i2c/Kconfig b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/i2c/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/i2c/Kconfig rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/i2c/Kconfig diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/i2c/Makefile b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/i2c/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/i2c/Makefile rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/i2c/Makefile diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/i2c/connect_i2c.c b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/i2c/connect_i2c.c similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/i2c/connect_i2c.c rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/i2c/connect_i2c.c diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/i2c/hardware_i2c.c b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/i2c/hardware_i2c.c similarity index 99% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/i2c/hardware_i2c.c rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/i2c/hardware_i2c.c index e9625da3d..eae7fe3ff 100644 --- a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/i2c/hardware_i2c.c +++ b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/i2c/hardware_i2c.c @@ -99,7 +99,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_i2c.c for XiUOS +1. rename stm32f4xx_i2c.c for XiZi *************************************************/ /* Includes ------------------------------------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/connect_adc.h b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/connect_adc.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/connect_adc.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/connect_adc.h diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/connect_can.h b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/connect_can.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/connect_can.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/connect_can.h diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/connect_ch438.h b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/connect_ch438.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/connect_ch438.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/connect_ch438.h diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/connect_dac.h b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/connect_dac.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/connect_dac.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/connect_dac.h diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/connect_extmem.h b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/connect_extmem.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/connect_extmem.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/connect_extmem.h diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/connect_gpio.h b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/connect_gpio.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/connect_gpio.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/connect_gpio.h diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/connect_hwtimer.h b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/connect_hwtimer.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/connect_hwtimer.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/connect_hwtimer.h diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/connect_i2c.h b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/connect_i2c.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/connect_i2c.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/connect_i2c.h diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/connect_lcd.h b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/connect_lcd.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/connect_lcd.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/connect_lcd.h diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/connect_rtc.h b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/connect_rtc.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/connect_rtc.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/connect_rtc.h diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/connect_sdio.h b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/connect_sdio.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/connect_sdio.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/connect_sdio.h diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/connect_spi.h b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/connect_spi.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/connect_spi.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/connect_spi.h diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/connect_spi_lora.h b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/connect_spi_lora.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/connect_spi_lora.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/connect_spi_lora.h diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/connect_touch.h b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/connect_touch.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/connect_touch.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/connect_touch.h diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/connect_usart.h b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/connect_usart.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/connect_usart.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/connect_usart.h diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/connect_usb.h b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/connect_usb.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/connect_usb.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/connect_usb.h diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/connect_wdg.h b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/connect_wdg.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/connect_wdg.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/connect_wdg.h diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/font.h b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/font.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/font.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/font.h diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_adc.h b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/hardware_adc.h similarity index 99% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_adc.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/hardware_adc.h index a731859d9..24dbf5558 100644 --- a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_adc.h +++ b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/hardware_adc.h @@ -42,7 +42,7 @@ History: 1. Date: 2021-12-28 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_adc.h for XiUOS +1. rename stm32f4xx_adc.h for XiZi *************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_can.h b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/hardware_can.h similarity index 99% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_can.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/hardware_can.h index 5ccc49356..436e0cda0 100644 --- a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_can.h +++ b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/hardware_can.h @@ -36,7 +36,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_can.h for XiUOS +1. rename stm32f4xx_can.h for XiZi *************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_conf.h b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/hardware_conf.h similarity index 99% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_conf.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/hardware_conf.h index 9f05bf72d..52266f20a 100644 --- a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_conf.h +++ b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/hardware_conf.h @@ -35,7 +35,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_conf.h for XiUOS +1. rename stm32f4xx_conf.h for XiZi *************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_dac.h b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/hardware_dac.h similarity index 99% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_dac.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/hardware_dac.h index 2918dc7c6..015ab2c90 100644 --- a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_dac.h +++ b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/hardware_dac.h @@ -42,7 +42,7 @@ History: 1. Date: 2022-1-10 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_dac.h for XiUOS +1. rename stm32f4xx_dac.h for XiZi *************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_dbgmcu.h b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/hardware_dbgmcu.h similarity index 99% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_dbgmcu.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/hardware_dbgmcu.h index 96f150952..27c6065cf 100644 --- a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_dbgmcu.h +++ b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/hardware_dbgmcu.h @@ -35,7 +35,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_dbgmcu.h for XiUOS +1. rename stm32f4xx_dbgmcu.h for XiZi *************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_dma.h b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/hardware_dma.h similarity index 99% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_dma.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/hardware_dma.h index b657ffe57..77a6f4cdf 100644 --- a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_dma.h +++ b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/hardware_dma.h @@ -36,7 +36,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_dma.h for XiUOS +1. rename stm32f4xx_dma.h for XiZi *************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_exti.h b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/hardware_exti.h similarity index 99% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_exti.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/hardware_exti.h index 216d7dea6..1d1e8937f 100644 --- a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_exti.h +++ b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/hardware_exti.h @@ -36,7 +36,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_exti.h for XiUOS +1. rename stm32f4xx_exti.h for XiZi *************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_fsmc.h b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/hardware_fsmc.h similarity index 99% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_fsmc.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/hardware_fsmc.h index 430d38edf..2453ebb5c 100644 --- a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_fsmc.h +++ b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/hardware_fsmc.h @@ -42,7 +42,7 @@ History: 1. Date: 2022-1-12 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_fsmc.h for XiUOS +1. rename stm32f4xx_fsmc.h for XiZi *************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_gpio.h b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/hardware_gpio.h similarity index 99% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_gpio.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/hardware_gpio.h index d4401f734..b5f4c884c 100644 --- a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_gpio.h +++ b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/hardware_gpio.h @@ -36,7 +36,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_gpio.h for XiUOS +1. rename stm32f4xx_gpio.h for XiZi *************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_i2c.h b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/hardware_i2c.h similarity index 99% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_i2c.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/hardware_i2c.h index ca5aef81e..d32d44d6c 100644 --- a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_i2c.h +++ b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/hardware_i2c.h @@ -36,7 +36,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_i2c.h for XiUOS +1. rename stm32f4xx_i2c.h for XiZi *************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/hardware_iwdg.h b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/hardware_iwdg.h similarity index 99% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/hardware_iwdg.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/hardware_iwdg.h index ceebcdcd6..cde3bf790 100644 --- a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/hardware_iwdg.h +++ b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/hardware_iwdg.h @@ -36,7 +36,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_iwdg.h for XiUOS +1. rename stm32f4xx_iwdg.h for XiZi *************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/hardware_pwr.h b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/hardware_pwr.h similarity index 99% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/hardware_pwr.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/hardware_pwr.h index e8c31c5e0..6291e94d4 100644 --- a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/hardware_pwr.h +++ b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/hardware_pwr.h @@ -36,7 +36,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_pwr.h for XiUOS +1. rename stm32f4xx_pwr.h for XiZi *************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/hardware_rcc.h b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/hardware_rcc.h similarity index 99% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/hardware_rcc.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/hardware_rcc.h index 0e6b54f8f..9788d9b34 100644 --- a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/hardware_rcc.h +++ b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/hardware_rcc.h @@ -35,7 +35,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_rcc.h for XiUOS +1. rename stm32f4xx_rcc.h for XiZi *************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/hardware_rtc.h b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/hardware_rtc.h similarity index 99% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/hardware_rtc.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/hardware_rtc.h index 5ff998909..2c8e8758b 100644 --- a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/hardware_rtc.h +++ b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/hardware_rtc.h @@ -36,7 +36,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_rtc.h for XiUOS +1. rename stm32f4xx_rtc.h for XiZi *************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_sdio.h b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/hardware_sdio.h similarity index 99% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_sdio.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/hardware_sdio.h index 16350a635..9d9cd952b 100644 --- a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_sdio.h +++ b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/hardware_sdio.h @@ -36,7 +36,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_sdio.h for XiUOS +1. rename stm32f4xx_sdio.h for XiZi *************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_spi.h b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/hardware_spi.h similarity index 99% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_spi.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/hardware_spi.h index e7dc38934..96b616e65 100644 --- a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_spi.h +++ b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/hardware_spi.h @@ -36,7 +36,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_spi.h for XiUOS +1. rename stm32f4xx_spi.h for XiZi *************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/hardware_syscfg.h b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/hardware_syscfg.h similarity index 99% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/hardware_syscfg.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/hardware_syscfg.h index ddb581326..59742781b 100644 --- a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/hardware_syscfg.h +++ b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/hardware_syscfg.h @@ -36,7 +36,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_syscfg.h for XiUOS +1. rename stm32f4xx_syscfg.h for XiZi *************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_tim.h b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/hardware_tim.h similarity index 99% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_tim.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/hardware_tim.h index 1146a6674..23cda8625 100644 --- a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_tim.h +++ b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/hardware_tim.h @@ -36,7 +36,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_tim.h for XiUOS +1. rename stm32f4xx_tim.h for XiZi *************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_usart.h b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/hardware_usart.h similarity index 99% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_usart.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/hardware_usart.h index 8a2a08306..e5fbd4cbe 100644 --- a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_usart.h +++ b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/hardware_usart.h @@ -36,7 +36,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_usart.h for XiUOS +1. rename stm32f4xx_usart.h for XiZi *************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_wwdg.h b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/hardware_wwdg.h similarity index 99% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_wwdg.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/hardware_wwdg.h index 478a4016b..2da6338f9 100644 --- a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_wwdg.h +++ b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/hardware_wwdg.h @@ -36,7 +36,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_wwdg.h for XiUOS +1. rename stm32f4xx_wwdg.h for XiZi *************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/misc.h b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/misc.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/misc.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/misc.h diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/stm32_assert_template.h b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/stm32_assert_template.h similarity index 99% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/stm32_assert_template.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/stm32_assert_template.h index 1a2f35b55..a4a9f92c1 100644 --- a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/stm32_assert_template.h +++ b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/include/stm32_assert_template.h @@ -51,7 +51,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32_assert.h for XiUOS +1. rename stm32_assert.h for XiZi *************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/lcd/Kconfig b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/lcd/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/lcd/Kconfig rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/lcd/Kconfig diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/lcd/Makefile b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/lcd/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/lcd/Makefile rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/lcd/Makefile diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/lcd/connect_lcd.c b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/lcd/connect_lcd.c similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/lcd/connect_lcd.c rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/lcd/connect_lcd.c diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/rtc/Kconfig b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/rtc/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/rtc/Kconfig rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/rtc/Kconfig diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/rtc/Makefile b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/rtc/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/rtc/Makefile rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/rtc/Makefile diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/rtc/connect_rtc.c b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/rtc/connect_rtc.c similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/rtc/connect_rtc.c rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/rtc/connect_rtc.c diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/rtc/hardware_rtc.c b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/rtc/hardware_rtc.c similarity index 99% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/rtc/hardware_rtc.c rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/rtc/hardware_rtc.c index b383a2fb6..face4d4ce 100644 --- a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/rtc/hardware_rtc.c +++ b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/rtc/hardware_rtc.c @@ -289,7 +289,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_rtc.c for XiUOS +1. rename stm32f4xx_rtc.c for XiZi *************************************************/ /* Includes ------------------------------------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/sdio/Kconfig b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/sdio/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/sdio/Kconfig rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/sdio/Kconfig diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/sdio/Makefile b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/sdio/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/sdio/Makefile rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/sdio/Makefile diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/sdio/connect_sdio.c b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/sdio/connect_sdio.c similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/sdio/connect_sdio.c rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/sdio/connect_sdio.c diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/sdio/hardware_sdio.c b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/sdio/hardware_sdio.c similarity index 99% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/sdio/hardware_sdio.c rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/sdio/hardware_sdio.c index e95f97182..ea554eac9 100644 --- a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/sdio/hardware_sdio.c +++ b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/sdio/hardware_sdio.c @@ -161,7 +161,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_sdio.c for XiUOS +1. rename stm32f4xx_sdio.c for XiZi *************************************************/ /* Includes ------------------------------------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/sdio/sdio_sd.c b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/sdio/sdio_sd.c similarity index 96% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/sdio/sdio_sd.c rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/sdio/sdio_sd.c index 2d826b03d..62cbf47b6 100644 --- a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/sdio/sdio_sd.c +++ b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/sdio/sdio_sd.c @@ -48,7 +48,7 @@ Modification: Support aiit-arm32-board sdio using source files #include #include "sdio_sd.h" #include -#include +#include /* Private macro -------------------------------------------------------------*/ /** diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/sdio/sdio_sd.h b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/sdio/sdio_sd.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/sdio/sdio_sd.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/sdio/sdio_sd.h diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/Kconfig b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/spi/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/Kconfig rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/spi/Kconfig diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/Makefile b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/spi/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/Makefile rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/spi/Makefile diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/connect_flash_spi.c b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/spi/connect_flash_spi.c similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/connect_flash_spi.c rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/spi/connect_flash_spi.c diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/connect_lora_spi.c b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/spi/connect_lora_spi.c similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/connect_lora_spi.c rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/spi/connect_lora_spi.c diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/connect_spi.c b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/spi/connect_spi.c similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/connect_spi.c rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/spi/connect_spi.c diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/hardware_spi.c b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/spi/hardware_spi.c similarity index 99% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/hardware_spi.c rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/spi/hardware_spi.c index e400763b1..1df3323e0 100644 --- a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/hardware_spi.c +++ b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/spi/hardware_spi.c @@ -164,7 +164,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_spi.c for XiUOS +1. rename stm32f4xx_spi.c for XiZi *************************************************/ /* Includes ------------------------------------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/Makefile b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/Makefile rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/Makefile diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/inc/spi_lora_sx12xx.h b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/inc/spi_lora_sx12xx.h similarity index 99% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/inc/spi_lora_sx12xx.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/inc/spi_lora_sx12xx.h index 3110405bb..44723d584 100644 --- a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/inc/spi_lora_sx12xx.h +++ b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/inc/spi_lora_sx12xx.h @@ -38,7 +38,7 @@ Modification: #ifndef __SPI_LORA_SX12XX_H_ #define __SPI_LORA_SX12XX_H_ -#include +#include #include /*! diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/ports/Makefile b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/ports/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/ports/Makefile rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/ports/Makefile diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/ports/sx12xx_device.c b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/ports/sx12xx_device.c similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/ports/sx12xx_device.c rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/ports/sx12xx_device.c diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/Makefile b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/Makefile rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/Makefile diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/platform.h b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/platform.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/platform.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/platform.h diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/radio.c b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/radio.c similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/radio.c rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/radio.c diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/radio.h b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/radio.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/radio.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/radio.h diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-Fsk.c b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-Fsk.c similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-Fsk.c rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-Fsk.c diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-Fsk.h b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-Fsk.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-Fsk.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-Fsk.h diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-FskMisc.c b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-FskMisc.c similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-FskMisc.c rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-FskMisc.c diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-FskMisc.h b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-FskMisc.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-FskMisc.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-FskMisc.h diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-Hal.h b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-Hal.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-Hal.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-Hal.h diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRa.c b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRa.c similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRa.c rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRa.c diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRa.h b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRa.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRa.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRa.h diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRaMisc.c b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRaMisc.c similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRaMisc.c rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRaMisc.c diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRaMisc.h b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRaMisc.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRaMisc.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRaMisc.h diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276.c b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276.c similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276.c rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276.c diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276.h b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276.h diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/timer/Kconfig b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/timer/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/timer/Kconfig rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/timer/Kconfig diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/timer/Makefile b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/timer/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/timer/Makefile rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/timer/Makefile diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/timer/connect_hwtimer.c b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/timer/connect_hwtimer.c similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/timer/connect_hwtimer.c rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/timer/connect_hwtimer.c diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/timer/hardware_tim.c b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/timer/hardware_tim.c similarity index 99% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/timer/hardware_tim.c rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/timer/hardware_tim.c index 1e3dc06b4..273db98a1 100644 --- a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/timer/hardware_tim.c +++ b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/timer/hardware_tim.c @@ -126,7 +126,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_tim.c for XiUOS +1. rename stm32f4xx_tim.c for XiZi *************************************************/ /* Includes ------------------------------------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/touch/Kconfig b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/touch/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/touch/Kconfig rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/touch/Kconfig diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/touch/Makefile b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/touch/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/touch/Makefile rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/touch/Makefile diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/touch/connect_touch.c b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/touch/connect_touch.c similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/touch/connect_touch.c rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/touch/connect_touch.c diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/uart/Kconfig b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/uart/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/uart/Kconfig rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/uart/Kconfig diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/uart/Makefile b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/uart/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/uart/Makefile rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/uart/Makefile diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/uart/connect_usart.c b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/uart/connect_usart.c similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/uart/connect_usart.c rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/uart/connect_usart.c diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/uart/hardware_usart.c b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/uart/hardware_usart.c similarity index 99% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/uart/hardware_usart.c rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/uart/hardware_usart.c index 11fde1dc4..1ddc1ee50 100644 --- a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/uart/hardware_usart.c +++ b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/uart/hardware_usart.c @@ -97,7 +97,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_usart.c for XiUOS +1. rename stm32f4xx_usart.c for XiZi *************************************************/ /* Includes ------------------------------------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/Kconfig b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/usb/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/Kconfig rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/usb/Kconfig diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/Makefile b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/usb/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/Makefile rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/usb/Makefile diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/Release_Notes.html b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/Release_Notes.html similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/Release_Notes.html rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/Release_Notes.html diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_bsp.h b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_bsp.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_bsp.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_bsp.h diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_conf.h b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_conf.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_conf.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_conf.h diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_conf_template.h b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_conf_template.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_conf_template.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_conf_template.h diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_core.h b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_core.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_core.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_core.h diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_dcd.h b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_dcd.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_dcd.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_dcd.h diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_dcd_int.h b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_dcd_int.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_dcd_int.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_dcd_int.h diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_defines.h b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_defines.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_defines.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_defines.h diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_hcd.h b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_hcd.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_hcd.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_hcd.h diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_hcd_int.h b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_hcd_int.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_hcd_int.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_hcd_int.h diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_otg.h b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_otg.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_otg.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_otg.h diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_regs.h b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_regs.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_regs.h rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_regs.h diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_bsp_template.c b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_bsp_template.c similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_bsp_template.c rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_bsp_template.c diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_core.c b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_core.c similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_core.c rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_core.c diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_dcd.c b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_dcd.c similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_dcd.c rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_dcd.c diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_dcd_int.c b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_dcd_int.c similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_dcd_int.c rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_dcd_int.c diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_hcd.c b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_hcd.c similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_hcd.c rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_hcd.c diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_hcd_int.c b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_hcd_int.c similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_hcd_int.c rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_hcd_int.c diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_otg.c b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_otg.c similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_otg.c rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_otg.c diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/connect_usb.c b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/usb/connect_usb.c similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/connect_usb.c rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/usb/connect_usb.c diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/usb_bsp.c b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/usb/usb_bsp.c similarity index 99% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/usb_bsp.c rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/usb/usb_bsp.c index f2a5012b5..b2a7b7139 100644 --- a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/usb_bsp.c +++ b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/usb/usb_bsp.c @@ -33,7 +33,7 @@ #include #include #include -#include +#include /** @addtogroup USB_OTG_DRIVER * @{ diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/usbh.c b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/usb/usbh.c similarity index 99% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/usbh.c rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/usb/usbh.c index c28503494..e04b3c68b 100644 --- a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/usb/usbh.c +++ b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/usb/usbh.c @@ -30,7 +30,7 @@ Modification: 2. support aiit-arm32-board usb host register *************************************************/ -#include +#include #include #include #include diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/watchdog/Kconfig b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/watchdog/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/watchdog/Kconfig rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/watchdog/Kconfig diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/watchdog/Makefile b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/watchdog/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/watchdog/Makefile rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/watchdog/Makefile diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/watchdog/connect_wdg.c b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/watchdog/connect_wdg.c similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/watchdog/connect_wdg.c rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/watchdog/connect_wdg.c diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/watchdog/hardware_wdg.c b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/watchdog/hardware_wdg.c similarity index 99% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/watchdog/hardware_wdg.c rename to Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/watchdog/hardware_wdg.c index f78ffb5b1..80e370204 100644 --- a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/watchdog/hardware_wdg.c +++ b/Ubiquitous/XiZi/board/aiit-arm32-board/third_party_driver/watchdog/hardware_wdg.c @@ -94,7 +94,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_iwdg.c for XiUOS +1. rename stm32f4xx_iwdg.c for XiZi *************************************************/ /* Includes ------------------------------------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/.defconfig b/Ubiquitous/XiZi/board/aiit-riscv64-board/.defconfig similarity index 99% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/.defconfig rename to Ubiquitous/XiZi/board/aiit-riscv64-board/.defconfig index cc28e2150..ed74228f1 100644 --- a/Ubiquitous/XiUOS/board/aiit-riscv64-board/.defconfig +++ b/Ubiquitous/XiZi/board/aiit-riscv64-board/.defconfig @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# XiUOS Project Configuration +# XiZi Project Configuration # CONFIG_BOARD_AIIT_RISCV_EVB=y CONFIG_KERNEL_CONSOLE_DEVICE_NAME="uarths" diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/Kconfig b/Ubiquitous/XiZi/board/aiit-riscv64-board/Kconfig similarity index 98% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/Kconfig rename to Ubiquitous/XiZi/board/aiit-riscv64-board/Kconfig index dce13fa31..babb6de52 100644 --- a/Ubiquitous/XiUOS/board/aiit-riscv64-board/Kconfig +++ b/Ubiquitous/XiZi/board/aiit-riscv64-board/Kconfig @@ -1,4 +1,4 @@ -mainmenu "XiUOS Project Configuration" +mainmenu "XiZi Project Configuration" config BSP_DIR string diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/Makefile b/Ubiquitous/XiZi/board/aiit-riscv64-board/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/Makefile rename to Ubiquitous/XiZi/board/aiit-riscv64-board/Makefile diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/README.md b/Ubiquitous/XiZi/board/aiit-riscv64-board/README.md similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/README.md rename to Ubiquitous/XiZi/board/aiit-riscv64-board/README.md diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/board.c b/Ubiquitous/XiZi/board/aiit-riscv64-board/board.c similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/board.c rename to Ubiquitous/XiZi/board/aiit-riscv64-board/board.c diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/board.h b/Ubiquitous/XiZi/board/aiit-riscv64-board/board.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/board.h rename to Ubiquitous/XiZi/board/aiit-riscv64-board/board.h diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/config.mk b/Ubiquitous/XiZi/board/aiit-riscv64-board/config.mk similarity index 82% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/config.mk rename to Ubiquitous/XiZi/board/aiit-riscv64-board/config.mk index b0ae50c30..f20436fec 100644 --- a/Ubiquitous/XiUOS/board/aiit-riscv64-board/config.mk +++ b/Ubiquitous/XiZi/board/aiit-riscv64-board/config.mk @@ -1,8 +1,8 @@ export CFLAGS := -mcmodel=medany -march=rv64imafdc -mabi=lp64d -fno-common -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -O0 -ggdb -fgnu89-inline -Werror export AFLAGS := -c -mcmodel=medany -march=rv64imafdc -mabi=lp64d -x assembler-with-cpp -ggdb -export LFLAGS := -mcmodel=medany -march=rv64imafdc -mabi=lp64d -nostartfiles -Wl,--gc-sections,-Map=XiUOS.map,-cref,-u,_start -T $(BSP_ROOT)/link.lds +export LFLAGS := -mcmodel=medany -march=rv64imafdc -mabi=lp64d -nostartfiles -Wl,--gc-sections,-Map=XiZi.map,-cref,-u,_start -T $(BSP_ROOT)/link.lds -export APPLFLAGS := -mcmodel=medany -march=rv64imafdc -mabi=lp64d -nostartfiles -Wl,--gc-sections,-Map=XiUOS_app.map,-cref,-u, -T $(BSP_ROOT)/link_userspace.lds +export APPLFLAGS := -mcmodel=medany -march=rv64imafdc -mabi=lp64d -nostartfiles -Wl,--gc-sections,-Map=XiZi_app.map,-cref,-u, -T $(BSP_ROOT)/link_userspace.lds export CXXFLAGS := -mcmodel=medany -march=rv64imafdc -mabi=lp64d -fno-common -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -O0 -ggdb -Werror diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/img/aiit_riscv64_board.png b/Ubiquitous/XiZi/board/aiit-riscv64-board/img/aiit_riscv64_board.png similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/img/aiit_riscv64_board.png rename to Ubiquitous/XiZi/board/aiit-riscv64-board/img/aiit_riscv64_board.png diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/img/terminal.png b/Ubiquitous/XiZi/board/aiit-riscv64-board/img/terminal.png similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/img/terminal.png rename to Ubiquitous/XiZi/board/aiit-riscv64-board/img/terminal.png diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/include/atomic.h b/Ubiquitous/XiZi/board/aiit-riscv64-board/include/atomic.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/include/atomic.h rename to Ubiquitous/XiZi/board/aiit-riscv64-board/include/atomic.h diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/include/bsp.h b/Ubiquitous/XiZi/board/aiit-riscv64-board/include/bsp.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/include/bsp.h rename to Ubiquitous/XiZi/board/aiit-riscv64-board/include/bsp.h diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/include/dump.h b/Ubiquitous/XiZi/board/aiit-riscv64-board/include/dump.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/include/dump.h rename to Ubiquitous/XiZi/board/aiit-riscv64-board/include/dump.h diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/include/encoding.h b/Ubiquitous/XiZi/board/aiit-riscv64-board/include/encoding.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/include/encoding.h rename to Ubiquitous/XiZi/board/aiit-riscv64-board/include/encoding.h diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/include/entry.h b/Ubiquitous/XiZi/board/aiit-riscv64-board/include/entry.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/include/entry.h rename to Ubiquitous/XiZi/board/aiit-riscv64-board/include/entry.h diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/include/interrupt.h b/Ubiquitous/XiZi/board/aiit-riscv64-board/include/interrupt.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/include/interrupt.h rename to Ubiquitous/XiZi/board/aiit-riscv64-board/include/interrupt.h diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/include/platform.h b/Ubiquitous/XiZi/board/aiit-riscv64-board/include/platform.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/include/platform.h rename to Ubiquitous/XiZi/board/aiit-riscv64-board/include/platform.h diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/include/printf.h b/Ubiquitous/XiZi/board/aiit-riscv64-board/include/printf.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/include/printf.h rename to Ubiquitous/XiZi/board/aiit-riscv64-board/include/printf.h diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/include/sleep.h b/Ubiquitous/XiZi/board/aiit-riscv64-board/include/sleep.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/include/sleep.h rename to Ubiquitous/XiZi/board/aiit-riscv64-board/include/sleep.h diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/include/syscalls.h b/Ubiquitous/XiZi/board/aiit-riscv64-board/include/syscalls.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/include/syscalls.h rename to Ubiquitous/XiZi/board/aiit-riscv64-board/include/syscalls.h diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/include/syslog.h b/Ubiquitous/XiZi/board/aiit-riscv64-board/include/syslog.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/include/syslog.h rename to Ubiquitous/XiZi/board/aiit-riscv64-board/include/syslog.h diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/include/util.h b/Ubiquitous/XiZi/board/aiit-riscv64-board/include/util.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/include/util.h rename to Ubiquitous/XiZi/board/aiit-riscv64-board/include/util.h diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/link.lds b/Ubiquitous/XiZi/board/aiit-riscv64-board/link.lds similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/link.lds rename to Ubiquitous/XiZi/board/aiit-riscv64-board/link.lds diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/link_userspace.lds b/Ubiquitous/XiZi/board/aiit-riscv64-board/link_userspace.lds similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/link_userspace.lds rename to Ubiquitous/XiZi/board/aiit-riscv64-board/link_userspace.lds diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/Kconfig b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/Kconfig rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/Kconfig diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/Makefile b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/Makefile rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/Makefile diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/ch376/Kconfig b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/ch376/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/ch376/Kconfig rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/ch376/Kconfig diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/ch376/Makefile b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/ch376/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/ch376/Makefile rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/ch376/Makefile diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/ch376/connect_ch376.c b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/ch376/connect_ch376.c similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/ch376/connect_ch376.c rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/ch376/connect_ch376.c diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/ch438/Kconfig b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/ch438/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/ch438/Kconfig rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/ch438/Kconfig diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/ch438/Makefile b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/ch438/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/ch438/Makefile rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/ch438/Makefile diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/ch438/connect_ch438.c b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/ch438/connect_ch438.c similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/ch438/connect_ch438.c rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/ch438/connect_ch438.c diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/dma/Kconfig b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/dma/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/dma/Kconfig rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/dma/Kconfig diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/dma/Makefile b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/dma/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/dma/Makefile rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/dma/Makefile diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/dma/dmac.c b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/dma/dmac.c similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/dma/dmac.c rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/dma/dmac.c diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/gpio/Kconfig b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/gpio/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/gpio/Kconfig rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/gpio/Kconfig diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/gpio/Makefile b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/gpio/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/gpio/Makefile rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/gpio/Makefile diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/gpio/connect_gpio.c b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/gpio/connect_gpio.c similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/gpio/connect_gpio.c rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/gpio/connect_gpio.c diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/gpio/drv_io_config.c b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/gpio/drv_io_config.c similarity index 96% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/gpio/drv_io_config.c rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/gpio/drv_io_config.c index 008d64ef4..f052837ea 100755 --- a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/gpio/drv_io_config.c +++ b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/gpio/drv_io_config.c @@ -27,7 +27,7 @@ Author: AIIT XUOS Lab Modification: support aiit-riscv64-board io configure *************************************************/ -#include +#include #include #include #include diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/gpio/fpioa.c b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/gpio/fpioa.c similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/gpio/fpioa.c rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/gpio/fpioa.c diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/gpio/gpio.c b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/gpio/gpio.c similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/gpio/gpio.c rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/gpio/gpio.c diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/gpio/gpiohs.c b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/gpio/gpiohs.c similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/gpio/gpiohs.c rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/gpio/gpiohs.c diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/gpio/utils.c b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/gpio/utils.c similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/gpio/utils.c rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/gpio/utils.c diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/i2c/Kconfig b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/i2c/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/i2c/Kconfig rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/i2c/Kconfig diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/i2c/Makefile b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/i2c/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/i2c/Makefile rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/i2c/Makefile diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/i2c/connect_i2c.c b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/i2c/connect_i2c.c similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/i2c/connect_i2c.c rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/i2c/connect_i2c.c diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/i2c/hardware_i2c.c b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/i2c/hardware_i2c.c similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/i2c/hardware_i2c.c rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/i2c/hardware_i2c.c diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/clint.h b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/include/clint.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/clint.h rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/include/clint.h diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/connect_ch376.h b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/include/connect_ch376.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/connect_ch376.h rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/include/connect_ch376.h diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/connect_ch438.h b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/include/connect_ch438.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/connect_ch438.h rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/include/connect_ch438.h diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/connect_gpio.h b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/include/connect_gpio.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/connect_gpio.h rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/include/connect_gpio.h diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/connect_hwtimer.h b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/include/connect_hwtimer.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/connect_hwtimer.h rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/include/connect_hwtimer.h diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/connect_i2c.h b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/include/connect_i2c.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/connect_i2c.h rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/include/connect_i2c.h diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/connect_lcd.h b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/include/connect_lcd.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/connect_lcd.h rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/include/connect_lcd.h diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/connect_rtc.h b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/include/connect_rtc.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/connect_rtc.h rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/include/connect_rtc.h diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/connect_spi.h b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/include/connect_spi.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/connect_spi.h rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/include/connect_spi.h diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/connect_spi_lora.h b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/include/connect_spi_lora.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/connect_spi_lora.h rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/include/connect_spi_lora.h diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/connect_touch.h b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/include/connect_touch.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/connect_touch.h rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/include/connect_touch.h diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/connect_uart.h b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/include/connect_uart.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/connect_uart.h rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/include/connect_uart.h diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/connect_wdt.h b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/include/connect_wdt.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/connect_wdt.h rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/include/connect_wdt.h diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/dmac.h b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/include/dmac.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/dmac.h rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/include/dmac.h diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/drv_io_config.h b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/include/drv_io_config.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/drv_io_config.h rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/include/drv_io_config.h diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/dvp.h b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/include/dvp.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/dvp.h rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/include/dvp.h diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/font.h b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/include/font.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/font.h rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/include/font.h diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/fpioa.h b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/include/fpioa.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/fpioa.h rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/include/fpioa.h diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/gpio.h b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/include/gpio.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/gpio.h rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/include/gpio.h diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/gpio_common.h b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/include/gpio_common.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/gpio_common.h rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/include/gpio_common.h diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/gpiohs.h b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/include/gpiohs.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/gpiohs.h rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/include/gpiohs.h diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/graphic.h b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/include/graphic.h similarity index 99% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/graphic.h rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/include/graphic.h index aa02acac9..a57a5eb06 100644 --- a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/graphic.h +++ b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/include/graphic.h @@ -29,7 +29,7 @@ Modification: add aiit-riscv64-board lcd configure and operation function #ifndef GRAPHIC_H #define GRAPIHC_H -#include +#include #define GRAPHIC_CTRL_RECT_UPDATE 0 #define GRAPHIC_CTRL_POWERON 1 diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/hardware_hwtimer.h b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/include/hardware_hwtimer.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/hardware_hwtimer.h rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/include/hardware_hwtimer.h diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/hardware_i2c.h b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/include/hardware_i2c.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/hardware_i2c.h rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/include/hardware_i2c.h diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/hardware_rtc.h b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/include/hardware_rtc.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/hardware_rtc.h rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/include/hardware_rtc.h diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/hardware_spi.h b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/include/hardware_spi.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/hardware_spi.h rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/include/hardware_spi.h diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/hardware_uart.h b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/include/hardware_uart.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/hardware_uart.h rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/include/hardware_uart.h diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/hardware_uarths.h b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/include/hardware_uarths.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/hardware_uarths.h rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/include/hardware_uarths.h diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/io.h b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/include/io.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/io.h rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/include/io.h diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/plic.h b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/include/plic.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/plic.h rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/include/plic.h diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/sysctl.h b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/include/sysctl.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/sysctl.h rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/include/sysctl.h diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/utils.h b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/include/utils.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/utils.h rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/include/utils.h diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/wdt.h b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/include/wdt.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/include/wdt.h rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/include/wdt.h diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/lcd/Kconfig b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/lcd/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/lcd/Kconfig rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/lcd/Kconfig diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/lcd/Makefile b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/lcd/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/lcd/Makefile rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/lcd/Makefile diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/lcd/connect_lcd.c b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/lcd/connect_lcd.c similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/lcd/connect_lcd.c rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/lcd/connect_lcd.c diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/plic/Kconfig b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/plic/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/plic/Kconfig rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/plic/Kconfig diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/plic/Makefile b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/plic/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/plic/Makefile rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/plic/Makefile diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/plic/clint.c b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/plic/clint.c similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/plic/clint.c rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/plic/clint.c diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/plic/drv_interrupt.c b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/plic/drv_interrupt.c similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/plic/drv_interrupt.c rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/plic/drv_interrupt.c diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/plic/plic.c b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/plic/plic.c similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/plic/plic.c rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/plic/plic.c diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/rtc/Kconfig b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/rtc/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/rtc/Kconfig rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/rtc/Kconfig diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/rtc/Makefile b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/rtc/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/rtc/Makefile rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/rtc/Makefile diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/rtc/connect_rtc.c b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/rtc/connect_rtc.c similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/rtc/connect_rtc.c rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/rtc/connect_rtc.c diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/rtc/hardware_rtc.c b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/rtc/hardware_rtc.c similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/rtc/hardware_rtc.c rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/rtc/hardware_rtc.c diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/sleep.c b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/sleep.c similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/sleep.c rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/sleep.c diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/Kconfig b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/spi/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/Kconfig rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/spi/Kconfig diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/Makefile b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/spi/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/Makefile rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/spi/Makefile diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/connect_lora_spi.c b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/spi/connect_lora_spi.c similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/connect_lora_spi.c rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/spi/connect_lora_spi.c diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/connect_spi.c b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/spi/connect_spi.c similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/connect_spi.c rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/spi/connect_spi.c diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/hardware_spi.c b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/spi/hardware_spi.c similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/hardware_spi.c rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/spi/hardware_spi.c diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/Makefile b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/Makefile rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/Makefile diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/inc/spi_lora_sx12xx.h b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/inc/spi_lora_sx12xx.h similarity index 99% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/inc/spi_lora_sx12xx.h rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/inc/spi_lora_sx12xx.h index 3110405bb..44723d584 100644 --- a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/inc/spi_lora_sx12xx.h +++ b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/inc/spi_lora_sx12xx.h @@ -38,7 +38,7 @@ Modification: #ifndef __SPI_LORA_SX12XX_H_ #define __SPI_LORA_SX12XX_H_ -#include +#include #include /*! diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/ports/Makefile b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/ports/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/ports/Makefile rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/ports/Makefile diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/ports/sx12xx_device.c b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/ports/sx12xx_device.c similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/ports/sx12xx_device.c rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/ports/sx12xx_device.c diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/Makefile b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/Makefile rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/Makefile diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/platform.h b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/platform.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/platform.h rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/platform.h diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/radio.c b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/radio.c similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/radio.c rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/radio.c diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/radio.h b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/radio.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/radio.h rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/radio.h diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-Fsk.c b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-Fsk.c similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-Fsk.c rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-Fsk.c diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-Fsk.h b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-Fsk.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-Fsk.h rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-Fsk.h diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-FskMisc.c b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-FskMisc.c similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-FskMisc.c rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-FskMisc.c diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-FskMisc.h b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-FskMisc.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-FskMisc.h rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-FskMisc.h diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-Hal.h b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-Hal.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-Hal.h rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-Hal.h diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRa.c b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRa.c similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRa.c rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRa.c diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRa.h b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRa.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRa.h rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRa.h diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRaMisc.c b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRaMisc.c similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRaMisc.c rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRaMisc.c diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRaMisc.h b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRaMisc.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRaMisc.h rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276-LoRaMisc.h diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276.c b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276.c similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276.c rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276.c diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276.h b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276.h similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276.h rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/spi/third_party_spi_lora/src/radio/sx1276.h diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/sys_clock/Kconfig b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/sys_clock/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/sys_clock/Kconfig rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/sys_clock/Kconfig diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/sys_clock/Makefile b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/sys_clock/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/sys_clock/Makefile rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/sys_clock/Makefile diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/sys_clock/sysctl.c b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/sys_clock/sysctl.c similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/sys_clock/sysctl.c rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/sys_clock/sysctl.c diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/timer/Kconfig b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/timer/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/timer/Kconfig rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/timer/Kconfig diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/timer/Makefile b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/timer/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/timer/Makefile rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/timer/Makefile diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/timer/connect_hwtimer.c b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/timer/connect_hwtimer.c similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/timer/connect_hwtimer.c rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/timer/connect_hwtimer.c diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/timer/hardware_hwtimer.c b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/timer/hardware_hwtimer.c similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/timer/hardware_hwtimer.c rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/timer/hardware_hwtimer.c diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/touch/Kconfig b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/touch/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/touch/Kconfig rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/touch/Kconfig diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/touch/Makefile b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/touch/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/touch/Makefile rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/touch/Makefile diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/touch/connect_touch.c b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/touch/connect_touch.c similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/touch/connect_touch.c rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/touch/connect_touch.c diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/uart/Kconfig b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/uart/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/uart/Kconfig rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/uart/Kconfig diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/uart/Makefile b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/uart/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/uart/Makefile rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/uart/Makefile diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/uart/connect_uart.c b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/uart/connect_uart.c similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/uart/connect_uart.c rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/uart/connect_uart.c diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/uart/hardware_uart.c b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/uart/hardware_uart.c similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/uart/hardware_uart.c rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/uart/hardware_uart.c diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/uart/hardware_uarths.c b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/uart/hardware_uarths.c similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/uart/hardware_uarths.c rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/uart/hardware_uarths.c diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/watchdog/Kconfig b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/watchdog/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/watchdog/Kconfig rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/watchdog/Kconfig diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/watchdog/Makefile b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/watchdog/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/watchdog/Makefile rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/watchdog/Makefile diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/watchdog/connect_wdt.c b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/watchdog/connect_wdt.c similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/watchdog/connect_wdt.c rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/watchdog/connect_wdt.c diff --git a/Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/watchdog/wdt.c b/Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/watchdog/wdt.c similarity index 100% rename from Ubiquitous/XiUOS/board/aiit-riscv64-board/third_party_driver/watchdog/wdt.c rename to Ubiquitous/XiZi/board/aiit-riscv64-board/third_party_driver/watchdog/wdt.c diff --git a/Ubiquitous/XiUOS/board/cortex-m0-emulator/.defconfig b/Ubiquitous/XiZi/board/cortex-m0-emulator/.defconfig similarity index 99% rename from Ubiquitous/XiUOS/board/cortex-m0-emulator/.defconfig rename to Ubiquitous/XiZi/board/cortex-m0-emulator/.defconfig index edf437357..303e56298 100644 --- a/Ubiquitous/XiUOS/board/cortex-m0-emulator/.defconfig +++ b/Ubiquitous/XiZi/board/cortex-m0-emulator/.defconfig @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# XiUOS Project Configuration +# XiZi Project Configuration # CONFIG_BOARD_CORTEX_M3_EVB=y CONFIG_KERNEL_CONSOLE_DEVICE_NAME="uart0" diff --git a/Ubiquitous/XiUOS/board/cortex-m0-emulator/Kconfig b/Ubiquitous/XiZi/board/cortex-m0-emulator/Kconfig similarity index 96% rename from Ubiquitous/XiUOS/board/cortex-m0-emulator/Kconfig rename to Ubiquitous/XiZi/board/cortex-m0-emulator/Kconfig index 14fad1f2a..01b846fbc 100644 --- a/Ubiquitous/XiUOS/board/cortex-m0-emulator/Kconfig +++ b/Ubiquitous/XiZi/board/cortex-m0-emulator/Kconfig @@ -1,4 +1,4 @@ -mainmenu "XiUOS Project Configuration" +mainmenu "XiZi Project Configuration" config BSP_DIR string diff --git a/Ubiquitous/XiUOS/board/cortex-m0-emulator/Makefile b/Ubiquitous/XiZi/board/cortex-m0-emulator/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m0-emulator/Makefile rename to Ubiquitous/XiZi/board/cortex-m0-emulator/Makefile diff --git a/Ubiquitous/XiUOS/board/cortex-m0-emulator/README.md b/Ubiquitous/XiZi/board/cortex-m0-emulator/README.md similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m0-emulator/README.md rename to Ubiquitous/XiZi/board/cortex-m0-emulator/README.md diff --git a/Ubiquitous/XiUOS/board/cortex-m0-emulator/board.c b/Ubiquitous/XiZi/board/cortex-m0-emulator/board.c similarity index 98% rename from Ubiquitous/XiUOS/board/cortex-m0-emulator/board.c rename to Ubiquitous/XiZi/board/cortex-m0-emulator/board.c index ec04ac244..3d1e5d76b 100644 --- a/Ubiquitous/XiUOS/board/cortex-m0-emulator/board.c +++ b/Ubiquitous/XiZi/board/cortex-m0-emulator/board.c @@ -20,7 +20,7 @@ #include -#include +#include #include #include diff --git a/Ubiquitous/XiUOS/board/cortex-m0-emulator/board.h b/Ubiquitous/XiZi/board/cortex-m0-emulator/board.h similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m0-emulator/board.h rename to Ubiquitous/XiZi/board/cortex-m0-emulator/board.h diff --git a/Ubiquitous/XiUOS/board/cortex-m0-emulator/config.mk b/Ubiquitous/XiZi/board/cortex-m0-emulator/config.mk similarity index 75% rename from Ubiquitous/XiUOS/board/cortex-m0-emulator/config.mk rename to Ubiquitous/XiZi/board/cortex-m0-emulator/config.mk index 1ac914974..5d0f27e6e 100644 --- a/Ubiquitous/XiUOS/board/cortex-m0-emulator/config.mk +++ b/Ubiquitous/XiZi/board/cortex-m0-emulator/config.mk @@ -2,10 +2,10 @@ export CROSS_COMPILE ?=/usr/bin/arm-none-eabi- export CFLAGS := -mcpu=cortex-m0 -mthumb -ffunction-sections -fdata-sections -Dgcc -O0 -gdwarf-2 -g -fgnu89-inline -Wa,-mimplicit-it=thumb export AFLAGS := -c -mcpu=cortex-m0 -mthumb -ffunction-sections -fdata-sections -x assembler-with-cpp -Wa,-mimplicit-it=thumb -gdwarf-2 -export LFLAGS := -mcpu=cortex-m0 -mthumb -ffunction-sections -fdata-sections -Wl,--gc-sections,-Map=XiUOS_cortex-m0-emulator.map,-cref,-u,Reset_Handler -T $(BSP_ROOT)/link.lds +export LFLAGS := -mcpu=cortex-m0 -mthumb -ffunction-sections -fdata-sections -Wl,--gc-sections,-Map=XiZi_cortex-m0-emulator.map,-cref,-u,Reset_Handler -T $(BSP_ROOT)/link.lds export CXXFLAGS := -mcpu=cortex-m0 -mthumb -ffunction-sections -fdata-sections -Dgcc -O0 -gdwarf-2 -g -export APPLFLAGS := -mcpu=cortex-m0 -mthumb -ffunction-sections -fdata-sections -Wl,--gc-sections,-Map=XiUOS_app.map,-cref,-u, -T $(BSP_ROOT)/link_userspace.lds +export APPLFLAGS := -mcpu=cortex-m0 -mthumb -ffunction-sections -fdata-sections -Wl,--gc-sections,-Map=XiZi_app.map,-cref,-u, -T $(BSP_ROOT)/link_userspace.lds export DEFINES := -DHAVE_CCONFIG_H -g diff --git a/Ubiquitous/XiUOS/board/cortex-m0-emulator/connect_uart.c b/Ubiquitous/XiZi/board/cortex-m0-emulator/connect_uart.c similarity index 99% rename from Ubiquitous/XiUOS/board/cortex-m0-emulator/connect_uart.c rename to Ubiquitous/XiZi/board/cortex-m0-emulator/connect_uart.c index bc3e068f1..ad74c4bf7 100644 --- a/Ubiquitous/XiUOS/board/cortex-m0-emulator/connect_uart.c +++ b/Ubiquitous/XiZi/board/cortex-m0-emulator/connect_uart.c @@ -19,7 +19,7 @@ */ #include -#include +#include #include #include #include diff --git a/Ubiquitous/XiUOS/board/cortex-m0-emulator/link.lds b/Ubiquitous/XiZi/board/cortex-m0-emulator/link.lds similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m0-emulator/link.lds rename to Ubiquitous/XiZi/board/cortex-m0-emulator/link.lds diff --git a/Ubiquitous/XiUOS/board/cortex-m0-emulator/third_party_driver/Kconfig b/Ubiquitous/XiZi/board/cortex-m0-emulator/third_party_driver/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m0-emulator/third_party_driver/Kconfig rename to Ubiquitous/XiZi/board/cortex-m0-emulator/third_party_driver/Kconfig diff --git a/Ubiquitous/XiUOS/board/cortex-m0-emulator/third_party_driver/Libraries/Makefile b/Ubiquitous/XiZi/board/cortex-m0-emulator/third_party_driver/Libraries/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m0-emulator/third_party_driver/Libraries/Makefile rename to Ubiquitous/XiZi/board/cortex-m0-emulator/third_party_driver/Libraries/Makefile diff --git a/Ubiquitous/XiUOS/board/cortex-m0-emulator/third_party_driver/Libraries/driverlib/Makefile b/Ubiquitous/XiZi/board/cortex-m0-emulator/third_party_driver/Libraries/driverlib/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m0-emulator/third_party_driver/Libraries/driverlib/Makefile rename to Ubiquitous/XiZi/board/cortex-m0-emulator/third_party_driver/Libraries/driverlib/Makefile diff --git a/Ubiquitous/XiUOS/board/cortex-m0-emulator/third_party_driver/Libraries/driverlib/gpio.h b/Ubiquitous/XiZi/board/cortex-m0-emulator/third_party_driver/Libraries/driverlib/gpio.h similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m0-emulator/third_party_driver/Libraries/driverlib/gpio.h rename to Ubiquitous/XiZi/board/cortex-m0-emulator/third_party_driver/Libraries/driverlib/gpio.h diff --git a/Ubiquitous/XiUOS/board/cortex-m0-emulator/third_party_driver/Libraries/driverlib/opt.h b/Ubiquitous/XiZi/board/cortex-m0-emulator/third_party_driver/Libraries/driverlib/opt.h similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m0-emulator/third_party_driver/Libraries/driverlib/opt.h rename to Ubiquitous/XiZi/board/cortex-m0-emulator/third_party_driver/Libraries/driverlib/opt.h diff --git a/Ubiquitous/XiUOS/board/cortex-m0-emulator/third_party_driver/Libraries/driverlib/uart.c b/Ubiquitous/XiZi/board/cortex-m0-emulator/third_party_driver/Libraries/driverlib/uart.c similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m0-emulator/third_party_driver/Libraries/driverlib/uart.c rename to Ubiquitous/XiZi/board/cortex-m0-emulator/third_party_driver/Libraries/driverlib/uart.c diff --git a/Ubiquitous/XiUOS/board/cortex-m0-emulator/third_party_driver/Libraries/driverlib/uart.h b/Ubiquitous/XiZi/board/cortex-m0-emulator/third_party_driver/Libraries/driverlib/uart.h similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m0-emulator/third_party_driver/Libraries/driverlib/uart.h rename to Ubiquitous/XiZi/board/cortex-m0-emulator/third_party_driver/Libraries/driverlib/uart.h diff --git a/Ubiquitous/XiUOS/board/cortex-m0-emulator/third_party_driver/Libraries/inc/hw_memmap.h b/Ubiquitous/XiZi/board/cortex-m0-emulator/third_party_driver/Libraries/inc/hw_memmap.h similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m0-emulator/third_party_driver/Libraries/inc/hw_memmap.h rename to Ubiquitous/XiZi/board/cortex-m0-emulator/third_party_driver/Libraries/inc/hw_memmap.h diff --git a/Ubiquitous/XiUOS/board/cortex-m0-emulator/third_party_driver/Libraries/inc/hw_nvic.h b/Ubiquitous/XiZi/board/cortex-m0-emulator/third_party_driver/Libraries/inc/hw_nvic.h similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m0-emulator/third_party_driver/Libraries/inc/hw_nvic.h rename to Ubiquitous/XiZi/board/cortex-m0-emulator/third_party_driver/Libraries/inc/hw_nvic.h diff --git a/Ubiquitous/XiUOS/board/cortex-m0-emulator/third_party_driver/Libraries/inc/hw_types.h b/Ubiquitous/XiZi/board/cortex-m0-emulator/third_party_driver/Libraries/inc/hw_types.h similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m0-emulator/third_party_driver/Libraries/inc/hw_types.h rename to Ubiquitous/XiZi/board/cortex-m0-emulator/third_party_driver/Libraries/inc/hw_types.h diff --git a/Ubiquitous/XiUOS/board/cortex-m0-emulator/third_party_driver/Makefile b/Ubiquitous/XiZi/board/cortex-m0-emulator/third_party_driver/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m0-emulator/third_party_driver/Makefile rename to Ubiquitous/XiZi/board/cortex-m0-emulator/third_party_driver/Makefile diff --git a/Ubiquitous/XiUOS/board/cortex-m3-emulator/.defconfig b/Ubiquitous/XiZi/board/cortex-m3-emulator/.defconfig similarity index 99% rename from Ubiquitous/XiUOS/board/cortex-m3-emulator/.defconfig rename to Ubiquitous/XiZi/board/cortex-m3-emulator/.defconfig index 1b0f2cf08..531d3a65c 100644 --- a/Ubiquitous/XiUOS/board/cortex-m3-emulator/.defconfig +++ b/Ubiquitous/XiZi/board/cortex-m3-emulator/.defconfig @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# XiUOS Project Configuration +# XiZi Project Configuration # CONFIG_BOARD_CORTEX_M3_EVB=y CONFIG_KERNEL_CONSOLE_DEVICE_NAME="uart0" diff --git a/Ubiquitous/XiUOS/board/cortex-m3-emulator/Kconfig b/Ubiquitous/XiZi/board/cortex-m3-emulator/Kconfig similarity index 96% rename from Ubiquitous/XiUOS/board/cortex-m3-emulator/Kconfig rename to Ubiquitous/XiZi/board/cortex-m3-emulator/Kconfig index ec59a5d40..1aa97eeb6 100644 --- a/Ubiquitous/XiUOS/board/cortex-m3-emulator/Kconfig +++ b/Ubiquitous/XiZi/board/cortex-m3-emulator/Kconfig @@ -1,4 +1,4 @@ -mainmenu "XiUOS Project Configuration" +mainmenu "XiZi Project Configuration" config BSP_DIR string diff --git a/Ubiquitous/XiUOS/board/cortex-m3-emulator/Makefile b/Ubiquitous/XiZi/board/cortex-m3-emulator/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m3-emulator/Makefile rename to Ubiquitous/XiZi/board/cortex-m3-emulator/Makefile diff --git a/Ubiquitous/XiUOS/board/cortex-m3-emulator/README.md b/Ubiquitous/XiZi/board/cortex-m3-emulator/README.md similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m3-emulator/README.md rename to Ubiquitous/XiZi/board/cortex-m3-emulator/README.md diff --git a/Ubiquitous/XiUOS/board/cortex-m3-emulator/board.c b/Ubiquitous/XiZi/board/cortex-m3-emulator/board.c similarity index 98% rename from Ubiquitous/XiUOS/board/cortex-m3-emulator/board.c rename to Ubiquitous/XiZi/board/cortex-m3-emulator/board.c index da4ee85f1..4f99f34de 100644 --- a/Ubiquitous/XiUOS/board/cortex-m3-emulator/board.c +++ b/Ubiquitous/XiZi/board/cortex-m3-emulator/board.c @@ -20,7 +20,7 @@ #include -#include +#include #include #include diff --git a/Ubiquitous/XiUOS/board/cortex-m3-emulator/board.h b/Ubiquitous/XiZi/board/cortex-m3-emulator/board.h similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m3-emulator/board.h rename to Ubiquitous/XiZi/board/cortex-m3-emulator/board.h diff --git a/Ubiquitous/XiUOS/board/cortex-m3-emulator/config.mk b/Ubiquitous/XiZi/board/cortex-m3-emulator/config.mk similarity index 75% rename from Ubiquitous/XiUOS/board/cortex-m3-emulator/config.mk rename to Ubiquitous/XiZi/board/cortex-m3-emulator/config.mk index 5d2458ce8..e23a78e9b 100644 --- a/Ubiquitous/XiUOS/board/cortex-m3-emulator/config.mk +++ b/Ubiquitous/XiZi/board/cortex-m3-emulator/config.mk @@ -2,10 +2,10 @@ export CROSS_COMPILE ?=/usr/bin/arm-none-eabi- export CFLAGS := -mcpu=cortex-m3 -mthumb -ffunction-sections -fdata-sections -Dgcc -O0 -gdwarf-2 -g -fgnu89-inline -Wa,-mimplicit-it=thumb export AFLAGS := -c -mcpu=cortex-m3 -mthumb -ffunction-sections -fdata-sections -x assembler-with-cpp -Wa,-mimplicit-it=thumb -gdwarf-2 -export LFLAGS := -mcpu=cortex-m3 -mthumb -ffunction-sections -fdata-sections -Wl,--gc-sections,-Map=XiUOS_cortex-m3-emulator.map,-cref,-u,Reset_Handler -T $(BSP_ROOT)/link.lds +export LFLAGS := -mcpu=cortex-m3 -mthumb -ffunction-sections -fdata-sections -Wl,--gc-sections,-Map=XiZi_cortex-m3-emulator.map,-cref,-u,Reset_Handler -T $(BSP_ROOT)/link.lds export CXXFLAGS := -mcpu=cortex-m3 -mthumb -ffunction-sections -fdata-sections -Dgcc -O0 -gdwarf-2 -g -export APPLFLAGS := -mcpu=cortex-m3 -mthumb -ffunction-sections -fdata-sections -Wl,--gc-sections,-Map=XiUOS_app.map,-cref,-u, -T $(BSP_ROOT)/link_userspace.lds +export APPLFLAGS := -mcpu=cortex-m3 -mthumb -ffunction-sections -fdata-sections -Wl,--gc-sections,-Map=XiZi_app.map,-cref,-u, -T $(BSP_ROOT)/link_userspace.lds export DEFINES := -DHAVE_CCONFIG_H diff --git a/Ubiquitous/XiUOS/board/cortex-m3-emulator/connect_uart.c b/Ubiquitous/XiZi/board/cortex-m3-emulator/connect_uart.c similarity index 99% rename from Ubiquitous/XiUOS/board/cortex-m3-emulator/connect_uart.c rename to Ubiquitous/XiZi/board/cortex-m3-emulator/connect_uart.c index 5bbb454d1..4f10a3d6e 100644 --- a/Ubiquitous/XiUOS/board/cortex-m3-emulator/connect_uart.c +++ b/Ubiquitous/XiZi/board/cortex-m3-emulator/connect_uart.c @@ -19,7 +19,7 @@ */ #include -#include +#include #include #include #include diff --git a/Ubiquitous/XiUOS/board/cortex-m3-emulator/img/menuconfig.png b/Ubiquitous/XiZi/board/cortex-m3-emulator/img/menuconfig.png similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m3-emulator/img/menuconfig.png rename to Ubiquitous/XiZi/board/cortex-m3-emulator/img/menuconfig.png diff --git a/Ubiquitous/XiUOS/board/cortex-m3-emulator/img/menuconfig1.png b/Ubiquitous/XiZi/board/cortex-m3-emulator/img/menuconfig1.png similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m3-emulator/img/menuconfig1.png rename to Ubiquitous/XiZi/board/cortex-m3-emulator/img/menuconfig1.png diff --git a/Ubiquitous/XiUOS/board/cortex-m3-emulator/img/terminal.png b/Ubiquitous/XiZi/board/cortex-m3-emulator/img/terminal.png similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m3-emulator/img/terminal.png rename to Ubiquitous/XiZi/board/cortex-m3-emulator/img/terminal.png diff --git a/Ubiquitous/XiUOS/board/cortex-m3-emulator/img/vscode.jpg b/Ubiquitous/XiZi/board/cortex-m3-emulator/img/vscode.jpg similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m3-emulator/img/vscode.jpg rename to Ubiquitous/XiZi/board/cortex-m3-emulator/img/vscode.jpg diff --git a/Ubiquitous/XiUOS/board/cortex-m3-emulator/link.lds b/Ubiquitous/XiZi/board/cortex-m3-emulator/link.lds similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m3-emulator/link.lds rename to Ubiquitous/XiZi/board/cortex-m3-emulator/link.lds diff --git a/Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Kconfig b/Ubiquitous/XiZi/board/cortex-m3-emulator/third_party_driver/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Kconfig rename to Ubiquitous/XiZi/board/cortex-m3-emulator/third_party_driver/Kconfig diff --git a/Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/Makefile b/Ubiquitous/XiZi/board/cortex-m3-emulator/third_party_driver/Libraries/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/Makefile rename to Ubiquitous/XiZi/board/cortex-m3-emulator/third_party_driver/Libraries/Makefile diff --git a/Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/Makefile b/Ubiquitous/XiZi/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/Makefile rename to Ubiquitous/XiZi/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/Makefile diff --git a/Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/cpu.h b/Ubiquitous/XiZi/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/cpu.h similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/cpu.h rename to Ubiquitous/XiZi/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/cpu.h diff --git a/Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/debug.h b/Ubiquitous/XiZi/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/debug.h similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/debug.h rename to Ubiquitous/XiZi/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/debug.h diff --git a/Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/gpio.c b/Ubiquitous/XiZi/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/gpio.c similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/gpio.c rename to Ubiquitous/XiZi/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/gpio.c diff --git a/Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/gpio.h b/Ubiquitous/XiZi/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/gpio.h similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/gpio.h rename to Ubiquitous/XiZi/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/gpio.h diff --git a/Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/interrupt.c b/Ubiquitous/XiZi/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/interrupt.c similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/interrupt.c rename to Ubiquitous/XiZi/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/interrupt.c diff --git a/Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/interrupt.h b/Ubiquitous/XiZi/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/interrupt.h similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/interrupt.h rename to Ubiquitous/XiZi/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/interrupt.h diff --git a/Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/pin_map.h b/Ubiquitous/XiZi/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/pin_map.h similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/pin_map.h rename to Ubiquitous/XiZi/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/pin_map.h diff --git a/Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/sysctl.c b/Ubiquitous/XiZi/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/sysctl.c similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/sysctl.c rename to Ubiquitous/XiZi/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/sysctl.c diff --git a/Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/sysctl.h b/Ubiquitous/XiZi/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/sysctl.h similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/sysctl.h rename to Ubiquitous/XiZi/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/sysctl.h diff --git a/Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/uart.c b/Ubiquitous/XiZi/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/uart.c similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/uart.c rename to Ubiquitous/XiZi/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/uart.c diff --git a/Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/uart.h b/Ubiquitous/XiZi/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/uart.h similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/uart.h rename to Ubiquitous/XiZi/board/cortex-m3-emulator/third_party_driver/Libraries/driverlib/uart.h diff --git a/Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/inc/hw_gpio.h b/Ubiquitous/XiZi/board/cortex-m3-emulator/third_party_driver/Libraries/inc/hw_gpio.h similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/inc/hw_gpio.h rename to Ubiquitous/XiZi/board/cortex-m3-emulator/third_party_driver/Libraries/inc/hw_gpio.h diff --git a/Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/inc/hw_ints.h b/Ubiquitous/XiZi/board/cortex-m3-emulator/third_party_driver/Libraries/inc/hw_ints.h similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/inc/hw_ints.h rename to Ubiquitous/XiZi/board/cortex-m3-emulator/third_party_driver/Libraries/inc/hw_ints.h diff --git a/Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/inc/hw_memmap.h b/Ubiquitous/XiZi/board/cortex-m3-emulator/third_party_driver/Libraries/inc/hw_memmap.h similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/inc/hw_memmap.h rename to Ubiquitous/XiZi/board/cortex-m3-emulator/third_party_driver/Libraries/inc/hw_memmap.h diff --git a/Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/inc/hw_nvic.h b/Ubiquitous/XiZi/board/cortex-m3-emulator/third_party_driver/Libraries/inc/hw_nvic.h similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/inc/hw_nvic.h rename to Ubiquitous/XiZi/board/cortex-m3-emulator/third_party_driver/Libraries/inc/hw_nvic.h diff --git a/Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/inc/hw_sysctl.h b/Ubiquitous/XiZi/board/cortex-m3-emulator/third_party_driver/Libraries/inc/hw_sysctl.h similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/inc/hw_sysctl.h rename to Ubiquitous/XiZi/board/cortex-m3-emulator/third_party_driver/Libraries/inc/hw_sysctl.h diff --git a/Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/inc/hw_types.h b/Ubiquitous/XiZi/board/cortex-m3-emulator/third_party_driver/Libraries/inc/hw_types.h similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/inc/hw_types.h rename to Ubiquitous/XiZi/board/cortex-m3-emulator/third_party_driver/Libraries/inc/hw_types.h diff --git a/Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/inc/hw_uart.h b/Ubiquitous/XiZi/board/cortex-m3-emulator/third_party_driver/Libraries/inc/hw_uart.h similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/inc/hw_uart.h rename to Ubiquitous/XiZi/board/cortex-m3-emulator/third_party_driver/Libraries/inc/hw_uart.h diff --git a/Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/inc/lm3s8962.h b/Ubiquitous/XiZi/board/cortex-m3-emulator/third_party_driver/Libraries/inc/lm3s8962.h similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Libraries/inc/lm3s8962.h rename to Ubiquitous/XiZi/board/cortex-m3-emulator/third_party_driver/Libraries/inc/lm3s8962.h diff --git a/Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Makefile b/Ubiquitous/XiZi/board/cortex-m3-emulator/third_party_driver/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m3-emulator/third_party_driver/Makefile rename to Ubiquitous/XiZi/board/cortex-m3-emulator/third_party_driver/Makefile diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/Kconfig b/Ubiquitous/XiZi/board/cortex-m4-emulator/Kconfig similarity index 97% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/Kconfig rename to Ubiquitous/XiZi/board/cortex-m4-emulator/Kconfig index 371d37387..10bdcc0b4 100644 --- a/Ubiquitous/XiUOS/board/cortex-m4-emulator/Kconfig +++ b/Ubiquitous/XiZi/board/cortex-m4-emulator/Kconfig @@ -1,4 +1,4 @@ -mainmenu "XiUOS Project Configuration" +mainmenu "XiZi Project Configuration" config BSP_DIR string diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/Makefile b/Ubiquitous/XiZi/board/cortex-m4-emulator/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/Makefile rename to Ubiquitous/XiZi/board/cortex-m4-emulator/Makefile diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/README.md b/Ubiquitous/XiZi/board/cortex-m4-emulator/README.md similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/README.md rename to Ubiquitous/XiZi/board/cortex-m4-emulator/README.md diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/board.c b/Ubiquitous/XiZi/board/cortex-m4-emulator/board.c similarity index 99% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/board.c rename to Ubiquitous/XiZi/board/cortex-m4-emulator/board.c index 8176d1940..5af339730 100644 --- a/Ubiquitous/XiUOS/board/cortex-m4-emulator/board.c +++ b/Ubiquitous/XiZi/board/cortex-m4-emulator/board.c @@ -29,7 +29,7 @@ Modification: 1. support cortex-m4-emulator-board InitBoardHardware *************************************************/ -#include +#include #include "hardware_rcc.h" #include "board.h" #include "connect_usart.h" diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/board.h b/Ubiquitous/XiZi/board/cortex-m4-emulator/board.h similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/board.h rename to Ubiquitous/XiZi/board/cortex-m4-emulator/board.h diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/config.mk b/Ubiquitous/XiZi/board/cortex-m4-emulator/config.mk similarity index 86% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/config.mk rename to Ubiquitous/XiZi/board/cortex-m4-emulator/config.mk index 5c4189ea0..967283811 100644 --- a/Ubiquitous/XiUOS/board/cortex-m4-emulator/config.mk +++ b/Ubiquitous/XiZi/board/cortex-m4-emulator/config.mk @@ -2,10 +2,10 @@ export CROSS_COMPILE ?=/usr/bin/arm-none-eabi- export CFLAGS := -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -Dgcc -O0 -gdwarf-2 -g -fgnu89-inline -Wa,-mimplicit-it=thumb -Werror export AFLAGS := -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -x assembler-with-cpp -Wa,-mimplicit-it=thumb -gdwarf-2 -export LFLAGS := -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -Wl,--gc-sections,-Map=XiUOS_cortex-m4-emulator.map,-cref,-u,Reset_Handler -T $(BSP_ROOT)/link.lds +export LFLAGS := -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -Wl,--gc-sections,-Map=XiZi_cortex-m4-emulator.map,-cref,-u,Reset_Handler -T $(BSP_ROOT)/link.lds export CXXFLAGS := -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -Dgcc -O0 -gdwarf-2 -g -Werror -export APPLFLAGS := -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -Wl,--gc-sections,-Map=XiUOS_app.map,-cref,-u, -T $(BSP_ROOT)/link_userspace.lds +export APPLFLAGS := -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -Wl,--gc-sections,-Map=XiZi_app.map,-cref,-u, -T $(BSP_ROOT)/link_userspace.lds export DEFINES := -DHAVE_CCONFIG_H -DSTM32F407xx -DUSE_HAL_DRIVER -DHAVE_SIGINFO diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/documents/img/main.png b/Ubiquitous/XiZi/board/cortex-m4-emulator/documents/img/main.png similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/documents/img/main.png rename to Ubiquitous/XiZi/board/cortex-m4-emulator/documents/img/main.png diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/documents/img/menuconfig.png b/Ubiquitous/XiZi/board/cortex-m4-emulator/documents/img/menuconfig.png similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/documents/img/menuconfig.png rename to Ubiquitous/XiZi/board/cortex-m4-emulator/documents/img/menuconfig.png diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/documents/img/menuconfig1.png b/Ubiquitous/XiZi/board/cortex-m4-emulator/documents/img/menuconfig1.png similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/documents/img/menuconfig1.png rename to Ubiquitous/XiZi/board/cortex-m4-emulator/documents/img/menuconfig1.png diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/documents/img/road.png b/Ubiquitous/XiZi/board/cortex-m4-emulator/documents/img/road.png similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/documents/img/road.png rename to Ubiquitous/XiZi/board/cortex-m4-emulator/documents/img/road.png diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/documents/img/terminal.png b/Ubiquitous/XiZi/board/cortex-m4-emulator/documents/img/terminal.png similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/documents/img/terminal.png rename to Ubiquitous/XiZi/board/cortex-m4-emulator/documents/img/terminal.png diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/documents/img/vscode.jpg b/Ubiquitous/XiZi/board/cortex-m4-emulator/documents/img/vscode.jpg similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/documents/img/vscode.jpg rename to Ubiquitous/XiZi/board/cortex-m4-emulator/documents/img/vscode.jpg diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/documents/技术文档.md b/Ubiquitous/XiZi/board/cortex-m4-emulator/documents/技术文档.md similarity index 92% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/documents/技术文档.md rename to Ubiquitous/XiZi/board/cortex-m4-emulator/documents/技术文档.md index e6804481a..f0aa831ec 100644 --- a/Ubiquitous/XiUOS/board/cortex-m4-emulator/documents/技术文档.md +++ b/Ubiquitous/XiZi/board/cortex-m4-emulator/documents/技术文档.md @@ -4,7 +4,7 @@ ## 1.设计方案 -Add QEMU support for XiUOS based on Cortex-M4 +Add QEMU support for XiZi based on Cortex-M4 - 分析操作系统启动流程并且确定移植方案 @@ -12,13 +12,13 @@ Add QEMU support for XiUOS based on Cortex-M4 - 如图,操作系统在启动时需进行一系列初始化操作,包括设置内存起止地址和大小,设置堆栈、指针等。这些操作随着主板的变化而变化。因此,为了将XiUOS移植到cortex-m4-emulator平台,需要针对该平台编写相应的初始化代码。增加 xiuos\Ubiquitous\XiUOS\board\cortex-m4-emulator 目录,目录包括cortex-m4初始化代码。 + 如图,操作系统在启动时需进行一系列初始化操作,包括设置内存起止地址和大小,设置堆栈、指针等。这些操作随着主板的变化而变化。因此,为了将XiUOS移植到cortex-m4-emulator平台,需要针对该平台编写相应的初始化代码。增加 xiuos\Ubiquitous\XiZi\board\cortex-m4-emulator 目录,目录包括cortex-m4初始化代码。 -- XiUOS 用cortex-m4-emulator编译 +- XiZi 用cortex-m4-emulator编译 - 修改 xiuos\Ubiquitous\XiUOS 文件夹下的 path_kernel.mk 、 Makefile 、 kconfig 和 xconfig.h + 修改 xiuos\Ubiquitous\XiZi 文件夹下的 path_kernel.mk 、 Makefile 、 kconfig 和 xconfig.h - 修改 xiuos\Ubiquitous\XiUOS\arch\arm 文件下的 Makefile + 修改 xiuos\Ubiquitous\XiZi\arch\arm 文件下的 Makefile - 编译后的XiUOS在QEMU运行 @@ -71,7 +71,7 @@ $ sudo apt install build-essential pkg-config git $ sudo apt install gcc make libncurses5-dev openssl libssl-dev bison flex libelf-dev autoconf libtool gperf libc6-dev ``` -**XiUOS操作系统源码下载:** XiUOS [https://forgeplus.trustie.net/projects/xuos/xiuos](https://forgeplus.trustie.net/projects/xuos/xiuos) +**XiUOS操作系统源码下载:** XiZi [https://forgeplus.trustie.net/projects/xuos/xiuos](https://forgeplus.trustie.net/projects/xuos/xiuos) 新建一个空文件夹并进入文件夹中,并下载源码,具体命令如下: @@ -126,7 +126,7 @@ $ sudo apt install gcc-arm-none-eabi -### 2.2 XiUOS 用cortex-m4编译 +### 2.2 XiZi 用cortex-m4编译 #### 编辑环境:`Ubuntu18.04` diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/documents/演示视频.mp4 b/Ubiquitous/XiZi/board/cortex-m4-emulator/documents/演示视频.mp4 similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/documents/演示视频.mp4 rename to Ubiquitous/XiZi/board/cortex-m4-emulator/documents/演示视频.mp4 diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/img/main.png b/Ubiquitous/XiZi/board/cortex-m4-emulator/img/main.png similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/img/main.png rename to Ubiquitous/XiZi/board/cortex-m4-emulator/img/main.png diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/img/menuconfig.png b/Ubiquitous/XiZi/board/cortex-m4-emulator/img/menuconfig.png similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/img/menuconfig.png rename to Ubiquitous/XiZi/board/cortex-m4-emulator/img/menuconfig.png diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/img/menuconfig1.png b/Ubiquitous/XiZi/board/cortex-m4-emulator/img/menuconfig1.png similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/img/menuconfig1.png rename to Ubiquitous/XiZi/board/cortex-m4-emulator/img/menuconfig1.png diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/img/terminal.png b/Ubiquitous/XiZi/board/cortex-m4-emulator/img/terminal.png similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/img/terminal.png rename to Ubiquitous/XiZi/board/cortex-m4-emulator/img/terminal.png diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/img/vscode.jpg b/Ubiquitous/XiZi/board/cortex-m4-emulator/img/vscode.jpg similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/img/vscode.jpg rename to Ubiquitous/XiZi/board/cortex-m4-emulator/img/vscode.jpg diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/include/arm_common_tables.h b/Ubiquitous/XiZi/board/cortex-m4-emulator/include/arm_common_tables.h similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/include/arm_common_tables.h rename to Ubiquitous/XiZi/board/cortex-m4-emulator/include/arm_common_tables.h diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/include/arm_const_structs.h b/Ubiquitous/XiZi/board/cortex-m4-emulator/include/arm_const_structs.h similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/include/arm_const_structs.h rename to Ubiquitous/XiZi/board/cortex-m4-emulator/include/arm_const_structs.h diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/include/arm_math.h b/Ubiquitous/XiZi/board/cortex-m4-emulator/include/arm_math.h similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/include/arm_math.h rename to Ubiquitous/XiZi/board/cortex-m4-emulator/include/arm_math.h diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/include/cmsis_armcc.h b/Ubiquitous/XiZi/board/cortex-m4-emulator/include/cmsis_armcc.h similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/include/cmsis_armcc.h rename to Ubiquitous/XiZi/board/cortex-m4-emulator/include/cmsis_armcc.h diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/include/cmsis_armcc_V6.h b/Ubiquitous/XiZi/board/cortex-m4-emulator/include/cmsis_armcc_V6.h similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/include/cmsis_armcc_V6.h rename to Ubiquitous/XiZi/board/cortex-m4-emulator/include/cmsis_armcc_V6.h diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/include/cmsis_gcc.h b/Ubiquitous/XiZi/board/cortex-m4-emulator/include/cmsis_gcc.h similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/include/cmsis_gcc.h rename to Ubiquitous/XiZi/board/cortex-m4-emulator/include/cmsis_gcc.h diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/include/cmsis_os.h b/Ubiquitous/XiZi/board/cortex-m4-emulator/include/cmsis_os.h similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/include/cmsis_os.h rename to Ubiquitous/XiZi/board/cortex-m4-emulator/include/cmsis_os.h diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/include/core_cm4.h b/Ubiquitous/XiZi/board/cortex-m4-emulator/include/core_cm4.h similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/include/core_cm4.h rename to Ubiquitous/XiZi/board/cortex-m4-emulator/include/core_cm4.h diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/include/core_cmFunc.h b/Ubiquitous/XiZi/board/cortex-m4-emulator/include/core_cmFunc.h similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/include/core_cmFunc.h rename to Ubiquitous/XiZi/board/cortex-m4-emulator/include/core_cmFunc.h diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/include/core_cmInstr.h b/Ubiquitous/XiZi/board/cortex-m4-emulator/include/core_cmInstr.h similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/include/core_cmInstr.h rename to Ubiquitous/XiZi/board/cortex-m4-emulator/include/core_cmInstr.h diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/include/core_cmSimd.h b/Ubiquitous/XiZi/board/cortex-m4-emulator/include/core_cmSimd.h similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/include/core_cmSimd.h rename to Ubiquitous/XiZi/board/cortex-m4-emulator/include/core_cmSimd.h diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/include/stm32f4xx.h b/Ubiquitous/XiZi/board/cortex-m4-emulator/include/stm32f4xx.h similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/include/stm32f4xx.h rename to Ubiquitous/XiZi/board/cortex-m4-emulator/include/stm32f4xx.h diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/include/system_stm32f4xx.h b/Ubiquitous/XiZi/board/cortex-m4-emulator/include/system_stm32f4xx.h similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/include/system_stm32f4xx.h rename to Ubiquitous/XiZi/board/cortex-m4-emulator/include/system_stm32f4xx.h diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/link.lds b/Ubiquitous/XiZi/board/cortex-m4-emulator/link.lds similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/link.lds rename to Ubiquitous/XiZi/board/cortex-m4-emulator/link.lds diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/link_userspace.lds b/Ubiquitous/XiZi/board/cortex-m4-emulator/link_userspace.lds similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/link_userspace.lds rename to Ubiquitous/XiZi/board/cortex-m4-emulator/link_userspace.lds diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/Kconfig b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/Kconfig rename to Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/Kconfig diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/Makefile b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/Makefile rename to Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/Makefile diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/common/Kconfig b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/common/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/common/Kconfig rename to Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/common/Kconfig diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/common/Makefile b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/common/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/common/Makefile rename to Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/common/Makefile diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/common/hardware_dma.c b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/common/hardware_dma.c similarity index 99% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/common/hardware_dma.c rename to Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/common/hardware_dma.c index 371d011dc..72278e9d4 100644 --- a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/common/hardware_dma.c +++ b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/common/hardware_dma.c @@ -129,7 +129,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_dma.c for XiUOS +1. rename stm32f4xx_dma.c for XiZi *************************************************/ /* Includes ------------------------------------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/common/hardware_exti.c b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/common/hardware_exti.c similarity index 99% rename from Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/common/hardware_exti.c rename to Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/common/hardware_exti.c index 475f85763..c37343bf1 100644 --- a/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/common/hardware_exti.c +++ b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/common/hardware_exti.c @@ -73,7 +73,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_exti.c for XiUOS +1. rename stm32f4xx_exti.c for XiZi *************************************************/ /* Includes ------------------------------------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/common/hardware_it.c b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/common/hardware_it.c similarity index 98% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/common/hardware_it.c rename to Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/common/hardware_it.c index e84483dfd..80009347d 100644 --- a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/common/hardware_it.c +++ b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/common/hardware_it.c @@ -37,13 +37,13 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_it.c for XiUOS +1. rename stm32f4xx_it.c for XiZi *************************************************/ /* Includes ------------------------------------------------------------------*/ #include #include -#include +#include /** @addtogroup STM32F4_Discovery_Peripheral_Examples * @{ diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/common/hardware_pwr.c b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/common/hardware_pwr.c similarity index 99% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/common/hardware_pwr.c rename to Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/common/hardware_pwr.c index 1e04e59df..53fa57ac8 100644 --- a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/common/hardware_pwr.c +++ b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/common/hardware_pwr.c @@ -44,7 +44,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_pwr.c for XiUOS +1. rename stm32f4xx_pwr.c for XiZi *************************************************/ /* Includes ------------------------------------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/common/hardware_rcc.c b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/common/hardware_rcc.c similarity index 99% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/common/hardware_rcc.c rename to Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/common/hardware_rcc.c index 8da307404..55dba37a4 100644 --- a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/common/hardware_rcc.c +++ b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/common/hardware_rcc.c @@ -68,7 +68,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_rcc.c for XiUOS +1. rename stm32f4xx_rcc.c for XiZi *************************************************/ /* Includes ------------------------------------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/common/hardware_syscfg.c b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/common/hardware_syscfg.c similarity index 99% rename from Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/common/hardware_syscfg.c rename to Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/common/hardware_syscfg.c index 4fa0518a4..773770c7a 100644 --- a/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/common/hardware_syscfg.c +++ b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/common/hardware_syscfg.c @@ -55,7 +55,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_syscfg.c for XiUOS +1. rename stm32f4xx_syscfg.c for XiZi *************************************************/ /* Includes ------------------------------------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/common/misc.c b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/common/misc.c similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/common/misc.c rename to Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/common/misc.c diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/gpio/Kconfig b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/gpio/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/gpio/Kconfig rename to Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/gpio/Kconfig diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/gpio/Makefile b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/gpio/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/gpio/Makefile rename to Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/gpio/Makefile diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/gpio/connect_gpio.c b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/gpio/connect_gpio.c similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/gpio/connect_gpio.c rename to Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/gpio/connect_gpio.c diff --git a/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/gpio/hardware_gpio.c b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/gpio/hardware_gpio.c similarity index 99% rename from Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/gpio/hardware_gpio.c rename to Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/gpio/hardware_gpio.c index 4f24f8d80..50671d8b1 100644 --- a/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/gpio/hardware_gpio.c +++ b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/gpio/hardware_gpio.c @@ -91,7 +91,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_gpio.c for XiUOS +1. rename stm32f4xx_gpio.c for XiZi *************************************************/ /* Includes ------------------------------------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/connect_can.h b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/connect_can.h similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/connect_can.h rename to Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/connect_can.h diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/connect_ethernet.h b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/connect_ethernet.h similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/connect_ethernet.h rename to Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/connect_ethernet.h diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/connect_gpio.h b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/connect_gpio.h similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/connect_gpio.h rename to Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/connect_gpio.h diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/connect_hwtimer.h b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/connect_hwtimer.h similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/connect_hwtimer.h rename to Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/connect_hwtimer.h diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/connect_i2c.h b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/connect_i2c.h similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/connect_i2c.h rename to Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/connect_i2c.h diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/connect_rtc.h b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/connect_rtc.h similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/connect_rtc.h rename to Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/connect_rtc.h diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/connect_sdio.h b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/connect_sdio.h similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/connect_sdio.h rename to Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/connect_sdio.h diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/connect_spi.h b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/connect_spi.h similarity index 98% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/connect_spi.h rename to Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/connect_spi.h index 9c9b2b25a..7c1a66c1f 100644 --- a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/connect_spi.h +++ b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/connect_spi.h @@ -21,7 +21,7 @@ #ifndef CONNECT_SPI_H #define CONNECT_SPI_H -#include +#include #include #include "stm32f4xx.h" diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/connect_usart.h b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/connect_usart.h similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/connect_usart.h rename to Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/connect_usart.h diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/connect_usb.h b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/connect_usb.h similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/connect_usb.h rename to Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/connect_usb.h diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/connect_wdg.h b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/connect_wdg.h similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/connect_wdg.h rename to Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/connect_wdg.h diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/hardware_can.h b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/hardware_can.h similarity index 99% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/hardware_can.h rename to Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/hardware_can.h index 9e564864b..5988e8617 100644 --- a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/hardware_can.h +++ b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/hardware_can.h @@ -36,7 +36,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_can.h for XiUOS +1. rename stm32f4xx_can.h for XiZi *************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/include/hardware_conf.h b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/hardware_conf.h similarity index 99% rename from Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/include/hardware_conf.h rename to Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/hardware_conf.h index b6e0204bb..8bb0f3a9b 100644 --- a/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/include/hardware_conf.h +++ b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/hardware_conf.h @@ -35,7 +35,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_conf.h for XiUOS +1. rename stm32f4xx_conf.h for XiZi *************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/hardware_dac.h b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/hardware_dac.h similarity index 99% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/hardware_dac.h rename to Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/hardware_dac.h index 8ac5d55c0..54734acaf 100644 --- a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/hardware_dac.h +++ b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/hardware_dac.h @@ -36,7 +36,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_dac.h for XiUOS +1. rename stm32f4xx_dac.h for XiZi *************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/hardware_dbgmcu.h b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/hardware_dbgmcu.h similarity index 99% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/hardware_dbgmcu.h rename to Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/hardware_dbgmcu.h index 96f150952..27c6065cf 100644 --- a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/hardware_dbgmcu.h +++ b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/hardware_dbgmcu.h @@ -35,7 +35,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_dbgmcu.h for XiUOS +1. rename stm32f4xx_dbgmcu.h for XiZi *************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/hardware_dma.h b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/hardware_dma.h similarity index 99% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/hardware_dma.h rename to Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/hardware_dma.h index 766cb2cf2..20edee4cc 100644 --- a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/hardware_dma.h +++ b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/hardware_dma.h @@ -36,7 +36,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_dma.h for XiUOS +1. rename stm32f4xx_dma.h for XiZi *************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/hardware_eth.h b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/hardware_eth.h similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/hardware_eth.h rename to Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/hardware_eth.h diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/hardware_eth_conf.h b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/hardware_eth_conf.h similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/hardware_eth_conf.h rename to Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/hardware_eth_conf.h diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/hardware_exti.h b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/hardware_exti.h similarity index 99% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/hardware_exti.h rename to Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/hardware_exti.h index 216d7dea6..1d1e8937f 100644 --- a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/hardware_exti.h +++ b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/hardware_exti.h @@ -36,7 +36,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_exti.h for XiUOS +1. rename stm32f4xx_exti.h for XiZi *************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/hardware_fsmc.h b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/hardware_fsmc.h similarity index 99% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/hardware_fsmc.h rename to Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/hardware_fsmc.h index f81f630a1..7e15a1bee 100644 --- a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/hardware_fsmc.h +++ b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/hardware_fsmc.h @@ -36,7 +36,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_fsmc.h for XiUOS +1. rename stm32f4xx_fsmc.h for XiZi *************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/hardware_gpio.h b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/hardware_gpio.h similarity index 99% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/hardware_gpio.h rename to Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/hardware_gpio.h index d4401f734..b5f4c884c 100644 --- a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/hardware_gpio.h +++ b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/hardware_gpio.h @@ -36,7 +36,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_gpio.h for XiUOS +1. rename stm32f4xx_gpio.h for XiZi *************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_i2c.h b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/hardware_i2c.h similarity index 99% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_i2c.h rename to Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/hardware_i2c.h index ca5aef81e..d32d44d6c 100644 --- a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_i2c.h +++ b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/hardware_i2c.h @@ -36,7 +36,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_i2c.h for XiUOS +1. rename stm32f4xx_i2c.h for XiZi *************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_iwdg.h b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/hardware_iwdg.h similarity index 99% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_iwdg.h rename to Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/hardware_iwdg.h index ceebcdcd6..cde3bf790 100644 --- a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_iwdg.h +++ b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/hardware_iwdg.h @@ -36,7 +36,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_iwdg.h for XiUOS +1. rename stm32f4xx_iwdg.h for XiZi *************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_pwr.h b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/hardware_pwr.h similarity index 99% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_pwr.h rename to Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/hardware_pwr.h index e8c31c5e0..6291e94d4 100644 --- a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_pwr.h +++ b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/hardware_pwr.h @@ -36,7 +36,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_pwr.h for XiUOS +1. rename stm32f4xx_pwr.h for XiZi *************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_rcc.h b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/hardware_rcc.h similarity index 99% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_rcc.h rename to Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/hardware_rcc.h index 0e6b54f8f..9788d9b34 100644 --- a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_rcc.h +++ b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/hardware_rcc.h @@ -35,7 +35,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_rcc.h for XiUOS +1. rename stm32f4xx_rcc.h for XiZi *************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_rtc.h b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/hardware_rtc.h similarity index 99% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_rtc.h rename to Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/hardware_rtc.h index 5ff998909..2c8e8758b 100644 --- a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_rtc.h +++ b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/hardware_rtc.h @@ -36,7 +36,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_rtc.h for XiUOS +1. rename stm32f4xx_rtc.h for XiZi *************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/hardware_sdio.h b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/hardware_sdio.h similarity index 99% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/hardware_sdio.h rename to Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/hardware_sdio.h index 16350a635..9d9cd952b 100644 --- a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/hardware_sdio.h +++ b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/hardware_sdio.h @@ -36,7 +36,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_sdio.h for XiUOS +1. rename stm32f4xx_sdio.h for XiZi *************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/hardware_spi.h b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/hardware_spi.h similarity index 99% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/hardware_spi.h rename to Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/hardware_spi.h index e7dc38934..96b616e65 100644 --- a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/hardware_spi.h +++ b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/hardware_spi.h @@ -36,7 +36,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_spi.h for XiUOS +1. rename stm32f4xx_spi.h for XiZi *************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_syscfg.h b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/hardware_syscfg.h similarity index 99% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_syscfg.h rename to Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/hardware_syscfg.h index ddb581326..59742781b 100644 --- a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_syscfg.h +++ b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/hardware_syscfg.h @@ -36,7 +36,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_syscfg.h for XiUOS +1. rename stm32f4xx_syscfg.h for XiZi *************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/hardware_tim.h b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/hardware_tim.h similarity index 99% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/hardware_tim.h rename to Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/hardware_tim.h index 1146a6674..23cda8625 100644 --- a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/hardware_tim.h +++ b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/hardware_tim.h @@ -36,7 +36,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_tim.h for XiUOS +1. rename stm32f4xx_tim.h for XiZi *************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/include/hardware_usart.h b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/hardware_usart.h similarity index 99% rename from Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/include/hardware_usart.h rename to Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/hardware_usart.h index 8a2a08306..e5fbd4cbe 100644 --- a/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/include/hardware_usart.h +++ b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/hardware_usart.h @@ -36,7 +36,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_usart.h for XiUOS +1. rename stm32f4xx_usart.h for XiZi *************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_wwdg.h b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/hardware_wwdg.h similarity index 99% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_wwdg.h rename to Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/hardware_wwdg.h index 478a4016b..2da6338f9 100644 --- a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_wwdg.h +++ b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/hardware_wwdg.h @@ -36,7 +36,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_wwdg.h for XiUOS +1. rename stm32f4xx_wwdg.h for XiZi *************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/misc.h b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/misc.h similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/misc.h rename to Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/misc.h diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/stm32_assert_template.h b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/stm32_assert_template.h similarity index 99% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/stm32_assert_template.h rename to Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/stm32_assert_template.h index 1a2f35b55..a4a9f92c1 100644 --- a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/stm32_assert_template.h +++ b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/include/stm32_assert_template.h @@ -51,7 +51,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32_assert.h for XiUOS +1. rename stm32_assert.h for XiZi *************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/uart/Kconfig b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/uart/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/uart/Kconfig rename to Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/uart/Kconfig diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/uart/Makefile b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/uart/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/uart/Makefile rename to Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/uart/Makefile diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/uart/connect_usart.c b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/uart/connect_usart.c similarity index 100% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/uart/connect_usart.c rename to Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/uart/connect_usart.c diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/uart/hardware_usart.c b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/uart/hardware_usart.c similarity index 99% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/uart/hardware_usart.c rename to Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/uart/hardware_usart.c index 11fde1dc4..1ddc1ee50 100644 --- a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/uart/hardware_usart.c +++ b/Ubiquitous/XiZi/board/cortex-m4-emulator/third_party_driver/uart/hardware_usart.c @@ -97,7 +97,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_usart.c for XiUOS +1. rename stm32f4xx_usart.c for XiZi *************************************************/ /* Includes ------------------------------------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/gapuino/Kconfig b/Ubiquitous/XiZi/board/gapuino/Kconfig similarity index 97% rename from Ubiquitous/XiUOS/board/gapuino/Kconfig rename to Ubiquitous/XiZi/board/gapuino/Kconfig index 9043127c1..72449440a 100755 --- a/Ubiquitous/XiUOS/board/gapuino/Kconfig +++ b/Ubiquitous/XiZi/board/gapuino/Kconfig @@ -1,4 +1,4 @@ -mainmenu "XiUOS Project Configuration" +mainmenu "XiZi Project Configuration" config BSP_DIR string diff --git a/Ubiquitous/XiUOS/board/gapuino/Makefile b/Ubiquitous/XiZi/board/gapuino/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/gapuino/Makefile rename to Ubiquitous/XiZi/board/gapuino/Makefile diff --git a/Ubiquitous/XiUOS/board/gapuino/README.md b/Ubiquitous/XiZi/board/gapuino/README.md similarity index 100% rename from Ubiquitous/XiUOS/board/gapuino/README.md rename to Ubiquitous/XiZi/board/gapuino/README.md diff --git a/Ubiquitous/XiUOS/board/gapuino/board.c b/Ubiquitous/XiZi/board/gapuino/board.c similarity index 99% rename from Ubiquitous/XiUOS/board/gapuino/board.c rename to Ubiquitous/XiZi/board/gapuino/board.c index 7b16b53c6..0f60217d4 100755 --- a/Ubiquitous/XiUOS/board/gapuino/board.c +++ b/Ubiquitous/XiZi/board/gapuino/board.c @@ -20,7 +20,7 @@ #include #include -#include +#include #include extern void entry(void); diff --git a/Ubiquitous/XiUOS/board/gapuino/board.h b/Ubiquitous/XiZi/board/gapuino/board.h similarity index 100% rename from Ubiquitous/XiUOS/board/gapuino/board.h rename to Ubiquitous/XiZi/board/gapuino/board.h diff --git a/Ubiquitous/XiUOS/board/gapuino/config.mk b/Ubiquitous/XiZi/board/gapuino/config.mk similarity index 90% rename from Ubiquitous/XiUOS/board/gapuino/config.mk rename to Ubiquitous/XiZi/board/gapuino/config.mk index 2e0fcc089..289769599 100755 --- a/Ubiquitous/XiUOS/board/gapuino/config.mk +++ b/Ubiquitous/XiZi/board/gapuino/config.mk @@ -22,9 +22,9 @@ export CFLAGS := -mcmodel=medany -march=rv32imac -mabi=ilp32 -fno-common -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -O0 -ggdb -fgnu89-inline -Werror export AFLAGS := -c -mcmodel=medany -march=rv32imac -mabi=ilp32 -x assembler-with-cpp -ggdb -export LFLAGS := -mcmodel=medany -march=rv32imac -mabi=ilp32 -nostartfiles -Wl,--gc-sections,-Map=XiUOS_gap8.map,-cref,-u,_start -T $(BSP_ROOT)/link.lds +export LFLAGS := -mcmodel=medany -march=rv32imac -mabi=ilp32 -nostartfiles -Wl,--gc-sections,-Map=XiZi_gap8.map,-cref,-u,_start -T $(BSP_ROOT)/link.lds -export APPLFLAGS := -mcmodel=medany -march=rv32imac -mabi=ilp32 -nostartfiles -Wl,--gc-sections,-Map=XiUOS_app.map,-cref,-u, -T $(BSP_ROOT)/link_userspace.lds +export APPLFLAGS := -mcmodel=medany -march=rv32imac -mabi=ilp32 -nostartfiles -Wl,--gc-sections,-Map=XiZi_app.map,-cref,-u, -T $(BSP_ROOT)/link_userspace.lds export CXXFLAGS := -mcmodel=medany -march=rv32imac -mabi=ilp32 -fno-common -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -O0 -ggdb -Werror diff --git a/Ubiquitous/XiUOS/board/gapuino/img/choose_board.png b/Ubiquitous/XiZi/board/gapuino/img/choose_board.png similarity index 100% rename from Ubiquitous/XiUOS/board/gapuino/img/choose_board.png rename to Ubiquitous/XiZi/board/gapuino/img/choose_board.png diff --git a/Ubiquitous/XiUOS/board/gapuino/img/gdb_load.png b/Ubiquitous/XiZi/board/gapuino/img/gdb_load.png similarity index 100% rename from Ubiquitous/XiUOS/board/gapuino/img/gdb_load.png rename to Ubiquitous/XiZi/board/gapuino/img/gdb_load.png diff --git a/Ubiquitous/XiUOS/board/gapuino/img/menuconfig.png b/Ubiquitous/XiZi/board/gapuino/img/menuconfig.png similarity index 100% rename from Ubiquitous/XiUOS/board/gapuino/img/menuconfig.png rename to Ubiquitous/XiZi/board/gapuino/img/menuconfig.png diff --git a/Ubiquitous/XiUOS/board/gapuino/img/openocd.png b/Ubiquitous/XiZi/board/gapuino/img/openocd.png similarity index 100% rename from Ubiquitous/XiUOS/board/gapuino/img/openocd.png rename to Ubiquitous/XiZi/board/gapuino/img/openocd.png diff --git a/Ubiquitous/XiUOS/board/gapuino/img/terminal.png b/Ubiquitous/XiZi/board/gapuino/img/terminal.png similarity index 100% rename from Ubiquitous/XiUOS/board/gapuino/img/terminal.png rename to Ubiquitous/XiZi/board/gapuino/img/terminal.png diff --git a/Ubiquitous/XiUOS/board/gapuino/img/vscode.jpg b/Ubiquitous/XiZi/board/gapuino/img/vscode.jpg similarity index 100% rename from Ubiquitous/XiUOS/board/gapuino/img/vscode.jpg rename to Ubiquitous/XiZi/board/gapuino/img/vscode.jpg diff --git a/Ubiquitous/XiUOS/board/gapuino/link.lds b/Ubiquitous/XiZi/board/gapuino/link.lds similarity index 100% rename from Ubiquitous/XiUOS/board/gapuino/link.lds rename to Ubiquitous/XiZi/board/gapuino/link.lds diff --git a/Ubiquitous/XiUOS/board/gapuino/third_party_driver/Kconfig b/Ubiquitous/XiZi/board/gapuino/third_party_driver/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/gapuino/third_party_driver/Kconfig rename to Ubiquitous/XiZi/board/gapuino/third_party_driver/Kconfig diff --git a/Ubiquitous/XiUOS/board/gapuino/third_party_driver/Makefile b/Ubiquitous/XiZi/board/gapuino/third_party_driver/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/gapuino/third_party_driver/Makefile rename to Ubiquitous/XiZi/board/gapuino/third_party_driver/Makefile diff --git a/Ubiquitous/XiUOS/board/gapuino/third_party_driver/gpio/Kconfig b/Ubiquitous/XiZi/board/gapuino/third_party_driver/gpio/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/gapuino/third_party_driver/gpio/Kconfig rename to Ubiquitous/XiZi/board/gapuino/third_party_driver/gpio/Kconfig diff --git a/Ubiquitous/XiUOS/board/gapuino/third_party_driver/gpio/Makefile b/Ubiquitous/XiZi/board/gapuino/third_party_driver/gpio/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/gapuino/third_party_driver/gpio/Makefile rename to Ubiquitous/XiZi/board/gapuino/third_party_driver/gpio/Makefile diff --git a/Ubiquitous/XiUOS/board/gapuino/third_party_driver/gpio/hardware_gpio.c b/Ubiquitous/XiZi/board/gapuino/third_party_driver/gpio/hardware_gpio.c similarity index 100% rename from Ubiquitous/XiUOS/board/gapuino/third_party_driver/gpio/hardware_gpio.c rename to Ubiquitous/XiZi/board/gapuino/third_party_driver/gpio/hardware_gpio.c diff --git a/Ubiquitous/XiUOS/board/gapuino/third_party_driver/include/connect_uart.h b/Ubiquitous/XiZi/board/gapuino/third_party_driver/include/connect_uart.h similarity index 100% rename from Ubiquitous/XiUOS/board/gapuino/third_party_driver/include/connect_uart.h rename to Ubiquitous/XiZi/board/gapuino/third_party_driver/include/connect_uart.h diff --git a/Ubiquitous/XiUOS/board/gapuino/third_party_driver/include/gap8_fll.h b/Ubiquitous/XiZi/board/gapuino/third_party_driver/include/gap8_fll.h similarity index 100% rename from Ubiquitous/XiUOS/board/gapuino/third_party_driver/include/gap8_fll.h rename to Ubiquitous/XiZi/board/gapuino/third_party_driver/include/gap8_fll.h diff --git a/Ubiquitous/XiUOS/board/gapuino/third_party_driver/include/gap8_tim.h b/Ubiquitous/XiZi/board/gapuino/third_party_driver/include/gap8_tim.h similarity index 100% rename from Ubiquitous/XiUOS/board/gapuino/third_party_driver/include/gap8_tim.h rename to Ubiquitous/XiZi/board/gapuino/third_party_driver/include/gap8_tim.h diff --git a/Ubiquitous/XiUOS/board/gapuino/third_party_driver/include/gap8_uart.h b/Ubiquitous/XiZi/board/gapuino/third_party_driver/include/gap8_uart.h similarity index 100% rename from Ubiquitous/XiUOS/board/gapuino/third_party_driver/include/gap8_uart.h rename to Ubiquitous/XiZi/board/gapuino/third_party_driver/include/gap8_uart.h diff --git a/Ubiquitous/XiUOS/board/gapuino/third_party_driver/include/hardware_gpio.h b/Ubiquitous/XiZi/board/gapuino/third_party_driver/include/hardware_gpio.h similarity index 100% rename from Ubiquitous/XiUOS/board/gapuino/third_party_driver/include/hardware_gpio.h rename to Ubiquitous/XiZi/board/gapuino/third_party_driver/include/hardware_gpio.h diff --git a/Ubiquitous/XiUOS/board/gapuino/third_party_driver/include/hardware_udma.h b/Ubiquitous/XiZi/board/gapuino/third_party_driver/include/hardware_udma.h similarity index 100% rename from Ubiquitous/XiUOS/board/gapuino/third_party_driver/include/hardware_udma.h rename to Ubiquitous/XiZi/board/gapuino/third_party_driver/include/hardware_udma.h diff --git a/Ubiquitous/XiUOS/board/gapuino/third_party_driver/sys_clock/Kconfig b/Ubiquitous/XiZi/board/gapuino/third_party_driver/sys_clock/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/gapuino/third_party_driver/sys_clock/Kconfig rename to Ubiquitous/XiZi/board/gapuino/third_party_driver/sys_clock/Kconfig diff --git a/Ubiquitous/XiUOS/board/gapuino/third_party_driver/sys_clock/Makefile b/Ubiquitous/XiZi/board/gapuino/third_party_driver/sys_clock/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/gapuino/third_party_driver/sys_clock/Makefile rename to Ubiquitous/XiZi/board/gapuino/third_party_driver/sys_clock/Makefile diff --git a/Ubiquitous/XiUOS/board/gapuino/third_party_driver/sys_clock/gap8_fll.c b/Ubiquitous/XiZi/board/gapuino/third_party_driver/sys_clock/gap8_fll.c similarity index 100% rename from Ubiquitous/XiUOS/board/gapuino/third_party_driver/sys_clock/gap8_fll.c rename to Ubiquitous/XiZi/board/gapuino/third_party_driver/sys_clock/gap8_fll.c diff --git a/Ubiquitous/XiUOS/board/gapuino/third_party_driver/sys_clock/gapuino_sysinit.c b/Ubiquitous/XiZi/board/gapuino/third_party_driver/sys_clock/gapuino_sysinit.c similarity index 100% rename from Ubiquitous/XiUOS/board/gapuino/third_party_driver/sys_clock/gapuino_sysinit.c rename to Ubiquitous/XiZi/board/gapuino/third_party_driver/sys_clock/gapuino_sysinit.c diff --git a/Ubiquitous/XiUOS/board/gapuino/third_party_driver/timer/Kconfig b/Ubiquitous/XiZi/board/gapuino/third_party_driver/timer/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/gapuino/third_party_driver/timer/Kconfig rename to Ubiquitous/XiZi/board/gapuino/third_party_driver/timer/Kconfig diff --git a/Ubiquitous/XiUOS/board/gapuino/third_party_driver/timer/Makefile b/Ubiquitous/XiZi/board/gapuino/third_party_driver/timer/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/gapuino/third_party_driver/timer/Makefile rename to Ubiquitous/XiZi/board/gapuino/third_party_driver/timer/Makefile diff --git a/Ubiquitous/XiUOS/board/gapuino/third_party_driver/timer/hardware_hwtimer.c b/Ubiquitous/XiZi/board/gapuino/third_party_driver/timer/hardware_hwtimer.c similarity index 100% rename from Ubiquitous/XiUOS/board/gapuino/third_party_driver/timer/hardware_hwtimer.c rename to Ubiquitous/XiZi/board/gapuino/third_party_driver/timer/hardware_hwtimer.c diff --git a/Ubiquitous/XiUOS/board/gapuino/third_party_driver/uart/Kconfig b/Ubiquitous/XiZi/board/gapuino/third_party_driver/uart/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/gapuino/third_party_driver/uart/Kconfig rename to Ubiquitous/XiZi/board/gapuino/third_party_driver/uart/Kconfig diff --git a/Ubiquitous/XiUOS/board/gapuino/third_party_driver/uart/Makefile b/Ubiquitous/XiZi/board/gapuino/third_party_driver/uart/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/gapuino/third_party_driver/uart/Makefile rename to Ubiquitous/XiZi/board/gapuino/third_party_driver/uart/Makefile diff --git a/Ubiquitous/XiUOS/board/gapuino/third_party_driver/uart/connect_uart.c b/Ubiquitous/XiZi/board/gapuino/third_party_driver/uart/connect_uart.c similarity index 99% rename from Ubiquitous/XiUOS/board/gapuino/third_party_driver/uart/connect_uart.c rename to Ubiquitous/XiZi/board/gapuino/third_party_driver/uart/connect_uart.c index ab69f3cec..c9360d9c1 100755 --- a/Ubiquitous/XiUOS/board/gapuino/third_party_driver/uart/connect_uart.c +++ b/Ubiquitous/XiZi/board/gapuino/third_party_driver/uart/connect_uart.c @@ -18,7 +18,7 @@ * @date 2021-09-02 */ -#include +#include #include #include "connect_uart.h" diff --git a/Ubiquitous/XiUOS/board/gapuino/third_party_driver/uart/hardware_udma.c b/Ubiquitous/XiZi/board/gapuino/third_party_driver/uart/hardware_udma.c similarity index 100% rename from Ubiquitous/XiUOS/board/gapuino/third_party_driver/uart/hardware_udma.c rename to Ubiquitous/XiZi/board/gapuino/third_party_driver/uart/hardware_udma.c diff --git a/Ubiquitous/XiUOS/board/gd32vf103_rvstar/Kconfig b/Ubiquitous/XiZi/board/gd32vf103_rvstar/Kconfig similarity index 92% rename from Ubiquitous/XiUOS/board/gd32vf103_rvstar/Kconfig rename to Ubiquitous/XiZi/board/gd32vf103_rvstar/Kconfig index 156014d26..ee5e727dd 100755 --- a/Ubiquitous/XiUOS/board/gd32vf103_rvstar/Kconfig +++ b/Ubiquitous/XiZi/board/gd32vf103_rvstar/Kconfig @@ -1,4 +1,4 @@ -mainmenu "XiUOS Project Configuration" +mainmenu "XiZi Project Configuration" config BSP_DIR string diff --git a/Ubiquitous/XiUOS/board/gd32vf103_rvstar/Makefile b/Ubiquitous/XiZi/board/gd32vf103_rvstar/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/gd32vf103_rvstar/Makefile rename to Ubiquitous/XiZi/board/gd32vf103_rvstar/Makefile diff --git a/Ubiquitous/XiUOS/board/gd32vf103_rvstar/README.md b/Ubiquitous/XiZi/board/gd32vf103_rvstar/README.md similarity index 100% rename from Ubiquitous/XiUOS/board/gd32vf103_rvstar/README.md rename to Ubiquitous/XiZi/board/gd32vf103_rvstar/README.md diff --git a/Ubiquitous/XiUOS/board/gd32vf103_rvstar/board.c b/Ubiquitous/XiZi/board/gd32vf103_rvstar/board.c similarity index 99% rename from Ubiquitous/XiUOS/board/gd32vf103_rvstar/board.c rename to Ubiquitous/XiZi/board/gd32vf103_rvstar/board.c index 0655641fd..da0777291 100755 --- a/Ubiquitous/XiUOS/board/gd32vf103_rvstar/board.c +++ b/Ubiquitous/XiZi/board/gd32vf103_rvstar/board.c @@ -19,7 +19,7 @@ */ #include -#include +#include #include #include // #include diff --git a/Ubiquitous/XiUOS/board/gd32vf103_rvstar/board.h b/Ubiquitous/XiZi/board/gd32vf103_rvstar/board.h similarity index 100% rename from Ubiquitous/XiUOS/board/gd32vf103_rvstar/board.h rename to Ubiquitous/XiZi/board/gd32vf103_rvstar/board.h diff --git a/Ubiquitous/XiUOS/board/gd32vf103_rvstar/config.mk b/Ubiquitous/XiZi/board/gd32vf103_rvstar/config.mk similarity index 73% rename from Ubiquitous/XiUOS/board/gd32vf103_rvstar/config.mk rename to Ubiquitous/XiZi/board/gd32vf103_rvstar/config.mk index 203020e6f..1c9b175eb 100755 --- a/Ubiquitous/XiUOS/board/gd32vf103_rvstar/config.mk +++ b/Ubiquitous/XiZi/board/gd32vf103_rvstar/config.mk @@ -1,9 +1,9 @@ export CFLAGS := -march=rv32imac -mabi=ilp32 -fno-common -ffunction-sections -fdata-sections -O0 -ggdb -fgnu89-inline -Werror export AFLAGS := -march=rv32imac -mabi=ilp32 -x assembler-with-cpp -ggdb -export LFLAGS := -march=rv32imac -mabi=ilp32 -nostartfiles -Wl,--gc-sections,-Map=XiUOS_gd32vf103.map,-cref,-u,_start -T $(BSP_ROOT)/link.lds +export LFLAGS := -march=rv32imac -mabi=ilp32 -nostartfiles -Wl,--gc-sections,-Map=XiZi_gd32vf103.map,-cref,-u,_start -T $(BSP_ROOT)/link.lds -export APPLFLAGS := -nostartfiles -Wl,--gc-sections,-Map=XiUOS_app.map,-cref,-u, -T $(BSP_ROOT)/link_userspace.lds +export APPLFLAGS := -nostartfiles -Wl,--gc-sections,-Map=XiZi_app.map,-cref,-u, -T $(BSP_ROOT)/link_userspace.lds export CXXFLAGS := -fno-common -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -O0 -ggdb -Werror diff --git a/Ubiquitous/XiUOS/board/gd32vf103_rvstar/gd32vf103v_rvstar.c b/Ubiquitous/XiZi/board/gd32vf103_rvstar/gd32vf103v_rvstar.c similarity index 100% rename from Ubiquitous/XiUOS/board/gd32vf103_rvstar/gd32vf103v_rvstar.c rename to Ubiquitous/XiZi/board/gd32vf103_rvstar/gd32vf103v_rvstar.c diff --git a/Ubiquitous/XiUOS/board/gd32vf103_rvstar/gd32vf103v_rvstar.h b/Ubiquitous/XiZi/board/gd32vf103_rvstar/gd32vf103v_rvstar.h similarity index 100% rename from Ubiquitous/XiUOS/board/gd32vf103_rvstar/gd32vf103v_rvstar.h rename to Ubiquitous/XiZi/board/gd32vf103_rvstar/gd32vf103v_rvstar.h diff --git a/Ubiquitous/XiUOS/board/gd32vf103_rvstar/img/GigaDevice.png b/Ubiquitous/XiZi/board/gd32vf103_rvstar/img/GigaDevice.png similarity index 100% rename from Ubiquitous/XiUOS/board/gd32vf103_rvstar/img/GigaDevice.png rename to Ubiquitous/XiZi/board/gd32vf103_rvstar/img/GigaDevice.png diff --git a/Ubiquitous/XiUOS/board/gd32vf103_rvstar/img/ISP_support_usart.png b/Ubiquitous/XiZi/board/gd32vf103_rvstar/img/ISP_support_usart.png similarity index 100% rename from Ubiquitous/XiUOS/board/gd32vf103_rvstar/img/ISP_support_usart.png rename to Ubiquitous/XiZi/board/gd32vf103_rvstar/img/ISP_support_usart.png diff --git a/Ubiquitous/XiUOS/board/gd32vf103_rvstar/img/bin_flash.png b/Ubiquitous/XiZi/board/gd32vf103_rvstar/img/bin_flash.png similarity index 100% rename from Ubiquitous/XiUOS/board/gd32vf103_rvstar/img/bin_flash.png rename to Ubiquitous/XiZi/board/gd32vf103_rvstar/img/bin_flash.png diff --git a/Ubiquitous/XiUOS/board/gd32vf103_rvstar/img/boot_mode.png b/Ubiquitous/XiZi/board/gd32vf103_rvstar/img/boot_mode.png similarity index 100% rename from Ubiquitous/XiUOS/board/gd32vf103_rvstar/img/boot_mode.png rename to Ubiquitous/XiZi/board/gd32vf103_rvstar/img/boot_mode.png diff --git a/Ubiquitous/XiUOS/board/gd32vf103_rvstar/img/gdb_load.png b/Ubiquitous/XiZi/board/gd32vf103_rvstar/img/gdb_load.png similarity index 100% rename from Ubiquitous/XiUOS/board/gd32vf103_rvstar/img/gdb_load.png rename to Ubiquitous/XiZi/board/gd32vf103_rvstar/img/gdb_load.png diff --git a/Ubiquitous/XiUOS/board/gd32vf103_rvstar/img/menuconfig.png b/Ubiquitous/XiZi/board/gd32vf103_rvstar/img/menuconfig.png similarity index 100% rename from Ubiquitous/XiUOS/board/gd32vf103_rvstar/img/menuconfig.png rename to Ubiquitous/XiZi/board/gd32vf103_rvstar/img/menuconfig.png diff --git a/Ubiquitous/XiUOS/board/gd32vf103_rvstar/img/openocd.png b/Ubiquitous/XiZi/board/gd32vf103_rvstar/img/openocd.png similarity index 100% rename from Ubiquitous/XiUOS/board/gd32vf103_rvstar/img/openocd.png rename to Ubiquitous/XiZi/board/gd32vf103_rvstar/img/openocd.png diff --git a/Ubiquitous/XiUOS/board/gd32vf103_rvstar/img/riscv_gnu.png b/Ubiquitous/XiZi/board/gd32vf103_rvstar/img/riscv_gnu.png similarity index 100% rename from Ubiquitous/XiUOS/board/gd32vf103_rvstar/img/riscv_gnu.png rename to Ubiquitous/XiZi/board/gd32vf103_rvstar/img/riscv_gnu.png diff --git a/Ubiquitous/XiUOS/board/gd32vf103_rvstar/img/terminal.png b/Ubiquitous/XiZi/board/gd32vf103_rvstar/img/terminal.png similarity index 100% rename from Ubiquitous/XiUOS/board/gd32vf103_rvstar/img/terminal.png rename to Ubiquitous/XiZi/board/gd32vf103_rvstar/img/terminal.png diff --git a/Ubiquitous/XiUOS/board/gd32vf103_rvstar/img/vscode.jpg b/Ubiquitous/XiZi/board/gd32vf103_rvstar/img/vscode.jpg similarity index 100% rename from Ubiquitous/XiUOS/board/gd32vf103_rvstar/img/vscode.jpg rename to Ubiquitous/XiZi/board/gd32vf103_rvstar/img/vscode.jpg diff --git a/Ubiquitous/XiUOS/board/gd32vf103_rvstar/link.lds b/Ubiquitous/XiZi/board/gd32vf103_rvstar/link.lds similarity index 100% rename from Ubiquitous/XiUOS/board/gd32vf103_rvstar/link.lds rename to Ubiquitous/XiZi/board/gd32vf103_rvstar/link.lds diff --git a/Ubiquitous/XiUOS/board/gd32vf103_rvstar/nuclei_sdk_hal.h b/Ubiquitous/XiZi/board/gd32vf103_rvstar/nuclei_sdk_hal.h similarity index 100% rename from Ubiquitous/XiUOS/board/gd32vf103_rvstar/nuclei_sdk_hal.h rename to Ubiquitous/XiZi/board/gd32vf103_rvstar/nuclei_sdk_hal.h diff --git a/Ubiquitous/XiUOS/board/gd32vf103_rvstar/nuclei_sdk_soc.h b/Ubiquitous/XiZi/board/gd32vf103_rvstar/nuclei_sdk_soc.h similarity index 100% rename from Ubiquitous/XiUOS/board/gd32vf103_rvstar/nuclei_sdk_soc.h rename to Ubiquitous/XiZi/board/gd32vf103_rvstar/nuclei_sdk_soc.h diff --git a/Ubiquitous/XiUOS/board/gd32vf103_rvstar/third_party_driver/Kconfig b/Ubiquitous/XiZi/board/gd32vf103_rvstar/third_party_driver/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/gd32vf103_rvstar/third_party_driver/Kconfig rename to Ubiquitous/XiZi/board/gd32vf103_rvstar/third_party_driver/Kconfig diff --git a/Ubiquitous/XiUOS/board/gd32vf103_rvstar/third_party_driver/Makefile b/Ubiquitous/XiZi/board/gd32vf103_rvstar/third_party_driver/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/gd32vf103_rvstar/third_party_driver/Makefile rename to Ubiquitous/XiZi/board/gd32vf103_rvstar/third_party_driver/Makefile diff --git a/Ubiquitous/XiUOS/board/gd32vf103_rvstar/third_party_driver/gpio/Kconfig b/Ubiquitous/XiZi/board/gd32vf103_rvstar/third_party_driver/gpio/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/gd32vf103_rvstar/third_party_driver/gpio/Kconfig rename to Ubiquitous/XiZi/board/gd32vf103_rvstar/third_party_driver/gpio/Kconfig diff --git a/Ubiquitous/XiUOS/board/gd32vf103_rvstar/third_party_driver/gpio/Makefile b/Ubiquitous/XiZi/board/gd32vf103_rvstar/third_party_driver/gpio/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/gd32vf103_rvstar/third_party_driver/gpio/Makefile rename to Ubiquitous/XiZi/board/gd32vf103_rvstar/third_party_driver/gpio/Makefile diff --git a/Ubiquitous/XiUOS/board/gd32vf103_rvstar/third_party_driver/gpio/gd32vf103_gpio.c b/Ubiquitous/XiZi/board/gd32vf103_rvstar/third_party_driver/gpio/gd32vf103_gpio.c similarity index 100% rename from Ubiquitous/XiUOS/board/gd32vf103_rvstar/third_party_driver/gpio/gd32vf103_gpio.c rename to Ubiquitous/XiZi/board/gd32vf103_rvstar/third_party_driver/gpio/gd32vf103_gpio.c diff --git a/Ubiquitous/XiUOS/board/gd32vf103_rvstar/third_party_driver/include/connect_uart.h b/Ubiquitous/XiZi/board/gd32vf103_rvstar/third_party_driver/include/connect_uart.h similarity index 100% rename from Ubiquitous/XiUOS/board/gd32vf103_rvstar/third_party_driver/include/connect_uart.h rename to Ubiquitous/XiZi/board/gd32vf103_rvstar/third_party_driver/include/connect_uart.h diff --git a/Ubiquitous/XiUOS/board/gd32vf103_rvstar/third_party_driver/include/core_feature_base.h b/Ubiquitous/XiZi/board/gd32vf103_rvstar/third_party_driver/include/core_feature_base.h similarity index 100% rename from Ubiquitous/XiUOS/board/gd32vf103_rvstar/third_party_driver/include/core_feature_base.h rename to Ubiquitous/XiZi/board/gd32vf103_rvstar/third_party_driver/include/core_feature_base.h diff --git a/Ubiquitous/XiUOS/board/gd32vf103_rvstar/third_party_driver/include/core_feature_eclic.h b/Ubiquitous/XiZi/board/gd32vf103_rvstar/third_party_driver/include/core_feature_eclic.h similarity index 100% rename from Ubiquitous/XiUOS/board/gd32vf103_rvstar/third_party_driver/include/core_feature_eclic.h rename to Ubiquitous/XiZi/board/gd32vf103_rvstar/third_party_driver/include/core_feature_eclic.h diff --git a/Ubiquitous/XiUOS/board/gd32vf103_rvstar/third_party_driver/include/core_feature_timer.h b/Ubiquitous/XiZi/board/gd32vf103_rvstar/third_party_driver/include/core_feature_timer.h similarity index 100% rename from Ubiquitous/XiUOS/board/gd32vf103_rvstar/third_party_driver/include/core_feature_timer.h rename to Ubiquitous/XiZi/board/gd32vf103_rvstar/third_party_driver/include/core_feature_timer.h diff --git a/Ubiquitous/XiUOS/board/gd32vf103_rvstar/third_party_driver/include/gd32vf103.h b/Ubiquitous/XiZi/board/gd32vf103_rvstar/third_party_driver/include/gd32vf103.h similarity index 100% rename from Ubiquitous/XiUOS/board/gd32vf103_rvstar/third_party_driver/include/gd32vf103.h rename to Ubiquitous/XiZi/board/gd32vf103_rvstar/third_party_driver/include/gd32vf103.h diff --git a/Ubiquitous/XiUOS/board/gd32vf103_rvstar/third_party_driver/include/gd32vf103_gpio.h b/Ubiquitous/XiZi/board/gd32vf103_rvstar/third_party_driver/include/gd32vf103_gpio.h similarity index 100% rename from Ubiquitous/XiUOS/board/gd32vf103_rvstar/third_party_driver/include/gd32vf103_gpio.h rename to Ubiquitous/XiZi/board/gd32vf103_rvstar/third_party_driver/include/gd32vf103_gpio.h diff --git a/Ubiquitous/XiUOS/board/gd32vf103_rvstar/third_party_driver/include/gd32vf103_rcu.h b/Ubiquitous/XiZi/board/gd32vf103_rvstar/third_party_driver/include/gd32vf103_rcu.h similarity index 100% rename from Ubiquitous/XiUOS/board/gd32vf103_rvstar/third_party_driver/include/gd32vf103_rcu.h rename to Ubiquitous/XiZi/board/gd32vf103_rvstar/third_party_driver/include/gd32vf103_rcu.h diff --git a/Ubiquitous/XiUOS/board/gd32vf103_rvstar/third_party_driver/include/gd32vf103_timer.h b/Ubiquitous/XiZi/board/gd32vf103_rvstar/third_party_driver/include/gd32vf103_timer.h similarity index 100% rename from Ubiquitous/XiUOS/board/gd32vf103_rvstar/third_party_driver/include/gd32vf103_timer.h rename to Ubiquitous/XiZi/board/gd32vf103_rvstar/third_party_driver/include/gd32vf103_timer.h diff --git a/Ubiquitous/XiUOS/board/gd32vf103_rvstar/third_party_driver/include/gd32vf103_usart.h b/Ubiquitous/XiZi/board/gd32vf103_rvstar/third_party_driver/include/gd32vf103_usart.h similarity index 100% rename from Ubiquitous/XiUOS/board/gd32vf103_rvstar/third_party_driver/include/gd32vf103_usart.h rename to Ubiquitous/XiZi/board/gd32vf103_rvstar/third_party_driver/include/gd32vf103_usart.h diff --git a/Ubiquitous/XiUOS/board/gd32vf103_rvstar/third_party_driver/include/nmsis_gcc.h b/Ubiquitous/XiZi/board/gd32vf103_rvstar/third_party_driver/include/nmsis_gcc.h similarity index 100% rename from Ubiquitous/XiUOS/board/gd32vf103_rvstar/third_party_driver/include/nmsis_gcc.h rename to Ubiquitous/XiZi/board/gd32vf103_rvstar/third_party_driver/include/nmsis_gcc.h diff --git a/Ubiquitous/XiUOS/board/gd32vf103_rvstar/third_party_driver/include/riscv_bits.h b/Ubiquitous/XiZi/board/gd32vf103_rvstar/third_party_driver/include/riscv_bits.h similarity index 100% rename from Ubiquitous/XiUOS/board/gd32vf103_rvstar/third_party_driver/include/riscv_bits.h rename to Ubiquitous/XiZi/board/gd32vf103_rvstar/third_party_driver/include/riscv_bits.h diff --git a/Ubiquitous/XiUOS/board/gd32vf103_rvstar/third_party_driver/include/riscv_encoding.h b/Ubiquitous/XiZi/board/gd32vf103_rvstar/third_party_driver/include/riscv_encoding.h similarity index 100% rename from Ubiquitous/XiUOS/board/gd32vf103_rvstar/third_party_driver/include/riscv_encoding.h rename to Ubiquitous/XiZi/board/gd32vf103_rvstar/third_party_driver/include/riscv_encoding.h diff --git a/Ubiquitous/XiUOS/board/gd32vf103_rvstar/third_party_driver/sys_clock/Kconfig b/Ubiquitous/XiZi/board/gd32vf103_rvstar/third_party_driver/sys_clock/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/gd32vf103_rvstar/third_party_driver/sys_clock/Kconfig rename to Ubiquitous/XiZi/board/gd32vf103_rvstar/third_party_driver/sys_clock/Kconfig diff --git a/Ubiquitous/XiUOS/board/gd32vf103_rvstar/third_party_driver/sys_clock/Makefile b/Ubiquitous/XiZi/board/gd32vf103_rvstar/third_party_driver/sys_clock/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/gd32vf103_rvstar/third_party_driver/sys_clock/Makefile rename to Ubiquitous/XiZi/board/gd32vf103_rvstar/third_party_driver/sys_clock/Makefile diff --git a/Ubiquitous/XiUOS/board/gd32vf103_rvstar/third_party_driver/sys_clock/gd32vf103_rcu.c b/Ubiquitous/XiZi/board/gd32vf103_rvstar/third_party_driver/sys_clock/gd32vf103_rcu.c similarity index 100% rename from Ubiquitous/XiUOS/board/gd32vf103_rvstar/third_party_driver/sys_clock/gd32vf103_rcu.c rename to Ubiquitous/XiZi/board/gd32vf103_rvstar/third_party_driver/sys_clock/gd32vf103_rcu.c diff --git a/Ubiquitous/XiUOS/board/gd32vf103_rvstar/third_party_driver/sys_clock/gd32vf103_soc.c b/Ubiquitous/XiZi/board/gd32vf103_rvstar/third_party_driver/sys_clock/gd32vf103_soc.c similarity index 100% rename from Ubiquitous/XiUOS/board/gd32vf103_rvstar/third_party_driver/sys_clock/gd32vf103_soc.c rename to Ubiquitous/XiZi/board/gd32vf103_rvstar/third_party_driver/sys_clock/gd32vf103_soc.c diff --git a/Ubiquitous/XiUOS/board/gd32vf103_rvstar/third_party_driver/system_gd32vf103.c b/Ubiquitous/XiZi/board/gd32vf103_rvstar/third_party_driver/system_gd32vf103.c similarity index 100% rename from Ubiquitous/XiUOS/board/gd32vf103_rvstar/third_party_driver/system_gd32vf103.c rename to Ubiquitous/XiZi/board/gd32vf103_rvstar/third_party_driver/system_gd32vf103.c diff --git a/Ubiquitous/XiUOS/board/gd32vf103_rvstar/third_party_driver/system_gd32vf103.h b/Ubiquitous/XiZi/board/gd32vf103_rvstar/third_party_driver/system_gd32vf103.h similarity index 100% rename from Ubiquitous/XiUOS/board/gd32vf103_rvstar/third_party_driver/system_gd32vf103.h rename to Ubiquitous/XiZi/board/gd32vf103_rvstar/third_party_driver/system_gd32vf103.h diff --git a/Ubiquitous/XiUOS/board/gd32vf103_rvstar/third_party_driver/uart/Kconfig b/Ubiquitous/XiZi/board/gd32vf103_rvstar/third_party_driver/uart/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/gd32vf103_rvstar/third_party_driver/uart/Kconfig rename to Ubiquitous/XiZi/board/gd32vf103_rvstar/third_party_driver/uart/Kconfig diff --git a/Ubiquitous/XiUOS/board/gd32vf103_rvstar/third_party_driver/uart/Makefile b/Ubiquitous/XiZi/board/gd32vf103_rvstar/third_party_driver/uart/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/gd32vf103_rvstar/third_party_driver/uart/Makefile rename to Ubiquitous/XiZi/board/gd32vf103_rvstar/third_party_driver/uart/Makefile diff --git a/Ubiquitous/XiUOS/board/gd32vf103_rvstar/third_party_driver/uart/connect_uart.c b/Ubiquitous/XiZi/board/gd32vf103_rvstar/third_party_driver/uart/connect_uart.c similarity index 99% rename from Ubiquitous/XiUOS/board/gd32vf103_rvstar/third_party_driver/uart/connect_uart.c rename to Ubiquitous/XiZi/board/gd32vf103_rvstar/third_party_driver/uart/connect_uart.c index 7f929ada1..833b890fc 100755 --- a/Ubiquitous/XiUOS/board/gd32vf103_rvstar/third_party_driver/uart/connect_uart.c +++ b/Ubiquitous/XiZi/board/gd32vf103_rvstar/third_party_driver/uart/connect_uart.c @@ -18,7 +18,7 @@ * @date 2021-12-03 */ -#include +#include #include #include "connect_uart.h" diff --git a/Ubiquitous/XiUOS/board/gd32vf103_rvstar/third_party_driver/uart/gd32vf103_usart.c b/Ubiquitous/XiZi/board/gd32vf103_rvstar/third_party_driver/uart/gd32vf103_usart.c similarity index 100% rename from Ubiquitous/XiUOS/board/gd32vf103_rvstar/third_party_driver/uart/gd32vf103_usart.c rename to Ubiquitous/XiZi/board/gd32vf103_rvstar/third_party_driver/uart/gd32vf103_usart.c diff --git a/Ubiquitous/XiUOS/board/hifive1-emulator/.defconfig b/Ubiquitous/XiZi/board/hifive1-emulator/.defconfig similarity index 99% rename from Ubiquitous/XiUOS/board/hifive1-emulator/.defconfig rename to Ubiquitous/XiZi/board/hifive1-emulator/.defconfig index 1502a964d..69a78c7fd 100644 --- a/Ubiquitous/XiUOS/board/hifive1-emulator/.defconfig +++ b/Ubiquitous/XiZi/board/hifive1-emulator/.defconfig @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# XiUOS Project Configuration +# XiZi Project Configuration # CONFIG_BOARD_FE310_EVB=y CONFIG_KERNEL_CONSOLE_DEVICE_NAME="uart0" diff --git a/Ubiquitous/XiUOS/board/hifive1-emulator/Kconfig b/Ubiquitous/XiZi/board/hifive1-emulator/Kconfig similarity index 96% rename from Ubiquitous/XiUOS/board/hifive1-emulator/Kconfig rename to Ubiquitous/XiZi/board/hifive1-emulator/Kconfig index ddecb6047..034c17245 100644 --- a/Ubiquitous/XiUOS/board/hifive1-emulator/Kconfig +++ b/Ubiquitous/XiZi/board/hifive1-emulator/Kconfig @@ -1,4 +1,4 @@ -mainmenu "XiUOS Project Configuration" +mainmenu "XiZi Project Configuration" config BSP_DIR string diff --git a/Ubiquitous/XiUOS/board/hifive1-emulator/Makefile b/Ubiquitous/XiZi/board/hifive1-emulator/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-emulator/Makefile rename to Ubiquitous/XiZi/board/hifive1-emulator/Makefile diff --git a/Ubiquitous/XiUOS/board/hifive1-emulator/README.md b/Ubiquitous/XiZi/board/hifive1-emulator/README.md similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-emulator/README.md rename to Ubiquitous/XiZi/board/hifive1-emulator/README.md diff --git a/Ubiquitous/XiUOS/board/hifive1-emulator/board.c b/Ubiquitous/XiZi/board/hifive1-emulator/board.c similarity index 99% rename from Ubiquitous/XiUOS/board/hifive1-emulator/board.c rename to Ubiquitous/XiZi/board/hifive1-emulator/board.c index 69ce19a2e..99fd47f63 100644 --- a/Ubiquitous/XiUOS/board/hifive1-emulator/board.c +++ b/Ubiquitous/XiZi/board/hifive1-emulator/board.c @@ -22,7 +22,7 @@ #include #include #include -#include +#include #include #include diff --git a/Ubiquitous/XiUOS/board/hifive1-emulator/board.h b/Ubiquitous/XiZi/board/hifive1-emulator/board.h similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-emulator/board.h rename to Ubiquitous/XiZi/board/hifive1-emulator/board.h diff --git a/Ubiquitous/XiUOS/board/hifive1-emulator/config.mk b/Ubiquitous/XiZi/board/hifive1-emulator/config.mk similarity index 81% rename from Ubiquitous/XiUOS/board/hifive1-emulator/config.mk rename to Ubiquitous/XiZi/board/hifive1-emulator/config.mk index b28970fe9..6213fc181 100644 --- a/Ubiquitous/XiUOS/board/hifive1-emulator/config.mk +++ b/Ubiquitous/XiZi/board/hifive1-emulator/config.mk @@ -1,8 +1,8 @@ export CFLAGS := -mcmodel=medany -march=rv32imac -mabi=ilp32 -fno-common -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -O0 -ggdb -fgnu89-inline -Werror export AFLAGS := -c -mcmodel=medany -march=rv32imac -mabi=ilp32 -x assembler-with-cpp -ggdb -export LFLAGS := -mcmodel=medany -march=rv32imac -mabi=ilp32 -nostartfiles -Wl,--gc-sections,-Map=XiUOS.map,-cref,-u,_start -T $(BSP_ROOT)/link.lds +export LFLAGS := -mcmodel=medany -march=rv32imac -mabi=ilp32 -nostartfiles -Wl,--gc-sections,-Map=XiZi.map,-cref,-u,_start -T $(BSP_ROOT)/link.lds -export APPLFLAGS := -mcmodel=medany -march=rv32imac -mabi=ilp32 -nostartfiles -Wl,--gc-sections,-Map=XiUOS_app.map,-cref,-u, -T $(BSP_ROOT)/link_userspace.lds +export APPLFLAGS := -mcmodel=medany -march=rv32imac -mabi=ilp32 -nostartfiles -Wl,--gc-sections,-Map=XiZi_app.map,-cref,-u, -T $(BSP_ROOT)/link_userspace.lds export CXXFLAGS := -mcmodel=medany -march=rv32imac -mabi=ilp32 -fno-common -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -O0 -ggdb -Werror diff --git a/Ubiquitous/XiUOS/board/hifive1-emulator/img/menuconfig1.png b/Ubiquitous/XiZi/board/hifive1-emulator/img/menuconfig1.png similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-emulator/img/menuconfig1.png rename to Ubiquitous/XiZi/board/hifive1-emulator/img/menuconfig1.png diff --git a/Ubiquitous/XiUOS/board/hifive1-emulator/img/menuconfig2.jpg b/Ubiquitous/XiZi/board/hifive1-emulator/img/menuconfig2.jpg similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-emulator/img/menuconfig2.jpg rename to Ubiquitous/XiZi/board/hifive1-emulator/img/menuconfig2.jpg diff --git a/Ubiquitous/XiUOS/board/hifive1-emulator/img/menuconfig3.png b/Ubiquitous/XiZi/board/hifive1-emulator/img/menuconfig3.png similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-emulator/img/menuconfig3.png rename to Ubiquitous/XiZi/board/hifive1-emulator/img/menuconfig3.png diff --git a/Ubiquitous/XiUOS/board/hifive1-emulator/img/menuconfig4.png b/Ubiquitous/XiZi/board/hifive1-emulator/img/menuconfig4.png similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-emulator/img/menuconfig4.png rename to Ubiquitous/XiZi/board/hifive1-emulator/img/menuconfig4.png diff --git a/Ubiquitous/XiUOS/board/hifive1-emulator/img/terminal.png b/Ubiquitous/XiZi/board/hifive1-emulator/img/terminal.png similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-emulator/img/terminal.png rename to Ubiquitous/XiZi/board/hifive1-emulator/img/terminal.png diff --git a/Ubiquitous/XiUOS/board/hifive1-emulator/img/vscode.jpg b/Ubiquitous/XiZi/board/hifive1-emulator/img/vscode.jpg similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-emulator/img/vscode.jpg rename to Ubiquitous/XiZi/board/hifive1-emulator/img/vscode.jpg diff --git a/Ubiquitous/XiUOS/board/hifive1-emulator/link.lds b/Ubiquitous/XiZi/board/hifive1-emulator/link.lds similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-emulator/link.lds rename to Ubiquitous/XiZi/board/hifive1-emulator/link.lds diff --git a/Ubiquitous/XiUOS/board/hifive1-emulator/link_userspace.lds b/Ubiquitous/XiZi/board/hifive1-emulator/link_userspace.lds similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-emulator/link_userspace.lds rename to Ubiquitous/XiZi/board/hifive1-emulator/link_userspace.lds diff --git a/Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/Kconfig b/Ubiquitous/XiZi/board/hifive1-emulator/third_party_driver/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/Kconfig rename to Ubiquitous/XiZi/board/hifive1-emulator/third_party_driver/Kconfig diff --git a/Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/LICENSE b/Ubiquitous/XiZi/board/hifive1-emulator/third_party_driver/LICENSE similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/LICENSE rename to Ubiquitous/XiZi/board/hifive1-emulator/third_party_driver/LICENSE diff --git a/Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/Makefile b/Ubiquitous/XiZi/board/hifive1-emulator/third_party_driver/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/Makefile rename to Ubiquitous/XiZi/board/hifive1-emulator/third_party_driver/Makefile diff --git a/Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/connect_usart.c b/Ubiquitous/XiZi/board/hifive1-emulator/third_party_driver/connect_usart.c similarity index 99% rename from Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/connect_usart.c rename to Ubiquitous/XiZi/board/hifive1-emulator/third_party_driver/connect_usart.c index 821aa36a2..f9c4a3377 100644 --- a/Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/connect_usart.c +++ b/Ubiquitous/XiZi/board/hifive1-emulator/third_party_driver/connect_usart.c @@ -18,7 +18,7 @@ * @date 2021-04-25 */ -#include +#include #include #include diff --git a/Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/coreplexip-arty.h b/Ubiquitous/XiZi/board/hifive1-emulator/third_party_driver/coreplexip-arty.h similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/coreplexip-arty.h rename to Ubiquitous/XiZi/board/hifive1-emulator/third_party_driver/coreplexip-arty.h diff --git a/Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/encoding.h b/Ubiquitous/XiZi/board/hifive1-emulator/third_party_driver/encoding.h similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/encoding.h rename to Ubiquitous/XiZi/board/hifive1-emulator/third_party_driver/encoding.h diff --git a/Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/fe300prci/fe300prci_driver.c b/Ubiquitous/XiZi/board/hifive1-emulator/third_party_driver/fe300prci/fe300prci_driver.c similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/fe300prci/fe300prci_driver.c rename to Ubiquitous/XiZi/board/hifive1-emulator/third_party_driver/fe300prci/fe300prci_driver.c diff --git a/Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/fe300prci/fe300prci_driver.h b/Ubiquitous/XiZi/board/hifive1-emulator/third_party_driver/fe300prci/fe300prci_driver.h similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/fe300prci/fe300prci_driver.h rename to Ubiquitous/XiZi/board/hifive1-emulator/third_party_driver/fe300prci/fe300prci_driver.h diff --git a/Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/hifive1.h b/Ubiquitous/XiZi/board/hifive1-emulator/third_party_driver/hifive1.h similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/hifive1.h rename to Ubiquitous/XiZi/board/hifive1-emulator/third_party_driver/hifive1.h diff --git a/Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/include/sifive/bits.h b/Ubiquitous/XiZi/board/hifive1-emulator/third_party_driver/include/sifive/bits.h similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/include/sifive/bits.h rename to Ubiquitous/XiZi/board/hifive1-emulator/third_party_driver/include/sifive/bits.h diff --git a/Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/include/sifive/const.h b/Ubiquitous/XiZi/board/hifive1-emulator/third_party_driver/include/sifive/const.h similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/include/sifive/const.h rename to Ubiquitous/XiZi/board/hifive1-emulator/third_party_driver/include/sifive/const.h diff --git a/Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/include/sifive/devices/aon.h b/Ubiquitous/XiZi/board/hifive1-emulator/third_party_driver/include/sifive/devices/aon.h similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/include/sifive/devices/aon.h rename to Ubiquitous/XiZi/board/hifive1-emulator/third_party_driver/include/sifive/devices/aon.h diff --git a/Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/include/sifive/devices/clint.h b/Ubiquitous/XiZi/board/hifive1-emulator/third_party_driver/include/sifive/devices/clint.h similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/include/sifive/devices/clint.h rename to Ubiquitous/XiZi/board/hifive1-emulator/third_party_driver/include/sifive/devices/clint.h diff --git a/Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/include/sifive/devices/gpio.h b/Ubiquitous/XiZi/board/hifive1-emulator/third_party_driver/include/sifive/devices/gpio.h similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/include/sifive/devices/gpio.h rename to Ubiquitous/XiZi/board/hifive1-emulator/third_party_driver/include/sifive/devices/gpio.h diff --git a/Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/include/sifive/devices/otp.h b/Ubiquitous/XiZi/board/hifive1-emulator/third_party_driver/include/sifive/devices/otp.h similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/include/sifive/devices/otp.h rename to Ubiquitous/XiZi/board/hifive1-emulator/third_party_driver/include/sifive/devices/otp.h diff --git a/Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/include/sifive/devices/plic.h b/Ubiquitous/XiZi/board/hifive1-emulator/third_party_driver/include/sifive/devices/plic.h similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/include/sifive/devices/plic.h rename to Ubiquitous/XiZi/board/hifive1-emulator/third_party_driver/include/sifive/devices/plic.h diff --git a/Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/include/sifive/devices/prci.h b/Ubiquitous/XiZi/board/hifive1-emulator/third_party_driver/include/sifive/devices/prci.h similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/include/sifive/devices/prci.h rename to Ubiquitous/XiZi/board/hifive1-emulator/third_party_driver/include/sifive/devices/prci.h diff --git a/Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/include/sifive/devices/pwm.h b/Ubiquitous/XiZi/board/hifive1-emulator/third_party_driver/include/sifive/devices/pwm.h similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/include/sifive/devices/pwm.h rename to Ubiquitous/XiZi/board/hifive1-emulator/third_party_driver/include/sifive/devices/pwm.h diff --git a/Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/include/sifive/devices/spi.h b/Ubiquitous/XiZi/board/hifive1-emulator/third_party_driver/include/sifive/devices/spi.h similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/include/sifive/devices/spi.h rename to Ubiquitous/XiZi/board/hifive1-emulator/third_party_driver/include/sifive/devices/spi.h diff --git a/Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/include/sifive/devices/uart.h b/Ubiquitous/XiZi/board/hifive1-emulator/third_party_driver/include/sifive/devices/uart.h similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/include/sifive/devices/uart.h rename to Ubiquitous/XiZi/board/hifive1-emulator/third_party_driver/include/sifive/devices/uart.h diff --git a/Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/include/sifive/sections.h b/Ubiquitous/XiZi/board/hifive1-emulator/third_party_driver/include/sifive/sections.h similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/include/sifive/sections.h rename to Ubiquitous/XiZi/board/hifive1-emulator/third_party_driver/include/sifive/sections.h diff --git a/Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/include/sifive/smp.h b/Ubiquitous/XiZi/board/hifive1-emulator/third_party_driver/include/sifive/smp.h similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/include/sifive/smp.h rename to Ubiquitous/XiZi/board/hifive1-emulator/third_party_driver/include/sifive/smp.h diff --git a/Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/init.c b/Ubiquitous/XiZi/board/hifive1-emulator/third_party_driver/init.c similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/init.c rename to Ubiquitous/XiZi/board/hifive1-emulator/third_party_driver/init.c diff --git a/Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/platform.h b/Ubiquitous/XiZi/board/hifive1-emulator/third_party_driver/platform.h similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/platform.h rename to Ubiquitous/XiZi/board/hifive1-emulator/third_party_driver/platform.h diff --git a/Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/plic/plic_driver.c b/Ubiquitous/XiZi/board/hifive1-emulator/third_party_driver/plic/plic_driver.c similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/plic/plic_driver.c rename to Ubiquitous/XiZi/board/hifive1-emulator/third_party_driver/plic/plic_driver.c diff --git a/Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/plic/plic_driver.h b/Ubiquitous/XiZi/board/hifive1-emulator/third_party_driver/plic/plic_driver.h similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-emulator/third_party_driver/plic/plic_driver.h rename to Ubiquitous/XiZi/board/hifive1-emulator/third_party_driver/plic/plic_driver.h diff --git a/Ubiquitous/XiUOS/board/hifive1-rev-B/.defconfig b/Ubiquitous/XiZi/board/hifive1-rev-B/.defconfig similarity index 99% rename from Ubiquitous/XiUOS/board/hifive1-rev-B/.defconfig rename to Ubiquitous/XiZi/board/hifive1-rev-B/.defconfig index 3c68a127e..12ff32275 100644 --- a/Ubiquitous/XiUOS/board/hifive1-rev-B/.defconfig +++ b/Ubiquitous/XiZi/board/hifive1-rev-B/.defconfig @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# XiUOS Project Configuration +# XiZi Project Configuration # CONFIG_BOARD_FE310_EVB=y CONFIG_KERNEL_CONSOLE_DEVICE_NAME="uart0" diff --git a/Ubiquitous/XiUOS/board/hifive1-rev-B/Kconfig b/Ubiquitous/XiZi/board/hifive1-rev-B/Kconfig similarity index 96% rename from Ubiquitous/XiUOS/board/hifive1-rev-B/Kconfig rename to Ubiquitous/XiZi/board/hifive1-rev-B/Kconfig index 0e14cc154..a73582499 100644 --- a/Ubiquitous/XiUOS/board/hifive1-rev-B/Kconfig +++ b/Ubiquitous/XiZi/board/hifive1-rev-B/Kconfig @@ -1,4 +1,4 @@ -mainmenu "XiUOS Project Configuration" +mainmenu "XiZi Project Configuration" config BSP_DIR string diff --git a/Ubiquitous/XiUOS/board/hifive1-rev-B/Makefile b/Ubiquitous/XiZi/board/hifive1-rev-B/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-rev-B/Makefile rename to Ubiquitous/XiZi/board/hifive1-rev-B/Makefile diff --git a/Ubiquitous/XiUOS/board/hifive1-rev-B/README.md b/Ubiquitous/XiZi/board/hifive1-rev-B/README.md similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-rev-B/README.md rename to Ubiquitous/XiZi/board/hifive1-rev-B/README.md diff --git a/Ubiquitous/XiUOS/board/hifive1-rev-B/board.c b/Ubiquitous/XiZi/board/hifive1-rev-B/board.c similarity index 99% rename from Ubiquitous/XiUOS/board/hifive1-rev-B/board.c rename to Ubiquitous/XiZi/board/hifive1-rev-B/board.c index 69ce19a2e..99fd47f63 100644 --- a/Ubiquitous/XiUOS/board/hifive1-rev-B/board.c +++ b/Ubiquitous/XiZi/board/hifive1-rev-B/board.c @@ -22,7 +22,7 @@ #include #include #include -#include +#include #include #include diff --git a/Ubiquitous/XiUOS/board/hifive1-rev-B/board.h b/Ubiquitous/XiZi/board/hifive1-rev-B/board.h similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-rev-B/board.h rename to Ubiquitous/XiZi/board/hifive1-rev-B/board.h diff --git a/Ubiquitous/XiUOS/board/hifive1-rev-B/config.mk b/Ubiquitous/XiZi/board/hifive1-rev-B/config.mk similarity index 83% rename from Ubiquitous/XiUOS/board/hifive1-rev-B/config.mk rename to Ubiquitous/XiZi/board/hifive1-rev-B/config.mk index b35dd3ad4..1f88e3152 100644 --- a/Ubiquitous/XiUOS/board/hifive1-rev-B/config.mk +++ b/Ubiquitous/XiZi/board/hifive1-rev-B/config.mk @@ -1,8 +1,8 @@ export CFLAGS := -mcmodel=medany -march=rv32imac -mabi=ilp32 -fno-common -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -O0 -ggdb -fgnu89-inline -Werror export AFLAGS := -c -mcmodel=medany -march=rv32imac -mabi=ilp32 -x assembler-with-cpp -ggdb -export LFLAGS := -mcmodel=medany -march=rv32imac -mabi=ilp32 -nostartfiles -Wl,--gc-sections,-Map=XiUOS.map,-cref,-u,_start -T $(BSP_ROOT)/link.lds +export LFLAGS := -mcmodel=medany -march=rv32imac -mabi=ilp32 -nostartfiles -Wl,--gc-sections,-Map=XiZi.map,-cref,-u,_start -T $(BSP_ROOT)/link.lds -export APPLFLAGS := -mcmodel=medany -march=rv32imac -mabi=ilp32 -nostartfiles -Wl,--gc-sections,-Map=XiUOS_app.map,-cref,-u, -T $(BSP_ROOT)/link_userspace.lds +export APPLFLAGS := -mcmodel=medany -march=rv32imac -mabi=ilp32 -nostartfiles -Wl,--gc-sections,-Map=XiZi_app.map,-cref,-u, -T $(BSP_ROOT)/link_userspace.lds export CXXFLAGS := -mcmodel=medany -march=rv32imac -mabi=ilp32 -fno-common -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -O0 -ggdb -Werror diff --git a/Ubiquitous/XiUOS/board/hifive1-rev-B/img/hifive1-Rev-B.png b/Ubiquitous/XiZi/board/hifive1-rev-B/img/hifive1-Rev-B.png similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-rev-B/img/hifive1-Rev-B.png rename to Ubiquitous/XiZi/board/hifive1-rev-B/img/hifive1-Rev-B.png diff --git a/Ubiquitous/XiUOS/board/hifive1-rev-B/img/jlink_cmd1.png b/Ubiquitous/XiZi/board/hifive1-rev-B/img/jlink_cmd1.png similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-rev-B/img/jlink_cmd1.png rename to Ubiquitous/XiZi/board/hifive1-rev-B/img/jlink_cmd1.png diff --git a/Ubiquitous/XiUOS/board/hifive1-rev-B/img/jlink_cmd2.png b/Ubiquitous/XiZi/board/hifive1-rev-B/img/jlink_cmd2.png similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-rev-B/img/jlink_cmd2.png rename to Ubiquitous/XiZi/board/hifive1-rev-B/img/jlink_cmd2.png diff --git a/Ubiquitous/XiUOS/board/hifive1-rev-B/img/jlink_cmd3.png b/Ubiquitous/XiZi/board/hifive1-rev-B/img/jlink_cmd3.png similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-rev-B/img/jlink_cmd3.png rename to Ubiquitous/XiZi/board/hifive1-rev-B/img/jlink_cmd3.png diff --git a/Ubiquitous/XiUOS/board/hifive1-rev-B/img/jlink_cmd4.png b/Ubiquitous/XiZi/board/hifive1-rev-B/img/jlink_cmd4.png similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-rev-B/img/jlink_cmd4.png rename to Ubiquitous/XiZi/board/hifive1-rev-B/img/jlink_cmd4.png diff --git a/Ubiquitous/XiUOS/board/hifive1-rev-B/img/main.jpg b/Ubiquitous/XiZi/board/hifive1-rev-B/img/main.jpg similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-rev-B/img/main.jpg rename to Ubiquitous/XiZi/board/hifive1-rev-B/img/main.jpg diff --git a/Ubiquitous/XiUOS/board/hifive1-rev-B/img/menuconfig.png b/Ubiquitous/XiZi/board/hifive1-rev-B/img/menuconfig.png similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-rev-B/img/menuconfig.png rename to Ubiquitous/XiZi/board/hifive1-rev-B/img/menuconfig.png diff --git a/Ubiquitous/XiUOS/board/hifive1-rev-B/img/terminal.png b/Ubiquitous/XiZi/board/hifive1-rev-B/img/terminal.png similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-rev-B/img/terminal.png rename to Ubiquitous/XiZi/board/hifive1-rev-B/img/terminal.png diff --git a/Ubiquitous/XiUOS/board/hifive1-rev-B/img/vscode.jpg b/Ubiquitous/XiZi/board/hifive1-rev-B/img/vscode.jpg similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-rev-B/img/vscode.jpg rename to Ubiquitous/XiZi/board/hifive1-rev-B/img/vscode.jpg diff --git a/Ubiquitous/XiUOS/board/hifive1-rev-B/link.lds b/Ubiquitous/XiZi/board/hifive1-rev-B/link.lds similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-rev-B/link.lds rename to Ubiquitous/XiZi/board/hifive1-rev-B/link.lds diff --git a/Ubiquitous/XiUOS/board/hifive1-rev-B/link_userspace.lds b/Ubiquitous/XiZi/board/hifive1-rev-B/link_userspace.lds similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-rev-B/link_userspace.lds rename to Ubiquitous/XiZi/board/hifive1-rev-B/link_userspace.lds diff --git a/Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/Kconfig b/Ubiquitous/XiZi/board/hifive1-rev-B/third_party_driver/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/Kconfig rename to Ubiquitous/XiZi/board/hifive1-rev-B/third_party_driver/Kconfig diff --git a/Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/LICENSE b/Ubiquitous/XiZi/board/hifive1-rev-B/third_party_driver/LICENSE similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/LICENSE rename to Ubiquitous/XiZi/board/hifive1-rev-B/third_party_driver/LICENSE diff --git a/Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/Makefile b/Ubiquitous/XiZi/board/hifive1-rev-B/third_party_driver/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/Makefile rename to Ubiquitous/XiZi/board/hifive1-rev-B/third_party_driver/Makefile diff --git a/Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/connect_usart.c b/Ubiquitous/XiZi/board/hifive1-rev-B/third_party_driver/connect_usart.c similarity index 99% rename from Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/connect_usart.c rename to Ubiquitous/XiZi/board/hifive1-rev-B/third_party_driver/connect_usart.c index 821aa36a2..f9c4a3377 100644 --- a/Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/connect_usart.c +++ b/Ubiquitous/XiZi/board/hifive1-rev-B/third_party_driver/connect_usart.c @@ -18,7 +18,7 @@ * @date 2021-04-25 */ -#include +#include #include #include diff --git a/Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/coreplexip-arty.h b/Ubiquitous/XiZi/board/hifive1-rev-B/third_party_driver/coreplexip-arty.h similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/coreplexip-arty.h rename to Ubiquitous/XiZi/board/hifive1-rev-B/third_party_driver/coreplexip-arty.h diff --git a/Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/encoding.h b/Ubiquitous/XiZi/board/hifive1-rev-B/third_party_driver/encoding.h similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/encoding.h rename to Ubiquitous/XiZi/board/hifive1-rev-B/third_party_driver/encoding.h diff --git a/Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/fe300prci/fe300prci_driver.c b/Ubiquitous/XiZi/board/hifive1-rev-B/third_party_driver/fe300prci/fe300prci_driver.c similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/fe300prci/fe300prci_driver.c rename to Ubiquitous/XiZi/board/hifive1-rev-B/third_party_driver/fe300prci/fe300prci_driver.c diff --git a/Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/fe300prci/fe300prci_driver.h b/Ubiquitous/XiZi/board/hifive1-rev-B/third_party_driver/fe300prci/fe300prci_driver.h similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/fe300prci/fe300prci_driver.h rename to Ubiquitous/XiZi/board/hifive1-rev-B/third_party_driver/fe300prci/fe300prci_driver.h diff --git a/Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/hifive1.h b/Ubiquitous/XiZi/board/hifive1-rev-B/third_party_driver/hifive1.h similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/hifive1.h rename to Ubiquitous/XiZi/board/hifive1-rev-B/third_party_driver/hifive1.h diff --git a/Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/include/sifive/bits.h b/Ubiquitous/XiZi/board/hifive1-rev-B/third_party_driver/include/sifive/bits.h similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/include/sifive/bits.h rename to Ubiquitous/XiZi/board/hifive1-rev-B/third_party_driver/include/sifive/bits.h diff --git a/Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/include/sifive/const.h b/Ubiquitous/XiZi/board/hifive1-rev-B/third_party_driver/include/sifive/const.h similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/include/sifive/const.h rename to Ubiquitous/XiZi/board/hifive1-rev-B/third_party_driver/include/sifive/const.h diff --git a/Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/include/sifive/devices/aon.h b/Ubiquitous/XiZi/board/hifive1-rev-B/third_party_driver/include/sifive/devices/aon.h similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/include/sifive/devices/aon.h rename to Ubiquitous/XiZi/board/hifive1-rev-B/third_party_driver/include/sifive/devices/aon.h diff --git a/Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/include/sifive/devices/clint.h b/Ubiquitous/XiZi/board/hifive1-rev-B/third_party_driver/include/sifive/devices/clint.h similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/include/sifive/devices/clint.h rename to Ubiquitous/XiZi/board/hifive1-rev-B/third_party_driver/include/sifive/devices/clint.h diff --git a/Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/include/sifive/devices/gpio.h b/Ubiquitous/XiZi/board/hifive1-rev-B/third_party_driver/include/sifive/devices/gpio.h similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/include/sifive/devices/gpio.h rename to Ubiquitous/XiZi/board/hifive1-rev-B/third_party_driver/include/sifive/devices/gpio.h diff --git a/Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/include/sifive/devices/otp.h b/Ubiquitous/XiZi/board/hifive1-rev-B/third_party_driver/include/sifive/devices/otp.h similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/include/sifive/devices/otp.h rename to Ubiquitous/XiZi/board/hifive1-rev-B/third_party_driver/include/sifive/devices/otp.h diff --git a/Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/include/sifive/devices/plic.h b/Ubiquitous/XiZi/board/hifive1-rev-B/third_party_driver/include/sifive/devices/plic.h similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/include/sifive/devices/plic.h rename to Ubiquitous/XiZi/board/hifive1-rev-B/third_party_driver/include/sifive/devices/plic.h diff --git a/Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/include/sifive/devices/prci.h b/Ubiquitous/XiZi/board/hifive1-rev-B/third_party_driver/include/sifive/devices/prci.h similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/include/sifive/devices/prci.h rename to Ubiquitous/XiZi/board/hifive1-rev-B/third_party_driver/include/sifive/devices/prci.h diff --git a/Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/include/sifive/devices/pwm.h b/Ubiquitous/XiZi/board/hifive1-rev-B/third_party_driver/include/sifive/devices/pwm.h similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/include/sifive/devices/pwm.h rename to Ubiquitous/XiZi/board/hifive1-rev-B/third_party_driver/include/sifive/devices/pwm.h diff --git a/Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/include/sifive/devices/spi.h b/Ubiquitous/XiZi/board/hifive1-rev-B/third_party_driver/include/sifive/devices/spi.h similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/include/sifive/devices/spi.h rename to Ubiquitous/XiZi/board/hifive1-rev-B/third_party_driver/include/sifive/devices/spi.h diff --git a/Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/include/sifive/devices/uart.h b/Ubiquitous/XiZi/board/hifive1-rev-B/third_party_driver/include/sifive/devices/uart.h similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/include/sifive/devices/uart.h rename to Ubiquitous/XiZi/board/hifive1-rev-B/third_party_driver/include/sifive/devices/uart.h diff --git a/Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/include/sifive/sections.h b/Ubiquitous/XiZi/board/hifive1-rev-B/third_party_driver/include/sifive/sections.h similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/include/sifive/sections.h rename to Ubiquitous/XiZi/board/hifive1-rev-B/third_party_driver/include/sifive/sections.h diff --git a/Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/include/sifive/smp.h b/Ubiquitous/XiZi/board/hifive1-rev-B/third_party_driver/include/sifive/smp.h similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/include/sifive/smp.h rename to Ubiquitous/XiZi/board/hifive1-rev-B/third_party_driver/include/sifive/smp.h diff --git a/Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/init.c b/Ubiquitous/XiZi/board/hifive1-rev-B/third_party_driver/init.c similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/init.c rename to Ubiquitous/XiZi/board/hifive1-rev-B/third_party_driver/init.c diff --git a/Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/platform.h b/Ubiquitous/XiZi/board/hifive1-rev-B/third_party_driver/platform.h similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/platform.h rename to Ubiquitous/XiZi/board/hifive1-rev-B/third_party_driver/platform.h diff --git a/Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/plic/plic_driver.c b/Ubiquitous/XiZi/board/hifive1-rev-B/third_party_driver/plic/plic_driver.c similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/plic/plic_driver.c rename to Ubiquitous/XiZi/board/hifive1-rev-B/third_party_driver/plic/plic_driver.c diff --git a/Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/plic/plic_driver.h b/Ubiquitous/XiZi/board/hifive1-rev-B/third_party_driver/plic/plic_driver.h similarity index 100% rename from Ubiquitous/XiUOS/board/hifive1-rev-B/third_party_driver/plic/plic_driver.h rename to Ubiquitous/XiZi/board/hifive1-rev-B/third_party_driver/plic/plic_driver.h diff --git a/Ubiquitous/XiUOS/board/k210-emulator/.defconfig b/Ubiquitous/XiZi/board/k210-emulator/.defconfig similarity index 99% rename from Ubiquitous/XiUOS/board/k210-emulator/.defconfig rename to Ubiquitous/XiZi/board/k210-emulator/.defconfig index 418734cc7..fca5c691d 100644 --- a/Ubiquitous/XiUOS/board/k210-emulator/.defconfig +++ b/Ubiquitous/XiZi/board/k210-emulator/.defconfig @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# XiUOS Project Configuration +# XiZi Project Configuration # CONFIG_BOARD_K210_EVB=y CONFIG_KERNEL_CONSOLE_DEVICE_NAME="uarths" diff --git a/Ubiquitous/XiUOS/board/k210-emulator/Kconfig b/Ubiquitous/XiZi/board/k210-emulator/Kconfig similarity index 97% rename from Ubiquitous/XiUOS/board/k210-emulator/Kconfig rename to Ubiquitous/XiZi/board/k210-emulator/Kconfig index 42dbacd6e..62a4af941 100644 --- a/Ubiquitous/XiUOS/board/k210-emulator/Kconfig +++ b/Ubiquitous/XiZi/board/k210-emulator/Kconfig @@ -1,4 +1,4 @@ -mainmenu "XiUOS Project Configuration" +mainmenu "XiZi Project Configuration" config BSP_DIR string diff --git a/Ubiquitous/XiUOS/board/k210-emulator/Makefile b/Ubiquitous/XiZi/board/k210-emulator/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/Makefile rename to Ubiquitous/XiZi/board/k210-emulator/Makefile diff --git a/Ubiquitous/XiUOS/board/k210-emulator/README.md b/Ubiquitous/XiZi/board/k210-emulator/README.md similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/README.md rename to Ubiquitous/XiZi/board/k210-emulator/README.md diff --git a/Ubiquitous/XiUOS/board/k210-emulator/board.c b/Ubiquitous/XiZi/board/k210-emulator/board.c similarity index 99% rename from Ubiquitous/XiUOS/board/k210-emulator/board.c rename to Ubiquitous/XiZi/board/k210-emulator/board.c index ae03f853f..8a6a9d558 100644 --- a/Ubiquitous/XiUOS/board/k210-emulator/board.c +++ b/Ubiquitous/XiZi/board/k210-emulator/board.c @@ -34,7 +34,7 @@ Modification: 3. support kd233-board shell cmd, include reboot, shutdown *************************************************/ -#include +#include #include #include #include "board.h" diff --git a/Ubiquitous/XiUOS/board/k210-emulator/board.h b/Ubiquitous/XiZi/board/k210-emulator/board.h similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/board.h rename to Ubiquitous/XiZi/board/k210-emulator/board.h diff --git a/Ubiquitous/XiUOS/board/k210-emulator/config.mk b/Ubiquitous/XiZi/board/k210-emulator/config.mk similarity index 80% rename from Ubiquitous/XiUOS/board/k210-emulator/config.mk rename to Ubiquitous/XiZi/board/k210-emulator/config.mk index bb977c76e..a48333688 100644 --- a/Ubiquitous/XiUOS/board/k210-emulator/config.mk +++ b/Ubiquitous/XiZi/board/k210-emulator/config.mk @@ -1,8 +1,8 @@ export CFLAGS := -mcmodel=medany -march=rv64imac -mabi=lp64 -fno-common -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -O0 -Wa,-g -ggdb -fgnu89-inline -Werror export AFLAGS := -c -mcmodel=medany -march=rv64imac -mabi=lp64 -Wa,-g -ggdb -export LFLAGS := -mcmodel=medany -march=rv64imac -mabi=lp64 -nostartfiles -Wl,--gc-sections,-Map=XiUOS_kd233.map,-cref,-u,_start -T $(BSP_ROOT)/link.lds +export LFLAGS := -mcmodel=medany -march=rv64imac -mabi=lp64 -nostartfiles -Wl,--gc-sections,-Map=XiZi_kd233.map,-cref,-u,_start -T $(BSP_ROOT)/link.lds -export APPLFLAGS := -mcmodel=medany -march=rv64imac -mabi=lp64 -nostartfiles -Wl,--gc-sections,-Map=XiUOS_app.map,-cref,-u, -T $(BSP_ROOT)/link_userspace.lds +export APPLFLAGS := -mcmodel=medany -march=rv64imac -mabi=lp64 -nostartfiles -Wl,--gc-sections,-Map=XiZi_app.map,-cref,-u, -T $(BSP_ROOT)/link_userspace.lds export CXXFLAGS := -mcmodel=medany -march=rv64imac -mabi=lp64 -fno-common -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -O0 -Wa,-g -ggdb -Werror diff --git a/Ubiquitous/XiUOS/board/k210-emulator/img/menuconfig1.png b/Ubiquitous/XiZi/board/k210-emulator/img/menuconfig1.png similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/img/menuconfig1.png rename to Ubiquitous/XiZi/board/k210-emulator/img/menuconfig1.png diff --git a/Ubiquitous/XiUOS/board/k210-emulator/img/menuconfig2.png b/Ubiquitous/XiZi/board/k210-emulator/img/menuconfig2.png similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/img/menuconfig2.png rename to Ubiquitous/XiZi/board/k210-emulator/img/menuconfig2.png diff --git a/Ubiquitous/XiUOS/board/k210-emulator/img/menuconfig3.png b/Ubiquitous/XiZi/board/k210-emulator/img/menuconfig3.png similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/img/menuconfig3.png rename to Ubiquitous/XiZi/board/k210-emulator/img/menuconfig3.png diff --git a/Ubiquitous/XiUOS/board/k210-emulator/img/menuconfig4.png b/Ubiquitous/XiZi/board/k210-emulator/img/menuconfig4.png similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/img/menuconfig4.png rename to Ubiquitous/XiZi/board/k210-emulator/img/menuconfig4.png diff --git a/Ubiquitous/XiUOS/board/k210-emulator/img/terminal.png b/Ubiquitous/XiZi/board/k210-emulator/img/terminal.png similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/img/terminal.png rename to Ubiquitous/XiZi/board/k210-emulator/img/terminal.png diff --git a/Ubiquitous/XiUOS/board/k210-emulator/img/vscode.jpg b/Ubiquitous/XiZi/board/k210-emulator/img/vscode.jpg similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/img/vscode.jpg rename to Ubiquitous/XiZi/board/k210-emulator/img/vscode.jpg diff --git a/Ubiquitous/XiUOS/board/k210-emulator/include/atomic.h b/Ubiquitous/XiZi/board/k210-emulator/include/atomic.h similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/include/atomic.h rename to Ubiquitous/XiZi/board/k210-emulator/include/atomic.h diff --git a/Ubiquitous/XiUOS/board/k210-emulator/include/bsp.h b/Ubiquitous/XiZi/board/k210-emulator/include/bsp.h similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/include/bsp.h rename to Ubiquitous/XiZi/board/k210-emulator/include/bsp.h diff --git a/Ubiquitous/XiUOS/board/k210-emulator/include/dump.h b/Ubiquitous/XiZi/board/k210-emulator/include/dump.h similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/include/dump.h rename to Ubiquitous/XiZi/board/k210-emulator/include/dump.h diff --git a/Ubiquitous/XiUOS/board/k210-emulator/include/encoding.h b/Ubiquitous/XiZi/board/k210-emulator/include/encoding.h similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/include/encoding.h rename to Ubiquitous/XiZi/board/k210-emulator/include/encoding.h diff --git a/Ubiquitous/XiUOS/board/k210-emulator/include/entry.h b/Ubiquitous/XiZi/board/k210-emulator/include/entry.h similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/include/entry.h rename to Ubiquitous/XiZi/board/k210-emulator/include/entry.h diff --git a/Ubiquitous/XiUOS/board/k210-emulator/include/interrupt.h b/Ubiquitous/XiZi/board/k210-emulator/include/interrupt.h similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/include/interrupt.h rename to Ubiquitous/XiZi/board/k210-emulator/include/interrupt.h diff --git a/Ubiquitous/XiUOS/board/k210-emulator/include/platform.h b/Ubiquitous/XiZi/board/k210-emulator/include/platform.h similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/include/platform.h rename to Ubiquitous/XiZi/board/k210-emulator/include/platform.h diff --git a/Ubiquitous/XiUOS/board/k210-emulator/include/printf.h b/Ubiquitous/XiZi/board/k210-emulator/include/printf.h similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/include/printf.h rename to Ubiquitous/XiZi/board/k210-emulator/include/printf.h diff --git a/Ubiquitous/XiUOS/board/k210-emulator/include/sleep.h b/Ubiquitous/XiZi/board/k210-emulator/include/sleep.h similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/include/sleep.h rename to Ubiquitous/XiZi/board/k210-emulator/include/sleep.h diff --git a/Ubiquitous/XiUOS/board/k210-emulator/include/syscalls.h b/Ubiquitous/XiZi/board/k210-emulator/include/syscalls.h similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/include/syscalls.h rename to Ubiquitous/XiZi/board/k210-emulator/include/syscalls.h diff --git a/Ubiquitous/XiUOS/board/k210-emulator/include/syslog.h b/Ubiquitous/XiZi/board/k210-emulator/include/syslog.h similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/include/syslog.h rename to Ubiquitous/XiZi/board/k210-emulator/include/syslog.h diff --git a/Ubiquitous/XiUOS/board/k210-emulator/include/util.h b/Ubiquitous/XiZi/board/k210-emulator/include/util.h similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/include/util.h rename to Ubiquitous/XiZi/board/k210-emulator/include/util.h diff --git a/Ubiquitous/XiUOS/board/k210-emulator/link.lds b/Ubiquitous/XiZi/board/k210-emulator/link.lds similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/link.lds rename to Ubiquitous/XiZi/board/k210-emulator/link.lds diff --git a/Ubiquitous/XiUOS/board/k210-emulator/link_userspace.lds b/Ubiquitous/XiZi/board/k210-emulator/link_userspace.lds similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/link_userspace.lds rename to Ubiquitous/XiZi/board/k210-emulator/link_userspace.lds diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/Kconfig b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/Kconfig rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/Kconfig diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/Makefile b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/Makefile rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/Makefile diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/dma/Kconfig b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/dma/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/dma/Kconfig rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/dma/Kconfig diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/dma/Makefile b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/dma/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/dma/Makefile rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/dma/Makefile diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/dma/dmac.c b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/dma/dmac.c similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/dma/dmac.c rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/dma/dmac.c diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/gpio/Kconfig b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/gpio/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/gpio/Kconfig rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/gpio/Kconfig diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/gpio/Makefile b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/gpio/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/gpio/Makefile rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/gpio/Makefile diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/gpio/connect_gpio.c b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/gpio/connect_gpio.c similarity index 99% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/gpio/connect_gpio.c rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/gpio/connect_gpio.c index 23fd3222e..820840f31 100644 --- a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/gpio/connect_gpio.c +++ b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/gpio/connect_gpio.c @@ -27,7 +27,7 @@ Author: AIIT XUOS Lab Modification: add bus driver framework support for gpio *************************************************/ -#include +#include #include #include #include diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/gpio/drv_io_config.c b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/gpio/drv_io_config.c similarity index 99% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/gpio/drv_io_config.c rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/gpio/drv_io_config.c index f1b55e18a..f50e22797 100644 --- a/Ubiquitous/XiUOS/board/kd233/third_party_driver/gpio/drv_io_config.c +++ b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/gpio/drv_io_config.c @@ -27,7 +27,7 @@ Author: AIIT XUOS Lab Modification: support kd233-board io configure *************************************************/ -#include +#include #include #include "drv_io_config.h" #include diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/gpio/fpioa.c b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/gpio/fpioa.c similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/gpio/fpioa.c rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/gpio/fpioa.c diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/gpio/gpio.c b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/gpio/gpio.c similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/gpio/gpio.c rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/gpio/gpio.c diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/gpio/gpiohs.c b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/gpio/gpiohs.c similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/gpio/gpiohs.c rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/gpio/gpiohs.c diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/gpio/utils.c b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/gpio/utils.c similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/gpio/utils.c rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/gpio/utils.c diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/i2c/Kconfig b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/i2c/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/i2c/Kconfig rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/i2c/Kconfig diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/i2c/Makefile b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/i2c/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/i2c/Makefile rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/i2c/Makefile diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/i2c/connect_i2c.c b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/i2c/connect_i2c.c similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/i2c/connect_i2c.c rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/i2c/connect_i2c.c diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/i2c/hardware_i2c.c b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/i2c/hardware_i2c.c similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/i2c/hardware_i2c.c rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/i2c/hardware_i2c.c diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/clint.h b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/include/clint.h similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/clint.h rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/include/clint.h diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/connect_gpio.h b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/include/connect_gpio.h similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/connect_gpio.h rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/include/connect_gpio.h diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/connect_hwtimer.h b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/include/connect_hwtimer.h similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/connect_hwtimer.h rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/include/connect_hwtimer.h diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/connect_i2c.h b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/include/connect_i2c.h similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/connect_i2c.h rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/include/connect_i2c.h diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/connect_rtc.h b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/include/connect_rtc.h similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/connect_rtc.h rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/include/connect_rtc.h diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/connect_spi.h b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/include/connect_spi.h similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/connect_spi.h rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/include/connect_spi.h diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/connect_uart.h b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/include/connect_uart.h similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/connect_uart.h rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/include/connect_uart.h diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/connect_wdt.h b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/include/connect_wdt.h similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/connect_wdt.h rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/include/connect_wdt.h diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/dmac.h b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/include/dmac.h similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/dmac.h rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/include/dmac.h diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/drv_io_config.h b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/include/drv_io_config.h similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/drv_io_config.h rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/include/drv_io_config.h diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/dvp.h b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/include/dvp.h similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/dvp.h rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/include/dvp.h diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/font.h b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/include/font.h similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/font.h rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/include/font.h diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/fpioa.h b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/include/fpioa.h similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/fpioa.h rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/include/fpioa.h diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/gpio.h b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/include/gpio.h similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/gpio.h rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/include/gpio.h diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/gpio_common.h b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/include/gpio_common.h similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/gpio_common.h rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/include/gpio_common.h diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/gpiohs.h b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/include/gpiohs.h similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/gpiohs.h rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/include/gpiohs.h diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/hardware_hwtimer.h b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/include/hardware_hwtimer.h similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/hardware_hwtimer.h rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/include/hardware_hwtimer.h diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/hardware_i2c.h b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/include/hardware_i2c.h similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/hardware_i2c.h rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/include/hardware_i2c.h diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/hardware_rtc.h b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/include/hardware_rtc.h similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/hardware_rtc.h rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/include/hardware_rtc.h diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/hardware_spi.h b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/include/hardware_spi.h similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/hardware_spi.h rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/include/hardware_spi.h diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/hardware_uart.h b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/include/hardware_uart.h similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/hardware_uart.h rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/include/hardware_uart.h diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/hardware_uarths.h b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/include/hardware_uarths.h similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/hardware_uarths.h rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/include/hardware_uarths.h diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/io.h b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/include/io.h similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/io.h rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/include/io.h diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/plic.h b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/include/plic.h similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/plic.h rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/include/plic.h diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/sysctl.h b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/include/sysctl.h similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/sysctl.h rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/include/sysctl.h diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/utils.h b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/include/utils.h similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/utils.h rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/include/utils.h diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/wdt.h b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/include/wdt.h similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/include/wdt.h rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/include/wdt.h diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/plic/Kconfig b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/plic/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/plic/Kconfig rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/plic/Kconfig diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/plic/Makefile b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/plic/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/plic/Makefile rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/plic/Makefile diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/plic/clint.c b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/plic/clint.c similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/plic/clint.c rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/plic/clint.c diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/plic/drv_interrupt.c b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/plic/drv_interrupt.c similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/plic/drv_interrupt.c rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/plic/drv_interrupt.c diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/plic/plic.c b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/plic/plic.c similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/plic/plic.c rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/plic/plic.c diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/rtc/Kconfig b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/rtc/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/rtc/Kconfig rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/rtc/Kconfig diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/rtc/Makefile b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/rtc/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/rtc/Makefile rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/rtc/Makefile diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/rtc/connect_rtc.c b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/rtc/connect_rtc.c similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/rtc/connect_rtc.c rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/rtc/connect_rtc.c diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/rtc/hardware_rtc.c b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/rtc/hardware_rtc.c similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/rtc/hardware_rtc.c rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/rtc/hardware_rtc.c diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/sleep.c b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/sleep.c similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/sleep.c rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/sleep.c diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/spi/Kconfig b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/spi/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/spi/Kconfig rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/spi/Kconfig diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/spi/Makefile b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/spi/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/spi/Makefile rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/spi/Makefile diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/spi/connect_spi.c b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/spi/connect_spi.c similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/spi/connect_spi.c rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/spi/connect_spi.c diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/spi/hardware_spi.c b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/spi/hardware_spi.c similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/spi/hardware_spi.c rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/spi/hardware_spi.c diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/sys_clock/Kconfig b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/sys_clock/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/sys_clock/Kconfig rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/sys_clock/Kconfig diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/sys_clock/Makefile b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/sys_clock/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/sys_clock/Makefile rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/sys_clock/Makefile diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/sys_clock/sysctl.c b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/sys_clock/sysctl.c similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/sys_clock/sysctl.c rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/sys_clock/sysctl.c diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/timer/Kconfig b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/timer/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/timer/Kconfig rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/timer/Kconfig diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/timer/Makefile b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/timer/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/timer/Makefile rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/timer/Makefile diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/timer/connect_hwtimer.c b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/timer/connect_hwtimer.c similarity index 99% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/timer/connect_hwtimer.c rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/timer/connect_hwtimer.c index 0ad054905..7df6ac7ad 100644 --- a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/timer/connect_hwtimer.c +++ b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/timer/connect_hwtimer.c @@ -19,7 +19,7 @@ */ #include -#include +#include #include #include #include diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/timer/hardware_hwtimer.c b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/timer/hardware_hwtimer.c similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/timer/hardware_hwtimer.c rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/timer/hardware_hwtimer.c diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/uart/Kconfig b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/uart/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/uart/Kconfig rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/uart/Kconfig diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/uart/Makefile b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/uart/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/uart/Makefile rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/uart/Makefile diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/uart/connect_uart.c b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/uart/connect_uart.c similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/uart/connect_uart.c rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/uart/connect_uart.c diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/uart/hardware_uart.c b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/uart/hardware_uart.c similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/uart/hardware_uart.c rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/uart/hardware_uart.c diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/uart/hardware_uarths.c b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/uart/hardware_uarths.c similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/uart/hardware_uarths.c rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/uart/hardware_uarths.c diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/watchdog/Kconfig b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/watchdog/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/watchdog/Kconfig rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/watchdog/Kconfig diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/watchdog/Makefile b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/watchdog/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/watchdog/Makefile rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/watchdog/Makefile diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/watchdog/connect_wdt.c b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/watchdog/connect_wdt.c similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/watchdog/connect_wdt.c rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/watchdog/connect_wdt.c diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/watchdog/wdt.c b/Ubiquitous/XiZi/board/k210-emulator/third_party_driver/watchdog/wdt.c similarity index 100% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/watchdog/wdt.c rename to Ubiquitous/XiZi/board/k210-emulator/third_party_driver/watchdog/wdt.c diff --git a/Ubiquitous/XiUOS/board/kd233/.defconfig b/Ubiquitous/XiZi/board/kd233/.defconfig similarity index 99% rename from Ubiquitous/XiUOS/board/kd233/.defconfig rename to Ubiquitous/XiZi/board/kd233/.defconfig index 418734cc7..fca5c691d 100644 --- a/Ubiquitous/XiUOS/board/kd233/.defconfig +++ b/Ubiquitous/XiZi/board/kd233/.defconfig @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# XiUOS Project Configuration +# XiZi Project Configuration # CONFIG_BOARD_K210_EVB=y CONFIG_KERNEL_CONSOLE_DEVICE_NAME="uarths" diff --git a/Ubiquitous/XiUOS/board/kd233/Kconfig b/Ubiquitous/XiZi/board/kd233/Kconfig similarity index 97% rename from Ubiquitous/XiUOS/board/kd233/Kconfig rename to Ubiquitous/XiZi/board/kd233/Kconfig index d65c31c13..67ebe8ef0 100644 --- a/Ubiquitous/XiUOS/board/kd233/Kconfig +++ b/Ubiquitous/XiZi/board/kd233/Kconfig @@ -1,4 +1,4 @@ -mainmenu "XiUOS Project Configuration" +mainmenu "XiZi Project Configuration" config BSP_DIR string diff --git a/Ubiquitous/XiUOS/board/kd233/Makefile b/Ubiquitous/XiZi/board/kd233/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/Makefile rename to Ubiquitous/XiZi/board/kd233/Makefile diff --git a/Ubiquitous/XiUOS/board/kd233/README.md b/Ubiquitous/XiZi/board/kd233/README.md similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/README.md rename to Ubiquitous/XiZi/board/kd233/README.md diff --git a/Ubiquitous/XiUOS/board/kd233/board.c b/Ubiquitous/XiZi/board/kd233/board.c similarity index 99% rename from Ubiquitous/XiUOS/board/kd233/board.c rename to Ubiquitous/XiZi/board/kd233/board.c index 8bcb43525..673939c8b 100644 --- a/Ubiquitous/XiUOS/board/kd233/board.c +++ b/Ubiquitous/XiZi/board/kd233/board.c @@ -34,7 +34,7 @@ Modification: 3. support kd233-board shell cmd, include reboot, shutdown *************************************************/ -#include +#include #include #include #include "board.h" diff --git a/Ubiquitous/XiUOS/board/kd233/board.h b/Ubiquitous/XiZi/board/kd233/board.h similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/board.h rename to Ubiquitous/XiZi/board/kd233/board.h diff --git a/Ubiquitous/XiUOS/board/kd233/config.mk b/Ubiquitous/XiZi/board/kd233/config.mk similarity index 80% rename from Ubiquitous/XiUOS/board/kd233/config.mk rename to Ubiquitous/XiZi/board/kd233/config.mk index b7310c2a0..29b554c30 100644 --- a/Ubiquitous/XiUOS/board/kd233/config.mk +++ b/Ubiquitous/XiZi/board/kd233/config.mk @@ -1,8 +1,8 @@ export CFLAGS := -mcmodel=medany -march=rv64imafdc -mabi=lp64d -fno-common -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -O0 -ggdb -fgnu89-inline -Werror export AFLAGS := -c -mcmodel=medany -march=rv64imafdc -mabi=lp64d -x assembler-with-cpp -ggdb -export LFLAGS := -mcmodel=medany -march=rv64imafdc -mabi=lp64d -nostartfiles -Wl,--gc-sections,-Map=XiUOS_kd233.map,-cref,-u,_start -T $(BSP_ROOT)/link.lds +export LFLAGS := -mcmodel=medany -march=rv64imafdc -mabi=lp64d -nostartfiles -Wl,--gc-sections,-Map=XiZi_kd233.map,-cref,-u,_start -T $(BSP_ROOT)/link.lds -export APPLFLAGS := -mcmodel=medany -march=rv64imafdc -mabi=lp64d -nostartfiles -Wl,--gc-sections,-Map=XiUOS_app.map,-cref,-u, -T $(BSP_ROOT)/link_userspace.lds +export APPLFLAGS := -mcmodel=medany -march=rv64imafdc -mabi=lp64d -nostartfiles -Wl,--gc-sections,-Map=XiZi_app.map,-cref,-u, -T $(BSP_ROOT)/link_userspace.lds export CXXFLAGS := -mcmodel=medany -march=rv64imafdc -mabi=lp64d -fno-common -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -O0 -ggdb -Werror diff --git a/Ubiquitous/XiUOS/board/kd233/img/kd233.jpg b/Ubiquitous/XiZi/board/kd233/img/kd233.jpg similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/img/kd233.jpg rename to Ubiquitous/XiZi/board/kd233/img/kd233.jpg diff --git a/Ubiquitous/XiUOS/board/kd233/img/main.png b/Ubiquitous/XiZi/board/kd233/img/main.png similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/img/main.png rename to Ubiquitous/XiZi/board/kd233/img/main.png diff --git a/Ubiquitous/XiUOS/board/kd233/img/menuconfig1.png b/Ubiquitous/XiZi/board/kd233/img/menuconfig1.png similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/img/menuconfig1.png rename to Ubiquitous/XiZi/board/kd233/img/menuconfig1.png diff --git a/Ubiquitous/XiUOS/board/kd233/img/menuconfig2.png b/Ubiquitous/XiZi/board/kd233/img/menuconfig2.png similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/img/menuconfig2.png rename to Ubiquitous/XiZi/board/kd233/img/menuconfig2.png diff --git a/Ubiquitous/XiUOS/board/kd233/img/menuconfig3.png b/Ubiquitous/XiZi/board/kd233/img/menuconfig3.png similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/img/menuconfig3.png rename to Ubiquitous/XiZi/board/kd233/img/menuconfig3.png diff --git a/Ubiquitous/XiUOS/board/kd233/img/menuconfig4.png b/Ubiquitous/XiZi/board/kd233/img/menuconfig4.png similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/img/menuconfig4.png rename to Ubiquitous/XiZi/board/kd233/img/menuconfig4.png diff --git a/Ubiquitous/XiUOS/board/kd233/img/terminal.png b/Ubiquitous/XiZi/board/kd233/img/terminal.png similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/img/terminal.png rename to Ubiquitous/XiZi/board/kd233/img/terminal.png diff --git a/Ubiquitous/XiUOS/board/kd233/img/vscode.jpg b/Ubiquitous/XiZi/board/kd233/img/vscode.jpg similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/img/vscode.jpg rename to Ubiquitous/XiZi/board/kd233/img/vscode.jpg diff --git a/Ubiquitous/XiUOS/board/kd233/include/atomic.h b/Ubiquitous/XiZi/board/kd233/include/atomic.h similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/include/atomic.h rename to Ubiquitous/XiZi/board/kd233/include/atomic.h diff --git a/Ubiquitous/XiUOS/board/kd233/include/bsp.h b/Ubiquitous/XiZi/board/kd233/include/bsp.h similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/include/bsp.h rename to Ubiquitous/XiZi/board/kd233/include/bsp.h diff --git a/Ubiquitous/XiUOS/board/kd233/include/dump.h b/Ubiquitous/XiZi/board/kd233/include/dump.h similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/include/dump.h rename to Ubiquitous/XiZi/board/kd233/include/dump.h diff --git a/Ubiquitous/XiUOS/board/kd233/include/encoding.h b/Ubiquitous/XiZi/board/kd233/include/encoding.h similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/include/encoding.h rename to Ubiquitous/XiZi/board/kd233/include/encoding.h diff --git a/Ubiquitous/XiUOS/board/kd233/include/entry.h b/Ubiquitous/XiZi/board/kd233/include/entry.h similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/include/entry.h rename to Ubiquitous/XiZi/board/kd233/include/entry.h diff --git a/Ubiquitous/XiUOS/board/kd233/include/interrupt.h b/Ubiquitous/XiZi/board/kd233/include/interrupt.h similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/include/interrupt.h rename to Ubiquitous/XiZi/board/kd233/include/interrupt.h diff --git a/Ubiquitous/XiUOS/board/kd233/include/platform.h b/Ubiquitous/XiZi/board/kd233/include/platform.h similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/include/platform.h rename to Ubiquitous/XiZi/board/kd233/include/platform.h diff --git a/Ubiquitous/XiUOS/board/kd233/include/printf.h b/Ubiquitous/XiZi/board/kd233/include/printf.h similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/include/printf.h rename to Ubiquitous/XiZi/board/kd233/include/printf.h diff --git a/Ubiquitous/XiUOS/board/kd233/include/sleep.h b/Ubiquitous/XiZi/board/kd233/include/sleep.h similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/include/sleep.h rename to Ubiquitous/XiZi/board/kd233/include/sleep.h diff --git a/Ubiquitous/XiUOS/board/kd233/include/syscalls.h b/Ubiquitous/XiZi/board/kd233/include/syscalls.h similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/include/syscalls.h rename to Ubiquitous/XiZi/board/kd233/include/syscalls.h diff --git a/Ubiquitous/XiUOS/board/kd233/include/syslog.h b/Ubiquitous/XiZi/board/kd233/include/syslog.h similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/include/syslog.h rename to Ubiquitous/XiZi/board/kd233/include/syslog.h diff --git a/Ubiquitous/XiUOS/board/kd233/include/util.h b/Ubiquitous/XiZi/board/kd233/include/util.h similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/include/util.h rename to Ubiquitous/XiZi/board/kd233/include/util.h diff --git a/Ubiquitous/XiUOS/board/kd233/link.lds b/Ubiquitous/XiZi/board/kd233/link.lds similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/link.lds rename to Ubiquitous/XiZi/board/kd233/link.lds diff --git a/Ubiquitous/XiUOS/board/kd233/link_userspace.lds b/Ubiquitous/XiZi/board/kd233/link_userspace.lds similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/link_userspace.lds rename to Ubiquitous/XiZi/board/kd233/link_userspace.lds diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/Kconfig b/Ubiquitous/XiZi/board/kd233/third_party_driver/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/Kconfig rename to Ubiquitous/XiZi/board/kd233/third_party_driver/Kconfig diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/Makefile b/Ubiquitous/XiZi/board/kd233/third_party_driver/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/Makefile rename to Ubiquitous/XiZi/board/kd233/third_party_driver/Makefile diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/dma/Kconfig b/Ubiquitous/XiZi/board/kd233/third_party_driver/dma/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/dma/Kconfig rename to Ubiquitous/XiZi/board/kd233/third_party_driver/dma/Kconfig diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/dma/Makefile b/Ubiquitous/XiZi/board/kd233/third_party_driver/dma/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/dma/Makefile rename to Ubiquitous/XiZi/board/kd233/third_party_driver/dma/Makefile diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/dma/dmac.c b/Ubiquitous/XiZi/board/kd233/third_party_driver/dma/dmac.c similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/dma/dmac.c rename to Ubiquitous/XiZi/board/kd233/third_party_driver/dma/dmac.c diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/gpio/Kconfig b/Ubiquitous/XiZi/board/kd233/third_party_driver/gpio/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/gpio/Kconfig rename to Ubiquitous/XiZi/board/kd233/third_party_driver/gpio/Kconfig diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/gpio/Makefile b/Ubiquitous/XiZi/board/kd233/third_party_driver/gpio/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/gpio/Makefile rename to Ubiquitous/XiZi/board/kd233/third_party_driver/gpio/Makefile diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/gpio/connect_gpio.c b/Ubiquitous/XiZi/board/kd233/third_party_driver/gpio/connect_gpio.c similarity index 99% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/gpio/connect_gpio.c rename to Ubiquitous/XiZi/board/kd233/third_party_driver/gpio/connect_gpio.c index 475e13a88..fe034066f 100644 --- a/Ubiquitous/XiUOS/board/kd233/third_party_driver/gpio/connect_gpio.c +++ b/Ubiquitous/XiZi/board/kd233/third_party_driver/gpio/connect_gpio.c @@ -27,7 +27,7 @@ Author: AIIT XUOS Lab Modification: add bus driver framework support for gpio *************************************************/ -#include +#include #include #include #include diff --git a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/gpio/drv_io_config.c b/Ubiquitous/XiZi/board/kd233/third_party_driver/gpio/drv_io_config.c similarity index 99% rename from Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/gpio/drv_io_config.c rename to Ubiquitous/XiZi/board/kd233/third_party_driver/gpio/drv_io_config.c index f1b55e18a..f50e22797 100644 --- a/Ubiquitous/XiUOS/board/k210-emulator/third_party_driver/gpio/drv_io_config.c +++ b/Ubiquitous/XiZi/board/kd233/third_party_driver/gpio/drv_io_config.c @@ -27,7 +27,7 @@ Author: AIIT XUOS Lab Modification: support kd233-board io configure *************************************************/ -#include +#include #include #include "drv_io_config.h" #include diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/gpio/fpioa.c b/Ubiquitous/XiZi/board/kd233/third_party_driver/gpio/fpioa.c similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/gpio/fpioa.c rename to Ubiquitous/XiZi/board/kd233/third_party_driver/gpio/fpioa.c diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/gpio/gpio.c b/Ubiquitous/XiZi/board/kd233/third_party_driver/gpio/gpio.c similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/gpio/gpio.c rename to Ubiquitous/XiZi/board/kd233/third_party_driver/gpio/gpio.c diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/gpio/gpiohs.c b/Ubiquitous/XiZi/board/kd233/third_party_driver/gpio/gpiohs.c similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/gpio/gpiohs.c rename to Ubiquitous/XiZi/board/kd233/third_party_driver/gpio/gpiohs.c diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/gpio/utils.c b/Ubiquitous/XiZi/board/kd233/third_party_driver/gpio/utils.c similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/gpio/utils.c rename to Ubiquitous/XiZi/board/kd233/third_party_driver/gpio/utils.c diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/i2c/Kconfig b/Ubiquitous/XiZi/board/kd233/third_party_driver/i2c/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/i2c/Kconfig rename to Ubiquitous/XiZi/board/kd233/third_party_driver/i2c/Kconfig diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/i2c/Makefile b/Ubiquitous/XiZi/board/kd233/third_party_driver/i2c/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/i2c/Makefile rename to Ubiquitous/XiZi/board/kd233/third_party_driver/i2c/Makefile diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/i2c/connect_i2c.c b/Ubiquitous/XiZi/board/kd233/third_party_driver/i2c/connect_i2c.c similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/i2c/connect_i2c.c rename to Ubiquitous/XiZi/board/kd233/third_party_driver/i2c/connect_i2c.c diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/i2c/hardware_i2c.c b/Ubiquitous/XiZi/board/kd233/third_party_driver/i2c/hardware_i2c.c similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/i2c/hardware_i2c.c rename to Ubiquitous/XiZi/board/kd233/third_party_driver/i2c/hardware_i2c.c diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/include/clint.h b/Ubiquitous/XiZi/board/kd233/third_party_driver/include/clint.h similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/include/clint.h rename to Ubiquitous/XiZi/board/kd233/third_party_driver/include/clint.h diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/include/connect_gpio.h b/Ubiquitous/XiZi/board/kd233/third_party_driver/include/connect_gpio.h similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/include/connect_gpio.h rename to Ubiquitous/XiZi/board/kd233/third_party_driver/include/connect_gpio.h diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/include/connect_hwtimer.h b/Ubiquitous/XiZi/board/kd233/third_party_driver/include/connect_hwtimer.h similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/include/connect_hwtimer.h rename to Ubiquitous/XiZi/board/kd233/third_party_driver/include/connect_hwtimer.h diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/include/connect_i2c.h b/Ubiquitous/XiZi/board/kd233/third_party_driver/include/connect_i2c.h similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/include/connect_i2c.h rename to Ubiquitous/XiZi/board/kd233/third_party_driver/include/connect_i2c.h diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/include/connect_rtc.h b/Ubiquitous/XiZi/board/kd233/third_party_driver/include/connect_rtc.h similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/include/connect_rtc.h rename to Ubiquitous/XiZi/board/kd233/third_party_driver/include/connect_rtc.h diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/include/connect_spi.h b/Ubiquitous/XiZi/board/kd233/third_party_driver/include/connect_spi.h similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/include/connect_spi.h rename to Ubiquitous/XiZi/board/kd233/third_party_driver/include/connect_spi.h diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/include/connect_uart.h b/Ubiquitous/XiZi/board/kd233/third_party_driver/include/connect_uart.h similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/include/connect_uart.h rename to Ubiquitous/XiZi/board/kd233/third_party_driver/include/connect_uart.h diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/include/connect_wdt.h b/Ubiquitous/XiZi/board/kd233/third_party_driver/include/connect_wdt.h similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/include/connect_wdt.h rename to Ubiquitous/XiZi/board/kd233/third_party_driver/include/connect_wdt.h diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/include/dmac.h b/Ubiquitous/XiZi/board/kd233/third_party_driver/include/dmac.h similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/include/dmac.h rename to Ubiquitous/XiZi/board/kd233/third_party_driver/include/dmac.h diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/include/drv_io_config.h b/Ubiquitous/XiZi/board/kd233/third_party_driver/include/drv_io_config.h similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/include/drv_io_config.h rename to Ubiquitous/XiZi/board/kd233/third_party_driver/include/drv_io_config.h diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/include/dvp.h b/Ubiquitous/XiZi/board/kd233/third_party_driver/include/dvp.h similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/include/dvp.h rename to Ubiquitous/XiZi/board/kd233/third_party_driver/include/dvp.h diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/include/font.h b/Ubiquitous/XiZi/board/kd233/third_party_driver/include/font.h similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/include/font.h rename to Ubiquitous/XiZi/board/kd233/third_party_driver/include/font.h diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/include/fpioa.h b/Ubiquitous/XiZi/board/kd233/third_party_driver/include/fpioa.h similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/include/fpioa.h rename to Ubiquitous/XiZi/board/kd233/third_party_driver/include/fpioa.h diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/include/gpio.h b/Ubiquitous/XiZi/board/kd233/third_party_driver/include/gpio.h similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/include/gpio.h rename to Ubiquitous/XiZi/board/kd233/third_party_driver/include/gpio.h diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/include/gpio_common.h b/Ubiquitous/XiZi/board/kd233/third_party_driver/include/gpio_common.h similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/include/gpio_common.h rename to Ubiquitous/XiZi/board/kd233/third_party_driver/include/gpio_common.h diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/include/gpiohs.h b/Ubiquitous/XiZi/board/kd233/third_party_driver/include/gpiohs.h similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/include/gpiohs.h rename to Ubiquitous/XiZi/board/kd233/third_party_driver/include/gpiohs.h diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/include/hardware_hwtimer.h b/Ubiquitous/XiZi/board/kd233/third_party_driver/include/hardware_hwtimer.h similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/include/hardware_hwtimer.h rename to Ubiquitous/XiZi/board/kd233/third_party_driver/include/hardware_hwtimer.h diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/include/hardware_i2c.h b/Ubiquitous/XiZi/board/kd233/third_party_driver/include/hardware_i2c.h similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/include/hardware_i2c.h rename to Ubiquitous/XiZi/board/kd233/third_party_driver/include/hardware_i2c.h diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/include/hardware_rtc.h b/Ubiquitous/XiZi/board/kd233/third_party_driver/include/hardware_rtc.h similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/include/hardware_rtc.h rename to Ubiquitous/XiZi/board/kd233/third_party_driver/include/hardware_rtc.h diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/include/hardware_spi.h b/Ubiquitous/XiZi/board/kd233/third_party_driver/include/hardware_spi.h similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/include/hardware_spi.h rename to Ubiquitous/XiZi/board/kd233/third_party_driver/include/hardware_spi.h diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/include/hardware_uart.h b/Ubiquitous/XiZi/board/kd233/third_party_driver/include/hardware_uart.h similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/include/hardware_uart.h rename to Ubiquitous/XiZi/board/kd233/third_party_driver/include/hardware_uart.h diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/include/hardware_uarths.h b/Ubiquitous/XiZi/board/kd233/third_party_driver/include/hardware_uarths.h similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/include/hardware_uarths.h rename to Ubiquitous/XiZi/board/kd233/third_party_driver/include/hardware_uarths.h diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/include/io.h b/Ubiquitous/XiZi/board/kd233/third_party_driver/include/io.h similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/include/io.h rename to Ubiquitous/XiZi/board/kd233/third_party_driver/include/io.h diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/include/plic.h b/Ubiquitous/XiZi/board/kd233/third_party_driver/include/plic.h similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/include/plic.h rename to Ubiquitous/XiZi/board/kd233/third_party_driver/include/plic.h diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/include/sysctl.h b/Ubiquitous/XiZi/board/kd233/third_party_driver/include/sysctl.h similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/include/sysctl.h rename to Ubiquitous/XiZi/board/kd233/third_party_driver/include/sysctl.h diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/include/utils.h b/Ubiquitous/XiZi/board/kd233/third_party_driver/include/utils.h similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/include/utils.h rename to Ubiquitous/XiZi/board/kd233/third_party_driver/include/utils.h diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/include/wdt.h b/Ubiquitous/XiZi/board/kd233/third_party_driver/include/wdt.h similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/include/wdt.h rename to Ubiquitous/XiZi/board/kd233/third_party_driver/include/wdt.h diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/plic/Kconfig b/Ubiquitous/XiZi/board/kd233/third_party_driver/plic/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/plic/Kconfig rename to Ubiquitous/XiZi/board/kd233/third_party_driver/plic/Kconfig diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/plic/Makefile b/Ubiquitous/XiZi/board/kd233/third_party_driver/plic/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/plic/Makefile rename to Ubiquitous/XiZi/board/kd233/third_party_driver/plic/Makefile diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/plic/clint.c b/Ubiquitous/XiZi/board/kd233/third_party_driver/plic/clint.c similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/plic/clint.c rename to Ubiquitous/XiZi/board/kd233/third_party_driver/plic/clint.c diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/plic/drv_interrupt.c b/Ubiquitous/XiZi/board/kd233/third_party_driver/plic/drv_interrupt.c similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/plic/drv_interrupt.c rename to Ubiquitous/XiZi/board/kd233/third_party_driver/plic/drv_interrupt.c diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/plic/plic.c b/Ubiquitous/XiZi/board/kd233/third_party_driver/plic/plic.c similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/plic/plic.c rename to Ubiquitous/XiZi/board/kd233/third_party_driver/plic/plic.c diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/rtc/Kconfig b/Ubiquitous/XiZi/board/kd233/third_party_driver/rtc/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/rtc/Kconfig rename to Ubiquitous/XiZi/board/kd233/third_party_driver/rtc/Kconfig diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/rtc/Makefile b/Ubiquitous/XiZi/board/kd233/third_party_driver/rtc/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/rtc/Makefile rename to Ubiquitous/XiZi/board/kd233/third_party_driver/rtc/Makefile diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/rtc/connect_rtc.c b/Ubiquitous/XiZi/board/kd233/third_party_driver/rtc/connect_rtc.c similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/rtc/connect_rtc.c rename to Ubiquitous/XiZi/board/kd233/third_party_driver/rtc/connect_rtc.c diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/rtc/hardware_rtc.c b/Ubiquitous/XiZi/board/kd233/third_party_driver/rtc/hardware_rtc.c similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/rtc/hardware_rtc.c rename to Ubiquitous/XiZi/board/kd233/third_party_driver/rtc/hardware_rtc.c diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/sleep.c b/Ubiquitous/XiZi/board/kd233/third_party_driver/sleep.c similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/sleep.c rename to Ubiquitous/XiZi/board/kd233/third_party_driver/sleep.c diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/spi/Kconfig b/Ubiquitous/XiZi/board/kd233/third_party_driver/spi/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/spi/Kconfig rename to Ubiquitous/XiZi/board/kd233/third_party_driver/spi/Kconfig diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/spi/Makefile b/Ubiquitous/XiZi/board/kd233/third_party_driver/spi/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/spi/Makefile rename to Ubiquitous/XiZi/board/kd233/third_party_driver/spi/Makefile diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/spi/connect_spi.c b/Ubiquitous/XiZi/board/kd233/third_party_driver/spi/connect_spi.c similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/spi/connect_spi.c rename to Ubiquitous/XiZi/board/kd233/third_party_driver/spi/connect_spi.c diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/spi/hardware_spi.c b/Ubiquitous/XiZi/board/kd233/third_party_driver/spi/hardware_spi.c similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/spi/hardware_spi.c rename to Ubiquitous/XiZi/board/kd233/third_party_driver/spi/hardware_spi.c diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/sys_clock/Kconfig b/Ubiquitous/XiZi/board/kd233/third_party_driver/sys_clock/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/sys_clock/Kconfig rename to Ubiquitous/XiZi/board/kd233/third_party_driver/sys_clock/Kconfig diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/sys_clock/Makefile b/Ubiquitous/XiZi/board/kd233/third_party_driver/sys_clock/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/sys_clock/Makefile rename to Ubiquitous/XiZi/board/kd233/third_party_driver/sys_clock/Makefile diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/sys_clock/sysctl.c b/Ubiquitous/XiZi/board/kd233/third_party_driver/sys_clock/sysctl.c similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/sys_clock/sysctl.c rename to Ubiquitous/XiZi/board/kd233/third_party_driver/sys_clock/sysctl.c diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/timer/Kconfig b/Ubiquitous/XiZi/board/kd233/third_party_driver/timer/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/timer/Kconfig rename to Ubiquitous/XiZi/board/kd233/third_party_driver/timer/Kconfig diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/timer/Makefile b/Ubiquitous/XiZi/board/kd233/third_party_driver/timer/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/timer/Makefile rename to Ubiquitous/XiZi/board/kd233/third_party_driver/timer/Makefile diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/timer/connect_hwtimer.c b/Ubiquitous/XiZi/board/kd233/third_party_driver/timer/connect_hwtimer.c similarity index 99% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/timer/connect_hwtimer.c rename to Ubiquitous/XiZi/board/kd233/third_party_driver/timer/connect_hwtimer.c index 0ad054905..7df6ac7ad 100644 --- a/Ubiquitous/XiUOS/board/kd233/third_party_driver/timer/connect_hwtimer.c +++ b/Ubiquitous/XiZi/board/kd233/third_party_driver/timer/connect_hwtimer.c @@ -19,7 +19,7 @@ */ #include -#include +#include #include #include #include diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/timer/hardware_hwtimer.c b/Ubiquitous/XiZi/board/kd233/third_party_driver/timer/hardware_hwtimer.c similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/timer/hardware_hwtimer.c rename to Ubiquitous/XiZi/board/kd233/third_party_driver/timer/hardware_hwtimer.c diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/uart/Kconfig b/Ubiquitous/XiZi/board/kd233/third_party_driver/uart/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/uart/Kconfig rename to Ubiquitous/XiZi/board/kd233/third_party_driver/uart/Kconfig diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/uart/Makefile b/Ubiquitous/XiZi/board/kd233/third_party_driver/uart/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/uart/Makefile rename to Ubiquitous/XiZi/board/kd233/third_party_driver/uart/Makefile diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/uart/connect_uart.c b/Ubiquitous/XiZi/board/kd233/third_party_driver/uart/connect_uart.c similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/uart/connect_uart.c rename to Ubiquitous/XiZi/board/kd233/third_party_driver/uart/connect_uart.c diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/uart/hardware_uart.c b/Ubiquitous/XiZi/board/kd233/third_party_driver/uart/hardware_uart.c similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/uart/hardware_uart.c rename to Ubiquitous/XiZi/board/kd233/third_party_driver/uart/hardware_uart.c diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/uart/hardware_uarths.c b/Ubiquitous/XiZi/board/kd233/third_party_driver/uart/hardware_uarths.c similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/uart/hardware_uarths.c rename to Ubiquitous/XiZi/board/kd233/third_party_driver/uart/hardware_uarths.c diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/watchdog/Kconfig b/Ubiquitous/XiZi/board/kd233/third_party_driver/watchdog/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/watchdog/Kconfig rename to Ubiquitous/XiZi/board/kd233/third_party_driver/watchdog/Kconfig diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/watchdog/Makefile b/Ubiquitous/XiZi/board/kd233/third_party_driver/watchdog/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/watchdog/Makefile rename to Ubiquitous/XiZi/board/kd233/third_party_driver/watchdog/Makefile diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/watchdog/connect_wdt.c b/Ubiquitous/XiZi/board/kd233/third_party_driver/watchdog/connect_wdt.c similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/watchdog/connect_wdt.c rename to Ubiquitous/XiZi/board/kd233/third_party_driver/watchdog/connect_wdt.c diff --git a/Ubiquitous/XiUOS/board/kd233/third_party_driver/watchdog/wdt.c b/Ubiquitous/XiZi/board/kd233/third_party_driver/watchdog/wdt.c similarity index 100% rename from Ubiquitous/XiUOS/board/kd233/third_party_driver/watchdog/wdt.c rename to Ubiquitous/XiZi/board/kd233/third_party_driver/watchdog/wdt.c diff --git a/Ubiquitous/XiUOS/board/maix-go/.defconfig b/Ubiquitous/XiZi/board/maix-go/.defconfig similarity index 99% rename from Ubiquitous/XiUOS/board/maix-go/.defconfig rename to Ubiquitous/XiZi/board/maix-go/.defconfig index 5dfe49e20..a4c61985e 100644 --- a/Ubiquitous/XiUOS/board/maix-go/.defconfig +++ b/Ubiquitous/XiZi/board/maix-go/.defconfig @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# XiUOS Project Configuration +# XiZi Project Configuration # CONFIG_BOARD_MAIX_GO_EVB=y CONFIG_KERNEL_CONSOLE_DEVICE_NAME="uarths" diff --git a/Ubiquitous/XiUOS/board/maix-go/Kconfig b/Ubiquitous/XiZi/board/maix-go/Kconfig similarity index 96% rename from Ubiquitous/XiUOS/board/maix-go/Kconfig rename to Ubiquitous/XiZi/board/maix-go/Kconfig index 6566947ca..cefd58979 100644 --- a/Ubiquitous/XiUOS/board/maix-go/Kconfig +++ b/Ubiquitous/XiZi/board/maix-go/Kconfig @@ -1,4 +1,4 @@ -mainmenu "XiUOS Project Configuration" +mainmenu "XiZi Project Configuration" config BSP_DIR string diff --git a/Ubiquitous/XiUOS/board/maix-go/Makefile b/Ubiquitous/XiZi/board/maix-go/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/maix-go/Makefile rename to Ubiquitous/XiZi/board/maix-go/Makefile diff --git a/Ubiquitous/XiUOS/board/maix-go/README.md b/Ubiquitous/XiZi/board/maix-go/README.md similarity index 100% rename from Ubiquitous/XiUOS/board/maix-go/README.md rename to Ubiquitous/XiZi/board/maix-go/README.md diff --git a/Ubiquitous/XiUOS/board/maix-go/board.c b/Ubiquitous/XiZi/board/maix-go/board.c similarity index 99% rename from Ubiquitous/XiUOS/board/maix-go/board.c rename to Ubiquitous/XiZi/board/maix-go/board.c index 23fef717a..9dcb652e4 100644 --- a/Ubiquitous/XiUOS/board/maix-go/board.c +++ b/Ubiquitous/XiZi/board/maix-go/board.c @@ -34,7 +34,7 @@ Modification: 3. support maix-go-board shell cmd, include reboot, shutdown *************************************************/ -#include +#include #include #include #include "board.h" diff --git a/Ubiquitous/XiUOS/board/maix-go/board.h b/Ubiquitous/XiZi/board/maix-go/board.h similarity index 100% rename from Ubiquitous/XiUOS/board/maix-go/board.h rename to Ubiquitous/XiZi/board/maix-go/board.h diff --git a/Ubiquitous/XiUOS/board/maix-go/config.mk b/Ubiquitous/XiZi/board/maix-go/config.mk similarity index 81% rename from Ubiquitous/XiUOS/board/maix-go/config.mk rename to Ubiquitous/XiZi/board/maix-go/config.mk index e06e915fe..04cea6973 100644 --- a/Ubiquitous/XiUOS/board/maix-go/config.mk +++ b/Ubiquitous/XiZi/board/maix-go/config.mk @@ -1,8 +1,8 @@ export CFLAGS := -mcmodel=medany -march=rv64imafdc -mabi=lp64d -fno-common -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -O0 -ggdb -fgnu89-inline -Werror export AFLAGS := -c -mcmodel=medany -march=rv64imafdc -mabi=lp64d -x assembler-with-cpp -ggdb -export LFLAGS := -mcmodel=medany -march=rv64imafdc -mabi=lp64d -nostartfiles -Wl,--gc-sections,-Map=XiUOS.map,-cref,-u,_start -T $(BSP_ROOT)/link.lds +export LFLAGS := -mcmodel=medany -march=rv64imafdc -mabi=lp64d -nostartfiles -Wl,--gc-sections,-Map=XiZi.map,-cref,-u,_start -T $(BSP_ROOT)/link.lds -export APPLFLAGS := -mcmodel=medany -march=rv64imafdc -mabi=lp64d -nostartfiles -Wl,--gc-sections,-Map=XiUOS_app.map,-cref,-u, -T $(BSP_ROOT)/link_userspace.lds +export APPLFLAGS := -mcmodel=medany -march=rv64imafdc -mabi=lp64d -nostartfiles -Wl,--gc-sections,-Map=XiZi_app.map,-cref,-u, -T $(BSP_ROOT)/link_userspace.lds export CXXFLAGS := -mcmodel=medany -march=rv64imafdc -mabi=lp64d -fno-common -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -O0 -ggdb -Werror diff --git a/Ubiquitous/XiUOS/board/maix-go/doc/20200117183100in2v5v.pdf b/Ubiquitous/XiZi/board/maix-go/doc/20200117183100in2v5v.pdf similarity index 100% rename from Ubiquitous/XiUOS/board/maix-go/doc/20200117183100in2v5v.pdf rename to Ubiquitous/XiZi/board/maix-go/doc/20200117183100in2v5v.pdf diff --git a/Ubiquitous/XiUOS/board/maix-go/doc/Maix_GO_2.20(Assembly drawing).pdf b/Ubiquitous/XiZi/board/maix-go/doc/Maix_GO_2.20(Assembly drawing).pdf similarity index 100% rename from Ubiquitous/XiUOS/board/maix-go/doc/Maix_GO_2.20(Assembly drawing).pdf rename to Ubiquitous/XiZi/board/maix-go/doc/Maix_GO_2.20(Assembly drawing).pdf diff --git a/Ubiquitous/XiUOS/board/maix-go/doc/Maix_GO_2.20(Schematic).pdf b/Ubiquitous/XiZi/board/maix-go/doc/Maix_GO_2.20(Schematic).pdf similarity index 100% rename from Ubiquitous/XiUOS/board/maix-go/doc/Maix_GO_2.20(Schematic).pdf rename to Ubiquitous/XiZi/board/maix-go/doc/Maix_GO_2.20(Schematic).pdf diff --git a/Ubiquitous/XiUOS/board/maix-go/img/maix_go.jpg b/Ubiquitous/XiZi/board/maix-go/img/maix_go.jpg similarity index 100% rename from Ubiquitous/XiUOS/board/maix-go/img/maix_go.jpg rename to Ubiquitous/XiZi/board/maix-go/img/maix_go.jpg diff --git a/Ubiquitous/XiUOS/board/maix-go/img/terminal.png b/Ubiquitous/XiZi/board/maix-go/img/terminal.png similarity index 100% rename from Ubiquitous/XiUOS/board/maix-go/img/terminal.png rename to Ubiquitous/XiZi/board/maix-go/img/terminal.png diff --git a/Ubiquitous/XiUOS/board/maix-go/include/atomic.h b/Ubiquitous/XiZi/board/maix-go/include/atomic.h similarity index 100% rename from Ubiquitous/XiUOS/board/maix-go/include/atomic.h rename to Ubiquitous/XiZi/board/maix-go/include/atomic.h diff --git a/Ubiquitous/XiUOS/board/maix-go/include/bsp.h b/Ubiquitous/XiZi/board/maix-go/include/bsp.h similarity index 100% rename from Ubiquitous/XiUOS/board/maix-go/include/bsp.h rename to Ubiquitous/XiZi/board/maix-go/include/bsp.h diff --git a/Ubiquitous/XiUOS/board/maix-go/include/dump.h b/Ubiquitous/XiZi/board/maix-go/include/dump.h similarity index 100% rename from Ubiquitous/XiUOS/board/maix-go/include/dump.h rename to Ubiquitous/XiZi/board/maix-go/include/dump.h diff --git a/Ubiquitous/XiUOS/board/maix-go/include/encoding.h b/Ubiquitous/XiZi/board/maix-go/include/encoding.h similarity index 100% rename from Ubiquitous/XiUOS/board/maix-go/include/encoding.h rename to Ubiquitous/XiZi/board/maix-go/include/encoding.h diff --git a/Ubiquitous/XiUOS/board/maix-go/include/entry.h b/Ubiquitous/XiZi/board/maix-go/include/entry.h similarity index 100% rename from Ubiquitous/XiUOS/board/maix-go/include/entry.h rename to Ubiquitous/XiZi/board/maix-go/include/entry.h diff --git a/Ubiquitous/XiUOS/board/maix-go/include/interrupt.h b/Ubiquitous/XiZi/board/maix-go/include/interrupt.h similarity index 100% rename from Ubiquitous/XiUOS/board/maix-go/include/interrupt.h rename to Ubiquitous/XiZi/board/maix-go/include/interrupt.h diff --git a/Ubiquitous/XiUOS/board/maix-go/include/platform.h b/Ubiquitous/XiZi/board/maix-go/include/platform.h similarity index 100% rename from Ubiquitous/XiUOS/board/maix-go/include/platform.h rename to Ubiquitous/XiZi/board/maix-go/include/platform.h diff --git a/Ubiquitous/XiUOS/board/maix-go/include/printf.h b/Ubiquitous/XiZi/board/maix-go/include/printf.h similarity index 100% rename from Ubiquitous/XiUOS/board/maix-go/include/printf.h rename to Ubiquitous/XiZi/board/maix-go/include/printf.h diff --git a/Ubiquitous/XiUOS/board/maix-go/include/sleep.h b/Ubiquitous/XiZi/board/maix-go/include/sleep.h similarity index 100% rename from Ubiquitous/XiUOS/board/maix-go/include/sleep.h rename to Ubiquitous/XiZi/board/maix-go/include/sleep.h diff --git a/Ubiquitous/XiUOS/board/maix-go/include/syscalls.h b/Ubiquitous/XiZi/board/maix-go/include/syscalls.h similarity index 100% rename from Ubiquitous/XiUOS/board/maix-go/include/syscalls.h rename to Ubiquitous/XiZi/board/maix-go/include/syscalls.h diff --git a/Ubiquitous/XiUOS/board/maix-go/include/syslog.h b/Ubiquitous/XiZi/board/maix-go/include/syslog.h similarity index 100% rename from Ubiquitous/XiUOS/board/maix-go/include/syslog.h rename to Ubiquitous/XiZi/board/maix-go/include/syslog.h diff --git a/Ubiquitous/XiUOS/board/maix-go/include/util.h b/Ubiquitous/XiZi/board/maix-go/include/util.h similarity index 100% rename from Ubiquitous/XiUOS/board/maix-go/include/util.h rename to Ubiquitous/XiZi/board/maix-go/include/util.h diff --git a/Ubiquitous/XiUOS/board/maix-go/link.lds b/Ubiquitous/XiZi/board/maix-go/link.lds similarity index 100% rename from Ubiquitous/XiUOS/board/maix-go/link.lds rename to Ubiquitous/XiZi/board/maix-go/link.lds diff --git a/Ubiquitous/XiUOS/board/maix-go/link_userspace.lds b/Ubiquitous/XiZi/board/maix-go/link_userspace.lds similarity index 100% rename from Ubiquitous/XiUOS/board/maix-go/link_userspace.lds rename to Ubiquitous/XiZi/board/maix-go/link_userspace.lds diff --git a/Ubiquitous/XiUOS/board/maix-go/third_party_driver/Kconfig b/Ubiquitous/XiZi/board/maix-go/third_party_driver/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/maix-go/third_party_driver/Kconfig rename to Ubiquitous/XiZi/board/maix-go/third_party_driver/Kconfig diff --git a/Ubiquitous/XiUOS/board/maix-go/third_party_driver/Makefile b/Ubiquitous/XiZi/board/maix-go/third_party_driver/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/maix-go/third_party_driver/Makefile rename to Ubiquitous/XiZi/board/maix-go/third_party_driver/Makefile diff --git a/Ubiquitous/XiUOS/board/maix-go/third_party_driver/include/clint.h b/Ubiquitous/XiZi/board/maix-go/third_party_driver/include/clint.h similarity index 100% rename from Ubiquitous/XiUOS/board/maix-go/third_party_driver/include/clint.h rename to Ubiquitous/XiZi/board/maix-go/third_party_driver/include/clint.h diff --git a/Ubiquitous/XiUOS/board/maix-go/third_party_driver/include/connect_uart.h b/Ubiquitous/XiZi/board/maix-go/third_party_driver/include/connect_uart.h similarity index 100% rename from Ubiquitous/XiUOS/board/maix-go/third_party_driver/include/connect_uart.h rename to Ubiquitous/XiZi/board/maix-go/third_party_driver/include/connect_uart.h diff --git a/Ubiquitous/XiUOS/board/maix-go/third_party_driver/include/dmac.h b/Ubiquitous/XiZi/board/maix-go/third_party_driver/include/dmac.h similarity index 100% rename from Ubiquitous/XiUOS/board/maix-go/third_party_driver/include/dmac.h rename to Ubiquitous/XiZi/board/maix-go/third_party_driver/include/dmac.h diff --git a/Ubiquitous/XiUOS/board/maix-go/third_party_driver/include/hardware_uart.h b/Ubiquitous/XiZi/board/maix-go/third_party_driver/include/hardware_uart.h similarity index 100% rename from Ubiquitous/XiUOS/board/maix-go/third_party_driver/include/hardware_uart.h rename to Ubiquitous/XiZi/board/maix-go/third_party_driver/include/hardware_uart.h diff --git a/Ubiquitous/XiUOS/board/maix-go/third_party_driver/include/hardware_uarths.h b/Ubiquitous/XiZi/board/maix-go/third_party_driver/include/hardware_uarths.h similarity index 100% rename from Ubiquitous/XiUOS/board/maix-go/third_party_driver/include/hardware_uarths.h rename to Ubiquitous/XiZi/board/maix-go/third_party_driver/include/hardware_uarths.h diff --git a/Ubiquitous/XiUOS/board/maix-go/third_party_driver/include/io.h b/Ubiquitous/XiZi/board/maix-go/third_party_driver/include/io.h similarity index 100% rename from Ubiquitous/XiUOS/board/maix-go/third_party_driver/include/io.h rename to Ubiquitous/XiZi/board/maix-go/third_party_driver/include/io.h diff --git a/Ubiquitous/XiUOS/board/maix-go/third_party_driver/include/plic.h b/Ubiquitous/XiZi/board/maix-go/third_party_driver/include/plic.h similarity index 100% rename from Ubiquitous/XiUOS/board/maix-go/third_party_driver/include/plic.h rename to Ubiquitous/XiZi/board/maix-go/third_party_driver/include/plic.h diff --git a/Ubiquitous/XiUOS/board/maix-go/third_party_driver/include/sysctl.h b/Ubiquitous/XiZi/board/maix-go/third_party_driver/include/sysctl.h similarity index 100% rename from Ubiquitous/XiUOS/board/maix-go/third_party_driver/include/sysctl.h rename to Ubiquitous/XiZi/board/maix-go/third_party_driver/include/sysctl.h diff --git a/Ubiquitous/XiUOS/board/maix-go/third_party_driver/include/utils.h b/Ubiquitous/XiZi/board/maix-go/third_party_driver/include/utils.h similarity index 100% rename from Ubiquitous/XiUOS/board/maix-go/third_party_driver/include/utils.h rename to Ubiquitous/XiZi/board/maix-go/third_party_driver/include/utils.h diff --git a/Ubiquitous/XiUOS/board/maix-go/third_party_driver/plic/Kconfig b/Ubiquitous/XiZi/board/maix-go/third_party_driver/plic/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/maix-go/third_party_driver/plic/Kconfig rename to Ubiquitous/XiZi/board/maix-go/third_party_driver/plic/Kconfig diff --git a/Ubiquitous/XiUOS/board/maix-go/third_party_driver/plic/Makefile b/Ubiquitous/XiZi/board/maix-go/third_party_driver/plic/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/maix-go/third_party_driver/plic/Makefile rename to Ubiquitous/XiZi/board/maix-go/third_party_driver/plic/Makefile diff --git a/Ubiquitous/XiUOS/board/maix-go/third_party_driver/plic/clint.c b/Ubiquitous/XiZi/board/maix-go/third_party_driver/plic/clint.c similarity index 100% rename from Ubiquitous/XiUOS/board/maix-go/third_party_driver/plic/clint.c rename to Ubiquitous/XiZi/board/maix-go/third_party_driver/plic/clint.c diff --git a/Ubiquitous/XiUOS/board/maix-go/third_party_driver/plic/drv_interrupt.c b/Ubiquitous/XiZi/board/maix-go/third_party_driver/plic/drv_interrupt.c similarity index 100% rename from Ubiquitous/XiUOS/board/maix-go/third_party_driver/plic/drv_interrupt.c rename to Ubiquitous/XiZi/board/maix-go/third_party_driver/plic/drv_interrupt.c diff --git a/Ubiquitous/XiUOS/board/maix-go/third_party_driver/plic/plic.c b/Ubiquitous/XiZi/board/maix-go/third_party_driver/plic/plic.c similarity index 100% rename from Ubiquitous/XiUOS/board/maix-go/third_party_driver/plic/plic.c rename to Ubiquitous/XiZi/board/maix-go/third_party_driver/plic/plic.c diff --git a/Ubiquitous/XiUOS/board/maix-go/third_party_driver/sleep.c b/Ubiquitous/XiZi/board/maix-go/third_party_driver/sleep.c similarity index 100% rename from Ubiquitous/XiUOS/board/maix-go/third_party_driver/sleep.c rename to Ubiquitous/XiZi/board/maix-go/third_party_driver/sleep.c diff --git a/Ubiquitous/XiUOS/board/maix-go/third_party_driver/sys_clock/Kconfig b/Ubiquitous/XiZi/board/maix-go/third_party_driver/sys_clock/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/maix-go/third_party_driver/sys_clock/Kconfig rename to Ubiquitous/XiZi/board/maix-go/third_party_driver/sys_clock/Kconfig diff --git a/Ubiquitous/XiUOS/board/maix-go/third_party_driver/sys_clock/Makefile b/Ubiquitous/XiZi/board/maix-go/third_party_driver/sys_clock/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/maix-go/third_party_driver/sys_clock/Makefile rename to Ubiquitous/XiZi/board/maix-go/third_party_driver/sys_clock/Makefile diff --git a/Ubiquitous/XiUOS/board/maix-go/third_party_driver/sys_clock/sysctl.c b/Ubiquitous/XiZi/board/maix-go/third_party_driver/sys_clock/sysctl.c similarity index 100% rename from Ubiquitous/XiUOS/board/maix-go/third_party_driver/sys_clock/sysctl.c rename to Ubiquitous/XiZi/board/maix-go/third_party_driver/sys_clock/sysctl.c diff --git a/Ubiquitous/XiUOS/board/maix-go/third_party_driver/uart/Kconfig b/Ubiquitous/XiZi/board/maix-go/third_party_driver/uart/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/maix-go/third_party_driver/uart/Kconfig rename to Ubiquitous/XiZi/board/maix-go/third_party_driver/uart/Kconfig diff --git a/Ubiquitous/XiUOS/board/maix-go/third_party_driver/uart/Makefile b/Ubiquitous/XiZi/board/maix-go/third_party_driver/uart/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/maix-go/third_party_driver/uart/Makefile rename to Ubiquitous/XiZi/board/maix-go/third_party_driver/uart/Makefile diff --git a/Ubiquitous/XiUOS/board/maix-go/third_party_driver/uart/connect_uart.c b/Ubiquitous/XiZi/board/maix-go/third_party_driver/uart/connect_uart.c similarity index 100% rename from Ubiquitous/XiUOS/board/maix-go/third_party_driver/uart/connect_uart.c rename to Ubiquitous/XiZi/board/maix-go/third_party_driver/uart/connect_uart.c diff --git a/Ubiquitous/XiUOS/board/maix-go/third_party_driver/uart/hardware_uart.c b/Ubiquitous/XiZi/board/maix-go/third_party_driver/uart/hardware_uart.c similarity index 100% rename from Ubiquitous/XiUOS/board/maix-go/third_party_driver/uart/hardware_uart.c rename to Ubiquitous/XiZi/board/maix-go/third_party_driver/uart/hardware_uart.c diff --git a/Ubiquitous/XiUOS/board/maix-go/third_party_driver/uart/hardware_uarths.c b/Ubiquitous/XiZi/board/maix-go/third_party_driver/uart/hardware_uarths.c similarity index 100% rename from Ubiquitous/XiUOS/board/maix-go/third_party_driver/uart/hardware_uarths.c rename to Ubiquitous/XiZi/board/maix-go/third_party_driver/uart/hardware_uarths.c diff --git a/Ubiquitous/XiUOS/board/ok1052-c/Kconfig b/Ubiquitous/XiZi/board/ok1052-c/Kconfig similarity index 96% rename from Ubiquitous/XiUOS/board/ok1052-c/Kconfig rename to Ubiquitous/XiZi/board/ok1052-c/Kconfig index 751c27a47..5f685a174 100644 --- a/Ubiquitous/XiUOS/board/ok1052-c/Kconfig +++ b/Ubiquitous/XiZi/board/ok1052-c/Kconfig @@ -1,4 +1,4 @@ -mainmenu "XiUOS Project Configuration" +mainmenu "XiZi Project Configuration" config BSP_DIR string diff --git a/Ubiquitous/XiUOS/board/ok1052-c/Makefile b/Ubiquitous/XiZi/board/ok1052-c/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/Makefile rename to Ubiquitous/XiZi/board/ok1052-c/Makefile diff --git a/Ubiquitous/XiUOS/board/ok1052-c/README.md b/Ubiquitous/XiZi/board/ok1052-c/README.md similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/README.md rename to Ubiquitous/XiZi/board/ok1052-c/README.md diff --git a/Ubiquitous/XiUOS/board/ok1052-c/board.c b/Ubiquitous/XiZi/board/ok1052-c/board.c similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/board.c rename to Ubiquitous/XiZi/board/ok1052-c/board.c diff --git a/Ubiquitous/XiUOS/board/ok1052-c/config.mk b/Ubiquitous/XiZi/board/ok1052-c/config.mk similarity index 80% rename from Ubiquitous/XiUOS/board/ok1052-c/config.mk rename to Ubiquitous/XiZi/board/ok1052-c/config.mk index 20c9b5c9e..e6b243e19 100644 --- a/Ubiquitous/XiUOS/board/ok1052-c/config.mk +++ b/Ubiquitous/XiZi/board/ok1052-c/config.mk @@ -2,10 +2,10 @@ export CROSS_COMPILE ?=/usr/bin/arm-none-eabi- export CFLAGS := -mcpu=cortex-m7 -mthumb -ffunction-sections -fdata-sections -Dgcc -O0 -gdwarf-2 -g -fgnu89-inline -Wa,-mimplicit-it=thumb export AFLAGS := -c -mcpu=cortex-m7 -mthumb -ffunction-sections -fdata-sections -x assembler-with-cpp -Wa,-mimplicit-it=thumb -gdwarf-2 -export LFLAGS := -mcpu=cortex-m7 -mthumb -ffunction-sections -fdata-sections -Wl,--gc-sections,-Map=XiUOS_ok1052-c.map,-cref,-u,Reset_Handler -T $(BSP_ROOT)/link.lds +export LFLAGS := -mcpu=cortex-m7 -mthumb -ffunction-sections -fdata-sections -Wl,--gc-sections,-Map=XiZi_ok1052-c.map,-cref,-u,Reset_Handler -T $(BSP_ROOT)/link.lds export CXXFLAGS := -mcpu=cortex-m7 -mthumb -ffunction-sections -fdata-sections -Dgcc -O0 -gdwarf-2 -g -export APPLFLAGS := -mcpu=cortex-m7 -mthumb -ffunction-sections -fdata-sections -Wl,--gc-sections,-Map=XiUOS_app.map,-cref,-u, -T $(BSP_ROOT)/link_userspace.lds +export APPLFLAGS := -mcpu=cortex-m7 -mthumb -ffunction-sections -fdata-sections -Wl,--gc-sections,-Map=XiZi_app.map,-cref,-u, -T $(BSP_ROOT)/link_userspace.lds export DEFINES := -DHAVE_CCONFIG_H -DCPU_MIMXRT1052CVL5B -DSKIP_SYSCLK_INIT -DEVK_MCIMXRM -DFSL_SDK_ENABLE_DRIVER_CACHE_CONTROL=1 -DXIP_EXTERNAL_FLASH=1 -D__STARTUP_INITIALIZE_NONCACHEDATA -D__STARTUP_CLEAR_BSS diff --git a/Ubiquitous/XiUOS/board/ok1052-c/img/NXPBootUtility_1.png b/Ubiquitous/XiZi/board/ok1052-c/img/NXPBootUtility_1.png similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/img/NXPBootUtility_1.png rename to Ubiquitous/XiZi/board/ok1052-c/img/NXPBootUtility_1.png diff --git a/Ubiquitous/XiUOS/board/ok1052-c/img/NXPBootUtility_2.png b/Ubiquitous/XiZi/board/ok1052-c/img/NXPBootUtility_2.png similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/img/NXPBootUtility_2.png rename to Ubiquitous/XiZi/board/ok1052-c/img/NXPBootUtility_2.png diff --git a/Ubiquitous/XiUOS/board/ok1052-c/img/menuconfig.png b/Ubiquitous/XiZi/board/ok1052-c/img/menuconfig.png similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/img/menuconfig.png rename to Ubiquitous/XiZi/board/ok1052-c/img/menuconfig.png diff --git a/Ubiquitous/XiUOS/board/ok1052-c/img/menuconfig1.png b/Ubiquitous/XiZi/board/ok1052-c/img/menuconfig1.png similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/img/menuconfig1.png rename to Ubiquitous/XiZi/board/ok1052-c/img/menuconfig1.png diff --git a/Ubiquitous/XiUOS/board/ok1052-c/img/terminal.png b/Ubiquitous/XiZi/board/ok1052-c/img/terminal.png similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/img/terminal.png rename to Ubiquitous/XiZi/board/ok1052-c/img/terminal.png diff --git a/Ubiquitous/XiUOS/board/ok1052-c/img/vscode.jpg b/Ubiquitous/XiZi/board/ok1052-c/img/vscode.jpg similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/img/vscode.jpg rename to Ubiquitous/XiZi/board/ok1052-c/img/vscode.jpg diff --git a/Ubiquitous/XiUOS/board/ok1052-c/include/board.h b/Ubiquitous/XiZi/board/ok1052-c/include/board.h similarity index 99% rename from Ubiquitous/XiUOS/board/ok1052-c/include/board.h rename to Ubiquitous/XiZi/board/ok1052-c/include/board.h index 60d1a97b7..cbc888d92 100755 --- a/Ubiquitous/XiUOS/board/ok1052-c/include/board.h +++ b/Ubiquitous/XiZi/board/ok1052-c/include/board.h @@ -46,7 +46,7 @@ Modification: #include "fsl_clock.h" #include "fsl_enet.h" #include "clock_config.h" -#include +#include #include #include "enet_ethernetif.h" diff --git a/Ubiquitous/XiUOS/board/ok1052-c/include/clock_config.h b/Ubiquitous/XiZi/board/ok1052-c/include/clock_config.h similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/include/clock_config.h rename to Ubiquitous/XiZi/board/ok1052-c/include/clock_config.h diff --git a/Ubiquitous/XiUOS/board/ok1052-c/include/pin_mux.h b/Ubiquitous/XiZi/board/ok1052-c/include/pin_mux.h similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/include/pin_mux.h rename to Ubiquitous/XiZi/board/ok1052-c/include/pin_mux.h diff --git a/Ubiquitous/XiUOS/board/ok1052-c/link.lds b/Ubiquitous/XiZi/board/ok1052-c/link.lds similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/link.lds rename to Ubiquitous/XiZi/board/ok1052-c/link.lds diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/CMSIS/Include/cmsis_compiler.h b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/CMSIS/Include/cmsis_compiler.h similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/CMSIS/Include/cmsis_compiler.h rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/CMSIS/Include/cmsis_compiler.h diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/CMSIS/Include/cmsis_gcc.h b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/CMSIS/Include/cmsis_gcc.h similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/CMSIS/Include/cmsis_gcc.h rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/CMSIS/Include/cmsis_gcc.h diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/CMSIS/Include/cmsis_version.h b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/CMSIS/Include/cmsis_version.h similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/CMSIS/Include/cmsis_version.h rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/CMSIS/Include/cmsis_version.h diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/CMSIS/Include/core_cm7.h b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/CMSIS/Include/core_cm7.h similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/CMSIS/Include/core_cm7.h rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/CMSIS/Include/core_cm7.h diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/CMSIS/Include/mpu_armv7.h b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/CMSIS/Include/mpu_armv7.h similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/CMSIS/Include/mpu_armv7.h rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/CMSIS/Include/mpu_armv7.h diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/CMSIS/LICENSE.txt b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/CMSIS/LICENSE.txt similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/CMSIS/LICENSE.txt rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/CMSIS/LICENSE.txt diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/Kconfig b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/Kconfig rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/Kconfig diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/Makefile b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/Makefile rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/Makefile diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/common/Makefile b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/common/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/common/Makefile rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/common/Makefile diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/common/clock_config.c b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/common/clock_config.c similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/common/clock_config.c rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/common/clock_config.c diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/common/fsl_cache.c b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/common/fsl_cache.c similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/common/fsl_cache.c rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/common/fsl_cache.c diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/common/fsl_clock.c b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/common/fsl_clock.c similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/common/fsl_clock.c rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/common/fsl_clock.c diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/common/fsl_common.c b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/common/fsl_common.c similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/common/fsl_common.c rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/common/fsl_common.c diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/common/fsl_debug_console.c b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/common/fsl_debug_console.c similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/common/fsl_debug_console.c rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/common/fsl_debug_console.c diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/common/fsl_usdhc.c b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/common/fsl_usdhc.c similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/common/fsl_usdhc.c rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/common/fsl_usdhc.c diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/common/pin_mux.c b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/common/pin_mux.c similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/common/pin_mux.c rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/common/pin_mux.c diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/common/system_MIMXRT1052.c b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/common/system_MIMXRT1052.c similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/common/system_MIMXRT1052.c rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/common/system_MIMXRT1052.c diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/ethernet/Kconfig b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/ethernet/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/ethernet/Kconfig rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/ethernet/Kconfig diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/ethernet/Makefile b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/ethernet/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/ethernet/Makefile rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/ethernet/Makefile diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/ethernet/enet_ethernetif.c b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/ethernet/enet_ethernetif.c similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/ethernet/enet_ethernetif.c rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/ethernet/enet_ethernetif.c diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/ethernet/enet_ethernetif_kinetis.c b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/ethernet/enet_ethernetif_kinetis.c similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/ethernet/enet_ethernetif_kinetis.c rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/ethernet/enet_ethernetif_kinetis.c diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/ethernet/enet_ethernetif_lpc.c b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/ethernet/enet_ethernetif_lpc.c similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/ethernet/enet_ethernetif_lpc.c rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/ethernet/enet_ethernetif_lpc.c diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/ethernet/fsl_enet.c b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/ethernet/fsl_enet.c similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/ethernet/fsl_enet.c rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/ethernet/fsl_enet.c diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/ethernet/ksz8081/Makefile b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/ethernet/ksz8081/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/ethernet/ksz8081/Makefile rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/ethernet/ksz8081/Makefile diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/ethernet/ksz8081/fsl_phy.c b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/ethernet/ksz8081/fsl_phy.c similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/ethernet/ksz8081/fsl_phy.c rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/ethernet/ksz8081/fsl_phy.c diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/ethernet/ksz8081/fsl_phy.h b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/ethernet/ksz8081/fsl_phy.h similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/ethernet/ksz8081/fsl_phy.h rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/ethernet/ksz8081/fsl_phy.h diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/gpio/Makefile b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/gpio/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/gpio/Makefile rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/gpio/Makefile diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/gpio/fsl_gpio.c b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/gpio/fsl_gpio.c similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/gpio/fsl_gpio.c rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/gpio/fsl_gpio.c diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/include/MIMXRT1052.h b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/include/MIMXRT1052.h similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/include/MIMXRT1052.h rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/include/MIMXRT1052.h diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/include/MIMXRT1052_features.h b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/include/MIMXRT1052_features.h similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/include/MIMXRT1052_features.h rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/include/MIMXRT1052_features.h diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/include/connect_ethernet.h b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/include/connect_ethernet.h similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/include/connect_ethernet.h rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/include/connect_ethernet.h diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/include/connect_sdio.h b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/include/connect_sdio.h similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/include/connect_sdio.h rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/include/connect_sdio.h diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/include/connect_uart.h b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/include/connect_uart.h similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/include/connect_uart.h rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/include/connect_uart.h diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/include/connect_usb.h b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/include/connect_usb.h similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/include/connect_usb.h rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/include/connect_usb.h diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/include/enet_ethernetif.h b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/include/enet_ethernetif.h similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/include/enet_ethernetif.h rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/include/enet_ethernetif.h diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/include/enet_ethernetif_priv.h b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/include/enet_ethernetif_priv.h similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/include/enet_ethernetif_priv.h rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/include/enet_ethernetif_priv.h diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/include/fsl_cache.h b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/include/fsl_cache.h similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/include/fsl_cache.h rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/include/fsl_cache.h diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/include/fsl_clock.h b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/include/fsl_clock.h similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/include/fsl_clock.h rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/include/fsl_clock.h diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/include/fsl_common.h b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/include/fsl_common.h similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/include/fsl_common.h rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/include/fsl_common.h diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/include/fsl_debug_console.h b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/include/fsl_debug_console.h similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/include/fsl_debug_console.h rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/include/fsl_debug_console.h diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/include/fsl_debug_console_conf.h b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/include/fsl_debug_console_conf.h similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/include/fsl_debug_console_conf.h rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/include/fsl_debug_console_conf.h diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/include/fsl_device_registers.h b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/include/fsl_device_registers.h similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/include/fsl_device_registers.h rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/include/fsl_device_registers.h diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/include/fsl_enet.h b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/include/fsl_enet.h similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/include/fsl_enet.h rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/include/fsl_enet.h diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/include/fsl_gpio.h b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/include/fsl_gpio.h similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/include/fsl_gpio.h rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/include/fsl_gpio.h diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/include/fsl_iomuxc.h b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/include/fsl_iomuxc.h similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/include/fsl_iomuxc.h rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/include/fsl_iomuxc.h diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/include/fsl_lpuart.h b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/include/fsl_lpuart.h similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/include/fsl_lpuart.h rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/include/fsl_lpuart.h diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/include/fsl_semc.h b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/include/fsl_semc.h similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/include/fsl_semc.h rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/include/fsl_semc.h diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/include/fsl_usdhc.h b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/include/fsl_usdhc.h similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/include/fsl_usdhc.h rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/include/fsl_usdhc.h diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/include/system_MIMXRT1052.h b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/include/system_MIMXRT1052.h similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/include/system_MIMXRT1052.h rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/include/system_MIMXRT1052.h diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/sdio/Kconfig b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/sdio/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/sdio/Kconfig rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/sdio/Kconfig diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/sdio/Makefile b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/sdio/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/sdio/Makefile rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/sdio/Makefile diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/sdio/connect_sdio.c b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/sdio/connect_sdio.c similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/sdio/connect_sdio.c rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/sdio/connect_sdio.c diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/sdio/sdmmc/Makefile b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/sdio/sdmmc/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/sdio/sdmmc/Makefile rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/sdio/sdmmc/Makefile diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/sdio/sdmmc/inc/fsl_mmc.h b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/sdio/sdmmc/inc/fsl_mmc.h similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/sdio/sdmmc/inc/fsl_mmc.h rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/sdio/sdmmc/inc/fsl_mmc.h diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/sdio/sdmmc/inc/fsl_sd.h b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/sdio/sdmmc/inc/fsl_sd.h similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/sdio/sdmmc/inc/fsl_sd.h rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/sdio/sdmmc/inc/fsl_sd.h diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/sdio/sdmmc/inc/fsl_sdio.h b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/sdio/sdmmc/inc/fsl_sdio.h similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/sdio/sdmmc/inc/fsl_sdio.h rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/sdio/sdmmc/inc/fsl_sdio.h diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/sdio/sdmmc/inc/fsl_sdmmc_common.h b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/sdio/sdmmc/inc/fsl_sdmmc_common.h similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/sdio/sdmmc/inc/fsl_sdmmc_common.h rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/sdio/sdmmc/inc/fsl_sdmmc_common.h diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/sdio/sdmmc/inc/fsl_sdmmc_host.h b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/sdio/sdmmc/inc/fsl_sdmmc_host.h similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/sdio/sdmmc/inc/fsl_sdmmc_host.h rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/sdio/sdmmc/inc/fsl_sdmmc_host.h diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/sdio/sdmmc/inc/fsl_sdmmc_spec.h b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/sdio/sdmmc/inc/fsl_sdmmc_spec.h similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/sdio/sdmmc/inc/fsl_sdmmc_spec.h rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/sdio/sdmmc/inc/fsl_sdmmc_spec.h diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/sdio/sdmmc/port/Makefile b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/sdio/sdmmc/port/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/sdio/sdmmc/port/Makefile rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/sdio/sdmmc/port/Makefile diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/sdio/sdmmc/port/fsl_sdmmc_event.h b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/sdio/sdmmc/port/fsl_sdmmc_event.h similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/sdio/sdmmc/port/fsl_sdmmc_event.h rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/sdio/sdmmc/port/fsl_sdmmc_event.h diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/sdio/sdmmc/port/usdhc/Makefile b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/sdio/sdmmc/port/usdhc/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/sdio/sdmmc/port/usdhc/Makefile rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/sdio/sdmmc/port/usdhc/Makefile diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/sdio/sdmmc/port/usdhc/interrupt/Makefile b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/sdio/sdmmc/port/usdhc/interrupt/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/sdio/sdmmc/port/usdhc/interrupt/Makefile rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/sdio/sdmmc/port/usdhc/interrupt/Makefile diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/sdio/sdmmc/port/usdhc/interrupt/fsl_sdmmc_event.c b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/sdio/sdmmc/port/usdhc/interrupt/fsl_sdmmc_event.c similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/sdio/sdmmc/port/usdhc/interrupt/fsl_sdmmc_event.c rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/sdio/sdmmc/port/usdhc/interrupt/fsl_sdmmc_event.c diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/sdio/sdmmc/port/usdhc/interrupt/fsl_sdmmc_host.c b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/sdio/sdmmc/port/usdhc/interrupt/fsl_sdmmc_host.c similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/sdio/sdmmc/port/usdhc/interrupt/fsl_sdmmc_host.c rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/sdio/sdmmc/port/usdhc/interrupt/fsl_sdmmc_host.c diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/sdio/sdmmc/port/usdhc/polling/Makefile b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/sdio/sdmmc/port/usdhc/polling/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/sdio/sdmmc/port/usdhc/polling/Makefile rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/sdio/sdmmc/port/usdhc/polling/Makefile diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/sdio/sdmmc/port/usdhc/polling/fsl_sdmmc_event.c b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/sdio/sdmmc/port/usdhc/polling/fsl_sdmmc_event.c similarity index 95% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/sdio/sdmmc/port/usdhc/polling/fsl_sdmmc_event.c rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/sdio/sdmmc/port/usdhc/polling/fsl_sdmmc_event.c index b811d738d..4cbe650d8 100644 --- a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/sdio/sdmmc/port/usdhc/polling/fsl_sdmmc_event.c +++ b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/sdio/sdmmc/port/usdhc/polling/fsl_sdmmc_event.c @@ -7,7 +7,7 @@ */ #include "fsl_sdmmc_event.h" -#include "xiuos.h" +#include "xizi.h" /******************************************************************************* * Definitions ******************************************************************************/ diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/sdio/sdmmc/port/usdhc/polling/fsl_sdmmc_host.c b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/sdio/sdmmc/port/usdhc/polling/fsl_sdmmc_host.c similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/sdio/sdmmc/port/usdhc/polling/fsl_sdmmc_host.c rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/sdio/sdmmc/port/usdhc/polling/fsl_sdmmc_host.c diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/sdio/sdmmc/src/Makefile b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/sdio/sdmmc/src/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/sdio/sdmmc/src/Makefile rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/sdio/sdmmc/src/Makefile diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/sdio/sdmmc/src/fsl_mmc.c b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/sdio/sdmmc/src/fsl_mmc.c similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/sdio/sdmmc/src/fsl_mmc.c rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/sdio/sdmmc/src/fsl_mmc.c diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/sdio/sdmmc/src/fsl_sd.c b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/sdio/sdmmc/src/fsl_sd.c similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/sdio/sdmmc/src/fsl_sd.c rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/sdio/sdmmc/src/fsl_sd.c diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/sdio/sdmmc/src/fsl_sdio.c b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/sdio/sdmmc/src/fsl_sdio.c similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/sdio/sdmmc/src/fsl_sdio.c rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/sdio/sdmmc/src/fsl_sdio.c diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/sdio/sdmmc/src/fsl_sdmmc_common.c b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/sdio/sdmmc/src/fsl_sdmmc_common.c similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/sdio/sdmmc/src/fsl_sdmmc_common.c rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/sdio/sdmmc/src/fsl_sdmmc_common.c diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/semc/Kconfig b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/semc/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/semc/Kconfig rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/semc/Kconfig diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/semc/Makefile b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/semc/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/semc/Makefile rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/semc/Makefile diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/semc/connect_semc.c b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/semc/connect_semc.c similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/semc/connect_semc.c rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/semc/connect_semc.c diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/semc/fsl_semc.c b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/semc/fsl_semc.c similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/semc/fsl_semc.c rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/semc/fsl_semc.c diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/semc/semc_externsdram_test.c b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/semc/semc_externsdram_test.c similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/semc/semc_externsdram_test.c rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/semc/semc_externsdram_test.c diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/uart/Kconfig b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/uart/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/uart/Kconfig rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/uart/Kconfig diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/uart/Makefile b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/uart/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/uart/Makefile rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/uart/Makefile diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/uart/connect_uart.c b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/uart/connect_uart.c similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/uart/connect_uart.c rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/uart/connect_uart.c diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/uart/fsl_lpuart.c b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/uart/fsl_lpuart.c similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/uart/fsl_lpuart.c rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/uart/fsl_lpuart.c diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/usb/Kconfig b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/usb/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/usb/Kconfig rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/usb/Kconfig diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/usb/Makefile b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/usb/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/usb/Makefile rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/usb/Makefile diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/usb/connect_usb.c b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/usb/connect_usb.c similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/usb/connect_usb.c rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/usb/connect_usb.c diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/Makefile b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/Makefile rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/Makefile diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/Makefile b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/Makefile rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/Makefile diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/class/Makefile b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/class/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/class/Makefile rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/class/Makefile diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/class/usb_host_hub.c b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/class/usb_host_hub.c similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/class/usb_host_hub.c rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/class/usb_host_hub.c diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/class/usb_host_hub.h b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/class/usb_host_hub.h similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/class/usb_host_hub.h rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/class/usb_host_hub.h diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/class/usb_host_hub_app.c b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/class/usb_host_hub_app.c similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/class/usb_host_hub_app.c rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/class/usb_host_hub_app.c diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/class/usb_host_hub_app.h b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/class/usb_host_hub_app.h similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/class/usb_host_hub_app.h rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/class/usb_host_hub_app.h diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/class/usb_host_msd.c b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/class/usb_host_msd.c similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/class/usb_host_msd.c rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/class/usb_host_msd.c diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/class/usb_host_msd.h b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/class/usb_host_msd.h similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/class/usb_host_msd.h rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/class/usb_host_msd.h diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/class/usb_host_msd_ufi.c b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/class/usb_host_msd_ufi.c similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/class/usb_host_msd_ufi.c rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/class/usb_host_msd_ufi.c diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/usb_host.h b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/usb_host.h similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/usb_host.h rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/usb_host.h diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/usb_host_devices.c b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/usb_host_devices.c similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/usb_host_devices.c rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/usb_host_devices.c diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/usb_host_devices.h b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/usb_host_devices.h similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/usb_host_devices.h rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/usb_host_devices.h diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/usb_host_ehci.c b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/usb_host_ehci.c similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/usb_host_ehci.c rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/usb_host_ehci.c diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/usb_host_ehci.h b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/usb_host_ehci.h similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/usb_host_ehci.h rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/usb_host_ehci.h diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/usb_host_framework.c b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/usb_host_framework.c similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/usb_host_framework.c rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/usb_host_framework.c diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/usb_host_framework.h b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/usb_host_framework.h similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/usb_host_framework.h rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/usb_host_framework.h diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/usb_host_hci.c b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/usb_host_hci.c similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/usb_host_hci.c rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/usb_host_hci.c diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/usb_host_hci.h b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/usb_host_hci.h similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/usb_host_hci.h rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host/usb_host_hci.h diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host_msd_command.c b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host_msd_command.c similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host_msd_command.c rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/host_msd_command.c diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/include/host_msd_command.h b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/include/host_msd_command.h similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/include/host_msd_command.h rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/include/host_msd_command.h diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/include/usb.h b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/include/usb.h similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/include/usb.h rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/include/usb.h diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/include/usb_host_config.h b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/include/usb_host_config.h similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/include/usb_host_config.h rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/include/usb_host_config.h diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/include/usb_misc.h b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/include/usb_misc.h similarity index 97% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/include/usb_misc.h rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/include/usb_misc.h index f76a376bc..4f3639a72 100644 --- a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/include/usb_misc.h +++ b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/include/usb_misc.h @@ -22,14 +22,14 @@ History: 1. Date: 2022-02-10 Author: AIIT XUOS Lab Modification: -1. add xiuos.h +1. add xizi.h 2. modify usb_echo to KPrintf *************************************************/ #ifndef __USB_MISC_H__ #define __USB_MISC_H__ -#include +#include #ifndef ENDIANNESS diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/include/usb_spec.h b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/include/usb_spec.h similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/include/usb_spec.h rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/include/usb_spec.h diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/osa/Makefile b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/osa/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/osa/Makefile rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/osa/Makefile diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/osa/usb_osa.h b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/osa/usb_osa.h similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/osa/usb_osa.h rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/osa/usb_osa.h diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/osa/usb_osa_bm.c b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/osa/usb_osa_bm.c similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/osa/usb_osa_bm.c rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/osa/usb_osa_bm.c diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/osa/usb_osa_bm.h b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/osa/usb_osa_bm.h similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/osa/usb_osa_bm.h rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/osa/usb_osa_bm.h diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/phy/Makefile b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/phy/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/phy/Makefile rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/phy/Makefile diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/phy/usb_phy.c b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/phy/usb_phy.c similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/phy/usb_phy.c rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/phy/usb_phy.c diff --git a/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/phy/usb_phy.h b/Ubiquitous/XiZi/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/phy/usb_phy.h similarity index 100% rename from Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/phy/usb_phy.h rename to Ubiquitous/XiZi/board/ok1052-c/third_party_driver/usb/nxp_usb_driver/phy/usb_phy.h diff --git a/Ubiquitous/XiUOS/board/rv32m1_vega/Kconfig b/Ubiquitous/XiZi/board/rv32m1_vega/Kconfig similarity index 92% rename from Ubiquitous/XiUOS/board/rv32m1_vega/Kconfig rename to Ubiquitous/XiZi/board/rv32m1_vega/Kconfig index 0d82cb304..8ed3d63be 100755 --- a/Ubiquitous/XiUOS/board/rv32m1_vega/Kconfig +++ b/Ubiquitous/XiZi/board/rv32m1_vega/Kconfig @@ -1,4 +1,4 @@ -mainmenu "XiUOS Project Configuration" +mainmenu "XiZi Project Configuration" config BSP_DIR string diff --git a/Ubiquitous/XiUOS/board/rv32m1_vega/Makefile b/Ubiquitous/XiZi/board/rv32m1_vega/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/rv32m1_vega/Makefile rename to Ubiquitous/XiZi/board/rv32m1_vega/Makefile diff --git a/Ubiquitous/XiUOS/board/rv32m1_vega/README.md b/Ubiquitous/XiZi/board/rv32m1_vega/README.md similarity index 99% rename from Ubiquitous/XiUOS/board/rv32m1_vega/README.md rename to Ubiquitous/XiZi/board/rv32m1_vega/README.md index 55305d214..c1f6dfad6 100755 --- a/Ubiquitous/XiUOS/board/rv32m1_vega/README.md +++ b/Ubiquitous/XiZi/board/rv32m1_vega/README.md @@ -145,7 +145,7 @@ openocd安装完成以后,按照如下步骤进行调试: 1、进入xiuos目录路径下 ``` -cd ~/xiuos/Ubiquitous/XiUOS +cd ~/xiuos/Ubiquitous/XiZi ``` 2、编译生成elf文件 diff --git a/Ubiquitous/XiUOS/board/rv32m1_vega/board.c b/Ubiquitous/XiZi/board/rv32m1_vega/board.c similarity index 98% rename from Ubiquitous/XiUOS/board/rv32m1_vega/board.c rename to Ubiquitous/XiZi/board/rv32m1_vega/board.c index 28b85a14c..ab7e9d662 100644 --- a/Ubiquitous/XiUOS/board/rv32m1_vega/board.c +++ b/Ubiquitous/XiZi/board/rv32m1_vega/board.c @@ -8,7 +8,7 @@ */ #include -#include +#include #include #include "pin_mux.h" diff --git a/Ubiquitous/XiUOS/board/rv32m1_vega/board.h b/Ubiquitous/XiZi/board/rv32m1_vega/board.h similarity index 100% rename from Ubiquitous/XiUOS/board/rv32m1_vega/board.h rename to Ubiquitous/XiZi/board/rv32m1_vega/board.h diff --git a/Ubiquitous/XiUOS/board/rv32m1_vega/config.mk b/Ubiquitous/XiZi/board/rv32m1_vega/config.mk similarity index 86% rename from Ubiquitous/XiUOS/board/rv32m1_vega/config.mk rename to Ubiquitous/XiZi/board/rv32m1_vega/config.mk index bc88ca594..98582e468 100755 --- a/Ubiquitous/XiUOS/board/rv32m1_vega/config.mk +++ b/Ubiquitous/XiZi/board/rv32m1_vega/config.mk @@ -1,7 +1,7 @@ export CFLAGS := -march=rv32imac -mabi=ilp32 -fno-builtin -fno-exceptions -ffunction-sections -O0 -ggdb -Werror export AFLAGS := -c -march=rv32imac -mabi=ilp32 -x assembler-with-cpp -ggdb -export LFLAGS := -march=rv32imac -mabi=ilp32 -nostartfiles -Wl,--gc-sections,-Map=XiUOS_rv32m1_vega.map,-cref,-u,Reset_Handler -T $(BSP_ROOT)/link.lds +export LFLAGS := -march=rv32imac -mabi=ilp32 -nostartfiles -Wl,--gc-sections,-Map=XiZi_rv32m1_vega.map,-cref,-u,Reset_Handler -T $(BSP_ROOT)/link.lds export CXXFLAGS := -march=rv32imac -mabi=ilp32 -fno-builtin -fno-exceptions -ffunction-sections -O0 -ggdb -Werror diff --git a/Ubiquitous/XiUOS/board/rv32m1_vega/doc/RV32M1DS_Rev.1.1.pdf b/Ubiquitous/XiZi/board/rv32m1_vega/doc/RV32M1DS_Rev.1.1.pdf similarity index 100% rename from Ubiquitous/XiUOS/board/rv32m1_vega/doc/RV32M1DS_Rev.1.1.pdf rename to Ubiquitous/XiZi/board/rv32m1_vega/doc/RV32M1DS_Rev.1.1.pdf diff --git a/Ubiquitous/XiUOS/board/rv32m1_vega/doc/RV32M1RM_Rev.1.1.pdf b/Ubiquitous/XiZi/board/rv32m1_vega/doc/RV32M1RM_Rev.1.1.pdf similarity index 100% rename from Ubiquitous/XiUOS/board/rv32m1_vega/doc/RV32M1RM_Rev.1.1.pdf rename to Ubiquitous/XiZi/board/rv32m1_vega/doc/RV32M1RM_Rev.1.1.pdf diff --git a/Ubiquitous/XiUOS/board/rv32m1_vega/doc/RV32M1_VEGA_Board_User_Guide.pdf b/Ubiquitous/XiZi/board/rv32m1_vega/doc/RV32M1_VEGA_Board_User_Guide.pdf similarity index 100% rename from Ubiquitous/XiUOS/board/rv32m1_vega/doc/RV32M1_VEGA_Board_User_Guide.pdf rename to Ubiquitous/XiZi/board/rv32m1_vega/doc/RV32M1_VEGA_Board_User_Guide.pdf diff --git a/Ubiquitous/XiUOS/board/rv32m1_vega/doc/RV32M1_VEGA_Quick_Start_Guide.pdf b/Ubiquitous/XiZi/board/rv32m1_vega/doc/RV32M1_VEGA_Quick_Start_Guide.pdf similarity index 100% rename from Ubiquitous/XiUOS/board/rv32m1_vega/doc/RV32M1_VEGA_Quick_Start_Guide.pdf rename to Ubiquitous/XiZi/board/rv32m1_vega/doc/RV32M1_VEGA_Quick_Start_Guide.pdf diff --git a/Ubiquitous/XiUOS/board/rv32m1_vega/doc/RV32M1_Vega_Develop_Environment_Setup.pdf b/Ubiquitous/XiZi/board/rv32m1_vega/doc/RV32M1_Vega_Develop_Environment_Setup.pdf similarity index 100% rename from Ubiquitous/XiUOS/board/rv32m1_vega/doc/RV32M1_Vega_Develop_Environment_Setup.pdf rename to Ubiquitous/XiZi/board/rv32m1_vega/doc/RV32M1_Vega_Develop_Environment_Setup.pdf diff --git a/Ubiquitous/XiUOS/board/rv32m1_vega/fsl_host.c b/Ubiquitous/XiZi/board/rv32m1_vega/fsl_host.c similarity index 100% rename from Ubiquitous/XiUOS/board/rv32m1_vega/fsl_host.c rename to Ubiquitous/XiZi/board/rv32m1_vega/fsl_host.c diff --git a/Ubiquitous/XiUOS/board/rv32m1_vega/img/gdb_load.png b/Ubiquitous/XiZi/board/rv32m1_vega/img/gdb_load.png similarity index 100% rename from Ubiquitous/XiUOS/board/rv32m1_vega/img/gdb_load.png rename to Ubiquitous/XiZi/board/rv32m1_vega/img/gdb_load.png diff --git a/Ubiquitous/XiUOS/board/rv32m1_vega/img/menuconfig.png b/Ubiquitous/XiZi/board/rv32m1_vega/img/menuconfig.png similarity index 100% rename from Ubiquitous/XiUOS/board/rv32m1_vega/img/menuconfig.png rename to Ubiquitous/XiZi/board/rv32m1_vega/img/menuconfig.png diff --git a/Ubiquitous/XiUOS/board/rv32m1_vega/img/multicore.jpg b/Ubiquitous/XiZi/board/rv32m1_vega/img/multicore.jpg similarity index 100% rename from Ubiquitous/XiUOS/board/rv32m1_vega/img/multicore.jpg rename to Ubiquitous/XiZi/board/rv32m1_vega/img/multicore.jpg diff --git a/Ubiquitous/XiUOS/board/rv32m1_vega/img/openocd.png b/Ubiquitous/XiZi/board/rv32m1_vega/img/openocd.png similarity index 100% rename from Ubiquitous/XiUOS/board/rv32m1_vega/img/openocd.png rename to Ubiquitous/XiZi/board/rv32m1_vega/img/openocd.png diff --git a/Ubiquitous/XiUOS/board/rv32m1_vega/img/riscv_gnu.png b/Ubiquitous/XiZi/board/rv32m1_vega/img/riscv_gnu.png similarity index 100% rename from Ubiquitous/XiUOS/board/rv32m1_vega/img/riscv_gnu.png rename to Ubiquitous/XiZi/board/rv32m1_vega/img/riscv_gnu.png diff --git a/Ubiquitous/XiUOS/board/rv32m1_vega/img/terminal.png b/Ubiquitous/XiZi/board/rv32m1_vega/img/terminal.png similarity index 100% rename from Ubiquitous/XiUOS/board/rv32m1_vega/img/terminal.png rename to Ubiquitous/XiZi/board/rv32m1_vega/img/terminal.png diff --git a/Ubiquitous/XiUOS/board/rv32m1_vega/img/vscode.jpg b/Ubiquitous/XiZi/board/rv32m1_vega/img/vscode.jpg similarity index 100% rename from Ubiquitous/XiUOS/board/rv32m1_vega/img/vscode.jpg rename to Ubiquitous/XiZi/board/rv32m1_vega/img/vscode.jpg diff --git a/Ubiquitous/XiUOS/board/rv32m1_vega/link.lds b/Ubiquitous/XiZi/board/rv32m1_vega/link.lds similarity index 100% rename from Ubiquitous/XiUOS/board/rv32m1_vega/link.lds rename to Ubiquitous/XiZi/board/rv32m1_vega/link.lds diff --git a/Ubiquitous/XiUOS/board/rv32m1_vega/third_party_driver/Kconfig b/Ubiquitous/XiZi/board/rv32m1_vega/third_party_driver/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/rv32m1_vega/third_party_driver/Kconfig rename to Ubiquitous/XiZi/board/rv32m1_vega/third_party_driver/Kconfig diff --git a/Ubiquitous/XiUOS/board/rv32m1_vega/third_party_driver/Makefile b/Ubiquitous/XiZi/board/rv32m1_vega/third_party_driver/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/rv32m1_vega/third_party_driver/Makefile rename to Ubiquitous/XiZi/board/rv32m1_vega/third_party_driver/Makefile diff --git a/Ubiquitous/XiUOS/board/rv32m1_vega/third_party_driver/fsl_clock.c b/Ubiquitous/XiZi/board/rv32m1_vega/third_party_driver/fsl_clock.c similarity index 100% rename from Ubiquitous/XiUOS/board/rv32m1_vega/third_party_driver/fsl_clock.c rename to Ubiquitous/XiZi/board/rv32m1_vega/third_party_driver/fsl_clock.c diff --git a/Ubiquitous/XiUOS/board/rv32m1_vega/third_party_driver/fsl_common.c b/Ubiquitous/XiZi/board/rv32m1_vega/third_party_driver/fsl_common.c similarity index 100% rename from Ubiquitous/XiUOS/board/rv32m1_vega/third_party_driver/fsl_common.c rename to Ubiquitous/XiZi/board/rv32m1_vega/third_party_driver/fsl_common.c diff --git a/Ubiquitous/XiUOS/board/rv32m1_vega/third_party_driver/fsl_intmux.c b/Ubiquitous/XiZi/board/rv32m1_vega/third_party_driver/fsl_intmux.c similarity index 100% rename from Ubiquitous/XiUOS/board/rv32m1_vega/third_party_driver/fsl_intmux.c rename to Ubiquitous/XiZi/board/rv32m1_vega/third_party_driver/fsl_intmux.c diff --git a/Ubiquitous/XiUOS/board/rv32m1_vega/third_party_driver/gpio/Kconfig b/Ubiquitous/XiZi/board/rv32m1_vega/third_party_driver/gpio/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/rv32m1_vega/third_party_driver/gpio/Kconfig rename to Ubiquitous/XiZi/board/rv32m1_vega/third_party_driver/gpio/Kconfig diff --git a/Ubiquitous/XiUOS/board/rv32m1_vega/third_party_driver/gpio/Makefile b/Ubiquitous/XiZi/board/rv32m1_vega/third_party_driver/gpio/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/rv32m1_vega/third_party_driver/gpio/Makefile rename to Ubiquitous/XiZi/board/rv32m1_vega/third_party_driver/gpio/Makefile diff --git a/Ubiquitous/XiUOS/board/rv32m1_vega/third_party_driver/gpio/pin_mux.c b/Ubiquitous/XiZi/board/rv32m1_vega/third_party_driver/gpio/pin_mux.c similarity index 100% rename from Ubiquitous/XiUOS/board/rv32m1_vega/third_party_driver/gpio/pin_mux.c rename to Ubiquitous/XiZi/board/rv32m1_vega/third_party_driver/gpio/pin_mux.c diff --git a/Ubiquitous/XiUOS/board/rv32m1_vega/third_party_driver/include/clock_config.h b/Ubiquitous/XiZi/board/rv32m1_vega/third_party_driver/include/clock_config.h similarity index 100% rename from Ubiquitous/XiUOS/board/rv32m1_vega/third_party_driver/include/clock_config.h rename to Ubiquitous/XiZi/board/rv32m1_vega/third_party_driver/include/clock_config.h diff --git a/Ubiquitous/XiUOS/board/rv32m1_vega/third_party_driver/include/connect_uart.h b/Ubiquitous/XiZi/board/rv32m1_vega/third_party_driver/include/connect_uart.h similarity index 100% rename from Ubiquitous/XiUOS/board/rv32m1_vega/third_party_driver/include/connect_uart.h rename to Ubiquitous/XiZi/board/rv32m1_vega/third_party_driver/include/connect_uart.h diff --git a/Ubiquitous/XiUOS/board/rv32m1_vega/third_party_driver/include/fsl_clock.h b/Ubiquitous/XiZi/board/rv32m1_vega/third_party_driver/include/fsl_clock.h similarity index 100% rename from Ubiquitous/XiUOS/board/rv32m1_vega/third_party_driver/include/fsl_clock.h rename to Ubiquitous/XiZi/board/rv32m1_vega/third_party_driver/include/fsl_clock.h diff --git a/Ubiquitous/XiUOS/board/rv32m1_vega/third_party_driver/include/fsl_common.h b/Ubiquitous/XiZi/board/rv32m1_vega/third_party_driver/include/fsl_common.h similarity index 100% rename from Ubiquitous/XiUOS/board/rv32m1_vega/third_party_driver/include/fsl_common.h rename to Ubiquitous/XiZi/board/rv32m1_vega/third_party_driver/include/fsl_common.h diff --git a/Ubiquitous/XiUOS/board/rv32m1_vega/third_party_driver/include/fsl_intmux.h b/Ubiquitous/XiZi/board/rv32m1_vega/third_party_driver/include/fsl_intmux.h similarity index 100% rename from Ubiquitous/XiUOS/board/rv32m1_vega/third_party_driver/include/fsl_intmux.h rename to Ubiquitous/XiZi/board/rv32m1_vega/third_party_driver/include/fsl_intmux.h diff --git a/Ubiquitous/XiUOS/board/rv32m1_vega/third_party_driver/include/fsl_lpuart.h b/Ubiquitous/XiZi/board/rv32m1_vega/third_party_driver/include/fsl_lpuart.h similarity index 100% rename from Ubiquitous/XiUOS/board/rv32m1_vega/third_party_driver/include/fsl_lpuart.h rename to Ubiquitous/XiZi/board/rv32m1_vega/third_party_driver/include/fsl_lpuart.h diff --git a/Ubiquitous/XiUOS/board/rv32m1_vega/third_party_driver/include/fsl_msmc.h b/Ubiquitous/XiZi/board/rv32m1_vega/third_party_driver/include/fsl_msmc.h similarity index 100% rename from Ubiquitous/XiUOS/board/rv32m1_vega/third_party_driver/include/fsl_msmc.h rename to Ubiquitous/XiZi/board/rv32m1_vega/third_party_driver/include/fsl_msmc.h diff --git a/Ubiquitous/XiUOS/board/rv32m1_vega/third_party_driver/include/fsl_port.h b/Ubiquitous/XiZi/board/rv32m1_vega/third_party_driver/include/fsl_port.h similarity index 100% rename from Ubiquitous/XiUOS/board/rv32m1_vega/third_party_driver/include/fsl_port.h rename to Ubiquitous/XiZi/board/rv32m1_vega/third_party_driver/include/fsl_port.h diff --git a/Ubiquitous/XiUOS/board/rv32m1_vega/third_party_driver/include/pin_mux.h b/Ubiquitous/XiZi/board/rv32m1_vega/third_party_driver/include/pin_mux.h similarity index 100% rename from Ubiquitous/XiUOS/board/rv32m1_vega/third_party_driver/include/pin_mux.h rename to Ubiquitous/XiZi/board/rv32m1_vega/third_party_driver/include/pin_mux.h diff --git a/Ubiquitous/XiUOS/board/rv32m1_vega/third_party_driver/sys_clock/Kconfig b/Ubiquitous/XiZi/board/rv32m1_vega/third_party_driver/sys_clock/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/rv32m1_vega/third_party_driver/sys_clock/Kconfig rename to Ubiquitous/XiZi/board/rv32m1_vega/third_party_driver/sys_clock/Kconfig diff --git a/Ubiquitous/XiUOS/board/rv32m1_vega/third_party_driver/sys_clock/Makefile b/Ubiquitous/XiZi/board/rv32m1_vega/third_party_driver/sys_clock/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/rv32m1_vega/third_party_driver/sys_clock/Makefile rename to Ubiquitous/XiZi/board/rv32m1_vega/third_party_driver/sys_clock/Makefile diff --git a/Ubiquitous/XiUOS/board/rv32m1_vega/third_party_driver/sys_clock/clock_config.c b/Ubiquitous/XiZi/board/rv32m1_vega/third_party_driver/sys_clock/clock_config.c similarity index 100% rename from Ubiquitous/XiUOS/board/rv32m1_vega/third_party_driver/sys_clock/clock_config.c rename to Ubiquitous/XiZi/board/rv32m1_vega/third_party_driver/sys_clock/clock_config.c diff --git a/Ubiquitous/XiUOS/board/rv32m1_vega/third_party_driver/uart/Kconfig b/Ubiquitous/XiZi/board/rv32m1_vega/third_party_driver/uart/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/rv32m1_vega/third_party_driver/uart/Kconfig rename to Ubiquitous/XiZi/board/rv32m1_vega/third_party_driver/uart/Kconfig diff --git a/Ubiquitous/XiUOS/board/rv32m1_vega/third_party_driver/uart/Makefile b/Ubiquitous/XiZi/board/rv32m1_vega/third_party_driver/uart/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/rv32m1_vega/third_party_driver/uart/Makefile rename to Ubiquitous/XiZi/board/rv32m1_vega/third_party_driver/uart/Makefile diff --git a/Ubiquitous/XiUOS/board/rv32m1_vega/third_party_driver/uart/connect_uart.c b/Ubiquitous/XiZi/board/rv32m1_vega/third_party_driver/uart/connect_uart.c similarity index 99% rename from Ubiquitous/XiUOS/board/rv32m1_vega/third_party_driver/uart/connect_uart.c rename to Ubiquitous/XiZi/board/rv32m1_vega/third_party_driver/uart/connect_uart.c index 85f0ee471..db3ad1487 100755 --- a/Ubiquitous/XiUOS/board/rv32m1_vega/third_party_driver/uart/connect_uart.c +++ b/Ubiquitous/XiZi/board/rv32m1_vega/third_party_driver/uart/connect_uart.c @@ -18,7 +18,7 @@ * @date 2022-02-16 */ -#include +#include #include #include #include "connect_uart.h" diff --git a/Ubiquitous/XiUOS/board/rv32m1_vega/third_party_driver/uart/fsl_lpuart.c b/Ubiquitous/XiZi/board/rv32m1_vega/third_party_driver/uart/fsl_lpuart.c similarity index 100% rename from Ubiquitous/XiUOS/board/rv32m1_vega/third_party_driver/uart/fsl_lpuart.c rename to Ubiquitous/XiZi/board/rv32m1_vega/third_party_driver/uart/fsl_lpuart.c diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/.defconfig b/Ubiquitous/XiZi/board/stm32f103-nano/.defconfig similarity index 96% rename from Ubiquitous/XiUOS/board/stm32f103-nano/.defconfig rename to Ubiquitous/XiZi/board/stm32f103-nano/.defconfig index bc0280cc8..76957e65a 100644 --- a/Ubiquitous/XiUOS/board/stm32f103-nano/.defconfig +++ b/Ubiquitous/XiZi/board/stm32f103-nano/.defconfig @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# XiUOS Project Configuration +# XiZi Project Configuration # CONFIG_BOARD_STM32F103_NANO=y CONFIG_KERNEL_CONSOLE_DEVICE_NAME="uart1" @@ -129,12 +129,12 @@ CONFIG_SHELL_HELP_SHOW_PERMISSION=y # CONFIG_SHELL_HELP_LIST_USER is not set # CONFIG_SHELL_HELP_LIST_VAR is not set # CONFIG_SHELL_HELP_LIST_KEY is not set -# CONFIG_KERNEL_QUEUEMANAGE is not set -# CONFIG_KERNEL_WORKQUEUE is not set +CONFIG_KERNEL_QUEUEMANAGE=y +CONFIG_KERNEL_WORKQUEUE=y # CONFIG_WORKQUEUE_KTASK_STACKSIZE is not set # CONFIG_WORKQUEUE_KTASK_PRIORITY is not set -# CONFIG_KERNEL_WAITQUEUE is not set -# CONFIG_KERNEL_DATAQUEUE is not set +CONFIG_KERNEL_WAITQUEUE=y +CONFIG_KERNEL_DATAQUEUE=y # CONFIG_KERNEL_CIRCULAR_AREA is not set # CONFIG_KERNEL_AVL_TREE is not set CONFIG_NAME_MAX=8 diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/Kconfig b/Ubiquitous/XiZi/board/stm32f103-nano/Kconfig similarity index 95% rename from Ubiquitous/XiUOS/board/stm32f103-nano/Kconfig rename to Ubiquitous/XiZi/board/stm32f103-nano/Kconfig index ef56d287c..6067167ff 100644 --- a/Ubiquitous/XiUOS/board/stm32f103-nano/Kconfig +++ b/Ubiquitous/XiZi/board/stm32f103-nano/Kconfig @@ -1,4 +1,4 @@ -mainmenu "XiUOS Project Configuration" +mainmenu "XiZi Project Configuration" config BSP_DIR string diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/Makefile b/Ubiquitous/XiZi/board/stm32f103-nano/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/Makefile rename to Ubiquitous/XiZi/board/stm32f103-nano/Makefile diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/README.md b/Ubiquitous/XiZi/board/stm32f103-nano/README.md similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/README.md rename to Ubiquitous/XiZi/board/stm32f103-nano/README.md diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/board.c b/Ubiquitous/XiZi/board/stm32f103-nano/board.c similarity index 99% rename from Ubiquitous/XiUOS/board/stm32f103-nano/board.c rename to Ubiquitous/XiZi/board/stm32f103-nano/board.c index 45883e49f..c624668ae 100644 --- a/Ubiquitous/XiUOS/board/stm32f103-nano/board.c +++ b/Ubiquitous/XiZi/board/stm32f103-nano/board.c @@ -19,7 +19,7 @@ */ #include -#include +#include #include #include #include diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/board.h b/Ubiquitous/XiZi/board/stm32f103-nano/board.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/board.h rename to Ubiquitous/XiZi/board/stm32f103-nano/board.h diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/config.mk b/Ubiquitous/XiZi/board/stm32f103-nano/config.mk similarity index 75% rename from Ubiquitous/XiUOS/board/stm32f103-nano/config.mk rename to Ubiquitous/XiZi/board/stm32f103-nano/config.mk index 78d0ffa96..fcfe24708 100644 --- a/Ubiquitous/XiUOS/board/stm32f103-nano/config.mk +++ b/Ubiquitous/XiZi/board/stm32f103-nano/config.mk @@ -2,10 +2,10 @@ export CROSS_COMPILE ?=/usr/bin/arm-none-eabi- export CFLAGS := -mcpu=cortex-m3 -mthumb -ffunction-sections -fdata-sections -Dgcc -O0 -gdwarf-2 -g -fgnu89-inline -Wa,-mimplicit-it=thumb export AFLAGS := -c -mcpu=cortex-m3 -mthumb -ffunction-sections -fdata-sections -x assembler-with-cpp -Wa,-mimplicit-it=thumb -gdwarf-2 -export LFLAGS := -mcpu=cortex-m3 -mthumb -ffunction-sections -fdata-sections -Wl,--gc-sections,-Map=XiUOS_stm32f103-nano.map,-cref,-u,Reset_Handler -T $(BSP_ROOT)/link.lds +export LFLAGS := -mcpu=cortex-m3 -mthumb -ffunction-sections -fdata-sections -Wl,--gc-sections,-Map=XiZi_stm32f103-nano.map,-cref,-u,Reset_Handler -T $(BSP_ROOT)/link.lds export CXXFLAGS := -mcpu=cortex-m3 -mthumb -ffunction-sections -fdata-sections -Dgcc -O0 -gdwarf-2 -g -export APPLFLAGS := -mcpu=cortex-m3 -mthumb -ffunction-sections -fdata-sections -Wl,--gc-sections,-Map=XiUOS_app.map,-cref,-u, -T $(BSP_ROOT)/link_userspace.lds +export APPLFLAGS := -mcpu=cortex-m3 -mthumb -ffunction-sections -fdata-sections -Wl,--gc-sections,-Map=XiZi_app.map,-cref,-u, -T $(BSP_ROOT)/link_userspace.lds export DEFINES := -DHAVE_CCONFIG_H diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/img/ID_HASH_TABLE.png b/Ubiquitous/XiZi/board/stm32f103-nano/img/ID_HASH_TABLE.png similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/img/ID_HASH_TABLE.png rename to Ubiquitous/XiZi/board/stm32f103-nano/img/ID_HASH_TABLE.png diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/img/IPC_FEATURE.png b/Ubiquitous/XiZi/board/stm32f103-nano/img/IPC_FEATURE.png similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/img/IPC_FEATURE.png rename to Ubiquitous/XiZi/board/stm32f103-nano/img/IPC_FEATURE.png diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/img/KTASK_SIZE.png b/Ubiquitous/XiZi/board/stm32f103-nano/img/KTASK_SIZE.png similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/img/KTASK_SIZE.png rename to Ubiquitous/XiZi/board/stm32f103-nano/img/KTASK_SIZE.png diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/img/MAIN_STACK_SIZE.png b/Ubiquitous/XiZi/board/stm32f103-nano/img/MAIN_STACK_SIZE.png similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/img/MAIN_STACK_SIZE.png rename to Ubiquitous/XiZi/board/stm32f103-nano/img/MAIN_STACK_SIZE.png diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/img/MEMORY_PAGE_SIZE.png b/Ubiquitous/XiZi/board/stm32f103-nano/img/MEMORY_PAGE_SIZE.png similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/img/MEMORY_PAGE_SIZE.png rename to Ubiquitous/XiZi/board/stm32f103-nano/img/MEMORY_PAGE_SIZE.png diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/img/SHELL_STACK_SIZE.png b/Ubiquitous/XiZi/board/stm32f103-nano/img/SHELL_STACK_SIZE.png similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/img/SHELL_STACK_SIZE.png rename to Ubiquitous/XiZi/board/stm32f103-nano/img/SHELL_STACK_SIZE.png diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/img/WORKQUEUE.png b/Ubiquitous/XiZi/board/stm32f103-nano/img/WORKQUEUE.png similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/img/WORKQUEUE.png rename to Ubiquitous/XiZi/board/stm32f103-nano/img/WORKQUEUE.png diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/img/ZOMBIE_STACK_SIZE.png b/Ubiquitous/XiZi/board/stm32f103-nano/img/ZOMBIE_STACK_SIZE.png similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/img/ZOMBIE_STACK_SIZE.png rename to Ubiquitous/XiZi/board/stm32f103-nano/img/ZOMBIE_STACK_SIZE.png diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/img/main.png b/Ubiquitous/XiZi/board/stm32f103-nano/img/main.png similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/img/main.png rename to Ubiquitous/XiZi/board/stm32f103-nano/img/main.png diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/img/menuconfig1.png b/Ubiquitous/XiZi/board/stm32f103-nano/img/menuconfig1.png similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/img/menuconfig1.png rename to Ubiquitous/XiZi/board/stm32f103-nano/img/menuconfig1.png diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/img/menuconfig2.png b/Ubiquitous/XiZi/board/stm32f103-nano/img/menuconfig2.png similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/img/menuconfig2.png rename to Ubiquitous/XiZi/board/stm32f103-nano/img/menuconfig2.png diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/img/stm32f103-nano.png b/Ubiquitous/XiZi/board/stm32f103-nano/img/stm32f103-nano.png similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/img/stm32f103-nano.png rename to Ubiquitous/XiZi/board/stm32f103-nano/img/stm32f103-nano.png diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/img/terminal.png b/Ubiquitous/XiZi/board/stm32f103-nano/img/terminal.png similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/img/terminal.png rename to Ubiquitous/XiZi/board/stm32f103-nano/img/terminal.png diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/include/arm_common_tables.h b/Ubiquitous/XiZi/board/stm32f103-nano/include/arm_common_tables.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/include/arm_common_tables.h rename to Ubiquitous/XiZi/board/stm32f103-nano/include/arm_common_tables.h diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/include/arm_const_structs.h b/Ubiquitous/XiZi/board/stm32f103-nano/include/arm_const_structs.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/include/arm_const_structs.h rename to Ubiquitous/XiZi/board/stm32f103-nano/include/arm_const_structs.h diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/include/arm_math.h b/Ubiquitous/XiZi/board/stm32f103-nano/include/arm_math.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/include/arm_math.h rename to Ubiquitous/XiZi/board/stm32f103-nano/include/arm_math.h diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/include/cmsis_armcc.h b/Ubiquitous/XiZi/board/stm32f103-nano/include/cmsis_armcc.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/include/cmsis_armcc.h rename to Ubiquitous/XiZi/board/stm32f103-nano/include/cmsis_armcc.h diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/include/cmsis_armcc_V6.h b/Ubiquitous/XiZi/board/stm32f103-nano/include/cmsis_armcc_V6.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/include/cmsis_armcc_V6.h rename to Ubiquitous/XiZi/board/stm32f103-nano/include/cmsis_armcc_V6.h diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/include/cmsis_compiler.h b/Ubiquitous/XiZi/board/stm32f103-nano/include/cmsis_compiler.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/include/cmsis_compiler.h rename to Ubiquitous/XiZi/board/stm32f103-nano/include/cmsis_compiler.h diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/include/cmsis_gcc.h b/Ubiquitous/XiZi/board/stm32f103-nano/include/cmsis_gcc.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/include/cmsis_gcc.h rename to Ubiquitous/XiZi/board/stm32f103-nano/include/cmsis_gcc.h diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/include/cmsis_iccarm.h b/Ubiquitous/XiZi/board/stm32f103-nano/include/cmsis_iccarm.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/include/cmsis_iccarm.h rename to Ubiquitous/XiZi/board/stm32f103-nano/include/cmsis_iccarm.h diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/include/cmsis_version.h b/Ubiquitous/XiZi/board/stm32f103-nano/include/cmsis_version.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/include/cmsis_version.h rename to Ubiquitous/XiZi/board/stm32f103-nano/include/cmsis_version.h diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/include/core_cm3.h b/Ubiquitous/XiZi/board/stm32f103-nano/include/core_cm3.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/include/core_cm3.h rename to Ubiquitous/XiZi/board/stm32f103-nano/include/core_cm3.h diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/include/core_cmFunc.h b/Ubiquitous/XiZi/board/stm32f103-nano/include/core_cmFunc.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/include/core_cmFunc.h rename to Ubiquitous/XiZi/board/stm32f103-nano/include/core_cmFunc.h diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/include/core_cmInstr.h b/Ubiquitous/XiZi/board/stm32f103-nano/include/core_cmInstr.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/include/core_cmInstr.h rename to Ubiquitous/XiZi/board/stm32f103-nano/include/core_cmInstr.h diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/include/core_cmSimd.h b/Ubiquitous/XiZi/board/stm32f103-nano/include/core_cmSimd.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/include/core_cmSimd.h rename to Ubiquitous/XiZi/board/stm32f103-nano/include/core_cmSimd.h diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/include/stm32f103xb.h b/Ubiquitous/XiZi/board/stm32f103-nano/include/stm32f103xb.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/include/stm32f103xb.h rename to Ubiquitous/XiZi/board/stm32f103-nano/include/stm32f103xb.h diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/include/stm32f1xx.h b/Ubiquitous/XiZi/board/stm32f103-nano/include/stm32f1xx.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/include/stm32f1xx.h rename to Ubiquitous/XiZi/board/stm32f103-nano/include/stm32f1xx.h diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/include/stm32f1xx_it.h b/Ubiquitous/XiZi/board/stm32f103-nano/include/stm32f1xx_it.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/include/stm32f1xx_it.h rename to Ubiquitous/XiZi/board/stm32f103-nano/include/stm32f1xx_it.h diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/include/system_stm32f1xx.h b/Ubiquitous/XiZi/board/stm32f103-nano/include/system_stm32f1xx.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/include/system_stm32f1xx.h rename to Ubiquitous/XiZi/board/stm32f103-nano/include/system_stm32f1xx.h diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/link.lds b/Ubiquitous/XiZi/board/stm32f103-nano/link.lds similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/link.lds rename to Ubiquitous/XiZi/board/stm32f103-nano/link.lds diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/Kconfig b/Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/Kconfig rename to Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/Kconfig diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/Makefile b/Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/Makefile rename to Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/Makefile diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/include/connect_uart.h b/Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/include/connect_uart.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/include/connect_uart.h rename to Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/include/connect_uart.h diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/CMSIS/Makefile b/Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/CMSIS/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/CMSIS/Makefile rename to Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/CMSIS/Makefile diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/CMSIS/system_stm32f1xx.c b/Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/CMSIS/system_stm32f1xx.c similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/CMSIS/system_stm32f1xx.c rename to Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/CMSIS/system_stm32f1xx.c diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/Makefile b/Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/Makefile rename to Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/Makefile diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/Makefile b/Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/Makefile rename to Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/Makefile diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal.h b/Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal.h rename to Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal.h diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_cec.h b/Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_cec.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_cec.h rename to Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_cec.h diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_conf.h b/Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_conf.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_conf.h rename to Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_conf.h diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_cortex.h b/Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_cortex.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_cortex.h rename to Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_cortex.h diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_crc.h b/Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_crc.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_crc.h rename to Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_crc.h diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_def.h b/Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_def.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_def.h rename to Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_def.h diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_dma.h b/Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_dma.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_dma.h rename to Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_dma.h diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_dma_ex.h b/Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_dma_ex.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_dma_ex.h rename to Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_dma_ex.h diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_flash.h b/Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_flash.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_flash.h rename to Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_flash.h diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_flash_ex.h b/Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_flash_ex.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_flash_ex.h rename to Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_flash_ex.h diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_gpio.h b/Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_gpio.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_gpio.h rename to Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_gpio.h diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_gpio_ex.h b/Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_gpio_ex.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_gpio_ex.h rename to Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_gpio_ex.h diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_i2c.h b/Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_i2c.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_i2c.h rename to Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_i2c.h diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_pwr.h b/Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_pwr.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_pwr.h rename to Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_pwr.h diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_rcc.h b/Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_rcc.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_rcc.h rename to Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_rcc.h diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_rcc_ex.h b/Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_rcc_ex.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_rcc_ex.h rename to Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_rcc_ex.h diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_spi.h b/Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_spi.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_spi.h rename to Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_spi.h diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_uart.h b/Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_uart.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_uart.h rename to Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_uart.h diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_usart.h b/Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_usart.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_usart.h rename to Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/inc/stm32f1xx_hal_usart.h diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/Makefile b/Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/Makefile rename to Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/Makefile diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal.c b/Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal.c similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal.c rename to Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal.c diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal_cec.c b/Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal_cec.c similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal_cec.c rename to Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal_cec.c diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal_cortex.c b/Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal_cortex.c similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal_cortex.c rename to Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal_cortex.c diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal_crc.c b/Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal_crc.c similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal_crc.c rename to Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal_crc.c diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal_dma.c b/Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal_dma.c similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal_dma.c rename to Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal_dma.c diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal_gpio.c b/Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal_gpio.c similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal_gpio.c rename to Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal_gpio.c diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal_gpio_ex.c b/Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal_gpio_ex.c similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal_gpio_ex.c rename to Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal_gpio_ex.c diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal_i2c.c b/Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal_i2c.c similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal_i2c.c rename to Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal_i2c.c diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal_msp.c b/Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal_msp.c similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal_msp.c rename to Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal_msp.c diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal_pwr.c b/Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal_pwr.c similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal_pwr.c rename to Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal_pwr.c diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal_rcc.c b/Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal_rcc.c similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal_rcc.c rename to Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal_rcc.c diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal_rcc_ex.c b/Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal_rcc_ex.c similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal_rcc_ex.c rename to Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal_rcc_ex.c diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal_spi.c b/Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal_spi.c similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal_spi.c rename to Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal_spi.c diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal_uart.c b/Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal_uart.c similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal_uart.c rename to Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal_uart.c diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal_usart.c b/Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal_usart.c similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal_usart.c rename to Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/libraries/STM32F1xx_HAL/src/stm32f1xx_hal_usart.c diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/uart/Kconfig b/Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/uart/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/uart/Kconfig rename to Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/uart/Kconfig diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/uart/Makefile b/Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/uart/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/uart/Makefile rename to Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/uart/Makefile diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/uart/connect_uart.c b/Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/uart/connect_uart.c similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f103-nano/third_party_driver/uart/connect_uart.c rename to Ubiquitous/XiZi/board/stm32f103-nano/third_party_driver/uart/connect_uart.c diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/.defconfig b/Ubiquitous/XiZi/board/stm32f407-st-discovery/.defconfig similarity index 99% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/.defconfig rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/.defconfig index 4ecb3a27b..215a59c79 100644 --- a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/.defconfig +++ b/Ubiquitous/XiZi/board/stm32f407-st-discovery/.defconfig @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# XiUOS Project Configuration +# XiZi Project Configuration # CONFIG_BOARD_STM32F407_EVB=y CONFIG_KERNEL_CONSOLE_DEVICE_NAME="uart1" diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/Kconfig b/Ubiquitous/XiZi/board/stm32f407-st-discovery/Kconfig similarity index 97% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/Kconfig rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/Kconfig index e924469d7..3ce31dd03 100644 --- a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/Kconfig +++ b/Ubiquitous/XiZi/board/stm32f407-st-discovery/Kconfig @@ -1,4 +1,4 @@ -mainmenu "XiUOS Project Configuration" +mainmenu "XiZi Project Configuration" config BSP_DIR string diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/Makefile b/Ubiquitous/XiZi/board/stm32f407-st-discovery/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/Makefile rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/Makefile diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/README.md b/Ubiquitous/XiZi/board/stm32f407-st-discovery/README.md similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/README.md rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/README.md diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/board.c b/Ubiquitous/XiZi/board/stm32f407-st-discovery/board.c similarity index 99% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/board.c rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/board.c index 7bbe653a1..78ceee6ce 100644 --- a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/board.c +++ b/Ubiquitous/XiZi/board/stm32f407-st-discovery/board.c @@ -29,7 +29,7 @@ Modification: 1. support stm32f407-st-discovery-board InitBoardHardware *************************************************/ -#include +#include #include "stm32f4xx.h" #include "hardware_rcc.h" #include "board.h" diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/board.h b/Ubiquitous/XiZi/board/stm32f407-st-discovery/board.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/board.h rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/board.h diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/config.mk b/Ubiquitous/XiZi/board/stm32f407-st-discovery/config.mk similarity index 86% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/config.mk rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/config.mk index fc7c2afed..fc9af777a 100644 --- a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/config.mk +++ b/Ubiquitous/XiZi/board/stm32f407-st-discovery/config.mk @@ -2,10 +2,10 @@ export CROSS_COMPILE ?=/usr/bin/arm-none-eabi- export CFLAGS := -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -Dgcc -O0 -gdwarf-2 -g -fgnu89-inline -Wa,-mimplicit-it=thumb -Werror export AFLAGS := -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -x assembler-with-cpp -Wa,-mimplicit-it=thumb -gdwarf-2 -export LFLAGS := -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -Wl,--gc-sections,-Map=XiUOS_stm32f407-st-discovery.map,-cref,-u,Reset_Handler -T $(BSP_ROOT)/link.lds +export LFLAGS := -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -Wl,--gc-sections,-Map=XiZi_stm32f407-st-discovery.map,-cref,-u,Reset_Handler -T $(BSP_ROOT)/link.lds export CXXFLAGS := -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -Dgcc -O0 -gdwarf-2 -g -Werror -export APPLFLAGS := -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -Wl,--gc-sections,-Map=XiUOS_app.map,-cref,-u, -T $(BSP_ROOT)/link_userspace.lds +export APPLFLAGS := -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -Wl,--gc-sections,-Map=XiZi_app.map,-cref,-u, -T $(BSP_ROOT)/link_userspace.lds export DEFINES := -DHAVE_CCONFIG_H -DSTM32F407xx -DUSE_HAL_DRIVER -DHAVE_SIGINFO diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/img/main.png b/Ubiquitous/XiZi/board/stm32f407-st-discovery/img/main.png similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/img/main.png rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/img/main.png diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/img/menuconfig1.png b/Ubiquitous/XiZi/board/stm32f407-st-discovery/img/menuconfig1.png similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/img/menuconfig1.png rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/img/menuconfig1.png diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/img/menuconfig2.jpg b/Ubiquitous/XiZi/board/stm32f407-st-discovery/img/menuconfig2.jpg similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/img/menuconfig2.jpg rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/img/menuconfig2.jpg diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/img/putty.png b/Ubiquitous/XiZi/board/stm32f407-st-discovery/img/putty.png similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/img/putty.png rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/img/putty.png diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/img/st-link.png b/Ubiquitous/XiZi/board/stm32f407-st-discovery/img/st-link.png similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/img/st-link.png rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/img/st-link.png diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/img/stm32f407-st-discovery.png b/Ubiquitous/XiZi/board/stm32f407-st-discovery/img/stm32f407-st-discovery.png similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/img/stm32f407-st-discovery.png rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/img/stm32f407-st-discovery.png diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/img/terminal.png b/Ubiquitous/XiZi/board/stm32f407-st-discovery/img/terminal.png similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/img/terminal.png rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/img/terminal.png diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/img/vscode.jpg b/Ubiquitous/XiZi/board/stm32f407-st-discovery/img/vscode.jpg similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/img/vscode.jpg rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/img/vscode.jpg diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/include/arm_common_tables.h b/Ubiquitous/XiZi/board/stm32f407-st-discovery/include/arm_common_tables.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/include/arm_common_tables.h rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/include/arm_common_tables.h diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/include/arm_const_structs.h b/Ubiquitous/XiZi/board/stm32f407-st-discovery/include/arm_const_structs.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/include/arm_const_structs.h rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/include/arm_const_structs.h diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/include/arm_math.h b/Ubiquitous/XiZi/board/stm32f407-st-discovery/include/arm_math.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/include/arm_math.h rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/include/arm_math.h diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/include/cmsis_armcc.h b/Ubiquitous/XiZi/board/stm32f407-st-discovery/include/cmsis_armcc.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/include/cmsis_armcc.h rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/include/cmsis_armcc.h diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/include/cmsis_armcc_V6.h b/Ubiquitous/XiZi/board/stm32f407-st-discovery/include/cmsis_armcc_V6.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/include/cmsis_armcc_V6.h rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/include/cmsis_armcc_V6.h diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/include/cmsis_gcc.h b/Ubiquitous/XiZi/board/stm32f407-st-discovery/include/cmsis_gcc.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/include/cmsis_gcc.h rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/include/cmsis_gcc.h diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/include/cmsis_os.h b/Ubiquitous/XiZi/board/stm32f407-st-discovery/include/cmsis_os.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/include/cmsis_os.h rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/include/cmsis_os.h diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/include/core_cm4.h b/Ubiquitous/XiZi/board/stm32f407-st-discovery/include/core_cm4.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/include/core_cm4.h rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/include/core_cm4.h diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/include/core_cmFunc.h b/Ubiquitous/XiZi/board/stm32f407-st-discovery/include/core_cmFunc.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/include/core_cmFunc.h rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/include/core_cmFunc.h diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/include/core_cmInstr.h b/Ubiquitous/XiZi/board/stm32f407-st-discovery/include/core_cmInstr.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/include/core_cmInstr.h rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/include/core_cmInstr.h diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/include/core_cmSimd.h b/Ubiquitous/XiZi/board/stm32f407-st-discovery/include/core_cmSimd.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/include/core_cmSimd.h rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/include/core_cmSimd.h diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/include/stm32f4xx.h b/Ubiquitous/XiZi/board/stm32f407-st-discovery/include/stm32f4xx.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/include/stm32f4xx.h rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/include/stm32f4xx.h diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/include/system_stm32f4xx.h b/Ubiquitous/XiZi/board/stm32f407-st-discovery/include/system_stm32f4xx.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/include/system_stm32f4xx.h rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/include/system_stm32f4xx.h diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/link.lds b/Ubiquitous/XiZi/board/stm32f407-st-discovery/link.lds similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/link.lds rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/link.lds diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/link_userspace.lds b/Ubiquitous/XiZi/board/stm32f407-st-discovery/link_userspace.lds similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/link_userspace.lds rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/link_userspace.lds diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/Kconfig b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/Kconfig rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/Kconfig diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/Makefile b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/Makefile rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/Makefile diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/adc/Kconfig b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/adc/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/adc/Kconfig rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/adc/Kconfig diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/adc/Makefile b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/adc/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/adc/Makefile rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/adc/Makefile diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/adc/connect_adc.c b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/adc/connect_adc.c similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/adc/connect_adc.c rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/adc/connect_adc.c diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/adc/hardware_adc.c b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/adc/hardware_adc.c similarity index 99% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/adc/hardware_adc.c rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/adc/hardware_adc.c index a7bc99366..723c096b2 100644 --- a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/adc/hardware_adc.c +++ b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/adc/hardware_adc.c @@ -118,7 +118,7 @@ History: 1. Date: 2021-12-28 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_adc.c for XiUOS +1. rename stm32f4xx_adc.c for XiZi *************************************************/ /* Includes ------------------------------------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/can/Kconfig b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/can/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/can/Kconfig rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/can/Kconfig diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/can/Makefile b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/can/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/can/Makefile rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/can/Makefile diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/can/connect_can.c b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/can/connect_can.c similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/can/connect_can.c rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/can/connect_can.c diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/can/hardware_can.c b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/can/hardware_can.c similarity index 99% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/can/hardware_can.c rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/can/hardware_can.c index 8dfd96d57..ad0e3b04a 100644 --- a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/can/hardware_can.c +++ b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/can/hardware_can.c @@ -93,7 +93,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_can.c for XiUOS +1. rename stm32f4xx_can.c for XiZi *************************************************/ /* Includes ------------------------------------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/common/Kconfig b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/common/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/common/Kconfig rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/common/Kconfig diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/common/Makefile b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/common/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/common/Makefile rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/common/Makefile diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/common/hardware_dma.c b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/common/hardware_dma.c similarity index 99% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/common/hardware_dma.c rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/common/hardware_dma.c index 371d011dc..72278e9d4 100644 --- a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/common/hardware_dma.c +++ b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/common/hardware_dma.c @@ -129,7 +129,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_dma.c for XiUOS +1. rename stm32f4xx_dma.c for XiZi *************************************************/ /* Includes ------------------------------------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/common/hardware_exti.c b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/common/hardware_exti.c similarity index 99% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/common/hardware_exti.c rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/common/hardware_exti.c index 475f85763..c37343bf1 100644 --- a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/common/hardware_exti.c +++ b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/common/hardware_exti.c @@ -73,7 +73,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_exti.c for XiUOS +1. rename stm32f4xx_exti.c for XiZi *************************************************/ /* Includes ------------------------------------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/common/hardware_it.c b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/common/hardware_it.c similarity index 98% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/common/hardware_it.c rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/common/hardware_it.c index e84483dfd..80009347d 100644 --- a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/common/hardware_it.c +++ b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/common/hardware_it.c @@ -37,13 +37,13 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_it.c for XiUOS +1. rename stm32f4xx_it.c for XiZi *************************************************/ /* Includes ------------------------------------------------------------------*/ #include #include -#include +#include /** @addtogroup STM32F4_Discovery_Peripheral_Examples * @{ diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/common/hardware_pwr.c b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/common/hardware_pwr.c similarity index 99% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/common/hardware_pwr.c rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/common/hardware_pwr.c index 1e04e59df..53fa57ac8 100644 --- a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/common/hardware_pwr.c +++ b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/common/hardware_pwr.c @@ -44,7 +44,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_pwr.c for XiUOS +1. rename stm32f4xx_pwr.c for XiZi *************************************************/ /* Includes ------------------------------------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/common/hardware_rcc.c b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/common/hardware_rcc.c similarity index 99% rename from Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/common/hardware_rcc.c rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/common/hardware_rcc.c index 8da307404..55dba37a4 100644 --- a/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/common/hardware_rcc.c +++ b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/common/hardware_rcc.c @@ -68,7 +68,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_rcc.c for XiUOS +1. rename stm32f4xx_rcc.c for XiZi *************************************************/ /* Includes ------------------------------------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/common/hardware_syscfg.c b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/common/hardware_syscfg.c similarity index 99% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/common/hardware_syscfg.c rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/common/hardware_syscfg.c index 4fa0518a4..773770c7a 100644 --- a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/common/hardware_syscfg.c +++ b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/common/hardware_syscfg.c @@ -55,7 +55,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_syscfg.c for XiUOS +1. rename stm32f4xx_syscfg.c for XiZi *************************************************/ /* Includes ------------------------------------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/common/misc.c b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/common/misc.c similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/common/misc.c rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/common/misc.c diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/dac/Kconfig b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/dac/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/dac/Kconfig rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/dac/Kconfig diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/dac/Makefile b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/dac/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/dac/Makefile rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/dac/Makefile diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/dac/connect_dac.c b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/dac/connect_dac.c similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/dac/connect_dac.c rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/dac/connect_dac.c diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/dac/hardware_dac.c b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/dac/hardware_dac.c similarity index 99% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/dac/hardware_dac.c rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/dac/hardware_dac.c index a74137f38..43168db2b 100644 --- a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/dac/hardware_dac.c +++ b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/dac/hardware_dac.c @@ -142,7 +142,7 @@ History: 1. Date: 2022-1-11 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_dac.c for XiUOS +1. rename stm32f4xx_dac.c for XiZi *************************************************/ /* Includes ------------------------------------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/ethernet/Kconfig b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/ethernet/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/ethernet/Kconfig rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/ethernet/Kconfig diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/ethernet/Makefile b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/ethernet/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/ethernet/Makefile rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/ethernet/Makefile diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/ethernet/connect_ethernet.c b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/ethernet/connect_ethernet.c similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/ethernet/connect_ethernet.c rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/ethernet/connect_ethernet.c diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/ethernet/ethernetif.c b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/ethernet/ethernetif.c similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/ethernet/ethernetif.c rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/ethernet/ethernetif.c diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/ethernet/hardware_ethernet.c b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/ethernet/hardware_ethernet.c similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/ethernet/hardware_ethernet.c rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/ethernet/hardware_ethernet.c diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/gpio/Kconfig b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/gpio/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/gpio/Kconfig rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/gpio/Kconfig diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/gpio/Makefile b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/gpio/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/gpio/Makefile rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/gpio/Makefile diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/gpio/connect_gpio.c b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/gpio/connect_gpio.c similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/gpio/connect_gpio.c rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/gpio/connect_gpio.c diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/gpio/hardware_gpio.c b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/gpio/hardware_gpio.c similarity index 99% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/gpio/hardware_gpio.c rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/gpio/hardware_gpio.c index 4f24f8d80..50671d8b1 100644 --- a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/gpio/hardware_gpio.c +++ b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/gpio/hardware_gpio.c @@ -91,7 +91,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_gpio.c for XiUOS +1. rename stm32f4xx_gpio.c for XiZi *************************************************/ /* Includes ------------------------------------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/i2c/Kconfig b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/i2c/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/i2c/Kconfig rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/i2c/Kconfig diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/i2c/Makefile b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/i2c/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/i2c/Makefile rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/i2c/Makefile diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/i2c/connect_i2c.c b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/i2c/connect_i2c.c similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/i2c/connect_i2c.c rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/i2c/connect_i2c.c diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/i2c/hardware_i2c.c b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/i2c/hardware_i2c.c similarity index 99% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/i2c/hardware_i2c.c rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/i2c/hardware_i2c.c index e9625da3d..eae7fe3ff 100644 --- a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/i2c/hardware_i2c.c +++ b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/i2c/hardware_i2c.c @@ -99,7 +99,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_i2c.c for XiUOS +1. rename stm32f4xx_i2c.c for XiZi *************************************************/ /* Includes ------------------------------------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/connect_adc.h b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/connect_adc.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/connect_adc.h rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/connect_adc.h diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/connect_can.h b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/connect_can.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/connect_can.h rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/connect_can.h diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/connect_dac.h b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/connect_dac.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/connect_dac.h rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/connect_dac.h diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/connect_ethernet.h b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/connect_ethernet.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/connect_ethernet.h rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/connect_ethernet.h diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/connect_gpio.h b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/connect_gpio.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/connect_gpio.h rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/connect_gpio.h diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/connect_hwtimer.h b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/connect_hwtimer.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/connect_hwtimer.h rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/connect_hwtimer.h diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/connect_i2c.h b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/connect_i2c.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/connect_i2c.h rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/connect_i2c.h diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/connect_rtc.h b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/connect_rtc.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/connect_rtc.h rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/connect_rtc.h diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/connect_sdio.h b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/connect_sdio.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/connect_sdio.h rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/connect_sdio.h diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/connect_spi.h b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/connect_spi.h similarity index 98% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/connect_spi.h rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/connect_spi.h index 9c9b2b25a..7c1a66c1f 100644 --- a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/connect_spi.h +++ b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/connect_spi.h @@ -21,7 +21,7 @@ #ifndef CONNECT_SPI_H #define CONNECT_SPI_H -#include +#include #include #include "stm32f4xx.h" diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/connect_usart.h b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/connect_usart.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/connect_usart.h rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/connect_usart.h diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/connect_usb.h b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/connect_usb.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/connect_usb.h rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/connect_usb.h diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/connect_wdg.h b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/connect_wdg.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/connect_wdg.h rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/connect_wdg.h diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_adc.h b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/hardware_adc.h similarity index 99% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_adc.h rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/hardware_adc.h index a731859d9..24dbf5558 100644 --- a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_adc.h +++ b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/hardware_adc.h @@ -42,7 +42,7 @@ History: 1. Date: 2021-12-28 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_adc.h for XiUOS +1. rename stm32f4xx_adc.h for XiZi *************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_can.h b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/hardware_can.h similarity index 99% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_can.h rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/hardware_can.h index 9e564864b..5988e8617 100644 --- a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_can.h +++ b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/hardware_can.h @@ -36,7 +36,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_can.h for XiUOS +1. rename stm32f4xx_can.h for XiZi *************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_conf.h b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/hardware_conf.h similarity index 99% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_conf.h rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/hardware_conf.h index 70757dae2..2ea4ff505 100644 --- a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_conf.h +++ b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/hardware_conf.h @@ -35,7 +35,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_conf.h for XiUOS +1. rename stm32f4xx_conf.h for XiZi *************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_dac.h b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/hardware_dac.h similarity index 99% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_dac.h rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/hardware_dac.h index 2918dc7c6..015ab2c90 100644 --- a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_dac.h +++ b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/hardware_dac.h @@ -42,7 +42,7 @@ History: 1. Date: 2022-1-10 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_dac.h for XiUOS +1. rename stm32f4xx_dac.h for XiZi *************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_dbgmcu.h b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/hardware_dbgmcu.h similarity index 99% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_dbgmcu.h rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/hardware_dbgmcu.h index 96f150952..27c6065cf 100644 --- a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_dbgmcu.h +++ b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/hardware_dbgmcu.h @@ -35,7 +35,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_dbgmcu.h for XiUOS +1. rename stm32f4xx_dbgmcu.h for XiZi *************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_dma.h b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/hardware_dma.h similarity index 99% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_dma.h rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/hardware_dma.h index 766cb2cf2..20edee4cc 100644 --- a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_dma.h +++ b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/hardware_dma.h @@ -36,7 +36,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_dma.h for XiUOS +1. rename stm32f4xx_dma.h for XiZi *************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_eth.h b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/hardware_eth.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_eth.h rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/hardware_eth.h diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_eth_conf.h b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/hardware_eth_conf.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_eth_conf.h rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/hardware_eth_conf.h diff --git a/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/include/hardware_exti.h b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/hardware_exti.h similarity index 99% rename from Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/include/hardware_exti.h rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/hardware_exti.h index 216d7dea6..1d1e8937f 100644 --- a/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/include/hardware_exti.h +++ b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/hardware_exti.h @@ -36,7 +36,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_exti.h for XiUOS +1. rename stm32f4xx_exti.h for XiZi *************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_fsmc.h b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/hardware_fsmc.h similarity index 99% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_fsmc.h rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/hardware_fsmc.h index f81f630a1..7e15a1bee 100644 --- a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_fsmc.h +++ b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/hardware_fsmc.h @@ -36,7 +36,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_fsmc.h for XiUOS +1. rename stm32f4xx_fsmc.h for XiZi *************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/include/hardware_gpio.h b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/hardware_gpio.h similarity index 99% rename from Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/include/hardware_gpio.h rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/hardware_gpio.h index d4401f734..b5f4c884c 100644 --- a/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/include/hardware_gpio.h +++ b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/hardware_gpio.h @@ -36,7 +36,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_gpio.h for XiUOS +1. rename stm32f4xx_gpio.h for XiZi *************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/hardware_i2c.h b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/hardware_i2c.h similarity index 99% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/hardware_i2c.h rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/hardware_i2c.h index ca5aef81e..d32d44d6c 100644 --- a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/hardware_i2c.h +++ b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/hardware_i2c.h @@ -36,7 +36,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_i2c.h for XiUOS +1. rename stm32f4xx_i2c.h for XiZi *************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_iwdg.h b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/hardware_iwdg.h similarity index 99% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_iwdg.h rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/hardware_iwdg.h index ceebcdcd6..cde3bf790 100644 --- a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_iwdg.h +++ b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/hardware_iwdg.h @@ -36,7 +36,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_iwdg.h for XiUOS +1. rename stm32f4xx_iwdg.h for XiZi *************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_pwr.h b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/hardware_pwr.h similarity index 99% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_pwr.h rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/hardware_pwr.h index e8c31c5e0..6291e94d4 100644 --- a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_pwr.h +++ b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/hardware_pwr.h @@ -36,7 +36,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_pwr.h for XiUOS +1. rename stm32f4xx_pwr.h for XiZi *************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/include/hardware_rcc.h b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/hardware_rcc.h similarity index 99% rename from Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/include/hardware_rcc.h rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/hardware_rcc.h index 0e6b54f8f..9788d9b34 100644 --- a/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/include/hardware_rcc.h +++ b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/hardware_rcc.h @@ -35,7 +35,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_rcc.h for XiUOS +1. rename stm32f4xx_rcc.h for XiZi *************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_rtc.h b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/hardware_rtc.h similarity index 99% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_rtc.h rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/hardware_rtc.h index 5ff998909..2c8e8758b 100644 --- a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_rtc.h +++ b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/hardware_rtc.h @@ -36,7 +36,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_rtc.h for XiUOS +1. rename stm32f4xx_rtc.h for XiZi *************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_sdio.h b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/hardware_sdio.h similarity index 99% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_sdio.h rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/hardware_sdio.h index 16350a635..9d9cd952b 100644 --- a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_sdio.h +++ b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/hardware_sdio.h @@ -36,7 +36,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_sdio.h for XiUOS +1. rename stm32f4xx_sdio.h for XiZi *************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_spi.h b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/hardware_spi.h similarity index 99% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_spi.h rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/hardware_spi.h index e7dc38934..96b616e65 100644 --- a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/hardware_spi.h +++ b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/hardware_spi.h @@ -36,7 +36,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_spi.h for XiUOS +1. rename stm32f4xx_spi.h for XiZi *************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/include/hardware_syscfg.h b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/hardware_syscfg.h similarity index 99% rename from Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/include/hardware_syscfg.h rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/hardware_syscfg.h index ddb581326..59742781b 100644 --- a/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/include/hardware_syscfg.h +++ b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/hardware_syscfg.h @@ -36,7 +36,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_syscfg.h for XiUOS +1. rename stm32f4xx_syscfg.h for XiZi *************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_tim.h b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/hardware_tim.h similarity index 99% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_tim.h rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/hardware_tim.h index 1146a6674..23cda8625 100644 --- a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_tim.h +++ b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/hardware_tim.h @@ -36,7 +36,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_tim.h for XiUOS +1. rename stm32f4xx_tim.h for XiZi *************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_usart.h b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/hardware_usart.h similarity index 99% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_usart.h rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/hardware_usart.h index 8a2a08306..e5fbd4cbe 100644 --- a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_usart.h +++ b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/hardware_usart.h @@ -36,7 +36,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_usart.h for XiUOS +1. rename stm32f4xx_usart.h for XiZi *************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/hardware_wwdg.h b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/hardware_wwdg.h similarity index 99% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/hardware_wwdg.h rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/hardware_wwdg.h index 478a4016b..2da6338f9 100644 --- a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/hardware_wwdg.h +++ b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/hardware_wwdg.h @@ -36,7 +36,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_wwdg.h for XiUOS +1. rename stm32f4xx_wwdg.h for XiZi *************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/misc.h b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/misc.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/include/misc.h rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/misc.h diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/stm32_assert_template.h b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/stm32_assert_template.h similarity index 99% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/stm32_assert_template.h rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/stm32_assert_template.h index 1a2f35b55..a4a9f92c1 100644 --- a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/stm32_assert_template.h +++ b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/include/stm32_assert_template.h @@ -51,7 +51,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32_assert.h for XiUOS +1. rename stm32_assert.h for XiZi *************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/lcd/Kconfig b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/lcd/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/lcd/Kconfig rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/lcd/Kconfig diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/lcd/Makefile b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/lcd/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/lcd/Makefile rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/lcd/Makefile diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/lcd/hardware_fsmc.c b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/lcd/hardware_fsmc.c similarity index 99% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/lcd/hardware_fsmc.c rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/lcd/hardware_fsmc.c index f1dc4a869..ad9458e09 100644 --- a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/lcd/hardware_fsmc.c +++ b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/lcd/hardware_fsmc.c @@ -42,7 +42,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_fsmc.c for XiUOS +1. rename stm32f4xx_fsmc.c for XiZi *************************************************/ /* Includes ------------------------------------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/rtc/Kconfig b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/rtc/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/rtc/Kconfig rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/rtc/Kconfig diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/rtc/Makefile b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/rtc/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/rtc/Makefile rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/rtc/Makefile diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/rtc/connect_rtc.c b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/rtc/connect_rtc.c similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/rtc/connect_rtc.c rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/rtc/connect_rtc.c diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/rtc/hardware_rtc.c b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/rtc/hardware_rtc.c similarity index 99% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/rtc/hardware_rtc.c rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/rtc/hardware_rtc.c index b383a2fb6..face4d4ce 100644 --- a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/rtc/hardware_rtc.c +++ b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/rtc/hardware_rtc.c @@ -289,7 +289,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_rtc.c for XiUOS +1. rename stm32f4xx_rtc.c for XiZi *************************************************/ /* Includes ------------------------------------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/sdio/Kconfig b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/sdio/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/sdio/Kconfig rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/sdio/Kconfig diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/sdio/Makefile b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/sdio/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/sdio/Makefile rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/sdio/Makefile diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/sdio/connect_sdio.c b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/sdio/connect_sdio.c similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/sdio/connect_sdio.c rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/sdio/connect_sdio.c diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/sdio/hardware_sdio.c b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/sdio/hardware_sdio.c similarity index 99% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/sdio/hardware_sdio.c rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/sdio/hardware_sdio.c index e95f97182..ea554eac9 100644 --- a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/sdio/hardware_sdio.c +++ b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/sdio/hardware_sdio.c @@ -161,7 +161,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_sdio.c for XiUOS +1. rename stm32f4xx_sdio.c for XiZi *************************************************/ /* Includes ------------------------------------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/sdio/sdio_sd.c b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/sdio/sdio_sd.c similarity index 96% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/sdio/sdio_sd.c rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/sdio/sdio_sd.c index 692fa93ec..ed3c354da 100644 --- a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/sdio/sdio_sd.c +++ b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/sdio/sdio_sd.c @@ -48,7 +48,7 @@ Modification: Support stm32f407-discovery-board sdio using source files #include #include #include -#include +#include /* Private macro -------------------------------------------------------------*/ /** * @brief SDIO Static flags, TimeOut, FIFO Address diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/sdio/sdio_sd.h b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/sdio/sdio_sd.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/sdio/sdio_sd.h rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/sdio/sdio_sd.h diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/spi/Kconfig b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/spi/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/spi/Kconfig rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/spi/Kconfig diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/spi/Makefile b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/spi/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/spi/Makefile rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/spi/Makefile diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/spi/connect_flash_spi.c b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/spi/connect_flash_spi.c similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/spi/connect_flash_spi.c rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/spi/connect_flash_spi.c diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/spi/connect_spi.c b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/spi/connect_spi.c similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/spi/connect_spi.c rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/spi/connect_spi.c diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/spi/hardware_spi.c b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/spi/hardware_spi.c similarity index 99% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/spi/hardware_spi.c rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/spi/hardware_spi.c index e400763b1..1df3323e0 100644 --- a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/spi/hardware_spi.c +++ b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/spi/hardware_spi.c @@ -164,7 +164,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_spi.c for XiUOS +1. rename stm32f4xx_spi.c for XiZi *************************************************/ /* Includes ------------------------------------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/timer/Kconfig b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/timer/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/timer/Kconfig rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/timer/Kconfig diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/timer/Makefile b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/timer/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/timer/Makefile rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/timer/Makefile diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/timer/connect_hwtimer.c b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/timer/connect_hwtimer.c similarity index 99% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/timer/connect_hwtimer.c rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/timer/connect_hwtimer.c index 2d626777f..3c290540c 100644 --- a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/timer/connect_hwtimer.c +++ b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/timer/connect_hwtimer.c @@ -33,7 +33,7 @@ Modification: *************************************************/ #include -#include +#include #include #include #include diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/timer/hardware_tim.c b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/timer/hardware_tim.c similarity index 99% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/timer/hardware_tim.c rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/timer/hardware_tim.c index 1e3dc06b4..273db98a1 100644 --- a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/timer/hardware_tim.c +++ b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/timer/hardware_tim.c @@ -126,7 +126,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_tim.c for XiUOS +1. rename stm32f4xx_tim.c for XiZi *************************************************/ /* Includes ------------------------------------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/uart/Kconfig b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/uart/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/uart/Kconfig rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/uart/Kconfig diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/uart/Makefile b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/uart/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/uart/Makefile rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/uart/Makefile diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/uart/connect_usart.c b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/uart/connect_usart.c similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/uart/connect_usart.c rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/uart/connect_usart.c diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/uart/hardware_usart.c b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/uart/hardware_usart.c similarity index 99% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/uart/hardware_usart.c rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/uart/hardware_usart.c index 11fde1dc4..1ddc1ee50 100644 --- a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/uart/hardware_usart.c +++ b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/uart/hardware_usart.c @@ -97,7 +97,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_usart.c for XiUOS +1. rename stm32f4xx_usart.c for XiZi *************************************************/ /* Includes ------------------------------------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/Kconfig b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/usb/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/Kconfig rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/usb/Kconfig diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/Makefile b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/usb/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/Makefile rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/usb/Makefile diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/Release_Notes.html b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/Release_Notes.html similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/Release_Notes.html rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/Release_Notes.html diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_bsp.h b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_bsp.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_bsp.h rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_bsp.h diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_conf.h b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_conf.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_conf.h rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_conf.h diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_conf_template.h b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_conf_template.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_conf_template.h rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_conf_template.h diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_core.h b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_core.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_core.h rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_core.h diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_dcd.h b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_dcd.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_dcd.h rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_dcd.h diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_dcd_int.h b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_dcd_int.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_dcd_int.h rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_dcd_int.h diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_defines.h b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_defines.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_defines.h rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_defines.h diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_hcd.h b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_hcd.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_hcd.h rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_hcd.h diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_hcd_int.h b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_hcd_int.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_hcd_int.h rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_hcd_int.h diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_otg.h b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_otg.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_otg.h rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_otg.h diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_regs.h b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_regs.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_regs.h rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/inc/usb_regs.h diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_bsp_template.c b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_bsp_template.c similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_bsp_template.c rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_bsp_template.c diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_core.c b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_core.c similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_core.c rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_core.c diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_dcd.c b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_dcd.c similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_dcd.c rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_dcd.c diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_dcd_int.c b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_dcd_int.c similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_dcd_int.c rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_dcd_int.c diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_hcd.c b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_hcd.c similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_hcd.c rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_hcd.c diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_hcd_int.c b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_hcd_int.c similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_hcd_int.c rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_hcd_int.c diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_otg.c b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_otg.c similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_otg.c rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/usb/STM32_USB_OTG_Driver/src/usb_otg.c diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/connect_usb.c b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/usb/connect_usb.c similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/connect_usb.c rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/usb/connect_usb.c diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/usb_bsp.c b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/usb/usb_bsp.c similarity index 99% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/usb_bsp.c rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/usb/usb_bsp.c index 23d932c4f..d2e42d445 100644 --- a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/usb_bsp.c +++ b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/usb/usb_bsp.c @@ -29,7 +29,7 @@ /* Includes ------------------------------------------------------------------*/ #include "usb_bsp.h" -#include +#include #include #include #include diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/usbh.c b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/usb/usbh.c similarity index 99% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/usbh.c rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/usb/usbh.c index 98f45734e..cc5f77fee 100644 --- a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/usb/usbh.c +++ b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/usb/usbh.c @@ -30,7 +30,7 @@ Modification: 2. support stm32f407-st-discovery-board usb host register *************************************************/ -#include +#include #include #include #include diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/watchdog/Kconfig b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/watchdog/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/watchdog/Kconfig rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/watchdog/Kconfig diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/watchdog/Makefile b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/watchdog/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/watchdog/Makefile rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/watchdog/Makefile diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/watchdog/connect_wdg.c b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/watchdog/connect_wdg.c similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/watchdog/connect_wdg.c rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/watchdog/connect_wdg.c diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/watchdog/hardware_wdg.c b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/watchdog/hardware_wdg.c similarity index 99% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/watchdog/hardware_wdg.c rename to Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/watchdog/hardware_wdg.c index f78ffb5b1..80e370204 100644 --- a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/watchdog/hardware_wdg.c +++ b/Ubiquitous/XiZi/board/stm32f407-st-discovery/third_party_driver/watchdog/hardware_wdg.c @@ -94,7 +94,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_iwdg.c for XiUOS +1. rename stm32f4xx_iwdg.c for XiZi *************************************************/ /* Includes ------------------------------------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/stm32f407zgt6/.defconfig b/Ubiquitous/XiZi/board/stm32f407zgt6/.defconfig similarity index 99% rename from Ubiquitous/XiUOS/board/stm32f407zgt6/.defconfig rename to Ubiquitous/XiZi/board/stm32f407zgt6/.defconfig index ac3157109..70f621ab0 100644 --- a/Ubiquitous/XiUOS/board/stm32f407zgt6/.defconfig +++ b/Ubiquitous/XiZi/board/stm32f407zgt6/.defconfig @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# XiUOS Project Configuration +# XiZi Project Configuration # CONFIG_BOARD_STM32F407_EVB=y CONFIG_KERNEL_CONSOLE_DEVICE_NAME="uart1" diff --git a/Ubiquitous/XiUOS/board/stm32f407zgt6/Kconfig b/Ubiquitous/XiZi/board/stm32f407zgt6/Kconfig similarity index 97% rename from Ubiquitous/XiUOS/board/stm32f407zgt6/Kconfig rename to Ubiquitous/XiZi/board/stm32f407zgt6/Kconfig index 4fe3df444..340dec6a0 100644 --- a/Ubiquitous/XiUOS/board/stm32f407zgt6/Kconfig +++ b/Ubiquitous/XiZi/board/stm32f407zgt6/Kconfig @@ -1,4 +1,4 @@ -mainmenu "XiUOS Project Configuration" +mainmenu "XiZi Project Configuration" config BSP_DIR string diff --git a/Ubiquitous/XiUOS/board/stm32f407zgt6/Makefile b/Ubiquitous/XiZi/board/stm32f407zgt6/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407zgt6/Makefile rename to Ubiquitous/XiZi/board/stm32f407zgt6/Makefile diff --git a/Ubiquitous/XiUOS/board/stm32f407zgt6/README.md b/Ubiquitous/XiZi/board/stm32f407zgt6/README.md similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407zgt6/README.md rename to Ubiquitous/XiZi/board/stm32f407zgt6/README.md diff --git a/Ubiquitous/XiUOS/board/stm32f407zgt6/board.c b/Ubiquitous/XiZi/board/stm32f407zgt6/board.c similarity index 99% rename from Ubiquitous/XiUOS/board/stm32f407zgt6/board.c rename to Ubiquitous/XiZi/board/stm32f407zgt6/board.c index 095ac58fa..504b6160e 100644 --- a/Ubiquitous/XiUOS/board/stm32f407zgt6/board.c +++ b/Ubiquitous/XiZi/board/stm32f407zgt6/board.c @@ -29,7 +29,7 @@ Modification: 1. support stm32f407zgt6-board InitBoardHardware *************************************************/ -#include +#include #include "stm32f4xx.h" #include "hardware_rcc.h" #include "board.h" diff --git a/Ubiquitous/XiUOS/board/stm32f407zgt6/board.h b/Ubiquitous/XiZi/board/stm32f407zgt6/board.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407zgt6/board.h rename to Ubiquitous/XiZi/board/stm32f407zgt6/board.h diff --git a/Ubiquitous/XiUOS/board/stm32f407zgt6/config.mk b/Ubiquitous/XiZi/board/stm32f407zgt6/config.mk similarity index 88% rename from Ubiquitous/XiUOS/board/stm32f407zgt6/config.mk rename to Ubiquitous/XiZi/board/stm32f407zgt6/config.mk index fde26e72f..ceb9874ac 100644 --- a/Ubiquitous/XiUOS/board/stm32f407zgt6/config.mk +++ b/Ubiquitous/XiZi/board/stm32f407zgt6/config.mk @@ -2,10 +2,10 @@ export CROSS_COMPILE ?=/usr/bin/arm-none-eabi- export CFLAGS := -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -Dgcc -O0 -gdwarf-2 -g -fgnu89-inline -Wa,-mimplicit-it=thumb -Werror export AFLAGS := -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -x assembler-with-cpp -Wa,-mimplicit-it=thumb -gdwarf-2 -export LFLAGS := -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -Wl,--gc-sections,-Map=XiUOS.map,-cref,-u,Reset_Handler -T $(BSP_ROOT)/link.lds +export LFLAGS := -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -Wl,--gc-sections,-Map=XiZi.map,-cref,-u,Reset_Handler -T $(BSP_ROOT)/link.lds export CXXFLAGS := -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -Dgcc -O0 -gdwarf-2 -g -Werror -export APPLFLAGS := -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -Wl,--gc-sections,-Map=XiUOS_app.map,-cref,-u, -T $(BSP_ROOT)/link_userspace.lds +export APPLFLAGS := -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections -Wl,--gc-sections,-Map=XiZi_app.map,-cref,-u, -T $(BSP_ROOT)/link_userspace.lds export DEFINES := -DHAVE_CCONFIG_H -DSTM32F407xx -DUSE_HAL_DRIVER -DHAVE_SIGINFO diff --git a/Ubiquitous/XiUOS/board/stm32f407zgt6/include/arm_common_tables.h b/Ubiquitous/XiZi/board/stm32f407zgt6/include/arm_common_tables.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407zgt6/include/arm_common_tables.h rename to Ubiquitous/XiZi/board/stm32f407zgt6/include/arm_common_tables.h diff --git a/Ubiquitous/XiUOS/board/stm32f407zgt6/include/arm_const_structs.h b/Ubiquitous/XiZi/board/stm32f407zgt6/include/arm_const_structs.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407zgt6/include/arm_const_structs.h rename to Ubiquitous/XiZi/board/stm32f407zgt6/include/arm_const_structs.h diff --git a/Ubiquitous/XiUOS/board/stm32f407zgt6/include/arm_math.h b/Ubiquitous/XiZi/board/stm32f407zgt6/include/arm_math.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407zgt6/include/arm_math.h rename to Ubiquitous/XiZi/board/stm32f407zgt6/include/arm_math.h diff --git a/Ubiquitous/XiUOS/board/stm32f407zgt6/include/cmsis_armcc.h b/Ubiquitous/XiZi/board/stm32f407zgt6/include/cmsis_armcc.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407zgt6/include/cmsis_armcc.h rename to Ubiquitous/XiZi/board/stm32f407zgt6/include/cmsis_armcc.h diff --git a/Ubiquitous/XiUOS/board/stm32f407zgt6/include/cmsis_armcc_V6.h b/Ubiquitous/XiZi/board/stm32f407zgt6/include/cmsis_armcc_V6.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407zgt6/include/cmsis_armcc_V6.h rename to Ubiquitous/XiZi/board/stm32f407zgt6/include/cmsis_armcc_V6.h diff --git a/Ubiquitous/XiUOS/board/stm32f407zgt6/include/cmsis_gcc.h b/Ubiquitous/XiZi/board/stm32f407zgt6/include/cmsis_gcc.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407zgt6/include/cmsis_gcc.h rename to Ubiquitous/XiZi/board/stm32f407zgt6/include/cmsis_gcc.h diff --git a/Ubiquitous/XiUOS/board/stm32f407zgt6/include/cmsis_os.h b/Ubiquitous/XiZi/board/stm32f407zgt6/include/cmsis_os.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407zgt6/include/cmsis_os.h rename to Ubiquitous/XiZi/board/stm32f407zgt6/include/cmsis_os.h diff --git a/Ubiquitous/XiUOS/board/stm32f407zgt6/include/core_cm4.h b/Ubiquitous/XiZi/board/stm32f407zgt6/include/core_cm4.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407zgt6/include/core_cm4.h rename to Ubiquitous/XiZi/board/stm32f407zgt6/include/core_cm4.h diff --git a/Ubiquitous/XiUOS/board/stm32f407zgt6/include/core_cmFunc.h b/Ubiquitous/XiZi/board/stm32f407zgt6/include/core_cmFunc.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407zgt6/include/core_cmFunc.h rename to Ubiquitous/XiZi/board/stm32f407zgt6/include/core_cmFunc.h diff --git a/Ubiquitous/XiUOS/board/stm32f407zgt6/include/core_cmInstr.h b/Ubiquitous/XiZi/board/stm32f407zgt6/include/core_cmInstr.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407zgt6/include/core_cmInstr.h rename to Ubiquitous/XiZi/board/stm32f407zgt6/include/core_cmInstr.h diff --git a/Ubiquitous/XiUOS/board/stm32f407zgt6/include/core_cmSimd.h b/Ubiquitous/XiZi/board/stm32f407zgt6/include/core_cmSimd.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407zgt6/include/core_cmSimd.h rename to Ubiquitous/XiZi/board/stm32f407zgt6/include/core_cmSimd.h diff --git a/Ubiquitous/XiUOS/board/stm32f407zgt6/include/stm32f4xx.h b/Ubiquitous/XiZi/board/stm32f407zgt6/include/stm32f4xx.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407zgt6/include/stm32f4xx.h rename to Ubiquitous/XiZi/board/stm32f407zgt6/include/stm32f4xx.h diff --git a/Ubiquitous/XiUOS/board/stm32f407zgt6/include/system_stm32f4xx.h b/Ubiquitous/XiZi/board/stm32f407zgt6/include/system_stm32f4xx.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407zgt6/include/system_stm32f4xx.h rename to Ubiquitous/XiZi/board/stm32f407zgt6/include/system_stm32f4xx.h diff --git a/Ubiquitous/XiUOS/board/stm32f407zgt6/interface.jpg b/Ubiquitous/XiZi/board/stm32f407zgt6/interface.jpg similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407zgt6/interface.jpg rename to Ubiquitous/XiZi/board/stm32f407zgt6/interface.jpg diff --git a/Ubiquitous/XiUOS/board/stm32f407zgt6/link.lds b/Ubiquitous/XiZi/board/stm32f407zgt6/link.lds similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407zgt6/link.lds rename to Ubiquitous/XiZi/board/stm32f407zgt6/link.lds diff --git a/Ubiquitous/XiUOS/board/stm32f407zgt6/link_userspace.lds b/Ubiquitous/XiZi/board/stm32f407zgt6/link_userspace.lds similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407zgt6/link_userspace.lds rename to Ubiquitous/XiZi/board/stm32f407zgt6/link_userspace.lds diff --git a/Ubiquitous/XiUOS/board/stm32f407zgt6/menu.png b/Ubiquitous/XiZi/board/stm32f407zgt6/menu.png similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407zgt6/menu.png rename to Ubiquitous/XiZi/board/stm32f407zgt6/menu.png diff --git a/Ubiquitous/XiUOS/board/stm32f407zgt6/shell.png b/Ubiquitous/XiZi/board/stm32f407zgt6/shell.png similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407zgt6/shell.png rename to Ubiquitous/XiZi/board/stm32f407zgt6/shell.png diff --git a/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/Kconfig b/Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/Kconfig rename to Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/Kconfig diff --git a/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/Makefile b/Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/Makefile rename to Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/Makefile diff --git a/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/common/Makefile b/Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/common/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/common/Makefile rename to Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/common/Makefile diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/common/hardware_exti.c b/Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/common/hardware_exti.c similarity index 99% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/common/hardware_exti.c rename to Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/common/hardware_exti.c index 475f85763..c37343bf1 100644 --- a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/common/hardware_exti.c +++ b/Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/common/hardware_exti.c @@ -73,7 +73,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_exti.c for XiUOS +1. rename stm32f4xx_exti.c for XiZi *************************************************/ /* Includes ------------------------------------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/common/hardware_it.c b/Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/common/hardware_it.c similarity index 98% rename from Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/common/hardware_it.c rename to Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/common/hardware_it.c index e84483dfd..80009347d 100644 --- a/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/common/hardware_it.c +++ b/Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/common/hardware_it.c @@ -37,13 +37,13 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_it.c for XiUOS +1. rename stm32f4xx_it.c for XiZi *************************************************/ /* Includes ------------------------------------------------------------------*/ #include #include -#include +#include /** @addtogroup STM32F4_Discovery_Peripheral_Examples * @{ diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/common/hardware_rcc.c b/Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/common/hardware_rcc.c similarity index 99% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/common/hardware_rcc.c rename to Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/common/hardware_rcc.c index 8da307404..55dba37a4 100644 --- a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/common/hardware_rcc.c +++ b/Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/common/hardware_rcc.c @@ -68,7 +68,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_rcc.c for XiUOS +1. rename stm32f4xx_rcc.c for XiZi *************************************************/ /* Includes ------------------------------------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/common/hardware_syscfg.c b/Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/common/hardware_syscfg.c similarity index 99% rename from Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/common/hardware_syscfg.c rename to Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/common/hardware_syscfg.c index 4fa0518a4..773770c7a 100644 --- a/Ubiquitous/XiUOS/board/stm32f407-st-discovery/third_party_driver/common/hardware_syscfg.c +++ b/Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/common/hardware_syscfg.c @@ -55,7 +55,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_syscfg.c for XiUOS +1. rename stm32f4xx_syscfg.c for XiZi *************************************************/ /* Includes ------------------------------------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/common/misc.c b/Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/common/misc.c similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/common/misc.c rename to Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/common/misc.c diff --git a/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/extmem/Kconfig b/Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/extmem/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/extmem/Kconfig rename to Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/extmem/Kconfig diff --git a/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/extmem/Makefile b/Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/extmem/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/extmem/Makefile rename to Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/extmem/Makefile diff --git a/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/extmem/connect_fsmc.c b/Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/extmem/connect_fsmc.c similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/extmem/connect_fsmc.c rename to Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/extmem/connect_fsmc.c diff --git a/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/extmem/hardware_fsmc.c b/Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/extmem/hardware_fsmc.c similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/extmem/hardware_fsmc.c rename to Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/extmem/hardware_fsmc.c diff --git a/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/gpio/Kconfig b/Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/gpio/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/gpio/Kconfig rename to Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/gpio/Kconfig diff --git a/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/gpio/Makefile b/Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/gpio/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/gpio/Makefile rename to Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/gpio/Makefile diff --git a/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/gpio/connect_gpio.c b/Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/gpio/connect_gpio.c similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/gpio/connect_gpio.c rename to Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/gpio/connect_gpio.c diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/gpio/hardware_gpio.c b/Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/gpio/hardware_gpio.c similarity index 99% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/gpio/hardware_gpio.c rename to Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/gpio/hardware_gpio.c index 4f24f8d80..50671d8b1 100644 --- a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/gpio/hardware_gpio.c +++ b/Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/gpio/hardware_gpio.c @@ -91,7 +91,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_gpio.c for XiUOS +1. rename stm32f4xx_gpio.c for XiZi *************************************************/ /* Includes ------------------------------------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/include/connect_fsmc.h b/Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/include/connect_fsmc.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/include/connect_fsmc.h rename to Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/include/connect_fsmc.h diff --git a/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/include/connect_gpio.h b/Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/include/connect_gpio.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/include/connect_gpio.h rename to Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/include/connect_gpio.h diff --git a/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/include/connect_usart.h b/Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/include/connect_usart.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/include/connect_usart.h rename to Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/include/connect_usart.h diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/hardware_conf.h b/Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/include/hardware_conf.h similarity index 99% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/hardware_conf.h rename to Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/include/hardware_conf.h index b6e0204bb..8bb0f3a9b 100644 --- a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/hardware_conf.h +++ b/Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/include/hardware_conf.h @@ -35,7 +35,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_conf.h for XiUOS +1. rename stm32f4xx_conf.h for XiZi *************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/include/hardware_dbgmcu.h b/Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/include/hardware_dbgmcu.h similarity index 99% rename from Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/include/hardware_dbgmcu.h rename to Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/include/hardware_dbgmcu.h index 96f150952..27c6065cf 100644 --- a/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/include/hardware_dbgmcu.h +++ b/Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/include/hardware_dbgmcu.h @@ -35,7 +35,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_dbgmcu.h for XiUOS +1. rename stm32f4xx_dbgmcu.h for XiZi *************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_exti.h b/Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/include/hardware_exti.h similarity index 99% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_exti.h rename to Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/include/hardware_exti.h index 216d7dea6..1d1e8937f 100644 --- a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_exti.h +++ b/Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/include/hardware_exti.h @@ -36,7 +36,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_exti.h for XiUOS +1. rename stm32f4xx_exti.h for XiZi *************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/include/hardware_fsmc.h b/Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/include/hardware_fsmc.h similarity index 99% rename from Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/include/hardware_fsmc.h rename to Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/include/hardware_fsmc.h index 7669636f2..4af570c1d 100644 --- a/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/include/hardware_fsmc.h +++ b/Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/include/hardware_fsmc.h @@ -36,7 +36,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_fsmc.h for XiUOS +1. rename stm32f4xx_fsmc.h for XiZi *************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_gpio.h b/Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/include/hardware_gpio.h similarity index 99% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_gpio.h rename to Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/include/hardware_gpio.h index d4401f734..b5f4c884c 100644 --- a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_gpio.h +++ b/Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/include/hardware_gpio.h @@ -36,7 +36,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_gpio.h for XiUOS +1. rename stm32f4xx_gpio.h for XiZi *************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_rcc.h b/Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/include/hardware_rcc.h similarity index 99% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_rcc.h rename to Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/include/hardware_rcc.h index 0e6b54f8f..9788d9b34 100644 --- a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_rcc.h +++ b/Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/include/hardware_rcc.h @@ -35,7 +35,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_rcc.h for XiUOS +1. rename stm32f4xx_rcc.h for XiZi *************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_syscfg.h b/Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/include/hardware_syscfg.h similarity index 99% rename from Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_syscfg.h rename to Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/include/hardware_syscfg.h index ddb581326..59742781b 100644 --- a/Ubiquitous/XiUOS/board/aiit-arm32-board/third_party_driver/include/hardware_syscfg.h +++ b/Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/include/hardware_syscfg.h @@ -36,7 +36,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_syscfg.h for XiUOS +1. rename stm32f4xx_syscfg.h for XiZi *************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/hardware_usart.h b/Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/include/hardware_usart.h similarity index 99% rename from Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/hardware_usart.h rename to Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/include/hardware_usart.h index 8a2a08306..e5fbd4cbe 100644 --- a/Ubiquitous/XiUOS/board/cortex-m4-emulator/third_party_driver/include/hardware_usart.h +++ b/Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/include/hardware_usart.h @@ -36,7 +36,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_usart.h for XiUOS +1. rename stm32f4xx_usart.h for XiZi *************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/include/misc.h b/Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/include/misc.h similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/include/misc.h rename to Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/include/misc.h diff --git a/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/include/stm32_assert_template.h b/Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/include/stm32_assert_template.h similarity index 99% rename from Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/include/stm32_assert_template.h rename to Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/include/stm32_assert_template.h index 1a2f35b55..a4a9f92c1 100644 --- a/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/include/stm32_assert_template.h +++ b/Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/include/stm32_assert_template.h @@ -51,7 +51,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32_assert.h for XiUOS +1. rename stm32_assert.h for XiZi *************************************************/ /* Define to prevent recursive inclusion -------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/uart/Kconfig b/Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/uart/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/uart/Kconfig rename to Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/uart/Kconfig diff --git a/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/uart/Makefile b/Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/uart/Makefile similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/uart/Makefile rename to Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/uart/Makefile diff --git a/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/uart/connect_usart.c b/Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/uart/connect_usart.c similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/uart/connect_usart.c rename to Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/uart/connect_usart.c diff --git a/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/uart/hardware_usart.c b/Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/uart/hardware_usart.c similarity index 99% rename from Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/uart/hardware_usart.c rename to Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/uart/hardware_usart.c index 11fde1dc4..1ddc1ee50 100644 --- a/Ubiquitous/XiUOS/board/stm32f407zgt6/third_party_driver/uart/hardware_usart.c +++ b/Ubiquitous/XiZi/board/stm32f407zgt6/third_party_driver/uart/hardware_usart.c @@ -97,7 +97,7 @@ History: 1. Date: 2021-04-25 Author: AIIT XUOS Lab Modification: -1. rename stm32f4xx_usart.c for XiUOS +1. rename stm32f4xx_usart.c for XiZi *************************************************/ /* Includes ------------------------------------------------------------------*/ diff --git a/Ubiquitous/XiUOS/board/stm32f407zgt6/total.jpg b/Ubiquitous/XiZi/board/stm32f407zgt6/total.jpg similarity index 100% rename from Ubiquitous/XiUOS/board/stm32f407zgt6/total.jpg rename to Ubiquitous/XiZi/board/stm32f407zgt6/total.jpg diff --git a/Ubiquitous/XiUOS/compiler.mk b/Ubiquitous/XiZi/compiler.mk similarity index 99% rename from Ubiquitous/XiUOS/compiler.mk rename to Ubiquitous/XiZi/compiler.mk index 7eefbf357..4efb0448a 100644 --- a/Ubiquitous/XiUOS/compiler.mk +++ b/Ubiquitous/XiZi/compiler.mk @@ -11,7 +11,7 @@ CFLAGS += $(DEFINES) AFLAGS += $(DEFINES) CXXFLAGS += $(DEFINES) BUILD_DIR := $(KERNEL_ROOT)/build -APP_DIR := Ubiquitous/XiUOS +APP_DIR := Ubiquitous/XiZi .PHONY:COMPILER diff --git a/Ubiquitous/XiUOS/fs/Kconfig b/Ubiquitous/XiZi/fs/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/fs/Kconfig rename to Ubiquitous/XiZi/fs/Kconfig diff --git a/Ubiquitous/XiUOS/fs/Makefile b/Ubiquitous/XiZi/fs/Makefile similarity index 100% rename from Ubiquitous/XiUOS/fs/Makefile rename to Ubiquitous/XiZi/fs/Makefile diff --git a/Ubiquitous/XiUOS/fs/compatibility_ch376/Kconfig b/Ubiquitous/XiZi/fs/compatibility_ch376/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/fs/compatibility_ch376/Kconfig rename to Ubiquitous/XiZi/fs/compatibility_ch376/Kconfig diff --git a/Ubiquitous/XiUOS/fs/compatibility_ch376/Makefile b/Ubiquitous/XiZi/fs/compatibility_ch376/Makefile similarity index 100% rename from Ubiquitous/XiUOS/fs/compatibility_ch376/Makefile rename to Ubiquitous/XiZi/fs/compatibility_ch376/Makefile diff --git a/Ubiquitous/XiUOS/fs/compatibility_ch376/ch376fs.c b/Ubiquitous/XiZi/fs/compatibility_ch376/ch376fs.c similarity index 100% rename from Ubiquitous/XiUOS/fs/compatibility_ch376/ch376fs.c rename to Ubiquitous/XiZi/fs/compatibility_ch376/ch376fs.c diff --git a/Ubiquitous/XiUOS/fs/compatibility_ch376/ch376fs.h b/Ubiquitous/XiZi/fs/compatibility_ch376/ch376fs.h similarity index 98% rename from Ubiquitous/XiUOS/fs/compatibility_ch376/ch376fs.h rename to Ubiquitous/XiZi/fs/compatibility_ch376/ch376fs.h index 1f0472e5e..aea926553 100644 --- a/Ubiquitous/XiUOS/fs/compatibility_ch376/ch376fs.h +++ b/Ubiquitous/XiZi/fs/compatibility_ch376/ch376fs.h @@ -21,7 +21,7 @@ #ifndef __INC_CH376FS_H__ #define __INC_CH376FS_H__ -#include +#include #if defined(FS_VFS) #include diff --git a/Ubiquitous/XiUOS/fs/fatfs/00history.txt b/Ubiquitous/XiZi/fs/fatfs/00history.txt similarity index 100% rename from Ubiquitous/XiUOS/fs/fatfs/00history.txt rename to Ubiquitous/XiZi/fs/fatfs/00history.txt diff --git a/Ubiquitous/XiUOS/fs/fatfs/00readme.txt b/Ubiquitous/XiZi/fs/fatfs/00readme.txt similarity index 100% rename from Ubiquitous/XiUOS/fs/fatfs/00readme.txt rename to Ubiquitous/XiZi/fs/fatfs/00readme.txt diff --git a/Ubiquitous/XiUOS/fs/fatfs/Kconfig b/Ubiquitous/XiZi/fs/fatfs/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/fs/fatfs/Kconfig rename to Ubiquitous/XiZi/fs/fatfs/Kconfig diff --git a/Ubiquitous/XiUOS/fs/fatfs/Makefile b/Ubiquitous/XiZi/fs/fatfs/Makefile similarity index 100% rename from Ubiquitous/XiUOS/fs/fatfs/Makefile rename to Ubiquitous/XiZi/fs/fatfs/Makefile diff --git a/Ubiquitous/XiUOS/fs/fatfs/diskio.c b/Ubiquitous/XiZi/fs/fatfs/diskio.c similarity index 95% rename from Ubiquitous/XiUOS/fs/fatfs/diskio.c rename to Ubiquitous/XiZi/fs/fatfs/diskio.c index 2b34ca41e..bde9a5ad2 100644 --- a/Ubiquitous/XiUOS/fs/fatfs/diskio.c +++ b/Ubiquitous/XiZi/fs/fatfs/diskio.c @@ -10,12 +10,12 @@ /* * Modified by: AIIT XUOS Lab * Modified date: 2020-08-25 - * Description: implement disk I/O interfaces with XiUOS driver APIs + * Description: implement disk I/O interfaces with XiZi driver APIs */ #include "ff.h" /* Obtains integer types */ #include "diskio.h" /* Declarations of disk functions */ -#include +#include #include #include #include diff --git a/Ubiquitous/XiUOS/fs/fatfs/diskio.h b/Ubiquitous/XiZi/fs/fatfs/diskio.h similarity index 100% rename from Ubiquitous/XiUOS/fs/fatfs/diskio.h rename to Ubiquitous/XiZi/fs/fatfs/diskio.h diff --git a/Ubiquitous/XiUOS/fs/fatfs/fatfs.c b/Ubiquitous/XiZi/fs/fatfs/fatfs.c similarity index 99% rename from Ubiquitous/XiUOS/fs/fatfs/fatfs.c rename to Ubiquitous/XiZi/fs/fatfs/fatfs.c index 7dcdafade..904f28c25 100644 --- a/Ubiquitous/XiUOS/fs/fatfs/fatfs.c +++ b/Ubiquitous/XiZi/fs/fatfs/fatfs.c @@ -14,7 +14,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/Ubiquitous/XiUOS/fs/fatfs/ff.c b/Ubiquitous/XiZi/fs/fatfs/ff.c similarity index 100% rename from Ubiquitous/XiUOS/fs/fatfs/ff.c rename to Ubiquitous/XiZi/fs/fatfs/ff.c diff --git a/Ubiquitous/XiUOS/fs/fatfs/ff.h b/Ubiquitous/XiZi/fs/fatfs/ff.h similarity index 100% rename from Ubiquitous/XiUOS/fs/fatfs/ff.h rename to Ubiquitous/XiZi/fs/fatfs/ff.h diff --git a/Ubiquitous/XiUOS/fs/fatfs/ffconf.h b/Ubiquitous/XiZi/fs/fatfs/ffconf.h similarity index 96% rename from Ubiquitous/XiUOS/fs/fatfs/ffconf.h rename to Ubiquitous/XiZi/fs/fatfs/ffconf.h index 87123d6d9..1462ec3c7 100644 --- a/Ubiquitous/XiUOS/fs/fatfs/ffconf.h +++ b/Ubiquitous/XiZi/fs/fatfs/ffconf.h @@ -1,10 +1,10 @@ /* * Modified by: AIIT XUOS Lab * Modified date: 2020-08-25 - * Description: include XiUOS headers, enable long file name + * Description: include XiZi headers, enable long file name */ -#include +#include /*---------------------------------------------------------------------------/ / FatFs Functional Configurations diff --git a/Ubiquitous/XiUOS/fs/fatfs/ffsystem.c b/Ubiquitous/XiZi/fs/fatfs/ffsystem.c similarity index 95% rename from Ubiquitous/XiUOS/fs/fatfs/ffsystem.c rename to Ubiquitous/XiZi/fs/fatfs/ffsystem.c index dedb458ca..3ca19bab5 100644 --- a/Ubiquitous/XiUOS/fs/fatfs/ffsystem.c +++ b/Ubiquitous/XiZi/fs/fatfs/ffsystem.c @@ -6,7 +6,7 @@ /* * Modified by: AIIT XUOS Lab * Modified date: 2020-08-25 - * Description: implement interfaces with XiUOS kernel APIs + * Description: implement interfaces with XiZi kernel APIs */ #include "ff.h" diff --git a/Ubiquitous/XiUOS/fs/fatfs/ffunicode.c b/Ubiquitous/XiZi/fs/fatfs/ffunicode.c similarity index 100% rename from Ubiquitous/XiUOS/fs/fatfs/ffunicode.c rename to Ubiquitous/XiZi/fs/fatfs/ffunicode.c diff --git a/Ubiquitous/XiUOS/fs/fatfs/integer.h b/Ubiquitous/XiZi/fs/fatfs/integer.h similarity index 100% rename from Ubiquitous/XiUOS/fs/fatfs/integer.h rename to Ubiquitous/XiZi/fs/fatfs/integer.h diff --git a/Ubiquitous/XiUOS/fs/iot-devicefile/Kconfig b/Ubiquitous/XiZi/fs/iot-devicefile/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/fs/iot-devicefile/Kconfig rename to Ubiquitous/XiZi/fs/iot-devicefile/Kconfig diff --git a/Ubiquitous/XiUOS/fs/iot-devicefile/Makefile b/Ubiquitous/XiZi/fs/iot-devicefile/Makefile similarity index 100% rename from Ubiquitous/XiUOS/fs/iot-devicefile/Makefile rename to Ubiquitous/XiZi/fs/iot-devicefile/Makefile diff --git a/Ubiquitous/XiUOS/fs/iot-devicefile/iot-devicefile.c b/Ubiquitous/XiZi/fs/iot-devicefile/iot-devicefile.c similarity index 99% rename from Ubiquitous/XiUOS/fs/iot-devicefile/iot-devicefile.c rename to Ubiquitous/XiZi/fs/iot-devicefile/iot-devicefile.c index cd58f8c0d..eda0b7e82 100644 --- a/Ubiquitous/XiUOS/fs/iot-devicefile/iot-devicefile.c +++ b/Ubiquitous/XiZi/fs/iot-devicefile/iot-devicefile.c @@ -1,4 +1,4 @@ -#include +#include #include #include #include diff --git a/Ubiquitous/XiUOS/fs/lwext4/Kconfig b/Ubiquitous/XiZi/fs/lwext4/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/fs/lwext4/Kconfig rename to Ubiquitous/XiZi/fs/lwext4/Kconfig diff --git a/Ubiquitous/XiUOS/fs/lwext4/Makefile b/Ubiquitous/XiZi/fs/lwext4/Makefile similarity index 100% rename from Ubiquitous/XiUOS/fs/lwext4/Makefile rename to Ubiquitous/XiZi/fs/lwext4/Makefile diff --git a/Ubiquitous/XiUOS/fs/shared/Makefile b/Ubiquitous/XiZi/fs/shared/Makefile similarity index 100% rename from Ubiquitous/XiUOS/fs/shared/Makefile rename to Ubiquitous/XiZi/fs/shared/Makefile diff --git a/Ubiquitous/XiUOS/fs/shared/include/iot-vfs.h b/Ubiquitous/XiZi/fs/shared/include/iot-vfs.h similarity index 99% rename from Ubiquitous/XiUOS/fs/shared/include/iot-vfs.h rename to Ubiquitous/XiZi/fs/shared/include/iot-vfs.h index bddfd524c..bc61255da 100644 --- a/Ubiquitous/XiUOS/fs/shared/include/iot-vfs.h +++ b/Ubiquitous/XiZi/fs/shared/include/iot-vfs.h @@ -13,7 +13,7 @@ #ifndef _INC_IOT_VFS_H_ #define _INC_IOT_VFS_H_ -#include +#include #include #define MAX_FILE_NAME 255 diff --git a/Ubiquitous/XiUOS/fs/shared/include/iot-vfs_posix.h b/Ubiquitous/XiZi/fs/shared/include/iot-vfs_posix.h similarity index 100% rename from Ubiquitous/XiUOS/fs/shared/include/iot-vfs_posix.h rename to Ubiquitous/XiZi/fs/shared/include/iot-vfs_posix.h diff --git a/Ubiquitous/XiUOS/fs/shared/include/vfs_select.h b/Ubiquitous/XiZi/fs/shared/include/vfs_select.h similarity index 100% rename from Ubiquitous/XiUOS/fs/shared/include/vfs_select.h rename to Ubiquitous/XiZi/fs/shared/include/vfs_select.h diff --git a/Ubiquitous/XiUOS/fs/shared/src/Makefile b/Ubiquitous/XiZi/fs/shared/src/Makefile similarity index 100% rename from Ubiquitous/XiUOS/fs/shared/src/Makefile rename to Ubiquitous/XiZi/fs/shared/src/Makefile diff --git a/Ubiquitous/XiUOS/fs/shared/src/iot-vfs.c b/Ubiquitous/XiZi/fs/shared/src/iot-vfs.c similarity index 99% rename from Ubiquitous/XiUOS/fs/shared/src/iot-vfs.c rename to Ubiquitous/XiZi/fs/shared/src/iot-vfs.c index 520fb66c6..e1ef093d9 100644 --- a/Ubiquitous/XiUOS/fs/shared/src/iot-vfs.c +++ b/Ubiquitous/XiZi/fs/shared/src/iot-vfs.c @@ -14,7 +14,7 @@ #include #include #include -#include +#include #include #include diff --git a/Ubiquitous/XiUOS/fs/shared/src/poll.c b/Ubiquitous/XiZi/fs/shared/src/poll.c similarity index 99% rename from Ubiquitous/XiUOS/fs/shared/src/poll.c rename to Ubiquitous/XiZi/fs/shared/src/poll.c index 46b2b044e..95b451086 100644 --- a/Ubiquitous/XiUOS/fs/shared/src/poll.c +++ b/Ubiquitous/XiZi/fs/shared/src/poll.c @@ -12,7 +12,7 @@ #include #include #include -#include +#include #include #include diff --git a/Ubiquitous/XiUOS/fs/shared/src/select.c b/Ubiquitous/XiZi/fs/shared/src/select.c similarity index 100% rename from Ubiquitous/XiUOS/fs/shared/src/select.c rename to Ubiquitous/XiZi/fs/shared/src/select.c diff --git a/Ubiquitous/XiUOS/kernel/Kconfig b/Ubiquitous/XiZi/kernel/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/kernel/Kconfig rename to Ubiquitous/XiZi/kernel/Kconfig diff --git a/Ubiquitous/XiUOS/kernel/Makefile b/Ubiquitous/XiZi/kernel/Makefile similarity index 100% rename from Ubiquitous/XiUOS/kernel/Makefile rename to Ubiquitous/XiZi/kernel/Makefile diff --git a/Ubiquitous/XiUOS/kernel/include/user_api.h b/Ubiquitous/XiZi/kernel/include/user_api.h similarity index 99% rename from Ubiquitous/XiUOS/kernel/include/user_api.h rename to Ubiquitous/XiZi/kernel/include/user_api.h index 4e3d9206e..b804f06ac 100644 --- a/Ubiquitous/XiUOS/kernel/include/user_api.h +++ b/Ubiquitous/XiZi/kernel/include/user_api.h @@ -23,7 +23,7 @@ #define XS_USER_API_H -// #include +// #include #include #include "../../../kernel/include/xs_service.h" diff --git a/Ubiquitous/XiUOS/kernel/include/xiuos.h b/Ubiquitous/XiZi/kernel/include/xizi.h similarity index 95% rename from Ubiquitous/XiUOS/kernel/include/xiuos.h rename to Ubiquitous/XiZi/kernel/include/xizi.h index 932646e79..ab021cee2 100644 --- a/Ubiquitous/XiUOS/kernel/include/xiuos.h +++ b/Ubiquitous/XiZi/kernel/include/xizi.h @@ -11,7 +11,7 @@ */ /** -* @file: xiuos.h +* @file: xizi.h * @brief: all header files of kernel * @version: 1.0 * @author: AIIT XUOS Lab @@ -19,8 +19,8 @@ * */ -#ifndef XIUOS_H -#define XIUOS_H +#ifndef XIZI_H +#define XIZI_H #include #include diff --git a/Ubiquitous/XiUOS/kernel/include/xs_assign.h b/Ubiquitous/XiZi/kernel/include/xs_assign.h similarity index 100% rename from Ubiquitous/XiUOS/kernel/include/xs_assign.h rename to Ubiquitous/XiZi/kernel/include/xs_assign.h diff --git a/Ubiquitous/XiUOS/kernel/include/xs_avltree.h b/Ubiquitous/XiZi/kernel/include/xs_avltree.h similarity index 100% rename from Ubiquitous/XiUOS/kernel/include/xs_avltree.h rename to Ubiquitous/XiZi/kernel/include/xs_avltree.h diff --git a/Ubiquitous/XiUOS/kernel/include/xs_banner.h b/Ubiquitous/XiZi/kernel/include/xs_banner.h similarity index 100% rename from Ubiquitous/XiUOS/kernel/include/xs_banner.h rename to Ubiquitous/XiZi/kernel/include/xs_banner.h diff --git a/Ubiquitous/XiUOS/kernel/include/xs_base.h b/Ubiquitous/XiZi/kernel/include/xs_base.h similarity index 100% rename from Ubiquitous/XiUOS/kernel/include/xs_base.h rename to Ubiquitous/XiZi/kernel/include/xs_base.h diff --git a/Ubiquitous/XiUOS/kernel/include/xs_circular_area.h b/Ubiquitous/XiZi/kernel/include/xs_circular_area.h similarity index 100% rename from Ubiquitous/XiUOS/kernel/include/xs_circular_area.h rename to Ubiquitous/XiZi/kernel/include/xs_circular_area.h diff --git a/Ubiquitous/XiUOS/kernel/include/xs_dataqueue.h b/Ubiquitous/XiZi/kernel/include/xs_dataqueue.h similarity index 100% rename from Ubiquitous/XiUOS/kernel/include/xs_dataqueue.h rename to Ubiquitous/XiZi/kernel/include/xs_dataqueue.h diff --git a/Ubiquitous/XiUOS/kernel/include/xs_delay.h b/Ubiquitous/XiZi/kernel/include/xs_delay.h similarity index 100% rename from Ubiquitous/XiUOS/kernel/include/xs_delay.h rename to Ubiquitous/XiZi/kernel/include/xs_delay.h diff --git a/Ubiquitous/XiUOS/kernel/include/xs_event.h b/Ubiquitous/XiZi/kernel/include/xs_event.h similarity index 100% rename from Ubiquitous/XiUOS/kernel/include/xs_event.h rename to Ubiquitous/XiZi/kernel/include/xs_event.h diff --git a/Ubiquitous/XiUOS/kernel/include/xs_hook.h b/Ubiquitous/XiZi/kernel/include/xs_hook.h similarity index 100% rename from Ubiquitous/XiUOS/kernel/include/xs_hook.h rename to Ubiquitous/XiZi/kernel/include/xs_hook.h diff --git a/Ubiquitous/XiUOS/kernel/include/xs_id.h b/Ubiquitous/XiZi/kernel/include/xs_id.h similarity index 100% rename from Ubiquitous/XiUOS/kernel/include/xs_id.h rename to Ubiquitous/XiZi/kernel/include/xs_id.h diff --git a/Ubiquitous/XiUOS/kernel/include/xs_init.h b/Ubiquitous/XiZi/kernel/include/xs_init.h similarity index 100% rename from Ubiquitous/XiUOS/kernel/include/xs_init.h rename to Ubiquitous/XiZi/kernel/include/xs_init.h diff --git a/Ubiquitous/XiUOS/kernel/include/xs_isolation.h b/Ubiquitous/XiZi/kernel/include/xs_isolation.h similarity index 98% rename from Ubiquitous/XiUOS/kernel/include/xs_isolation.h rename to Ubiquitous/XiZi/kernel/include/xs_isolation.h index 3f3e004f3..22f56f5e0 100644 --- a/Ubiquitous/XiUOS/kernel/include/xs_isolation.h +++ b/Ubiquitous/XiZi/kernel/include/xs_isolation.h @@ -25,7 +25,7 @@ #include #ifdef TASK_ISOLATION -#include +#include #include #if defined(ARCH_ARM) && defined(SURPORT_MPU) diff --git a/Ubiquitous/XiUOS/kernel/include/xs_isr.h b/Ubiquitous/XiZi/kernel/include/xs_isr.h similarity index 100% rename from Ubiquitous/XiUOS/kernel/include/xs_isr.h rename to Ubiquitous/XiZi/kernel/include/xs_isr.h diff --git a/Ubiquitous/XiUOS/kernel/include/xs_kdbg.h b/Ubiquitous/XiZi/kernel/include/xs_kdbg.h similarity index 100% rename from Ubiquitous/XiUOS/kernel/include/xs_kdbg.h rename to Ubiquitous/XiZi/kernel/include/xs_kdbg.h diff --git a/Ubiquitous/XiUOS/kernel/include/xs_kdevice.h b/Ubiquitous/XiZi/kernel/include/xs_kdevice.h similarity index 100% rename from Ubiquitous/XiUOS/kernel/include/xs_kdevice.h rename to Ubiquitous/XiZi/kernel/include/xs_kdevice.h diff --git a/Ubiquitous/XiUOS/kernel/include/xs_klist.h b/Ubiquitous/XiZi/kernel/include/xs_klist.h similarity index 100% rename from Ubiquitous/XiUOS/kernel/include/xs_klist.h rename to Ubiquitous/XiZi/kernel/include/xs_klist.h diff --git a/Ubiquitous/XiUOS/kernel/include/xs_ktask.h b/Ubiquitous/XiZi/kernel/include/xs_ktask.h similarity index 100% rename from Ubiquitous/XiUOS/kernel/include/xs_ktask.h rename to Ubiquitous/XiZi/kernel/include/xs_ktask.h diff --git a/Ubiquitous/XiUOS/kernel/include/xs_ktask_stat.h b/Ubiquitous/XiZi/kernel/include/xs_ktask_stat.h similarity index 100% rename from Ubiquitous/XiUOS/kernel/include/xs_ktask_stat.h rename to Ubiquitous/XiZi/kernel/include/xs_ktask_stat.h diff --git a/Ubiquitous/XiUOS/kernel/include/xs_ktick.h b/Ubiquitous/XiZi/kernel/include/xs_ktick.h similarity index 100% rename from Ubiquitous/XiUOS/kernel/include/xs_ktick.h rename to Ubiquitous/XiZi/kernel/include/xs_ktick.h diff --git a/Ubiquitous/XiUOS/kernel/include/xs_memory.h b/Ubiquitous/XiZi/kernel/include/xs_memory.h similarity index 100% rename from Ubiquitous/XiUOS/kernel/include/xs_memory.h rename to Ubiquitous/XiZi/kernel/include/xs_memory.h diff --git a/Ubiquitous/XiUOS/kernel/include/xs_msg.h b/Ubiquitous/XiZi/kernel/include/xs_msg.h similarity index 100% rename from Ubiquitous/XiUOS/kernel/include/xs_msg.h rename to Ubiquitous/XiZi/kernel/include/xs_msg.h diff --git a/Ubiquitous/XiUOS/kernel/include/xs_mutex.h b/Ubiquitous/XiZi/kernel/include/xs_mutex.h similarity index 100% rename from Ubiquitous/XiUOS/kernel/include/xs_mutex.h rename to Ubiquitous/XiZi/kernel/include/xs_mutex.h diff --git a/Ubiquitous/XiUOS/kernel/include/xs_poll.h b/Ubiquitous/XiZi/kernel/include/xs_poll.h similarity index 100% rename from Ubiquitous/XiUOS/kernel/include/xs_poll.h rename to Ubiquitous/XiZi/kernel/include/xs_poll.h diff --git a/Ubiquitous/XiUOS/kernel/include/xs_queue_manager.h b/Ubiquitous/XiZi/kernel/include/xs_queue_manager.h similarity index 100% rename from Ubiquitous/XiUOS/kernel/include/xs_queue_manager.h rename to Ubiquitous/XiZi/kernel/include/xs_queue_manager.h diff --git a/Ubiquitous/XiUOS/kernel/include/xs_sem.h b/Ubiquitous/XiZi/kernel/include/xs_sem.h similarity index 100% rename from Ubiquitous/XiUOS/kernel/include/xs_sem.h rename to Ubiquitous/XiZi/kernel/include/xs_sem.h diff --git a/Ubiquitous/XiUOS/kernel/include/xs_service.h b/Ubiquitous/XiZi/kernel/include/xs_service.h similarity index 100% rename from Ubiquitous/XiUOS/kernel/include/xs_service.h rename to Ubiquitous/XiZi/kernel/include/xs_service.h diff --git a/Ubiquitous/XiUOS/kernel/include/xs_spinlock.h b/Ubiquitous/XiZi/kernel/include/xs_spinlock.h similarity index 100% rename from Ubiquitous/XiUOS/kernel/include/xs_spinlock.h rename to Ubiquitous/XiZi/kernel/include/xs_spinlock.h diff --git a/Ubiquitous/XiUOS/kernel/include/xs_timer.h b/Ubiquitous/XiZi/kernel/include/xs_timer.h similarity index 100% rename from Ubiquitous/XiUOS/kernel/include/xs_timer.h rename to Ubiquitous/XiZi/kernel/include/xs_timer.h diff --git a/Ubiquitous/XiUOS/kernel/include/xs_waitqueue.h b/Ubiquitous/XiZi/kernel/include/xs_waitqueue.h similarity index 100% rename from Ubiquitous/XiUOS/kernel/include/xs_waitqueue.h rename to Ubiquitous/XiZi/kernel/include/xs_waitqueue.h diff --git a/Ubiquitous/XiUOS/kernel/include/xs_workqueue.h b/Ubiquitous/XiZi/kernel/include/xs_workqueue.h similarity index 100% rename from Ubiquitous/XiUOS/kernel/include/xs_workqueue.h rename to Ubiquitous/XiZi/kernel/include/xs_workqueue.h diff --git a/Ubiquitous/XiUOS/kernel/kernel_service/Makefile b/Ubiquitous/XiZi/kernel/kernel_service/Makefile similarity index 100% rename from Ubiquitous/XiUOS/kernel/kernel_service/Makefile rename to Ubiquitous/XiZi/kernel/kernel_service/Makefile diff --git a/Ubiquitous/XiUOS/kernel/kernel_service/xs_service.c b/Ubiquitous/XiZi/kernel/kernel_service/xs_service.c similarity index 100% rename from Ubiquitous/XiUOS/kernel/kernel_service/xs_service.c rename to Ubiquitous/XiZi/kernel/kernel_service/xs_service.c diff --git a/Ubiquitous/XiUOS/kernel/kernel_test/Kconfig b/Ubiquitous/XiZi/kernel/kernel_test/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/kernel/kernel_test/Kconfig rename to Ubiquitous/XiZi/kernel/kernel_test/Kconfig diff --git a/Ubiquitous/XiUOS/kernel/kernel_test/Makefile b/Ubiquitous/XiZi/kernel/kernel_test/Makefile similarity index 100% rename from Ubiquitous/XiUOS/kernel/kernel_test/Makefile rename to Ubiquitous/XiZi/kernel/kernel_test/Makefile diff --git a/Ubiquitous/XiUOS/kernel/kernel_test/extsram_test.c b/Ubiquitous/XiZi/kernel/kernel_test/extsram_test.c similarity index 99% rename from Ubiquitous/XiUOS/kernel/kernel_test/extsram_test.c rename to Ubiquitous/XiZi/kernel/kernel_test/extsram_test.c index d17b63a29..f1988abe3 100644 --- a/Ubiquitous/XiUOS/kernel/kernel_test/extsram_test.c +++ b/Ubiquitous/XiZi/kernel/kernel_test/extsram_test.c @@ -1,4 +1,4 @@ -#include +#include #include /* parameters for sram peripheral */ diff --git a/Ubiquitous/XiUOS/kernel/kernel_test/riscv_test_can.c b/Ubiquitous/XiZi/kernel/kernel_test/riscv_test_can.c similarity index 99% rename from Ubiquitous/XiUOS/kernel/kernel_test/riscv_test_can.c rename to Ubiquitous/XiZi/kernel/kernel_test/riscv_test_can.c index 885faf741..8cea430af 100644 --- a/Ubiquitous/XiUOS/kernel/kernel_test/riscv_test_can.c +++ b/Ubiquitous/XiZi/kernel/kernel_test/riscv_test_can.c @@ -18,7 +18,7 @@ * @date 2021-04-24 */ -#include +#include #ifdef BOARD_AIIT_RISCV_EVB diff --git a/Ubiquitous/XiUOS/kernel/kernel_test/test_avltree.c b/Ubiquitous/XiZi/kernel/kernel_test/test_avltree.c similarity index 100% rename from Ubiquitous/XiUOS/kernel/kernel_test/test_avltree.c rename to Ubiquitous/XiZi/kernel/kernel_test/test_avltree.c diff --git a/Ubiquitous/XiUOS/kernel/kernel_test/test_can.c b/Ubiquitous/XiZi/kernel/kernel_test/test_can.c similarity index 100% rename from Ubiquitous/XiUOS/kernel/kernel_test/test_can.c rename to Ubiquitous/XiZi/kernel/kernel_test/test_can.c diff --git a/Ubiquitous/XiUOS/kernel/kernel_test/test_ch438.c b/Ubiquitous/XiZi/kernel/kernel_test/test_ch438.c similarity index 99% rename from Ubiquitous/XiUOS/kernel/kernel_test/test_ch438.c rename to Ubiquitous/XiZi/kernel/kernel_test/test_ch438.c index 6fe6f4aee..7802334f4 100644 --- a/Ubiquitous/XiUOS/kernel/kernel_test/test_ch438.c +++ b/Ubiquitous/XiZi/kernel/kernel_test/test_ch438.c @@ -18,7 +18,7 @@ * @date 2021-04-24 */ -#include +#include #include #include "board.h" #include "connect_ch438.h" diff --git a/Ubiquitous/XiUOS/kernel/kernel_test/test_circulararea.c b/Ubiquitous/XiZi/kernel/kernel_test/test_circulararea.c similarity index 100% rename from Ubiquitous/XiUOS/kernel/kernel_test/test_circulararea.c rename to Ubiquitous/XiZi/kernel/kernel_test/test_circulararea.c diff --git a/Ubiquitous/XiUOS/kernel/kernel_test/test_dbg.c b/Ubiquitous/XiZi/kernel/kernel_test/test_dbg.c similarity index 98% rename from Ubiquitous/XiUOS/kernel/kernel_test/test_dbg.c rename to Ubiquitous/XiZi/kernel/kernel_test/test_dbg.c index 97d47d173..6624094d7 100644 --- a/Ubiquitous/XiUOS/kernel/kernel_test/test_dbg.c +++ b/Ubiquitous/XiZi/kernel/kernel_test/test_dbg.c @@ -18,7 +18,7 @@ * @date 2021-04-24 */ -#include +#include #define KDBG_TEST1 1 #define KDBG_TEST2 0 diff --git a/Ubiquitous/XiUOS/kernel/kernel_test/test_fpu.c b/Ubiquitous/XiZi/kernel/kernel_test/test_fpu.c similarity index 98% rename from Ubiquitous/XiUOS/kernel/kernel_test/test_fpu.c rename to Ubiquitous/XiZi/kernel/kernel_test/test_fpu.c index fddb3de19..450a86784 100644 --- a/Ubiquitous/XiUOS/kernel/kernel_test/test_fpu.c +++ b/Ubiquitous/XiZi/kernel/kernel_test/test_fpu.c @@ -17,7 +17,7 @@ * @author AIIT XUOS Lab * @date 2022-01-11 */ -#include +#include void FpuTest(void) { float i = 8.25; diff --git a/Ubiquitous/XiUOS/kernel/kernel_test/test_gatherblock.c b/Ubiquitous/XiZi/kernel/kernel_test/test_gatherblock.c similarity index 99% rename from Ubiquitous/XiUOS/kernel/kernel_test/test_gatherblock.c rename to Ubiquitous/XiZi/kernel/kernel_test/test_gatherblock.c index a6e17abfe..9fcee9457 100644 --- a/Ubiquitous/XiUOS/kernel/kernel_test/test_gatherblock.c +++ b/Ubiquitous/XiZi/kernel/kernel_test/test_gatherblock.c @@ -18,7 +18,7 @@ * @date 2021-04-24 */ -#include +#include #include extern long ShowGatherMem(void); diff --git a/Ubiquitous/XiUOS/kernel/kernel_test/test_hwtimer.c b/Ubiquitous/XiZi/kernel/kernel_test/test_hwtimer.c similarity index 99% rename from Ubiquitous/XiUOS/kernel/kernel_test/test_hwtimer.c rename to Ubiquitous/XiZi/kernel/kernel_test/test_hwtimer.c index 4728f40d3..d9ec0e753 100644 --- a/Ubiquitous/XiUOS/kernel/kernel_test/test_hwtimer.c +++ b/Ubiquitous/XiZi/kernel/kernel_test/test_hwtimer.c @@ -18,7 +18,7 @@ * @date 2021-04-24 */ -#include +#include #include #include #include diff --git a/Ubiquitous/XiUOS/kernel/kernel_test/test_i2c.c b/Ubiquitous/XiZi/kernel/kernel_test/test_i2c.c similarity index 99% rename from Ubiquitous/XiUOS/kernel/kernel_test/test_i2c.c rename to Ubiquitous/XiZi/kernel/kernel_test/test_i2c.c index b67bdfd21..cd41074bf 100644 --- a/Ubiquitous/XiUOS/kernel/kernel_test/test_i2c.c +++ b/Ubiquitous/XiZi/kernel/kernel_test/test_i2c.c @@ -18,7 +18,7 @@ * @date 2021-04-24 */ -#include +#include #include #include diff --git a/Ubiquitous/XiUOS/kernel/kernel_test/test_iwg.c b/Ubiquitous/XiZi/kernel/kernel_test/test_iwg.c similarity index 99% rename from Ubiquitous/XiUOS/kernel/kernel_test/test_iwg.c rename to Ubiquitous/XiZi/kernel/kernel_test/test_iwg.c index c8e85a655..e9121bb0e 100644 --- a/Ubiquitous/XiUOS/kernel/kernel_test/test_iwg.c +++ b/Ubiquitous/XiZi/kernel/kernel_test/test_iwg.c @@ -18,7 +18,7 @@ * @date 2021-04-24 */ -#include +#include #include static BusType wdt; diff --git a/Ubiquitous/XiUOS/kernel/kernel_test/test_lcd.c b/Ubiquitous/XiZi/kernel/kernel_test/test_lcd.c similarity index 100% rename from Ubiquitous/XiUOS/kernel/kernel_test/test_lcd.c rename to Ubiquitous/XiZi/kernel/kernel_test/test_lcd.c diff --git a/Ubiquitous/XiUOS/kernel/kernel_test/test_main.c b/Ubiquitous/XiZi/kernel/kernel_test/test_main.c similarity index 99% rename from Ubiquitous/XiUOS/kernel/kernel_test/test_main.c rename to Ubiquitous/XiZi/kernel/kernel_test/test_main.c index 74703a5bc..18d6f85f0 100644 --- a/Ubiquitous/XiUOS/kernel/kernel_test/test_main.c +++ b/Ubiquitous/XiZi/kernel/kernel_test/test_main.c @@ -18,7 +18,7 @@ * @date 2021-04-24 */ -#include +#include #include #define MAX_ITEM_NAME_LENGTH 16 extern int TestIwg(void); diff --git a/Ubiquitous/XiUOS/kernel/kernel_test/test_mem.c b/Ubiquitous/XiZi/kernel/kernel_test/test_mem.c similarity index 99% rename from Ubiquitous/XiUOS/kernel/kernel_test/test_mem.c rename to Ubiquitous/XiZi/kernel/kernel_test/test_mem.c index 8b1ca2aee..55bf2bb22 100644 --- a/Ubiquitous/XiUOS/kernel/kernel_test/test_mem.c +++ b/Ubiquitous/XiZi/kernel/kernel_test/test_mem.c @@ -18,7 +18,7 @@ * @date 2021-04-24 */ -#include +#include #include extern void ShowMemory(void); diff --git a/Ubiquitous/XiUOS/kernel/kernel_test/test_realtime.c b/Ubiquitous/XiZi/kernel/kernel_test/test_realtime.c similarity index 99% rename from Ubiquitous/XiUOS/kernel/kernel_test/test_realtime.c rename to Ubiquitous/XiZi/kernel/kernel_test/test_realtime.c index 2a71f52c9..20630ef85 100644 --- a/Ubiquitous/XiUOS/kernel/kernel_test/test_realtime.c +++ b/Ubiquitous/XiZi/kernel/kernel_test/test_realtime.c @@ -18,7 +18,7 @@ * @date 2021-04-24 */ -#include +#include #include #include diff --git a/Ubiquitous/XiUOS/kernel/kernel_test/test_rtc.c b/Ubiquitous/XiZi/kernel/kernel_test/test_rtc.c similarity index 99% rename from Ubiquitous/XiUOS/kernel/kernel_test/test_rtc.c rename to Ubiquitous/XiZi/kernel/kernel_test/test_rtc.c index 0851cb2f3..bbc5ee5c1 100644 --- a/Ubiquitous/XiUOS/kernel/kernel_test/test_rtc.c +++ b/Ubiquitous/XiZi/kernel/kernel_test/test_rtc.c @@ -18,7 +18,7 @@ * @date 2021-04-24 */ -#include +#include #include #ifdef RESOURCES_RTC diff --git a/Ubiquitous/XiUOS/kernel/kernel_test/test_serial.c b/Ubiquitous/XiZi/kernel/kernel_test/test_serial.c similarity index 99% rename from Ubiquitous/XiUOS/kernel/kernel_test/test_serial.c rename to Ubiquitous/XiZi/kernel/kernel_test/test_serial.c index f810be149..00451383f 100644 --- a/Ubiquitous/XiUOS/kernel/kernel_test/test_serial.c +++ b/Ubiquitous/XiZi/kernel/kernel_test/test_serial.c @@ -18,7 +18,7 @@ * @date 2021-04-24 */ -#include +#include #include #if defined (ARCH_RISCV) #include diff --git a/Ubiquitous/XiUOS/kernel/kernel_test/test_threadsched.c b/Ubiquitous/XiZi/kernel/kernel_test/test_threadsched.c similarity index 95% rename from Ubiquitous/XiUOS/kernel/kernel_test/test_threadsched.c rename to Ubiquitous/XiZi/kernel/kernel_test/test_threadsched.c index 8f5fe6d43..54f7a5ef1 100644 --- a/Ubiquitous/XiUOS/kernel/kernel_test/test_threadsched.c +++ b/Ubiquitous/XiZi/kernel/kernel_test/test_threadsched.c @@ -18,7 +18,7 @@ * @date 2021-04-24 */ -#include +#include #include #include diff --git a/Ubiquitous/XiUOS/kernel/kernel_test/test_timer.c b/Ubiquitous/XiZi/kernel/kernel_test/test_timer.c similarity index 99% rename from Ubiquitous/XiUOS/kernel/kernel_test/test_timer.c rename to Ubiquitous/XiZi/kernel/kernel_test/test_timer.c index 93511ee5e..5d5cca4bb 100644 --- a/Ubiquitous/XiUOS/kernel/kernel_test/test_timer.c +++ b/Ubiquitous/XiZi/kernel/kernel_test/test_timer.c @@ -18,7 +18,7 @@ * @date 2021-04-24 */ -#include +#include extern long ShowTimer(void); /*****************************************************************************************************************/ diff --git a/Ubiquitous/XiUOS/kernel/kernel_test/test_touch.c b/Ubiquitous/XiZi/kernel/kernel_test/test_touch.c similarity index 100% rename from Ubiquitous/XiUOS/kernel/kernel_test/test_touch.c rename to Ubiquitous/XiZi/kernel/kernel_test/test_touch.c diff --git a/Ubiquitous/XiUOS/kernel/kernel_test/user_api.h b/Ubiquitous/XiZi/kernel/kernel_test/user_api.h similarity index 99% rename from Ubiquitous/XiUOS/kernel/kernel_test/user_api.h rename to Ubiquitous/XiZi/kernel/kernel_test/user_api.h index 79291d1df..aea1372e6 100644 --- a/Ubiquitous/XiUOS/kernel/kernel_test/user_api.h +++ b/Ubiquitous/XiZi/kernel/kernel_test/user_api.h @@ -21,7 +21,7 @@ #ifndef __XS_USER_API_H__ #define __XS_USER_API_H__ -#include +#include #include #ifdef SEPARATE_COMPILE diff --git a/Ubiquitous/XiUOS/kernel/memory/Makefile b/Ubiquitous/XiZi/kernel/memory/Makefile similarity index 100% rename from Ubiquitous/XiUOS/kernel/memory/Makefile rename to Ubiquitous/XiZi/kernel/memory/Makefile diff --git a/Ubiquitous/XiUOS/kernel/memory/byte_manage.c b/Ubiquitous/XiZi/kernel/memory/byte_manage.c similarity index 99% rename from Ubiquitous/XiUOS/kernel/memory/byte_manage.c rename to Ubiquitous/XiZi/kernel/memory/byte_manage.c index 14cf27fa8..c5b24091a 100644 --- a/Ubiquitous/XiUOS/kernel/memory/byte_manage.c +++ b/Ubiquitous/XiZi/kernel/memory/byte_manage.c @@ -19,7 +19,7 @@ * */ -#include +#include #include #define MEM_STATS diff --git a/Ubiquitous/XiUOS/kernel/memory/gatherblock.c b/Ubiquitous/XiZi/kernel/memory/gatherblock.c similarity index 99% rename from Ubiquitous/XiUOS/kernel/memory/gatherblock.c rename to Ubiquitous/XiZi/kernel/memory/gatherblock.c index 6c77f400f..a4a0d482c 100644 --- a/Ubiquitous/XiUOS/kernel/memory/gatherblock.c +++ b/Ubiquitous/XiZi/kernel/memory/gatherblock.c @@ -19,7 +19,7 @@ * */ -#include +#include #include #ifdef KERNEL_MEMBLOCK diff --git a/Ubiquitous/XiUOS/kernel/memory/isolation.c b/Ubiquitous/XiZi/kernel/memory/isolation.c similarity index 100% rename from Ubiquitous/XiUOS/kernel/memory/isolation.c rename to Ubiquitous/XiZi/kernel/memory/isolation.c diff --git a/Ubiquitous/XiUOS/kernel/thread/CriticalArea.c b/Ubiquitous/XiZi/kernel/thread/CriticalArea.c similarity index 100% rename from Ubiquitous/XiUOS/kernel/thread/CriticalArea.c rename to Ubiquitous/XiZi/kernel/thread/CriticalArea.c diff --git a/Ubiquitous/XiUOS/kernel/thread/Makefile b/Ubiquitous/XiZi/kernel/thread/Makefile similarity index 100% rename from Ubiquitous/XiUOS/kernel/thread/Makefile rename to Ubiquitous/XiZi/kernel/thread/Makefile diff --git a/Ubiquitous/XiUOS/kernel/thread/appstartup.c b/Ubiquitous/XiZi/kernel/thread/appstartup.c similarity index 99% rename from Ubiquitous/XiUOS/kernel/thread/appstartup.c rename to Ubiquitous/XiZi/kernel/thread/appstartup.c index f8c142427..78d0443bf 100644 --- a/Ubiquitous/XiUOS/kernel/thread/appstartup.c +++ b/Ubiquitous/XiZi/kernel/thread/appstartup.c @@ -19,7 +19,7 @@ * */ -#include +#include #include #ifdef TASK_ISOLATION #include diff --git a/Ubiquitous/XiUOS/kernel/thread/assign.c b/Ubiquitous/XiZi/kernel/thread/assign.c similarity index 99% rename from Ubiquitous/XiUOS/kernel/thread/assign.c rename to Ubiquitous/XiZi/kernel/thread/assign.c index 1184806e4..2bef0fe53 100644 --- a/Ubiquitous/XiUOS/kernel/thread/assign.c +++ b/Ubiquitous/XiZi/kernel/thread/assign.c @@ -19,7 +19,7 @@ * */ -#include +#include #include #include #include diff --git a/Ubiquitous/XiUOS/kernel/thread/assign_fifo.c b/Ubiquitous/XiZi/kernel/thread/assign_fifo.c similarity index 98% rename from Ubiquitous/XiUOS/kernel/thread/assign_fifo.c rename to Ubiquitous/XiZi/kernel/thread/assign_fifo.c index a7452d6fe..917308355 100644 --- a/Ubiquitous/XiUOS/kernel/thread/assign_fifo.c +++ b/Ubiquitous/XiZi/kernel/thread/assign_fifo.c @@ -19,7 +19,7 @@ * */ -#include +#include #define NO_TIMESLICE (0) diff --git a/Ubiquitous/XiUOS/kernel/thread/assign_roundrobin.c b/Ubiquitous/XiZi/kernel/thread/assign_roundrobin.c similarity index 98% rename from Ubiquitous/XiUOS/kernel/thread/assign_roundrobin.c rename to Ubiquitous/XiZi/kernel/thread/assign_roundrobin.c index ed8562aca..61f8438a0 100644 --- a/Ubiquitous/XiUOS/kernel/thread/assign_roundrobin.c +++ b/Ubiquitous/XiZi/kernel/thread/assign_roundrobin.c @@ -19,7 +19,7 @@ * */ -#include +#include void RoundRobinTaskTimesliceInit(struct TaskDescriptor *task) { diff --git a/Ubiquitous/XiUOS/kernel/thread/assign_roundrobinremain.c b/Ubiquitous/XiZi/kernel/thread/assign_roundrobinremain.c similarity index 99% rename from Ubiquitous/XiUOS/kernel/thread/assign_roundrobinremain.c rename to Ubiquitous/XiZi/kernel/thread/assign_roundrobinremain.c index a34e68142..47d679c56 100644 --- a/Ubiquitous/XiUOS/kernel/thread/assign_roundrobinremain.c +++ b/Ubiquitous/XiZi/kernel/thread/assign_roundrobinremain.c @@ -19,7 +19,7 @@ * */ -#include +#include void RoundRobinRemainTaskTimesliceInit(struct TaskDescriptor *task) { diff --git a/Ubiquitous/XiUOS/kernel/thread/assignstat.c b/Ubiquitous/XiZi/kernel/thread/assignstat.c similarity index 100% rename from Ubiquitous/XiUOS/kernel/thread/assignstat.c rename to Ubiquitous/XiZi/kernel/thread/assignstat.c diff --git a/Ubiquitous/XiUOS/kernel/thread/avl_tree.c b/Ubiquitous/XiZi/kernel/thread/avl_tree.c similarity index 100% rename from Ubiquitous/XiUOS/kernel/thread/avl_tree.c rename to Ubiquitous/XiZi/kernel/thread/avl_tree.c diff --git a/Ubiquitous/XiUOS/kernel/thread/banner.c b/Ubiquitous/XiZi/kernel/thread/banner.c similarity index 98% rename from Ubiquitous/XiUOS/kernel/thread/banner.c rename to Ubiquitous/XiZi/kernel/thread/banner.c index ce44299b4..7c3d1de7e 100644 --- a/Ubiquitous/XiUOS/kernel/thread/banner.c +++ b/Ubiquitous/XiZi/kernel/thread/banner.c @@ -22,7 +22,7 @@ #include /** - * This function will show the version of XiUOS + * This function will show the version of XiZi */ void ShowBanner(void) { diff --git a/Ubiquitous/XiUOS/kernel/thread/bitmap.c b/Ubiquitous/XiZi/kernel/thread/bitmap.c similarity index 100% rename from Ubiquitous/XiUOS/kernel/thread/bitmap.c rename to Ubiquitous/XiZi/kernel/thread/bitmap.c diff --git a/Ubiquitous/XiUOS/kernel/thread/circular_area.c b/Ubiquitous/XiZi/kernel/thread/circular_area.c similarity index 100% rename from Ubiquitous/XiUOS/kernel/thread/circular_area.c rename to Ubiquitous/XiZi/kernel/thread/circular_area.c diff --git a/Ubiquitous/XiUOS/kernel/thread/console.c b/Ubiquitous/XiZi/kernel/thread/console.c similarity index 99% rename from Ubiquitous/XiUOS/kernel/thread/console.c rename to Ubiquitous/XiZi/kernel/thread/console.c index e9a53d51e..25b6b2fa7 100644 --- a/Ubiquitous/XiUOS/kernel/thread/console.c +++ b/Ubiquitous/XiZi/kernel/thread/console.c @@ -20,7 +20,7 @@ */ -#include +#include #include #if defined(KERNEL_CONSOLE) diff --git a/Ubiquitous/XiUOS/kernel/thread/data_queue.c b/Ubiquitous/XiZi/kernel/thread/data_queue.c similarity index 99% rename from Ubiquitous/XiUOS/kernel/thread/data_queue.c rename to Ubiquitous/XiZi/kernel/thread/data_queue.c index b3aee8331..c1cff3634 100644 --- a/Ubiquitous/XiUOS/kernel/thread/data_queue.c +++ b/Ubiquitous/XiZi/kernel/thread/data_queue.c @@ -19,7 +19,7 @@ * */ -#include +#include #include /** diff --git a/Ubiquitous/XiUOS/kernel/thread/delay.c b/Ubiquitous/XiZi/kernel/thread/delay.c similarity index 99% rename from Ubiquitous/XiUOS/kernel/thread/delay.c rename to Ubiquitous/XiZi/kernel/thread/delay.c index 9cd908bf0..1cbdabaa4 100644 --- a/Ubiquitous/XiUOS/kernel/thread/delay.c +++ b/Ubiquitous/XiZi/kernel/thread/delay.c @@ -25,7 +25,7 @@ #include #include #include -#include +#include DoubleLinklistType xiaoshan_delay_head = {&xiaoshan_delay_head, &xiaoshan_delay_head}; diff --git a/Ubiquitous/XiUOS/kernel/thread/double_link.c b/Ubiquitous/XiZi/kernel/thread/double_link.c similarity index 100% rename from Ubiquitous/XiUOS/kernel/thread/double_link.c rename to Ubiquitous/XiZi/kernel/thread/double_link.c diff --git a/Ubiquitous/XiUOS/kernel/thread/event.c b/Ubiquitous/XiZi/kernel/thread/event.c similarity index 99% rename from Ubiquitous/XiUOS/kernel/thread/event.c rename to Ubiquitous/XiZi/kernel/thread/event.c index 9f99e31cc..871486f7f 100644 --- a/Ubiquitous/XiUOS/kernel/thread/event.c +++ b/Ubiquitous/XiZi/kernel/thread/event.c @@ -19,7 +19,7 @@ * */ -#include +#include DECLARE_ID_MANAGER(k_event_id_manager, ID_NUM_MAX); DoubleLinklistType k_event_list ={&k_event_list, &k_event_list}; diff --git a/Ubiquitous/XiUOS/kernel/thread/hook.c b/Ubiquitous/XiZi/kernel/thread/hook.c similarity index 100% rename from Ubiquitous/XiUOS/kernel/thread/hook.c rename to Ubiquitous/XiZi/kernel/thread/hook.c diff --git a/Ubiquitous/XiUOS/kernel/thread/id.c b/Ubiquitous/XiZi/kernel/thread/id.c similarity index 99% rename from Ubiquitous/XiUOS/kernel/thread/id.c rename to Ubiquitous/XiZi/kernel/thread/id.c index 69aa2f74a..1ad7dd59d 100644 --- a/Ubiquitous/XiUOS/kernel/thread/id.c +++ b/Ubiquitous/XiZi/kernel/thread/id.c @@ -19,7 +19,7 @@ * */ -#include +#include static int AllocId(struct IdManager *manager) { diff --git a/Ubiquitous/XiUOS/kernel/thread/idle.c b/Ubiquitous/XiZi/kernel/thread/idle.c similarity index 99% rename from Ubiquitous/XiUOS/kernel/thread/idle.c rename to Ubiquitous/XiZi/kernel/thread/idle.c index ef9ca8507..0d64ba4df 100644 --- a/Ubiquitous/XiUOS/kernel/thread/idle.c +++ b/Ubiquitous/XiZi/kernel/thread/idle.c @@ -19,7 +19,7 @@ * */ -#include +#include #include #include diff --git a/Ubiquitous/XiUOS/kernel/thread/init.c b/Ubiquitous/XiZi/kernel/thread/init.c similarity index 99% rename from Ubiquitous/XiUOS/kernel/thread/init.c rename to Ubiquitous/XiZi/kernel/thread/init.c index 6fa7a56ab..f60927e27 100644 --- a/Ubiquitous/XiUOS/kernel/thread/init.c +++ b/Ubiquitous/XiZi/kernel/thread/init.c @@ -19,7 +19,7 @@ * */ -#include +#include #include #include #include diff --git a/Ubiquitous/XiUOS/kernel/thread/isr.c b/Ubiquitous/XiZi/kernel/thread/isr.c similarity index 99% rename from Ubiquitous/XiUOS/kernel/thread/isr.c rename to Ubiquitous/XiZi/kernel/thread/isr.c index bb2173c8f..0317c562d 100644 --- a/Ubiquitous/XiUOS/kernel/thread/isr.c +++ b/Ubiquitous/XiZi/kernel/thread/isr.c @@ -19,7 +19,7 @@ * */ -#include +#include #include struct InterruptServiceRoutines isrManager = { 0} ; diff --git a/Ubiquitous/XiUOS/kernel/thread/kservicetask.c b/Ubiquitous/XiZi/kernel/thread/kservicetask.c similarity index 98% rename from Ubiquitous/XiUOS/kernel/thread/kservicetask.c rename to Ubiquitous/XiZi/kernel/thread/kservicetask.c index 04b998494..db218c3ba 100644 --- a/Ubiquitous/XiUOS/kernel/thread/kservicetask.c +++ b/Ubiquitous/XiZi/kernel/thread/kservicetask.c @@ -20,7 +20,7 @@ * */ -#include +#include extern void ZombieTaskRecycleInit(void); extern void InitIdleKTask(void); diff --git a/Ubiquitous/XiUOS/kernel/thread/ktask.c b/Ubiquitous/XiZi/kernel/thread/ktask.c similarity index 99% rename from Ubiquitous/XiUOS/kernel/thread/ktask.c rename to Ubiquitous/XiZi/kernel/thread/ktask.c index 393d6c969..a06236b91 100644 --- a/Ubiquitous/XiUOS/kernel/thread/ktask.c +++ b/Ubiquitous/XiZi/kernel/thread/ktask.c @@ -19,7 +19,7 @@ * */ -#include +#include #include #include #include diff --git a/Ubiquitous/XiUOS/kernel/thread/ktask_stat.c b/Ubiquitous/XiZi/kernel/thread/ktask_stat.c similarity index 100% rename from Ubiquitous/XiUOS/kernel/thread/ktask_stat.c rename to Ubiquitous/XiZi/kernel/thread/ktask_stat.c diff --git a/Ubiquitous/XiUOS/kernel/thread/linklist.c b/Ubiquitous/XiZi/kernel/thread/linklist.c similarity index 99% rename from Ubiquitous/XiUOS/kernel/thread/linklist.c rename to Ubiquitous/XiZi/kernel/thread/linklist.c index fe46dfb0e..2d6a060bd 100644 --- a/Ubiquitous/XiUOS/kernel/thread/linklist.c +++ b/Ubiquitous/XiZi/kernel/thread/linklist.c @@ -19,7 +19,7 @@ * */ -#include +#include /** * a task will be suspended to a pend list diff --git a/Ubiquitous/XiUOS/kernel/thread/lock.c b/Ubiquitous/XiZi/kernel/thread/lock.c similarity index 99% rename from Ubiquitous/XiUOS/kernel/thread/lock.c rename to Ubiquitous/XiZi/kernel/thread/lock.c index 40f22238d..d91628d76 100644 --- a/Ubiquitous/XiUOS/kernel/thread/lock.c +++ b/Ubiquitous/XiZi/kernel/thread/lock.c @@ -20,7 +20,7 @@ */ #include -#include +#include #include #ifdef ARCH_SMP diff --git a/Ubiquitous/XiUOS/kernel/thread/msgqueue.c b/Ubiquitous/XiZi/kernel/thread/msgqueue.c similarity index 99% rename from Ubiquitous/XiUOS/kernel/thread/msgqueue.c rename to Ubiquitous/XiZi/kernel/thread/msgqueue.c index 5364abec7..3c690011a 100644 --- a/Ubiquitous/XiUOS/kernel/thread/msgqueue.c +++ b/Ubiquitous/XiZi/kernel/thread/msgqueue.c @@ -19,7 +19,7 @@ * */ -#include +#include #include DECLARE_ID_MANAGER(k_mq_id_manager, ID_NUM_MAX); diff --git a/Ubiquitous/XiUOS/kernel/thread/mutex.c b/Ubiquitous/XiZi/kernel/thread/mutex.c similarity index 99% rename from Ubiquitous/XiUOS/kernel/thread/mutex.c rename to Ubiquitous/XiZi/kernel/thread/mutex.c index 25f662805..88c1177a9 100644 --- a/Ubiquitous/XiUOS/kernel/thread/mutex.c +++ b/Ubiquitous/XiZi/kernel/thread/mutex.c @@ -19,7 +19,7 @@ * */ -#include +#include DECLARE_ID_MANAGER(k_mutex_id_manager, ID_NUM_MAX); DoubleLinklistType k_mutex_list ={&k_mutex_list, &k_mutex_list}; ///< global mutex manage list diff --git a/Ubiquitous/XiUOS/kernel/thread/queue_manager.c b/Ubiquitous/XiZi/kernel/thread/queue_manager.c similarity index 100% rename from Ubiquitous/XiUOS/kernel/thread/queue_manager.c rename to Ubiquitous/XiZi/kernel/thread/queue_manager.c diff --git a/Ubiquitous/XiUOS/kernel/thread/semaphore.c b/Ubiquitous/XiZi/kernel/thread/semaphore.c similarity index 99% rename from Ubiquitous/XiUOS/kernel/thread/semaphore.c rename to Ubiquitous/XiZi/kernel/thread/semaphore.c index 6782c5c4f..663e235c7 100644 --- a/Ubiquitous/XiUOS/kernel/thread/semaphore.c +++ b/Ubiquitous/XiZi/kernel/thread/semaphore.c @@ -19,7 +19,7 @@ * */ -#include +#include #ifdef KDEBUG_NOT_IN_INTERRUPT #undef KDEBUG_NOT_IN_INTERRUPT diff --git a/Ubiquitous/XiUOS/kernel/thread/single_link.c b/Ubiquitous/XiZi/kernel/thread/single_link.c similarity index 100% rename from Ubiquitous/XiUOS/kernel/thread/single_link.c rename to Ubiquitous/XiZi/kernel/thread/single_link.c diff --git a/Ubiquitous/XiUOS/kernel/thread/smp_assign.c b/Ubiquitous/XiZi/kernel/thread/smp_assign.c similarity index 100% rename from Ubiquitous/XiUOS/kernel/thread/smp_assign.c rename to Ubiquitous/XiZi/kernel/thread/smp_assign.c diff --git a/Ubiquitous/XiUOS/kernel/thread/softtimer.c b/Ubiquitous/XiZi/kernel/thread/softtimer.c similarity index 99% rename from Ubiquitous/XiUOS/kernel/thread/softtimer.c rename to Ubiquitous/XiZi/kernel/thread/softtimer.c index f317b16ae..244c49cf3 100644 --- a/Ubiquitous/XiUOS/kernel/thread/softtimer.c +++ b/Ubiquitous/XiZi/kernel/thread/softtimer.c @@ -19,7 +19,7 @@ * */ -#include +#include DoubleLinklistType xiaoshan_timer_sort_head = {&xiaoshan_timer_sort_head, &xiaoshan_timer_sort_head}; DoubleLinklistType k_timer_list = {&k_timer_list, &k_timer_list}; diff --git a/Ubiquitous/XiUOS/kernel/thread/tick.c b/Ubiquitous/XiZi/kernel/thread/tick.c similarity index 99% rename from Ubiquitous/XiUOS/kernel/thread/tick.c rename to Ubiquitous/XiZi/kernel/thread/tick.c index faf39ef93..49f75f38c 100644 --- a/Ubiquitous/XiUOS/kernel/thread/tick.c +++ b/Ubiquitous/XiZi/kernel/thread/tick.c @@ -19,7 +19,7 @@ * */ -#include +#include #include #include diff --git a/Ubiquitous/XiUOS/kernel/thread/waitqueue.c b/Ubiquitous/XiZi/kernel/thread/waitqueue.c similarity index 100% rename from Ubiquitous/XiUOS/kernel/thread/waitqueue.c rename to Ubiquitous/XiZi/kernel/thread/waitqueue.c diff --git a/Ubiquitous/XiUOS/kernel/thread/workqueue.c b/Ubiquitous/XiZi/kernel/thread/workqueue.c similarity index 99% rename from Ubiquitous/XiUOS/kernel/thread/workqueue.c rename to Ubiquitous/XiZi/kernel/thread/workqueue.c index b79a10ff4..d2d2d2bbb 100644 --- a/Ubiquitous/XiUOS/kernel/thread/workqueue.c +++ b/Ubiquitous/XiZi/kernel/thread/workqueue.c @@ -19,7 +19,7 @@ * */ -#include +#include #include queue *sys_workq = NONE; diff --git a/Ubiquitous/XiUOS/kernel/thread/zombierecycle.c b/Ubiquitous/XiZi/kernel/thread/zombierecycle.c similarity index 99% rename from Ubiquitous/XiUOS/kernel/thread/zombierecycle.c rename to Ubiquitous/XiZi/kernel/thread/zombierecycle.c index bf51ee84a..cf74adcab 100644 --- a/Ubiquitous/XiUOS/kernel/thread/zombierecycle.c +++ b/Ubiquitous/XiZi/kernel/thread/zombierecycle.c @@ -20,7 +20,7 @@ * */ -#include +#include #ifdef TASK_ISOLATION #include #endif diff --git a/Ubiquitous/XiUOS/lib/Kconfig b/Ubiquitous/XiZi/lib/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/lib/Kconfig rename to Ubiquitous/XiZi/lib/Kconfig diff --git a/Ubiquitous/XiUOS/lib/Makefile b/Ubiquitous/XiZi/lib/Makefile similarity index 100% rename from Ubiquitous/XiUOS/lib/Makefile rename to Ubiquitous/XiZi/lib/Makefile diff --git a/Ubiquitous/XiUOS/lib/libcpp/Kconfig b/Ubiquitous/XiZi/lib/libcpp/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/lib/libcpp/Kconfig rename to Ubiquitous/XiZi/lib/libcpp/Kconfig diff --git a/Ubiquitous/XiUOS/lib/libcpp/Makefile b/Ubiquitous/XiZi/lib/libcpp/Makefile similarity index 100% rename from Ubiquitous/XiUOS/lib/libcpp/Makefile rename to Ubiquitous/XiZi/lib/libcpp/Makefile diff --git a/Ubiquitous/XiUOS/lib/libcpp/cppinit.c b/Ubiquitous/XiZi/lib/libcpp/cppinit.c similarity index 100% rename from Ubiquitous/XiUOS/lib/libcpp/cppinit.c rename to Ubiquitous/XiZi/lib/libcpp/cppinit.c diff --git a/Ubiquitous/XiUOS/lib/libcpp/crt.cpp b/Ubiquitous/XiZi/lib/libcpp/crt.cpp similarity index 97% rename from Ubiquitous/XiUOS/lib/libcpp/crt.cpp rename to Ubiquitous/XiZi/lib/libcpp/crt.cpp index 3221ad482..b7ab24163 100755 --- a/Ubiquitous/XiUOS/lib/libcpp/crt.cpp +++ b/Ubiquitous/XiZi/lib/libcpp/crt.cpp @@ -18,7 +18,7 @@ * @date: 2020/3/15 * */ -#include +#include #include "crt.h" void *operator new(size_t size) diff --git a/Ubiquitous/XiUOS/lib/libcpp/crt.h b/Ubiquitous/XiZi/lib/libcpp/crt.h similarity index 100% rename from Ubiquitous/XiUOS/lib/libcpp/crt.h rename to Ubiquitous/XiZi/lib/libcpp/crt.h diff --git a/Ubiquitous/XiUOS/lib/newlib/Kconfig b/Ubiquitous/XiZi/lib/newlib/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/lib/newlib/Kconfig rename to Ubiquitous/XiZi/lib/newlib/Kconfig diff --git a/Ubiquitous/XiUOS/lib/newlib/Makefile b/Ubiquitous/XiZi/lib/newlib/Makefile similarity index 100% rename from Ubiquitous/XiUOS/lib/newlib/Makefile rename to Ubiquitous/XiZi/lib/newlib/Makefile diff --git a/Ubiquitous/XiUOS/lib/newlib/fs_syscalls.c b/Ubiquitous/XiZi/lib/newlib/fs_syscalls.c similarity index 97% rename from Ubiquitous/XiUOS/lib/newlib/fs_syscalls.c rename to Ubiquitous/XiZi/lib/newlib/fs_syscalls.c index cfa7f9e3b..d4be37874 100644 --- a/Ubiquitous/XiUOS/lib/newlib/fs_syscalls.c +++ b/Ubiquitous/XiZi/lib/newlib/fs_syscalls.c @@ -27,12 +27,9 @@ Modification: Use file system functions *************************************************/ #include -#ifndef LWIP_PROVIDE_ERRNO -#include -#endif #include -#include +#include int _fstat_r(struct _reent *ptr, int fd, struct stat *pstat) { diff --git a/Ubiquitous/XiUOS/lib/newlib/include/libc.h b/Ubiquitous/XiZi/lib/newlib/include/libc.h similarity index 100% rename from Ubiquitous/XiUOS/lib/newlib/include/libc.h rename to Ubiquitous/XiZi/lib/newlib/include/libc.h diff --git a/Ubiquitous/XiUOS/lib/newlib/mem_syscalls.c b/Ubiquitous/XiZi/lib/newlib/mem_syscalls.c similarity index 98% rename from Ubiquitous/XiUOS/lib/newlib/mem_syscalls.c rename to Ubiquitous/XiZi/lib/newlib/mem_syscalls.c index c6eabea4f..7dccc32b2 100644 --- a/Ubiquitous/XiUOS/lib/newlib/mem_syscalls.c +++ b/Ubiquitous/XiZi/lib/newlib/mem_syscalls.c @@ -26,7 +26,7 @@ Author: AIIT XUOS Lab Modification: Use malloc, realloc, calloc and free functions *************************************************/ -#include +#include void *_malloc_r (struct _reent *ptr, size_t size) { diff --git a/Ubiquitous/XiUOS/lib/newlib/stdio.c b/Ubiquitous/XiZi/lib/newlib/stdio.c similarity index 99% rename from Ubiquitous/XiUOS/lib/newlib/stdio.c rename to Ubiquitous/XiZi/lib/newlib/stdio.c index 244d0a905..6ae393a96 100644 --- a/Ubiquitous/XiUOS/lib/newlib/stdio.c +++ b/Ubiquitous/XiZi/lib/newlib/stdio.c @@ -27,7 +27,7 @@ Author: AIIT XUOS Lab Modification: Use set and get console functions *************************************************/ -#include +#include #include #include #include diff --git a/Ubiquitous/XiUOS/lib/newlib/task_syscalls.c b/Ubiquitous/XiZi/lib/newlib/task_syscalls.c similarity index 98% rename from Ubiquitous/XiUOS/lib/newlib/task_syscalls.c rename to Ubiquitous/XiZi/lib/newlib/task_syscalls.c index a661dc605..158c780b2 100644 --- a/Ubiquitous/XiUOS/lib/newlib/task_syscalls.c +++ b/Ubiquitous/XiZi/lib/newlib/task_syscalls.c @@ -26,7 +26,7 @@ Author: AIIT XUOS Lab Modification: Use abort function *************************************************/ -#include +#include void abort(void) { diff --git a/Ubiquitous/XiUOS/lib/newlib/time_syscalls.c b/Ubiquitous/XiZi/lib/newlib/time_syscalls.c similarity index 97% rename from Ubiquitous/XiUOS/lib/newlib/time_syscalls.c rename to Ubiquitous/XiZi/lib/newlib/time_syscalls.c index a541baca2..10f1efcb6 100644 --- a/Ubiquitous/XiUOS/lib/newlib/time_syscalls.c +++ b/Ubiquitous/XiZi/lib/newlib/time_syscalls.c @@ -11,7 +11,7 @@ */ #include -#include +#include #include time_t time(time_t *t) diff --git a/Ubiquitous/XiUOS/link.mk b/Ubiquitous/XiZi/link.mk similarity index 78% rename from Ubiquitous/XiUOS/link.mk rename to Ubiquitous/XiZi/link.mk index 249e186f7..ddaf43eea 100644 --- a/Ubiquitous/XiUOS/link.mk +++ b/Ubiquitous/XiZi/link.mk @@ -5,6 +5,6 @@ $(TARGET): $(OBJS) @echo link $(TARGET) @$(CROSS_COMPILE)g++ -o $@ $($(LINK_FLAGS)) $(OBJS) -lc -lm @echo ------------------------------------------------ - @$(CROSS_COMPILE)objcopy -O binary $@ XiUOS_$(BOARD)$(COMPILE_TYPE).bin + @$(CROSS_COMPILE)objcopy -O binary $@ XiZi_$(BOARD)$(COMPILE_TYPE).bin @$(CROSS_COMPILE)size $@ diff --git a/Ubiquitous/XiUOS/mergebin.py b/Ubiquitous/XiZi/mergebin.py similarity index 83% rename from Ubiquitous/XiUOS/mergebin.py rename to Ubiquitous/XiZi/mergebin.py index 95b2845a4..2b2f9c535 100644 --- a/Ubiquitous/XiUOS/mergebin.py +++ b/Ubiquitous/XiZi/mergebin.py @@ -17,11 +17,11 @@ def mergeBinProccess( files, fileSaveName): f.write(bin) if __name__ == '__main__': - file1 = r'./build/XiUOS_kd233_kernel.bin' + file1 = r'./build/XiZi_kd233_kernel.bin' file1_start_addr = 0 - file2 = r'./build/XiUOS_kd233_app.bin' + file2 = r'./build/XiZi_kd233_app.bin' file2_start_addr = 1024 * 1024 + 4096 - newfile = r'./build/XiUOS_kd233.bin' + newfile = r'./build/XiZi_kd233.bin' file = [ [file1 , file1_start_addr] , [file2 , file2_start_addr] ] mergeBinProccess(file, newfile) \ No newline at end of file diff --git a/Ubiquitous/XiUOS/path_app.mk b/Ubiquitous/XiZi/path_app.mk similarity index 89% rename from Ubiquitous/XiUOS/path_app.mk rename to Ubiquitous/XiZi/path_app.mk index 38f5f080a..e38c34c6e 100644 --- a/Ubiquitous/XiUOS/path_app.mk +++ b/Ubiquitous/XiZi/path_app.mk @@ -5,10 +5,10 @@ APPPATHS += -I$(KERNEL_ROOT)/../../APP_Framework/Applications/general_functions/ -I$(KERNEL_ROOT)/../../APP_Framework/lib/app_newlib/include \ -I$(KERNEL_ROOT)/../../APP_Framework/Framework/sensor # -ifeq ($(CONFIG_ADD_XIUOS_FETURES), y) -APPPATHS += -I$(KERNEL_ROOT)/../../APP_Framework/Framework/transform_layer/xiuos \ - -I$(KERNEL_ROOT)/../../APP_Framework/Framework/transform_layer/xiuos/user_api/switch_api \ - -I$(KERNEL_ROOT)/../../APP_Framework/Framework/transform_layer/xiuos/user_api/posix_support/include # +ifeq ($(CONFIG_ADD_XIZI_FETURES), y) +APPPATHS += -I$(KERNEL_ROOT)/../../APP_Framework/Framework/transform_layer/xizi \ + -I$(KERNEL_ROOT)/../../APP_Framework/Framework/transform_layer/xizi/user_api/switch_api \ + -I$(KERNEL_ROOT)/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include # endif ifeq ($(CONFIG_SUPPORT_CONNECTION_FRAMEWORK), y) @@ -39,6 +39,6 @@ COMPILE_APP: $(MAKE) -C $$dir; \ done @cp link.mk build/Makefile - @$(MAKE) -C build COMPILE_TYPE="_app" TARGET=XiUOS_$(BOARD)_app.elf LINK_FLAGS=APPLFLAGS + @$(MAKE) -C build COMPILE_TYPE="_app" TARGET=XiZi_$(BOARD)_app.elf LINK_FLAGS=APPLFLAGS @rm build/Makefile build/make.obj diff --git a/Ubiquitous/XiUOS/path_kernel.mk b/Ubiquitous/XiZi/path_kernel.mk similarity index 98% rename from Ubiquitous/XiUOS/path_kernel.mk rename to Ubiquitous/XiZi/path_kernel.mk index b9a3d28a0..854a74407 100755 --- a/Ubiquitous/XiUOS/path_kernel.mk +++ b/Ubiquitous/XiZi/path_kernel.mk @@ -232,9 +232,9 @@ KERNELPATHS +=-I$(KERNEL_ROOT)/fs/compatibility_ch376 # endif ifeq ($(CONFIG_TRANSFORM_LAYER_ATTRIUBUTE), y) -ifeq ($(CONFIG_ADD_XIUOS_FETURES), y) -KERNELPATHS += -I$(KERNEL_ROOT)/../../APP_Framework/Framework/transform_layer/xiuos/user_api/posix_support/include # -KERNELPATHS += -I$(KERNEL_ROOT)/../../APP_Framework/Framework/transform_layer/xiuos # +ifeq ($(CONFIG_ADD_XIZI_FETURES), y) +KERNELPATHS += -I$(KERNEL_ROOT)/../../APP_Framework/Framework/transform_layer/xizi/user_api/posix_support/include # +KERNELPATHS += -I$(KERNEL_ROOT)/../../APP_Framework/Framework/transform_layer/xizi # endif ifeq ($(CONFIG_ADD_NUTTX_FETURES), y) @@ -334,6 +334,6 @@ COMPILE_KERNEL: $(MAKE) -C $$dir; \ done @cp link.mk build/Makefile - @$(MAKE) -C build COMPILE_TYPE="_kernel" TARGET=XiUOS_$(BOARD)_kernel.elf LINK_FLAGS=LFLAGS + @$(MAKE) -C build COMPILE_TYPE="_kernel" TARGET=XiZi_$(BOARD)_kernel.elf LINK_FLAGS=LFLAGS @rm build/Makefile build/make.obj diff --git a/Ubiquitous/XiUOS/resources/Kconfig b/Ubiquitous/XiZi/resources/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/resources/Kconfig rename to Ubiquitous/XiZi/resources/Kconfig diff --git a/Ubiquitous/XiUOS/resources/Makefile b/Ubiquitous/XiZi/resources/Makefile similarity index 100% rename from Ubiquitous/XiUOS/resources/Makefile rename to Ubiquitous/XiZi/resources/Makefile diff --git a/Ubiquitous/XiUOS/resources/adc/Makefile b/Ubiquitous/XiZi/resources/adc/Makefile similarity index 100% rename from Ubiquitous/XiUOS/resources/adc/Makefile rename to Ubiquitous/XiZi/resources/adc/Makefile diff --git a/Ubiquitous/XiUOS/resources/adc/bus_adc.c b/Ubiquitous/XiZi/resources/adc/bus_adc.c similarity index 100% rename from Ubiquitous/XiUOS/resources/adc/bus_adc.c rename to Ubiquitous/XiZi/resources/adc/bus_adc.c diff --git a/Ubiquitous/XiUOS/resources/adc/dev_adc.c b/Ubiquitous/XiZi/resources/adc/dev_adc.c similarity index 100% rename from Ubiquitous/XiUOS/resources/adc/dev_adc.c rename to Ubiquitous/XiZi/resources/adc/dev_adc.c diff --git a/Ubiquitous/XiUOS/resources/adc/drv_adc.c b/Ubiquitous/XiZi/resources/adc/drv_adc.c similarity index 100% rename from Ubiquitous/XiUOS/resources/adc/drv_adc.c rename to Ubiquitous/XiZi/resources/adc/drv_adc.c diff --git a/Ubiquitous/XiUOS/resources/bus.c b/Ubiquitous/XiZi/resources/bus.c similarity index 100% rename from Ubiquitous/XiUOS/resources/bus.c rename to Ubiquitous/XiZi/resources/bus.c diff --git a/Ubiquitous/XiUOS/resources/can/Makefile b/Ubiquitous/XiZi/resources/can/Makefile similarity index 100% rename from Ubiquitous/XiUOS/resources/can/Makefile rename to Ubiquitous/XiZi/resources/can/Makefile diff --git a/Ubiquitous/XiUOS/resources/can/bus_can.c b/Ubiquitous/XiZi/resources/can/bus_can.c similarity index 100% rename from Ubiquitous/XiUOS/resources/can/bus_can.c rename to Ubiquitous/XiZi/resources/can/bus_can.c diff --git a/Ubiquitous/XiUOS/resources/can/dev_can.c b/Ubiquitous/XiZi/resources/can/dev_can.c similarity index 100% rename from Ubiquitous/XiUOS/resources/can/dev_can.c rename to Ubiquitous/XiZi/resources/can/dev_can.c diff --git a/Ubiquitous/XiUOS/resources/can/drv_can.c b/Ubiquitous/XiZi/resources/can/drv_can.c similarity index 100% rename from Ubiquitous/XiUOS/resources/can/drv_can.c rename to Ubiquitous/XiZi/resources/can/drv_can.c diff --git a/Ubiquitous/XiUOS/resources/dac/Makefile b/Ubiquitous/XiZi/resources/dac/Makefile similarity index 100% rename from Ubiquitous/XiUOS/resources/dac/Makefile rename to Ubiquitous/XiZi/resources/dac/Makefile diff --git a/Ubiquitous/XiUOS/resources/dac/bus_dac.c b/Ubiquitous/XiZi/resources/dac/bus_dac.c similarity index 100% rename from Ubiquitous/XiUOS/resources/dac/bus_dac.c rename to Ubiquitous/XiZi/resources/dac/bus_dac.c diff --git a/Ubiquitous/XiUOS/resources/dac/dev_dac.c b/Ubiquitous/XiZi/resources/dac/dev_dac.c similarity index 100% rename from Ubiquitous/XiUOS/resources/dac/dev_dac.c rename to Ubiquitous/XiZi/resources/dac/dev_dac.c diff --git a/Ubiquitous/XiUOS/resources/dac/drv_dac.c b/Ubiquitous/XiZi/resources/dac/drv_dac.c similarity index 100% rename from Ubiquitous/XiUOS/resources/dac/drv_dac.c rename to Ubiquitous/XiZi/resources/dac/drv_dac.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/FILES b/Ubiquitous/XiZi/resources/ethernet/LwIP/FILES similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/FILES rename to Ubiquitous/XiZi/resources/ethernet/LwIP/FILES diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/Filelists.cmake b/Ubiquitous/XiZi/resources/ethernet/LwIP/Filelists.cmake similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/Filelists.cmake rename to Ubiquitous/XiZi/resources/ethernet/LwIP/Filelists.cmake diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/Filelists.mk b/Ubiquitous/XiZi/resources/ethernet/LwIP/Filelists.mk similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/Filelists.mk rename to Ubiquitous/XiZi/resources/ethernet/LwIP/Filelists.mk diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/Makefile b/Ubiquitous/XiZi/resources/ethernet/LwIP/Makefile similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/Makefile rename to Ubiquitous/XiZi/resources/ethernet/LwIP/Makefile diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/api/Makefile b/Ubiquitous/XiZi/resources/ethernet/LwIP/api/Makefile similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/api/Makefile rename to Ubiquitous/XiZi/resources/ethernet/LwIP/api/Makefile diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/api/api_lib.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/api/api_lib.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/api/api_lib.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/api/api_lib.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/api/api_msg.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/api/api_msg.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/api/api_msg.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/api/api_msg.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/api/err.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/api/err.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/api/err.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/api/err.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/api/if_api.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/api/if_api.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/api/if_api.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/api/if_api.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/api/netbuf.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/api/netbuf.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/api/netbuf.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/api/netbuf.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/api/netdb.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/api/netdb.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/api/netdb.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/api/netdb.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/api/netifapi.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/api/netifapi.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/api/netifapi.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/api/netifapi.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/api/sockets.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/api/sockets.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/api/sockets.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/api/sockets.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/api/tcpip.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/api/tcpip.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/api/tcpip.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/api/tcpip.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/altcp_tls/altcp_tls_mbedtls.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/apps/altcp_tls/altcp_tls_mbedtls.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/altcp_tls/altcp_tls_mbedtls.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/apps/altcp_tls/altcp_tls_mbedtls.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/altcp_tls/altcp_tls_mbedtls_mem.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/apps/altcp_tls/altcp_tls_mbedtls_mem.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/altcp_tls/altcp_tls_mbedtls_mem.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/apps/altcp_tls/altcp_tls_mbedtls_mem.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/altcp_tls/altcp_tls_mbedtls_mem.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/apps/altcp_tls/altcp_tls_mbedtls_mem.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/altcp_tls/altcp_tls_mbedtls_mem.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/apps/altcp_tls/altcp_tls_mbedtls_mem.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/altcp_tls/altcp_tls_mbedtls_structs.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/apps/altcp_tls/altcp_tls_mbedtls_structs.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/altcp_tls/altcp_tls_mbedtls_structs.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/apps/altcp_tls/altcp_tls_mbedtls_structs.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/http/altcp_proxyconnect.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/apps/http/altcp_proxyconnect.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/http/altcp_proxyconnect.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/apps/http/altcp_proxyconnect.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/http/fs.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/apps/http/fs.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/http/fs.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/apps/http/fs.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/http/fs/img/sics.gif b/Ubiquitous/XiZi/resources/ethernet/LwIP/apps/http/fs/img/sics.gif similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/http/fs/img/sics.gif rename to Ubiquitous/XiZi/resources/ethernet/LwIP/apps/http/fs/img/sics.gif diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/http/fsdata.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/apps/http/fsdata.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/http/fsdata.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/apps/http/fsdata.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/http/fsdata.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/apps/http/fsdata.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/http/fsdata.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/apps/http/fsdata.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/http/http_client.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/apps/http/http_client.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/http/http_client.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/apps/http/http_client.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/http/httpd.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/apps/http/httpd.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/http/httpd.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/apps/http/httpd.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/http/httpd_structs.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/apps/http/httpd_structs.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/http/httpd_structs.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/apps/http/httpd_structs.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/http/makefsdata/makefsdata b/Ubiquitous/XiZi/resources/ethernet/LwIP/apps/http/makefsdata/makefsdata similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/http/makefsdata/makefsdata rename to Ubiquitous/XiZi/resources/ethernet/LwIP/apps/http/makefsdata/makefsdata diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/http/makefsdata/makefsdata.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/apps/http/makefsdata/makefsdata.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/http/makefsdata/makefsdata.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/apps/http/makefsdata/makefsdata.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/http/makefsdata/readme.txt b/Ubiquitous/XiZi/resources/ethernet/LwIP/apps/http/makefsdata/readme.txt similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/http/makefsdata/readme.txt rename to Ubiquitous/XiZi/resources/ethernet/LwIP/apps/http/makefsdata/readme.txt diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/http/makefsdata/tinydir.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/apps/http/makefsdata/tinydir.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/http/makefsdata/tinydir.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/apps/http/makefsdata/tinydir.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/lwiperf/lwiperf.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/apps/lwiperf/lwiperf.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/lwiperf/lwiperf.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/apps/lwiperf/lwiperf.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/mdns/mdns.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/apps/mdns/mdns.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/mdns/mdns.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/apps/mdns/mdns.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/mqtt/mqtt.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/apps/mqtt/mqtt.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/mqtt/mqtt.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/apps/mqtt/mqtt.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/netbiosns/netbiosns.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/apps/netbiosns/netbiosns.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/netbiosns/netbiosns.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/apps/netbiosns/netbiosns.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/smtp/smtp.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/apps/smtp/smtp.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/smtp/smtp.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/apps/smtp/smtp.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_asn1.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/apps/snmp/snmp_asn1.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_asn1.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/apps/snmp/snmp_asn1.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_asn1.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/apps/snmp/snmp_asn1.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_asn1.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/apps/snmp/snmp_asn1.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_core.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/apps/snmp/snmp_core.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_core.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/apps/snmp/snmp_core.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_core_priv.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/apps/snmp/snmp_core_priv.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_core_priv.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/apps/snmp/snmp_core_priv.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_mib2.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/apps/snmp/snmp_mib2.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_mib2.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/apps/snmp/snmp_mib2.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_mib2_icmp.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/apps/snmp/snmp_mib2_icmp.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_mib2_icmp.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/apps/snmp/snmp_mib2_icmp.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_mib2_interfaces.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/apps/snmp/snmp_mib2_interfaces.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_mib2_interfaces.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/apps/snmp/snmp_mib2_interfaces.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_mib2_ip.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/apps/snmp/snmp_mib2_ip.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_mib2_ip.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/apps/snmp/snmp_mib2_ip.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_mib2_snmp.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/apps/snmp/snmp_mib2_snmp.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_mib2_snmp.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/apps/snmp/snmp_mib2_snmp.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_mib2_system.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/apps/snmp/snmp_mib2_system.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_mib2_system.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/apps/snmp/snmp_mib2_system.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_mib2_tcp.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/apps/snmp/snmp_mib2_tcp.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_mib2_tcp.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/apps/snmp/snmp_mib2_tcp.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_mib2_udp.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/apps/snmp/snmp_mib2_udp.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_mib2_udp.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/apps/snmp/snmp_mib2_udp.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_msg.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/apps/snmp/snmp_msg.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_msg.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/apps/snmp/snmp_msg.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_msg.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/apps/snmp/snmp_msg.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_msg.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/apps/snmp/snmp_msg.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_netconn.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/apps/snmp/snmp_netconn.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_netconn.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/apps/snmp/snmp_netconn.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_pbuf_stream.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/apps/snmp/snmp_pbuf_stream.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_pbuf_stream.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/apps/snmp/snmp_pbuf_stream.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_pbuf_stream.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/apps/snmp/snmp_pbuf_stream.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_pbuf_stream.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/apps/snmp/snmp_pbuf_stream.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_raw.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/apps/snmp/snmp_raw.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_raw.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/apps/snmp/snmp_raw.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_scalar.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/apps/snmp/snmp_scalar.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_scalar.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/apps/snmp/snmp_scalar.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_snmpv2_framework.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/apps/snmp/snmp_snmpv2_framework.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_snmpv2_framework.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/apps/snmp/snmp_snmpv2_framework.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_snmpv2_usm.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/apps/snmp/snmp_snmpv2_usm.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_snmpv2_usm.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/apps/snmp/snmp_snmpv2_usm.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_table.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/apps/snmp/snmp_table.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_table.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/apps/snmp/snmp_table.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_threadsync.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/apps/snmp/snmp_threadsync.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_threadsync.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/apps/snmp/snmp_threadsync.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_traps.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/apps/snmp/snmp_traps.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmp_traps.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/apps/snmp/snmp_traps.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmpv3.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/apps/snmp/snmpv3.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmpv3.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/apps/snmp/snmpv3.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmpv3_mbedtls.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/apps/snmp/snmpv3_mbedtls.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmpv3_mbedtls.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/apps/snmp/snmpv3_mbedtls.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmpv3_priv.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/apps/snmp/snmpv3_priv.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/snmp/snmpv3_priv.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/apps/snmp/snmpv3_priv.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/sntp/sntp.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/apps/sntp/sntp.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/sntp/sntp.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/apps/sntp/sntp.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/tftp/tftp_server.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/apps/tftp/tftp_server.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/apps/tftp/tftp_server.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/apps/tftp/tftp_server.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/arch/Makefile b/Ubiquitous/XiZi/resources/ethernet/LwIP/arch/Makefile similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/arch/Makefile rename to Ubiquitous/XiZi/resources/ethernet/LwIP/arch/Makefile diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/arch/cc.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/arch/cc.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/arch/cc.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/arch/cc.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/arch/lwipopts.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/arch/lwipopts.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/arch/lwipopts.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/arch/lwipopts.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/arch/main.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/arch/main.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/arch/main.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/arch/main.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/arch/perf.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/arch/perf.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/arch/perf.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/arch/perf.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/arch/sys_arch.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/arch/sys_arch.c similarity index 99% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/arch/sys_arch.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/arch/sys_arch.c index 388263fcb..fd85bbcfe 100644 --- a/Ubiquitous/XiUOS/resources/ethernet/LwIP/arch/sys_arch.c +++ b/Ubiquitous/XiZi/resources/ethernet/LwIP/arch/sys_arch.c @@ -43,7 +43,7 @@ /** * @file sys_arch.c -* @brief In order to adapt to XiUOS, some changes have been made to implement the LwIP interface. +* @brief In order to adapt to XiZi, some changes have been made to implement the LwIP interface. * @version 1.0 * @author AIIT XUOS Lab * @date 2021-05-29 diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/arch/sys_arch.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/arch/sys_arch.h similarity index 97% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/arch/sys_arch.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/arch/sys_arch.h index ab5a66b2a..aab110dc2 100644 --- a/Ubiquitous/XiUOS/resources/ethernet/LwIP/arch/sys_arch.h +++ b/Ubiquitous/XiZi/resources/ethernet/LwIP/arch/sys_arch.h @@ -43,7 +43,7 @@ /** * @file sys_arch.h -* @brief In order to adapt to XiUOS, some changes have been made to implement the LwIP interface. +* @brief In order to adapt to XiZi, some changes have been made to implement the LwIP interface. * @version 1.0 * @author AIIT XUOS Lab * @date 2021-05-29 diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/Makefile b/Ubiquitous/XiZi/resources/ethernet/LwIP/core/Makefile similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/core/Makefile rename to Ubiquitous/XiZi/resources/ethernet/LwIP/core/Makefile diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/altcp.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/core/altcp.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/core/altcp.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/core/altcp.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/altcp_alloc.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/core/altcp_alloc.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/core/altcp_alloc.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/core/altcp_alloc.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/altcp_tcp.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/core/altcp_tcp.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/core/altcp_tcp.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/core/altcp_tcp.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/def.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/core/def.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/core/def.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/core/def.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/dns.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/core/dns.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/core/dns.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/core/dns.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/inet_chksum.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/core/inet_chksum.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/core/inet_chksum.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/core/inet_chksum.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/init.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/core/init.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/core/init.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/core/init.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ip.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/core/ip.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ip.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/core/ip.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv4/Makefile b/Ubiquitous/XiZi/resources/ethernet/LwIP/core/ipv4/Makefile similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv4/Makefile rename to Ubiquitous/XiZi/resources/ethernet/LwIP/core/ipv4/Makefile diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv4/autoip.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/core/ipv4/autoip.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv4/autoip.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/core/ipv4/autoip.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv4/dhcp.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/core/ipv4/dhcp.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv4/dhcp.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/core/ipv4/dhcp.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv4/etharp.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/core/ipv4/etharp.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv4/etharp.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/core/ipv4/etharp.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv4/icmp.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/core/ipv4/icmp.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv4/icmp.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/core/ipv4/icmp.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv4/igmp.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/core/ipv4/igmp.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv4/igmp.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/core/ipv4/igmp.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv4/ip4.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/core/ipv4/ip4.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv4/ip4.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/core/ipv4/ip4.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv4/ip4_addr.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/core/ipv4/ip4_addr.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv4/ip4_addr.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/core/ipv4/ip4_addr.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv4/ip4_frag.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/core/ipv4/ip4_frag.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv4/ip4_frag.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/core/ipv4/ip4_frag.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv6/dhcp6.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/core/ipv6/dhcp6.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv6/dhcp6.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/core/ipv6/dhcp6.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv6/ethip6.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/core/ipv6/ethip6.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv6/ethip6.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/core/ipv6/ethip6.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv6/icmp6.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/core/ipv6/icmp6.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv6/icmp6.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/core/ipv6/icmp6.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv6/inet6.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/core/ipv6/inet6.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv6/inet6.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/core/ipv6/inet6.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv6/ip6.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/core/ipv6/ip6.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv6/ip6.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/core/ipv6/ip6.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv6/ip6_addr.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/core/ipv6/ip6_addr.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv6/ip6_addr.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/core/ipv6/ip6_addr.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv6/ip6_frag.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/core/ipv6/ip6_frag.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv6/ip6_frag.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/core/ipv6/ip6_frag.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv6/mld6.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/core/ipv6/mld6.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv6/mld6.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/core/ipv6/mld6.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv6/nd6.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/core/ipv6/nd6.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/core/ipv6/nd6.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/core/ipv6/nd6.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/mem.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/core/mem.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/core/mem.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/core/mem.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/memp.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/core/memp.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/core/memp.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/core/memp.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/netif.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/core/netif.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/core/netif.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/core/netif.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/pbuf.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/core/pbuf.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/core/pbuf.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/core/pbuf.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/raw.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/core/raw.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/core/raw.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/core/raw.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/stats.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/core/stats.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/core/stats.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/core/stats.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/sys.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/core/sys.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/core/sys.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/core/sys.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/tcp.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/core/tcp.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/core/tcp.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/core/tcp.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/tcp_in.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/core/tcp_in.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/core/tcp_in.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/core/tcp_in.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/tcp_out.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/core/tcp_out.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/core/tcp_out.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/core/tcp_out.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/timeouts.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/core/timeouts.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/core/timeouts.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/core/timeouts.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/core/udp.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/core/udp.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/core/udp.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/core/udp.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/compat/posix/arpa/inet.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/compat/posix/arpa/inet.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/compat/posix/arpa/inet.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/compat/posix/arpa/inet.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/compat/posix/net/if.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/compat/posix/net/if.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/compat/posix/net/if.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/compat/posix/net/if.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/compat/posix/netdb.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/compat/posix/netdb.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/compat/posix/netdb.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/compat/posix/netdb.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/compat/posix/sys/socket.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/compat/posix/sys/socket.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/compat/posix/sys/socket.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/compat/posix/sys/socket.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/compat/stdc/errno.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/compat/stdc/errno.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/compat/stdc/errno.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/compat/stdc/errno.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/altcp.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/altcp.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/altcp.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/altcp.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/altcp_tcp.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/altcp_tcp.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/altcp_tcp.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/altcp_tcp.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/altcp_tls.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/altcp_tls.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/altcp_tls.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/altcp_tls.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/api.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/api.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/api.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/api.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/FILES b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/apps/FILES similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/FILES rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/apps/FILES diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/altcp_proxyconnect.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/apps/altcp_proxyconnect.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/altcp_proxyconnect.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/apps/altcp_proxyconnect.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/altcp_tls_mbedtls_opts.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/apps/altcp_tls_mbedtls_opts.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/altcp_tls_mbedtls_opts.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/apps/altcp_tls_mbedtls_opts.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/fs.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/apps/fs.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/fs.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/apps/fs.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/http_client.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/apps/http_client.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/http_client.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/apps/http_client.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/httpd.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/apps/httpd.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/httpd.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/apps/httpd.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/httpd_opts.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/apps/httpd_opts.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/httpd_opts.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/apps/httpd_opts.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/lwiperf.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/apps/lwiperf.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/lwiperf.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/apps/lwiperf.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/mdns.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/apps/mdns.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/mdns.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/apps/mdns.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/mdns_opts.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/apps/mdns_opts.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/mdns_opts.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/apps/mdns_opts.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/mdns_priv.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/apps/mdns_priv.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/mdns_priv.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/apps/mdns_priv.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/mqtt.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/apps/mqtt.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/mqtt.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/apps/mqtt.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/mqtt_opts.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/apps/mqtt_opts.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/mqtt_opts.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/apps/mqtt_opts.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/mqtt_priv.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/apps/mqtt_priv.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/mqtt_priv.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/apps/mqtt_priv.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/netbiosns.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/apps/netbiosns.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/netbiosns.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/apps/netbiosns.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/netbiosns_opts.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/apps/netbiosns_opts.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/netbiosns_opts.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/apps/netbiosns_opts.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/smtp.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/apps/smtp.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/smtp.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/apps/smtp.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/smtp_opts.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/apps/smtp_opts.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/smtp_opts.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/apps/smtp_opts.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/snmp.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/apps/snmp.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/snmp.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/apps/snmp.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/snmp_core.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/apps/snmp_core.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/snmp_core.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/apps/snmp_core.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/snmp_mib2.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/apps/snmp_mib2.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/snmp_mib2.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/apps/snmp_mib2.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/snmp_opts.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/apps/snmp_opts.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/snmp_opts.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/apps/snmp_opts.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/snmp_scalar.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/apps/snmp_scalar.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/snmp_scalar.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/apps/snmp_scalar.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/snmp_snmpv2_framework.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/apps/snmp_snmpv2_framework.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/snmp_snmpv2_framework.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/apps/snmp_snmpv2_framework.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/snmp_snmpv2_usm.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/apps/snmp_snmpv2_usm.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/snmp_snmpv2_usm.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/apps/snmp_snmpv2_usm.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/snmp_table.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/apps/snmp_table.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/snmp_table.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/apps/snmp_table.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/snmp_threadsync.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/apps/snmp_threadsync.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/snmp_threadsync.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/apps/snmp_threadsync.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/snmpv3.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/apps/snmpv3.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/snmpv3.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/apps/snmpv3.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/sntp.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/apps/sntp.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/sntp.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/apps/sntp.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/sntp_opts.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/apps/sntp_opts.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/sntp_opts.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/apps/sntp_opts.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/tftp_opts.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/apps/tftp_opts.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/tftp_opts.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/apps/tftp_opts.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/tftp_server.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/apps/tftp_server.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/apps/tftp_server.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/apps/tftp_server.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/arch.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/arch.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/arch.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/arch.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/autoip.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/autoip.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/autoip.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/autoip.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/debug.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/debug.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/debug.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/debug.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/def.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/def.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/def.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/def.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/dhcp.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/dhcp.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/dhcp.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/dhcp.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/dhcp6.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/dhcp6.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/dhcp6.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/dhcp6.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/dns.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/dns.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/dns.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/dns.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/err.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/err.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/err.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/err.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/errno.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/errno.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/errno.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/errno.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/etharp.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/etharp.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/etharp.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/etharp.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/ethip6.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/ethip6.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/ethip6.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/ethip6.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/icmp.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/icmp.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/icmp.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/icmp.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/icmp6.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/icmp6.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/icmp6.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/icmp6.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/if_api.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/if_api.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/if_api.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/if_api.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/igmp.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/igmp.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/igmp.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/igmp.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/inet.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/inet.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/inet.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/inet.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/inet_chksum.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/inet_chksum.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/inet_chksum.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/inet_chksum.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/init.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/init.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/init.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/init.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/init.h.cmake.in b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/init.h.cmake.in similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/init.h.cmake.in rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/init.h.cmake.in diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/ip.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/ip.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/ip.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/ip.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/ip4.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/ip4.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/ip4.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/ip4.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/ip4_addr.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/ip4_addr.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/ip4_addr.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/ip4_addr.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/ip4_frag.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/ip4_frag.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/ip4_frag.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/ip4_frag.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/ip6.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/ip6.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/ip6.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/ip6.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/ip6_addr.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/ip6_addr.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/ip6_addr.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/ip6_addr.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/ip6_frag.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/ip6_frag.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/ip6_frag.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/ip6_frag.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/ip6_zone.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/ip6_zone.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/ip6_zone.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/ip6_zone.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/ip_addr.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/ip_addr.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/ip_addr.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/ip_addr.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/mem.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/mem.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/mem.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/mem.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/memp.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/memp.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/memp.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/memp.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/mld6.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/mld6.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/mld6.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/mld6.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/nd6.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/nd6.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/nd6.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/nd6.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/netbuf.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/netbuf.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/netbuf.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/netbuf.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/netdb.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/netdb.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/netdb.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/netdb.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/netif.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/netif.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/netif.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/netif.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/netifapi.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/netifapi.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/netifapi.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/netifapi.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/opt.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/opt.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/opt.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/opt.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/pbuf.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/pbuf.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/pbuf.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/pbuf.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/priv/altcp_priv.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/priv/altcp_priv.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/priv/altcp_priv.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/priv/altcp_priv.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/priv/api_msg.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/priv/api_msg.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/priv/api_msg.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/priv/api_msg.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/priv/mem_priv.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/priv/mem_priv.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/priv/mem_priv.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/priv/mem_priv.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/priv/memp_priv.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/priv/memp_priv.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/priv/memp_priv.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/priv/memp_priv.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/priv/memp_std.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/priv/memp_std.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/priv/memp_std.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/priv/memp_std.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/priv/nd6_priv.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/priv/nd6_priv.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/priv/nd6_priv.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/priv/nd6_priv.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/priv/raw_priv.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/priv/raw_priv.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/priv/raw_priv.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/priv/raw_priv.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/priv/sockets_priv.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/priv/sockets_priv.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/priv/sockets_priv.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/priv/sockets_priv.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/priv/tcp_priv.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/priv/tcp_priv.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/priv/tcp_priv.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/priv/tcp_priv.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/priv/tcpip_priv.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/priv/tcpip_priv.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/priv/tcpip_priv.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/priv/tcpip_priv.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/autoip.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/prot/autoip.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/autoip.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/prot/autoip.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/dhcp.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/prot/dhcp.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/dhcp.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/prot/dhcp.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/dhcp6.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/prot/dhcp6.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/dhcp6.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/prot/dhcp6.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/dns.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/prot/dns.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/dns.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/prot/dns.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/etharp.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/prot/etharp.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/etharp.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/prot/etharp.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/ethernet.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/prot/ethernet.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/ethernet.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/prot/ethernet.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/iana.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/prot/iana.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/iana.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/prot/iana.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/icmp.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/prot/icmp.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/icmp.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/prot/icmp.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/icmp6.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/prot/icmp6.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/icmp6.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/prot/icmp6.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/ieee.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/prot/ieee.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/ieee.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/prot/ieee.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/igmp.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/prot/igmp.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/igmp.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/prot/igmp.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/ip.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/prot/ip.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/ip.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/prot/ip.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/ip4.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/prot/ip4.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/ip4.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/prot/ip4.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/ip6.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/prot/ip6.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/ip6.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/prot/ip6.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/mld6.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/prot/mld6.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/mld6.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/prot/mld6.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/nd6.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/prot/nd6.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/nd6.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/prot/nd6.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/tcp.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/prot/tcp.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/tcp.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/prot/tcp.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/udp.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/prot/udp.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/prot/udp.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/prot/udp.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/raw.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/raw.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/raw.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/raw.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/sio.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/sio.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/sio.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/sio.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/snmp.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/snmp.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/snmp.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/snmp.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/sockets.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/sockets.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/sockets.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/sockets.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/stats.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/stats.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/stats.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/stats.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/sys.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/sys.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/sys.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/sys.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/tcp.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/tcp.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/tcp.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/tcp.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/tcpbase.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/tcpbase.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/tcpbase.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/tcpbase.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/tcpip.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/tcpip.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/tcpip.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/tcpip.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/timeouts.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/timeouts.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/timeouts.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/timeouts.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/udp.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/udp.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/lwip/udp.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/lwip/udp.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/bridgeif.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/bridgeif.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/bridgeif.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/bridgeif.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/bridgeif_opts.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/bridgeif_opts.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/bridgeif_opts.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/bridgeif_opts.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/etharp.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/etharp.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/etharp.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/etharp.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ethernet.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/ethernet.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ethernet.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/ethernet.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ieee802154.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/ieee802154.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ieee802154.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/ieee802154.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/lowpan6.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/lowpan6.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/lowpan6.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/lowpan6.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/lowpan6_ble.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/lowpan6_ble.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/lowpan6_ble.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/lowpan6_ble.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/lowpan6_common.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/lowpan6_common.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/lowpan6_common.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/lowpan6_common.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/lowpan6_opts.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/lowpan6_opts.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/lowpan6_opts.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/lowpan6_opts.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/ccp.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/ppp/ccp.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/ccp.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/ppp/ccp.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/chap-md5.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/ppp/chap-md5.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/chap-md5.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/ppp/chap-md5.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/chap-new.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/ppp/chap-new.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/chap-new.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/ppp/chap-new.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/chap_ms.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/ppp/chap_ms.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/chap_ms.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/ppp/chap_ms.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/eap.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/ppp/eap.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/eap.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/ppp/eap.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/ecp.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/ppp/ecp.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/ecp.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/ppp/ecp.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/eui64.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/ppp/eui64.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/eui64.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/ppp/eui64.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/fsm.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/ppp/fsm.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/fsm.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/ppp/fsm.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/ipcp.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/ppp/ipcp.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/ipcp.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/ppp/ipcp.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/ipv6cp.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/ppp/ipv6cp.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/ipv6cp.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/ppp/ipv6cp.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/lcp.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/ppp/lcp.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/lcp.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/ppp/lcp.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/magic.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/ppp/magic.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/magic.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/ppp/magic.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/mppe.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/ppp/mppe.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/mppe.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/ppp/mppe.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/polarssl/arc4.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/ppp/polarssl/arc4.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/polarssl/arc4.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/ppp/polarssl/arc4.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/polarssl/des.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/ppp/polarssl/des.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/polarssl/des.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/ppp/polarssl/des.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/polarssl/md4.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/ppp/polarssl/md4.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/polarssl/md4.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/ppp/polarssl/md4.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/polarssl/md5.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/ppp/polarssl/md5.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/polarssl/md5.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/ppp/polarssl/md5.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/polarssl/sha1.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/ppp/polarssl/sha1.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/polarssl/sha1.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/ppp/polarssl/sha1.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/ppp.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/ppp/ppp.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/ppp.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/ppp/ppp.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/ppp_impl.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/ppp/ppp_impl.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/ppp_impl.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/ppp/ppp_impl.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/ppp_opts.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/ppp/ppp_opts.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/ppp_opts.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/ppp/ppp_opts.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/pppapi.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/ppp/pppapi.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/pppapi.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/ppp/pppapi.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/pppcrypt.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/ppp/pppcrypt.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/pppcrypt.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/ppp/pppcrypt.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/pppdebug.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/ppp/pppdebug.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/pppdebug.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/ppp/pppdebug.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/pppoe.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/ppp/pppoe.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/pppoe.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/ppp/pppoe.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/pppol2tp.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/ppp/pppol2tp.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/pppol2tp.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/ppp/pppol2tp.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/pppos.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/ppp/pppos.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/pppos.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/ppp/pppos.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/upap.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/ppp/upap.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/upap.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/ppp/upap.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/vj.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/ppp/vj.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/ppp/vj.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/ppp/vj.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/slipif.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/slipif.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/slipif.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/slipif.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/zepif.h b/Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/zepif.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/include/netif/zepif.h rename to Ubiquitous/XiZi/resources/ethernet/LwIP/include/netif/zepif.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/FILES b/Ubiquitous/XiZi/resources/ethernet/LwIP/netif/FILES similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/FILES rename to Ubiquitous/XiZi/resources/ethernet/LwIP/netif/FILES diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/Makefile b/Ubiquitous/XiZi/resources/ethernet/LwIP/netif/Makefile similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/Makefile rename to Ubiquitous/XiZi/resources/ethernet/LwIP/netif/Makefile diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/bridgeif.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/netif/bridgeif.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/bridgeif.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/netif/bridgeif.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/bridgeif_fdb.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/netif/bridgeif_fdb.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/bridgeif_fdb.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/netif/bridgeif_fdb.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ethernet.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/netif/ethernet.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ethernet.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/netif/ethernet.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/lowpan6.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/netif/lowpan6.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/lowpan6.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/netif/lowpan6.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/lowpan6_ble.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/netif/lowpan6_ble.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/lowpan6_ble.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/netif/lowpan6_ble.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/lowpan6_common.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/netif/lowpan6_common.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/lowpan6_common.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/netif/lowpan6_common.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/PPPD_FOLLOWUP b/Ubiquitous/XiZi/resources/ethernet/LwIP/netif/ppp/PPPD_FOLLOWUP similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/PPPD_FOLLOWUP rename to Ubiquitous/XiZi/resources/ethernet/LwIP/netif/ppp/PPPD_FOLLOWUP diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/auth.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/netif/ppp/auth.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/auth.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/netif/ppp/auth.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/ccp.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/netif/ppp/ccp.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/ccp.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/netif/ppp/ccp.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/chap-md5.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/netif/ppp/chap-md5.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/chap-md5.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/netif/ppp/chap-md5.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/chap-new.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/netif/ppp/chap-new.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/chap-new.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/netif/ppp/chap-new.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/chap_ms.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/netif/ppp/chap_ms.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/chap_ms.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/netif/ppp/chap_ms.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/demand.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/netif/ppp/demand.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/demand.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/netif/ppp/demand.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/eap.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/netif/ppp/eap.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/eap.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/netif/ppp/eap.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/ecp.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/netif/ppp/ecp.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/ecp.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/netif/ppp/ecp.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/eui64.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/netif/ppp/eui64.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/eui64.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/netif/ppp/eui64.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/fsm.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/netif/ppp/fsm.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/fsm.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/netif/ppp/fsm.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/ipcp.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/netif/ppp/ipcp.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/ipcp.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/netif/ppp/ipcp.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/ipv6cp.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/netif/ppp/ipv6cp.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/ipv6cp.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/netif/ppp/ipv6cp.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/lcp.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/netif/ppp/lcp.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/lcp.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/netif/ppp/lcp.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/magic.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/netif/ppp/magic.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/magic.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/netif/ppp/magic.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/mppe.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/netif/ppp/mppe.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/mppe.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/netif/ppp/mppe.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/multilink.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/netif/ppp/multilink.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/multilink.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/netif/ppp/multilink.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/polarssl/README b/Ubiquitous/XiZi/resources/ethernet/LwIP/netif/ppp/polarssl/README similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/polarssl/README rename to Ubiquitous/XiZi/resources/ethernet/LwIP/netif/ppp/polarssl/README diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/polarssl/arc4.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/netif/ppp/polarssl/arc4.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/polarssl/arc4.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/netif/ppp/polarssl/arc4.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/polarssl/des.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/netif/ppp/polarssl/des.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/polarssl/des.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/netif/ppp/polarssl/des.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/polarssl/md4.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/netif/ppp/polarssl/md4.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/polarssl/md4.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/netif/ppp/polarssl/md4.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/polarssl/md5.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/netif/ppp/polarssl/md5.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/polarssl/md5.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/netif/ppp/polarssl/md5.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/polarssl/sha1.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/netif/ppp/polarssl/sha1.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/polarssl/sha1.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/netif/ppp/polarssl/sha1.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/ppp.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/netif/ppp/ppp.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/ppp.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/netif/ppp/ppp.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/pppapi.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/netif/ppp/pppapi.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/pppapi.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/netif/ppp/pppapi.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/pppcrypt.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/netif/ppp/pppcrypt.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/pppcrypt.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/netif/ppp/pppcrypt.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/pppoe.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/netif/ppp/pppoe.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/pppoe.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/netif/ppp/pppoe.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/pppol2tp.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/netif/ppp/pppol2tp.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/pppol2tp.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/netif/ppp/pppol2tp.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/pppos.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/netif/ppp/pppos.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/pppos.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/netif/ppp/pppos.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/upap.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/netif/ppp/upap.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/upap.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/netif/ppp/upap.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/utils.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/netif/ppp/utils.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/utils.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/netif/ppp/utils.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/vj.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/netif/ppp/vj.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/ppp/vj.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/netif/ppp/vj.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/slipif.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/netif/slipif.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/slipif.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/netif/slipif.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/zepif.c b/Ubiquitous/XiZi/resources/ethernet/LwIP/netif/zepif.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/LwIP/netif/zepif.c rename to Ubiquitous/XiZi/resources/ethernet/LwIP/netif/zepif.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/Makefile b/Ubiquitous/XiZi/resources/ethernet/Makefile similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/Makefile rename to Ubiquitous/XiZi/resources/ethernet/Makefile diff --git a/Ubiquitous/XiUOS/resources/ethernet/cmd_lwip/Makefile b/Ubiquitous/XiZi/resources/ethernet/cmd_lwip/Makefile similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/cmd_lwip/Makefile rename to Ubiquitous/XiZi/resources/ethernet/cmd_lwip/Makefile diff --git a/Ubiquitous/XiUOS/resources/ethernet/cmd_lwip/lwip_config_demo.c b/Ubiquitous/XiZi/resources/ethernet/cmd_lwip/lwip_config_demo.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/cmd_lwip/lwip_config_demo.c rename to Ubiquitous/XiZi/resources/ethernet/cmd_lwip/lwip_config_demo.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/cmd_lwip/lwip_demo.h b/Ubiquitous/XiZi/resources/ethernet/cmd_lwip/lwip_demo.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/cmd_lwip/lwip_demo.h rename to Ubiquitous/XiZi/resources/ethernet/cmd_lwip/lwip_demo.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/cmd_lwip/lwip_dhcp_demo.c b/Ubiquitous/XiZi/resources/ethernet/cmd_lwip/lwip_dhcp_demo.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/cmd_lwip/lwip_dhcp_demo.c rename to Ubiquitous/XiZi/resources/ethernet/cmd_lwip/lwip_dhcp_demo.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/cmd_lwip/lwip_ping_demo.c b/Ubiquitous/XiZi/resources/ethernet/cmd_lwip/lwip_ping_demo.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/cmd_lwip/lwip_ping_demo.c rename to Ubiquitous/XiZi/resources/ethernet/cmd_lwip/lwip_ping_demo.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/cmd_lwip/lwip_tcp_demo.c b/Ubiquitous/XiZi/resources/ethernet/cmd_lwip/lwip_tcp_demo.c similarity index 99% rename from Ubiquitous/XiUOS/resources/ethernet/cmd_lwip/lwip_tcp_demo.c rename to Ubiquitous/XiZi/resources/ethernet/cmd_lwip/lwip_tcp_demo.c index baebfbbcb..924916a3e 100755 --- a/Ubiquitous/XiUOS/resources/ethernet/cmd_lwip/lwip_tcp_demo.c +++ b/Ubiquitous/XiZi/resources/ethernet/cmd_lwip/lwip_tcp_demo.c @@ -18,7 +18,7 @@ * @date 2021-05-29 */ #include -#include +#include #include "board.h" #include "sys_arch.h" #include diff --git a/Ubiquitous/XiUOS/resources/ethernet/cmd_lwip/lwip_udp_demo.c b/Ubiquitous/XiZi/resources/ethernet/cmd_lwip/lwip_udp_demo.c similarity index 99% rename from Ubiquitous/XiUOS/resources/ethernet/cmd_lwip/lwip_udp_demo.c rename to Ubiquitous/XiZi/resources/ethernet/cmd_lwip/lwip_udp_demo.c index 5dd19c5c3..b1cbbc831 100755 --- a/Ubiquitous/XiUOS/resources/ethernet/cmd_lwip/lwip_udp_demo.c +++ b/Ubiquitous/XiZi/resources/ethernet/cmd_lwip/lwip_udp_demo.c @@ -18,7 +18,7 @@ * @date 2021-05-29 */ #include -#include +#include #include "board.h" #include "sys_arch.h" #include "lwip/udp.h" diff --git a/Ubiquitous/XiUOS/resources/ethernet/cmd_lwip/ping.c b/Ubiquitous/XiZi/resources/ethernet/cmd_lwip/ping.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/cmd_lwip/ping.c rename to Ubiquitous/XiZi/resources/ethernet/cmd_lwip/ping.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/cmd_lwip/ping.h b/Ubiquitous/XiZi/resources/ethernet/cmd_lwip/ping.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/cmd_lwip/ping.h rename to Ubiquitous/XiZi/resources/ethernet/cmd_lwip/ping.h diff --git a/Ubiquitous/XiUOS/resources/ethernet/cmd_lwip/tcpecho_raw.c b/Ubiquitous/XiZi/resources/ethernet/cmd_lwip/tcpecho_raw.c similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/cmd_lwip/tcpecho_raw.c rename to Ubiquitous/XiZi/resources/ethernet/cmd_lwip/tcpecho_raw.c diff --git a/Ubiquitous/XiUOS/resources/ethernet/cmd_lwip/tcpecho_raw.h b/Ubiquitous/XiZi/resources/ethernet/cmd_lwip/tcpecho_raw.h similarity index 100% rename from Ubiquitous/XiUOS/resources/ethernet/cmd_lwip/tcpecho_raw.h rename to Ubiquitous/XiZi/resources/ethernet/cmd_lwip/tcpecho_raw.h diff --git a/Ubiquitous/XiUOS/resources/i2c/Makefile b/Ubiquitous/XiZi/resources/i2c/Makefile similarity index 100% rename from Ubiquitous/XiUOS/resources/i2c/Makefile rename to Ubiquitous/XiZi/resources/i2c/Makefile diff --git a/Ubiquitous/XiUOS/resources/i2c/bus_i2c.c b/Ubiquitous/XiZi/resources/i2c/bus_i2c.c similarity index 100% rename from Ubiquitous/XiUOS/resources/i2c/bus_i2c.c rename to Ubiquitous/XiZi/resources/i2c/bus_i2c.c diff --git a/Ubiquitous/XiUOS/resources/i2c/dev_i2c.c b/Ubiquitous/XiZi/resources/i2c/dev_i2c.c similarity index 100% rename from Ubiquitous/XiUOS/resources/i2c/dev_i2c.c rename to Ubiquitous/XiZi/resources/i2c/dev_i2c.c diff --git a/Ubiquitous/XiUOS/resources/i2c/drv_i2c.c b/Ubiquitous/XiZi/resources/i2c/drv_i2c.c similarity index 100% rename from Ubiquitous/XiUOS/resources/i2c/drv_i2c.c rename to Ubiquitous/XiZi/resources/i2c/drv_i2c.c diff --git a/Ubiquitous/XiUOS/resources/include/bus.h b/Ubiquitous/XiZi/resources/include/bus.h similarity index 99% rename from Ubiquitous/XiUOS/resources/include/bus.h rename to Ubiquitous/XiZi/resources/include/bus.h index 5cd0fd314..967d3a519 100644 --- a/Ubiquitous/XiUOS/resources/include/bus.h +++ b/Ubiquitous/XiZi/resources/include/bus.h @@ -21,7 +21,7 @@ #ifndef BUS_H #define BUS_H -#include +#include #ifdef __cplusplus extern "C" { diff --git a/Ubiquitous/XiUOS/resources/include/bus_adc.h b/Ubiquitous/XiZi/resources/include/bus_adc.h similarity index 100% rename from Ubiquitous/XiUOS/resources/include/bus_adc.h rename to Ubiquitous/XiZi/resources/include/bus_adc.h diff --git a/Ubiquitous/XiUOS/resources/include/bus_can.h b/Ubiquitous/XiZi/resources/include/bus_can.h similarity index 100% rename from Ubiquitous/XiUOS/resources/include/bus_can.h rename to Ubiquitous/XiZi/resources/include/bus_can.h diff --git a/Ubiquitous/XiUOS/resources/include/bus_dac.h b/Ubiquitous/XiZi/resources/include/bus_dac.h similarity index 100% rename from Ubiquitous/XiUOS/resources/include/bus_dac.h rename to Ubiquitous/XiZi/resources/include/bus_dac.h diff --git a/Ubiquitous/XiUOS/resources/include/bus_hwtimer.h b/Ubiquitous/XiZi/resources/include/bus_hwtimer.h similarity index 100% rename from Ubiquitous/XiUOS/resources/include/bus_hwtimer.h rename to Ubiquitous/XiZi/resources/include/bus_hwtimer.h diff --git a/Ubiquitous/XiUOS/resources/include/bus_i2c.h b/Ubiquitous/XiZi/resources/include/bus_i2c.h similarity index 100% rename from Ubiquitous/XiUOS/resources/include/bus_i2c.h rename to Ubiquitous/XiZi/resources/include/bus_i2c.h diff --git a/Ubiquitous/XiUOS/resources/include/bus_lcd.h b/Ubiquitous/XiZi/resources/include/bus_lcd.h similarity index 100% rename from Ubiquitous/XiUOS/resources/include/bus_lcd.h rename to Ubiquitous/XiZi/resources/include/bus_lcd.h diff --git a/Ubiquitous/XiUOS/resources/include/bus_pin.h b/Ubiquitous/XiZi/resources/include/bus_pin.h similarity index 100% rename from Ubiquitous/XiUOS/resources/include/bus_pin.h rename to Ubiquitous/XiZi/resources/include/bus_pin.h diff --git a/Ubiquitous/XiUOS/resources/include/bus_rtc.h b/Ubiquitous/XiZi/resources/include/bus_rtc.h similarity index 100% rename from Ubiquitous/XiUOS/resources/include/bus_rtc.h rename to Ubiquitous/XiZi/resources/include/bus_rtc.h diff --git a/Ubiquitous/XiUOS/resources/include/bus_sdio.h b/Ubiquitous/XiZi/resources/include/bus_sdio.h similarity index 100% rename from Ubiquitous/XiUOS/resources/include/bus_sdio.h rename to Ubiquitous/XiZi/resources/include/bus_sdio.h diff --git a/Ubiquitous/XiUOS/resources/include/bus_serial.h b/Ubiquitous/XiZi/resources/include/bus_serial.h similarity index 100% rename from Ubiquitous/XiUOS/resources/include/bus_serial.h rename to Ubiquitous/XiZi/resources/include/bus_serial.h diff --git a/Ubiquitous/XiUOS/resources/include/bus_spi.h b/Ubiquitous/XiZi/resources/include/bus_spi.h similarity index 100% rename from Ubiquitous/XiUOS/resources/include/bus_spi.h rename to Ubiquitous/XiZi/resources/include/bus_spi.h diff --git a/Ubiquitous/XiUOS/resources/include/bus_touch.h b/Ubiquitous/XiZi/resources/include/bus_touch.h similarity index 100% rename from Ubiquitous/XiUOS/resources/include/bus_touch.h rename to Ubiquitous/XiZi/resources/include/bus_touch.h diff --git a/Ubiquitous/XiUOS/resources/include/bus_usb.h b/Ubiquitous/XiZi/resources/include/bus_usb.h similarity index 100% rename from Ubiquitous/XiUOS/resources/include/bus_usb.h rename to Ubiquitous/XiZi/resources/include/bus_usb.h diff --git a/Ubiquitous/XiUOS/resources/include/bus_wdt.h b/Ubiquitous/XiZi/resources/include/bus_wdt.h similarity index 100% rename from Ubiquitous/XiUOS/resources/include/bus_wdt.h rename to Ubiquitous/XiZi/resources/include/bus_wdt.h diff --git a/Ubiquitous/XiUOS/resources/include/dev_adc.h b/Ubiquitous/XiZi/resources/include/dev_adc.h similarity index 100% rename from Ubiquitous/XiUOS/resources/include/dev_adc.h rename to Ubiquitous/XiZi/resources/include/dev_adc.h diff --git a/Ubiquitous/XiUOS/resources/include/dev_can.h b/Ubiquitous/XiZi/resources/include/dev_can.h similarity index 100% rename from Ubiquitous/XiUOS/resources/include/dev_can.h rename to Ubiquitous/XiZi/resources/include/dev_can.h diff --git a/Ubiquitous/XiUOS/resources/include/dev_dac.h b/Ubiquitous/XiZi/resources/include/dev_dac.h similarity index 100% rename from Ubiquitous/XiUOS/resources/include/dev_dac.h rename to Ubiquitous/XiZi/resources/include/dev_dac.h diff --git a/Ubiquitous/XiUOS/resources/include/dev_hwtimer.h b/Ubiquitous/XiZi/resources/include/dev_hwtimer.h similarity index 100% rename from Ubiquitous/XiUOS/resources/include/dev_hwtimer.h rename to Ubiquitous/XiZi/resources/include/dev_hwtimer.h diff --git a/Ubiquitous/XiUOS/resources/include/dev_i2c.h b/Ubiquitous/XiZi/resources/include/dev_i2c.h similarity index 100% rename from Ubiquitous/XiUOS/resources/include/dev_i2c.h rename to Ubiquitous/XiZi/resources/include/dev_i2c.h diff --git a/Ubiquitous/XiUOS/resources/include/dev_lcd.h b/Ubiquitous/XiZi/resources/include/dev_lcd.h similarity index 100% rename from Ubiquitous/XiUOS/resources/include/dev_lcd.h rename to Ubiquitous/XiZi/resources/include/dev_lcd.h diff --git a/Ubiquitous/XiUOS/resources/include/dev_pin.h b/Ubiquitous/XiZi/resources/include/dev_pin.h similarity index 100% rename from Ubiquitous/XiUOS/resources/include/dev_pin.h rename to Ubiquitous/XiZi/resources/include/dev_pin.h diff --git a/Ubiquitous/XiUOS/resources/include/dev_rtc.h b/Ubiquitous/XiZi/resources/include/dev_rtc.h similarity index 100% rename from Ubiquitous/XiUOS/resources/include/dev_rtc.h rename to Ubiquitous/XiZi/resources/include/dev_rtc.h diff --git a/Ubiquitous/XiUOS/resources/include/dev_sdio.h b/Ubiquitous/XiZi/resources/include/dev_sdio.h similarity index 100% rename from Ubiquitous/XiUOS/resources/include/dev_sdio.h rename to Ubiquitous/XiZi/resources/include/dev_sdio.h diff --git a/Ubiquitous/XiUOS/resources/include/dev_serial.h b/Ubiquitous/XiZi/resources/include/dev_serial.h similarity index 100% rename from Ubiquitous/XiUOS/resources/include/dev_serial.h rename to Ubiquitous/XiZi/resources/include/dev_serial.h diff --git a/Ubiquitous/XiUOS/resources/include/dev_spi.h b/Ubiquitous/XiZi/resources/include/dev_spi.h similarity index 100% rename from Ubiquitous/XiUOS/resources/include/dev_spi.h rename to Ubiquitous/XiZi/resources/include/dev_spi.h diff --git a/Ubiquitous/XiUOS/resources/include/dev_touch.h b/Ubiquitous/XiZi/resources/include/dev_touch.h similarity index 100% rename from Ubiquitous/XiUOS/resources/include/dev_touch.h rename to Ubiquitous/XiZi/resources/include/dev_touch.h diff --git a/Ubiquitous/XiUOS/resources/include/dev_usb.h b/Ubiquitous/XiZi/resources/include/dev_usb.h similarity index 100% rename from Ubiquitous/XiUOS/resources/include/dev_usb.h rename to Ubiquitous/XiZi/resources/include/dev_usb.h diff --git a/Ubiquitous/XiUOS/resources/include/dev_wdt.h b/Ubiquitous/XiZi/resources/include/dev_wdt.h similarity index 100% rename from Ubiquitous/XiUOS/resources/include/dev_wdt.h rename to Ubiquitous/XiZi/resources/include/dev_wdt.h diff --git a/Ubiquitous/XiUOS/resources/include/device.h b/Ubiquitous/XiZi/resources/include/device.h similarity index 99% rename from Ubiquitous/XiUOS/resources/include/device.h rename to Ubiquitous/XiZi/resources/include/device.h index 48280f3a4..b3c460f9f 100644 --- a/Ubiquitous/XiUOS/resources/include/device.h +++ b/Ubiquitous/XiZi/resources/include/device.h @@ -21,7 +21,7 @@ #ifndef DEVICE_H #define DEVICE_H -#include +#include #include #include diff --git a/Ubiquitous/XiUOS/resources/include/flash_spi.h b/Ubiquitous/XiZi/resources/include/flash_spi.h similarity index 100% rename from Ubiquitous/XiUOS/resources/include/flash_spi.h rename to Ubiquitous/XiZi/resources/include/flash_spi.h diff --git a/Ubiquitous/XiUOS/resources/include/sd_spi.h b/Ubiquitous/XiZi/resources/include/sd_spi.h similarity index 100% rename from Ubiquitous/XiUOS/resources/include/sd_spi.h rename to Ubiquitous/XiZi/resources/include/sd_spi.h diff --git a/Ubiquitous/XiUOS/resources/include/stm32_usb_common.h b/Ubiquitous/XiZi/resources/include/stm32_usb_common.h similarity index 99% rename from Ubiquitous/XiUOS/resources/include/stm32_usb_common.h rename to Ubiquitous/XiZi/resources/include/stm32_usb_common.h index a7e3a0229..eb9cf71db 100644 --- a/Ubiquitous/XiUOS/resources/include/stm32_usb_common.h +++ b/Ubiquitous/XiZi/resources/include/stm32_usb_common.h @@ -34,7 +34,7 @@ Modification: #ifndef USB_COMMON_H #define USB_COMMON_H -#include +#include #ifdef __cplusplus extern "C" { diff --git a/Ubiquitous/XiUOS/resources/include/stm32_usb_host.h b/Ubiquitous/XiZi/resources/include/stm32_usb_host.h similarity index 99% rename from Ubiquitous/XiUOS/resources/include/stm32_usb_host.h rename to Ubiquitous/XiZi/resources/include/stm32_usb_host.h index c79ba3086..d30aa78c8 100644 --- a/Ubiquitous/XiUOS/resources/include/stm32_usb_host.h +++ b/Ubiquitous/XiZi/resources/include/stm32_usb_host.h @@ -32,7 +32,7 @@ Modification: #ifndef USB_HOST_H #define USB_HOST_H -#include +#include #include diff --git a/Ubiquitous/XiUOS/resources/lcd/Makefile b/Ubiquitous/XiZi/resources/lcd/Makefile similarity index 100% rename from Ubiquitous/XiUOS/resources/lcd/Makefile rename to Ubiquitous/XiZi/resources/lcd/Makefile diff --git a/Ubiquitous/XiUOS/resources/lcd/bus_lcd.c b/Ubiquitous/XiZi/resources/lcd/bus_lcd.c similarity index 100% rename from Ubiquitous/XiUOS/resources/lcd/bus_lcd.c rename to Ubiquitous/XiZi/resources/lcd/bus_lcd.c diff --git a/Ubiquitous/XiUOS/resources/lcd/dev_lcd.c b/Ubiquitous/XiZi/resources/lcd/dev_lcd.c similarity index 100% rename from Ubiquitous/XiUOS/resources/lcd/dev_lcd.c rename to Ubiquitous/XiZi/resources/lcd/dev_lcd.c diff --git a/Ubiquitous/XiUOS/resources/lcd/drv_lcd.c b/Ubiquitous/XiZi/resources/lcd/drv_lcd.c similarity index 100% rename from Ubiquitous/XiUOS/resources/lcd/drv_lcd.c rename to Ubiquitous/XiZi/resources/lcd/drv_lcd.c diff --git a/Ubiquitous/XiUOS/resources/pin/Makefile b/Ubiquitous/XiZi/resources/pin/Makefile similarity index 100% rename from Ubiquitous/XiUOS/resources/pin/Makefile rename to Ubiquitous/XiZi/resources/pin/Makefile diff --git a/Ubiquitous/XiUOS/resources/pin/bus_pin.c b/Ubiquitous/XiZi/resources/pin/bus_pin.c similarity index 100% rename from Ubiquitous/XiUOS/resources/pin/bus_pin.c rename to Ubiquitous/XiZi/resources/pin/bus_pin.c diff --git a/Ubiquitous/XiUOS/resources/pin/dev_pin.c b/Ubiquitous/XiZi/resources/pin/dev_pin.c similarity index 100% rename from Ubiquitous/XiUOS/resources/pin/dev_pin.c rename to Ubiquitous/XiZi/resources/pin/dev_pin.c diff --git a/Ubiquitous/XiUOS/resources/pin/drv_pin.c b/Ubiquitous/XiZi/resources/pin/drv_pin.c similarity index 100% rename from Ubiquitous/XiUOS/resources/pin/drv_pin.c rename to Ubiquitous/XiZi/resources/pin/drv_pin.c diff --git a/Ubiquitous/XiUOS/resources/rtc/Makefile b/Ubiquitous/XiZi/resources/rtc/Makefile similarity index 100% rename from Ubiquitous/XiUOS/resources/rtc/Makefile rename to Ubiquitous/XiZi/resources/rtc/Makefile diff --git a/Ubiquitous/XiUOS/resources/rtc/bus_rtc.c b/Ubiquitous/XiZi/resources/rtc/bus_rtc.c similarity index 100% rename from Ubiquitous/XiUOS/resources/rtc/bus_rtc.c rename to Ubiquitous/XiZi/resources/rtc/bus_rtc.c diff --git a/Ubiquitous/XiUOS/resources/rtc/dev_rtc.c b/Ubiquitous/XiZi/resources/rtc/dev_rtc.c similarity index 100% rename from Ubiquitous/XiUOS/resources/rtc/dev_rtc.c rename to Ubiquitous/XiZi/resources/rtc/dev_rtc.c diff --git a/Ubiquitous/XiUOS/resources/rtc/drv_rtc.c b/Ubiquitous/XiZi/resources/rtc/drv_rtc.c similarity index 100% rename from Ubiquitous/XiUOS/resources/rtc/drv_rtc.c rename to Ubiquitous/XiZi/resources/rtc/drv_rtc.c diff --git a/Ubiquitous/XiUOS/resources/sdio/Makefile b/Ubiquitous/XiZi/resources/sdio/Makefile similarity index 100% rename from Ubiquitous/XiUOS/resources/sdio/Makefile rename to Ubiquitous/XiZi/resources/sdio/Makefile diff --git a/Ubiquitous/XiUOS/resources/sdio/bus_sdio.c b/Ubiquitous/XiZi/resources/sdio/bus_sdio.c similarity index 100% rename from Ubiquitous/XiUOS/resources/sdio/bus_sdio.c rename to Ubiquitous/XiZi/resources/sdio/bus_sdio.c diff --git a/Ubiquitous/XiUOS/resources/sdio/dev_sdio.c b/Ubiquitous/XiZi/resources/sdio/dev_sdio.c similarity index 100% rename from Ubiquitous/XiUOS/resources/sdio/dev_sdio.c rename to Ubiquitous/XiZi/resources/sdio/dev_sdio.c diff --git a/Ubiquitous/XiUOS/resources/sdio/drv_sdio.c b/Ubiquitous/XiZi/resources/sdio/drv_sdio.c similarity index 100% rename from Ubiquitous/XiUOS/resources/sdio/drv_sdio.c rename to Ubiquitous/XiZi/resources/sdio/drv_sdio.c diff --git a/Ubiquitous/XiUOS/resources/serial/Makefile b/Ubiquitous/XiZi/resources/serial/Makefile similarity index 100% rename from Ubiquitous/XiUOS/resources/serial/Makefile rename to Ubiquitous/XiZi/resources/serial/Makefile diff --git a/Ubiquitous/XiUOS/resources/serial/bus_serial.c b/Ubiquitous/XiZi/resources/serial/bus_serial.c similarity index 100% rename from Ubiquitous/XiUOS/resources/serial/bus_serial.c rename to Ubiquitous/XiZi/resources/serial/bus_serial.c diff --git a/Ubiquitous/XiUOS/resources/serial/dev_serial.c b/Ubiquitous/XiZi/resources/serial/dev_serial.c similarity index 100% rename from Ubiquitous/XiUOS/resources/serial/dev_serial.c rename to Ubiquitous/XiZi/resources/serial/dev_serial.c diff --git a/Ubiquitous/XiUOS/resources/serial/drv_serial.c b/Ubiquitous/XiZi/resources/serial/drv_serial.c similarity index 100% rename from Ubiquitous/XiUOS/resources/serial/drv_serial.c rename to Ubiquitous/XiZi/resources/serial/drv_serial.c diff --git a/Ubiquitous/XiUOS/resources/spi/Makefile b/Ubiquitous/XiZi/resources/spi/Makefile similarity index 100% rename from Ubiquitous/XiUOS/resources/spi/Makefile rename to Ubiquitous/XiZi/resources/spi/Makefile diff --git a/Ubiquitous/XiUOS/resources/spi/bus_spi.c b/Ubiquitous/XiZi/resources/spi/bus_spi.c similarity index 100% rename from Ubiquitous/XiUOS/resources/spi/bus_spi.c rename to Ubiquitous/XiZi/resources/spi/bus_spi.c diff --git a/Ubiquitous/XiUOS/resources/spi/dev_spi.c b/Ubiquitous/XiZi/resources/spi/dev_spi.c similarity index 100% rename from Ubiquitous/XiUOS/resources/spi/dev_spi.c rename to Ubiquitous/XiZi/resources/spi/dev_spi.c diff --git a/Ubiquitous/XiUOS/resources/spi/drv_spi.c b/Ubiquitous/XiZi/resources/spi/drv_spi.c similarity index 100% rename from Ubiquitous/XiUOS/resources/spi/drv_spi.c rename to Ubiquitous/XiZi/resources/spi/drv_spi.c diff --git a/Ubiquitous/XiUOS/resources/spi/flash_spi.c b/Ubiquitous/XiZi/resources/spi/flash_spi.c similarity index 100% rename from Ubiquitous/XiUOS/resources/spi/flash_spi.c rename to Ubiquitous/XiZi/resources/spi/flash_spi.c diff --git a/Ubiquitous/XiUOS/resources/spi/sd_card_spi/Makefile b/Ubiquitous/XiZi/resources/spi/sd_card_spi/Makefile similarity index 100% rename from Ubiquitous/XiUOS/resources/spi/sd_card_spi/Makefile rename to Ubiquitous/XiZi/resources/spi/sd_card_spi/Makefile diff --git a/Ubiquitous/XiUOS/resources/spi/sd_card_spi/sd_spi.c b/Ubiquitous/XiZi/resources/spi/sd_card_spi/sd_spi.c similarity index 100% rename from Ubiquitous/XiUOS/resources/spi/sd_card_spi/sd_spi.c rename to Ubiquitous/XiZi/resources/spi/sd_card_spi/sd_spi.c diff --git a/Ubiquitous/XiUOS/resources/spi/third_party_spi/Makefile b/Ubiquitous/XiZi/resources/spi/third_party_spi/Makefile similarity index 100% rename from Ubiquitous/XiUOS/resources/spi/third_party_spi/Makefile rename to Ubiquitous/XiZi/resources/spi/third_party_spi/Makefile diff --git a/Ubiquitous/XiUOS/resources/spi/third_party_spi/SFUD/LICENSE b/Ubiquitous/XiZi/resources/spi/third_party_spi/SFUD/LICENSE similarity index 100% rename from Ubiquitous/XiUOS/resources/spi/third_party_spi/SFUD/LICENSE rename to Ubiquitous/XiZi/resources/spi/third_party_spi/SFUD/LICENSE diff --git a/Ubiquitous/XiUOS/resources/spi/third_party_spi/SFUD/Makefile b/Ubiquitous/XiZi/resources/spi/third_party_spi/SFUD/Makefile similarity index 100% rename from Ubiquitous/XiUOS/resources/spi/third_party_spi/SFUD/Makefile rename to Ubiquitous/XiZi/resources/spi/third_party_spi/SFUD/Makefile diff --git a/Ubiquitous/XiUOS/resources/spi/third_party_spi/SFUD/README.md b/Ubiquitous/XiZi/resources/spi/third_party_spi/SFUD/README.md similarity index 100% rename from Ubiquitous/XiUOS/resources/spi/third_party_spi/SFUD/README.md rename to Ubiquitous/XiZi/resources/spi/third_party_spi/SFUD/README.md diff --git a/Ubiquitous/XiUOS/resources/spi/third_party_spi/SFUD/sfud/Makefile b/Ubiquitous/XiZi/resources/spi/third_party_spi/SFUD/sfud/Makefile similarity index 100% rename from Ubiquitous/XiUOS/resources/spi/third_party_spi/SFUD/sfud/Makefile rename to Ubiquitous/XiZi/resources/spi/third_party_spi/SFUD/sfud/Makefile diff --git a/Ubiquitous/XiUOS/resources/spi/third_party_spi/SFUD/sfud/inc/sfud.h b/Ubiquitous/XiZi/resources/spi/third_party_spi/SFUD/sfud/inc/sfud.h similarity index 100% rename from Ubiquitous/XiUOS/resources/spi/third_party_spi/SFUD/sfud/inc/sfud.h rename to Ubiquitous/XiZi/resources/spi/third_party_spi/SFUD/sfud/inc/sfud.h diff --git a/Ubiquitous/XiUOS/resources/spi/third_party_spi/SFUD/sfud/inc/sfud_cfg.h b/Ubiquitous/XiZi/resources/spi/third_party_spi/SFUD/sfud/inc/sfud_cfg.h similarity index 100% rename from Ubiquitous/XiUOS/resources/spi/third_party_spi/SFUD/sfud/inc/sfud_cfg.h rename to Ubiquitous/XiZi/resources/spi/third_party_spi/SFUD/sfud/inc/sfud_cfg.h diff --git a/Ubiquitous/XiUOS/resources/spi/third_party_spi/SFUD/sfud/inc/sfud_def.h b/Ubiquitous/XiZi/resources/spi/third_party_spi/SFUD/sfud/inc/sfud_def.h similarity index 100% rename from Ubiquitous/XiUOS/resources/spi/third_party_spi/SFUD/sfud/inc/sfud_def.h rename to Ubiquitous/XiZi/resources/spi/third_party_spi/SFUD/sfud/inc/sfud_def.h diff --git a/Ubiquitous/XiUOS/resources/spi/third_party_spi/SFUD/sfud/inc/sfud_flash_def.h b/Ubiquitous/XiZi/resources/spi/third_party_spi/SFUD/sfud/inc/sfud_flash_def.h similarity index 100% rename from Ubiquitous/XiUOS/resources/spi/third_party_spi/SFUD/sfud/inc/sfud_flash_def.h rename to Ubiquitous/XiZi/resources/spi/third_party_spi/SFUD/sfud/inc/sfud_flash_def.h diff --git a/Ubiquitous/XiUOS/resources/spi/third_party_spi/SFUD/sfud/inc/sfud_port.h b/Ubiquitous/XiZi/resources/spi/third_party_spi/SFUD/sfud/inc/sfud_port.h similarity index 100% rename from Ubiquitous/XiUOS/resources/spi/third_party_spi/SFUD/sfud/inc/sfud_port.h rename to Ubiquitous/XiZi/resources/spi/third_party_spi/SFUD/sfud/inc/sfud_port.h diff --git a/Ubiquitous/XiUOS/resources/spi/third_party_spi/SFUD/sfud/port/Makefile b/Ubiquitous/XiZi/resources/spi/third_party_spi/SFUD/sfud/port/Makefile similarity index 100% rename from Ubiquitous/XiUOS/resources/spi/third_party_spi/SFUD/sfud/port/Makefile rename to Ubiquitous/XiZi/resources/spi/third_party_spi/SFUD/sfud/port/Makefile diff --git a/Ubiquitous/XiUOS/resources/spi/third_party_spi/SFUD/sfud/port/sfud_port.c b/Ubiquitous/XiZi/resources/spi/third_party_spi/SFUD/sfud/port/sfud_port.c similarity index 99% rename from Ubiquitous/XiUOS/resources/spi/third_party_spi/SFUD/sfud/port/sfud_port.c rename to Ubiquitous/XiZi/resources/spi/third_party_spi/SFUD/sfud/port/sfud_port.c index 1fa2a5040..dd3ee9085 100644 --- a/Ubiquitous/XiUOS/resources/spi/third_party_spi/SFUD/sfud/port/sfud_port.c +++ b/Ubiquitous/XiZi/resources/spi/third_party_spi/SFUD/sfud/port/sfud_port.c @@ -44,7 +44,7 @@ History: 1. Date: 2021-04-24 Author: AIIT XUOS Lab Modification: -1、implement sfud_port APIs with XiUOS driver framework APIs +1、implement sfud_port APIs with XiZi driver framework APIs 2、add flash dev write、read and control functions *************************************************/ diff --git a/Ubiquitous/XiUOS/resources/spi/third_party_spi/SFUD/sfud/src/Makefile b/Ubiquitous/XiZi/resources/spi/third_party_spi/SFUD/sfud/src/Makefile similarity index 100% rename from Ubiquitous/XiUOS/resources/spi/third_party_spi/SFUD/sfud/src/Makefile rename to Ubiquitous/XiZi/resources/spi/third_party_spi/SFUD/sfud/src/Makefile diff --git a/Ubiquitous/XiUOS/resources/spi/third_party_spi/SFUD/sfud/src/sfud.c b/Ubiquitous/XiZi/resources/spi/third_party_spi/SFUD/sfud/src/sfud.c similarity index 100% rename from Ubiquitous/XiUOS/resources/spi/third_party_spi/SFUD/sfud/src/sfud.c rename to Ubiquitous/XiZi/resources/spi/third_party_spi/SFUD/sfud/src/sfud.c diff --git a/Ubiquitous/XiUOS/resources/spi/third_party_spi/SFUD/sfud/src/sfud_sfdp.c b/Ubiquitous/XiZi/resources/spi/third_party_spi/SFUD/sfud/src/sfud_sfdp.c similarity index 100% rename from Ubiquitous/XiUOS/resources/spi/third_party_spi/SFUD/sfud/src/sfud_sfdp.c rename to Ubiquitous/XiZi/resources/spi/third_party_spi/SFUD/sfud/src/sfud_sfdp.c diff --git a/Ubiquitous/XiUOS/resources/timer/Makefile b/Ubiquitous/XiZi/resources/timer/Makefile similarity index 100% rename from Ubiquitous/XiUOS/resources/timer/Makefile rename to Ubiquitous/XiZi/resources/timer/Makefile diff --git a/Ubiquitous/XiUOS/resources/timer/bus_hwtimer.c b/Ubiquitous/XiZi/resources/timer/bus_hwtimer.c similarity index 100% rename from Ubiquitous/XiUOS/resources/timer/bus_hwtimer.c rename to Ubiquitous/XiZi/resources/timer/bus_hwtimer.c diff --git a/Ubiquitous/XiUOS/resources/timer/dev_hwtimer.c b/Ubiquitous/XiZi/resources/timer/dev_hwtimer.c similarity index 100% rename from Ubiquitous/XiUOS/resources/timer/dev_hwtimer.c rename to Ubiquitous/XiZi/resources/timer/dev_hwtimer.c diff --git a/Ubiquitous/XiUOS/resources/timer/drv_hwtimer.c b/Ubiquitous/XiZi/resources/timer/drv_hwtimer.c similarity index 100% rename from Ubiquitous/XiUOS/resources/timer/drv_hwtimer.c rename to Ubiquitous/XiZi/resources/timer/drv_hwtimer.c diff --git a/Ubiquitous/XiUOS/resources/touch/Makefile b/Ubiquitous/XiZi/resources/touch/Makefile similarity index 100% rename from Ubiquitous/XiUOS/resources/touch/Makefile rename to Ubiquitous/XiZi/resources/touch/Makefile diff --git a/Ubiquitous/XiUOS/resources/touch/bus_touch.c b/Ubiquitous/XiZi/resources/touch/bus_touch.c similarity index 100% rename from Ubiquitous/XiUOS/resources/touch/bus_touch.c rename to Ubiquitous/XiZi/resources/touch/bus_touch.c diff --git a/Ubiquitous/XiUOS/resources/touch/dev_touch.c b/Ubiquitous/XiZi/resources/touch/dev_touch.c similarity index 100% rename from Ubiquitous/XiUOS/resources/touch/dev_touch.c rename to Ubiquitous/XiZi/resources/touch/dev_touch.c diff --git a/Ubiquitous/XiUOS/resources/touch/drv_touch.c b/Ubiquitous/XiZi/resources/touch/drv_touch.c similarity index 100% rename from Ubiquitous/XiUOS/resources/touch/drv_touch.c rename to Ubiquitous/XiZi/resources/touch/drv_touch.c diff --git a/Ubiquitous/XiUOS/resources/usb/Makefile b/Ubiquitous/XiZi/resources/usb/Makefile similarity index 100% rename from Ubiquitous/XiUOS/resources/usb/Makefile rename to Ubiquitous/XiZi/resources/usb/Makefile diff --git a/Ubiquitous/XiUOS/resources/usb/bus_usb.c b/Ubiquitous/XiZi/resources/usb/bus_usb.c similarity index 100% rename from Ubiquitous/XiUOS/resources/usb/bus_usb.c rename to Ubiquitous/XiZi/resources/usb/bus_usb.c diff --git a/Ubiquitous/XiUOS/resources/usb/dev_usb.c b/Ubiquitous/XiZi/resources/usb/dev_usb.c similarity index 100% rename from Ubiquitous/XiUOS/resources/usb/dev_usb.c rename to Ubiquitous/XiZi/resources/usb/dev_usb.c diff --git a/Ubiquitous/XiUOS/resources/usb/drv_usb.c b/Ubiquitous/XiZi/resources/usb/drv_usb.c similarity index 100% rename from Ubiquitous/XiUOS/resources/usb/drv_usb.c rename to Ubiquitous/XiZi/resources/usb/drv_usb.c diff --git a/Ubiquitous/XiUOS/resources/usb/third_party_usb/Makefile b/Ubiquitous/XiZi/resources/usb/third_party_usb/Makefile similarity index 100% rename from Ubiquitous/XiUOS/resources/usb/third_party_usb/Makefile rename to Ubiquitous/XiZi/resources/usb/third_party_usb/Makefile diff --git a/Ubiquitous/XiUOS/resources/usb/third_party_usb/usbhost/Makefile b/Ubiquitous/XiZi/resources/usb/third_party_usb/usbhost/Makefile similarity index 100% rename from Ubiquitous/XiUOS/resources/usb/third_party_usb/usbhost/Makefile rename to Ubiquitous/XiZi/resources/usb/third_party_usb/usbhost/Makefile diff --git a/Ubiquitous/XiUOS/resources/usb/third_party_usb/usbhost/class/Makefile b/Ubiquitous/XiZi/resources/usb/third_party_usb/usbhost/class/Makefile similarity index 100% rename from Ubiquitous/XiUOS/resources/usb/third_party_usb/usbhost/class/Makefile rename to Ubiquitous/XiZi/resources/usb/third_party_usb/usbhost/class/Makefile diff --git a/Ubiquitous/XiUOS/resources/usb/third_party_usb/usbhost/class/mass.c b/Ubiquitous/XiZi/resources/usb/third_party_usb/usbhost/class/mass.c similarity index 99% rename from Ubiquitous/XiUOS/resources/usb/third_party_usb/usbhost/class/mass.c rename to Ubiquitous/XiZi/resources/usb/third_party_usb/usbhost/class/mass.c index 23403252b..aeeb73cc6 100644 --- a/Ubiquitous/XiUOS/resources/usb/third_party_usb/usbhost/class/mass.c +++ b/Ubiquitous/XiZi/resources/usb/third_party_usb/usbhost/class/mass.c @@ -29,7 +29,7 @@ Modification: 2. support usb bus driver framework *************************************************/ -#include +#include #include #include "mass.h" diff --git a/Ubiquitous/XiUOS/resources/usb/third_party_usb/usbhost/class/mass.h b/Ubiquitous/XiZi/resources/usb/third_party_usb/usbhost/class/mass.h similarity index 98% rename from Ubiquitous/XiUOS/resources/usb/third_party_usb/usbhost/class/mass.h rename to Ubiquitous/XiZi/resources/usb/third_party_usb/usbhost/class/mass.h index adc589c82..0a914dc9e 100644 --- a/Ubiquitous/XiUOS/resources/usb/third_party_usb/usbhost/class/mass.h +++ b/Ubiquitous/XiZi/resources/usb/third_party_usb/usbhost/class/mass.h @@ -32,7 +32,7 @@ Modification: #ifndef __MASS_H__ #define __MASS_H__ -#include +#include #define MAX_PARTITION_COUNT 4 diff --git a/Ubiquitous/XiUOS/resources/usb/third_party_usb/usbhost/class/udisk.c b/Ubiquitous/XiZi/resources/usb/third_party_usb/usbhost/class/udisk.c similarity index 99% rename from Ubiquitous/XiUOS/resources/usb/third_party_usb/usbhost/class/udisk.c rename to Ubiquitous/XiZi/resources/usb/third_party_usb/usbhost/class/udisk.c index 200b6e0b3..89a1ac116 100644 --- a/Ubiquitous/XiUOS/resources/usb/third_party_usb/usbhost/class/udisk.c +++ b/Ubiquitous/XiZi/resources/usb/third_party_usb/usbhost/class/udisk.c @@ -29,7 +29,7 @@ Modification: 2. support usb bus driver framework *************************************************/ -#include +#include #include #include "mass.h" diff --git a/Ubiquitous/XiUOS/resources/usb/third_party_usb/usbhost/core/Makefile b/Ubiquitous/XiZi/resources/usb/third_party_usb/usbhost/core/Makefile similarity index 100% rename from Ubiquitous/XiUOS/resources/usb/third_party_usb/usbhost/core/Makefile rename to Ubiquitous/XiZi/resources/usb/third_party_usb/usbhost/core/Makefile diff --git a/Ubiquitous/XiUOS/resources/usb/third_party_usb/usbhost/core/core.c b/Ubiquitous/XiZi/resources/usb/third_party_usb/usbhost/core/core.c similarity index 99% rename from Ubiquitous/XiUOS/resources/usb/third_party_usb/usbhost/core/core.c rename to Ubiquitous/XiZi/resources/usb/third_party_usb/usbhost/core/core.c index 2ad722538..9dbd5dbe7 100644 --- a/Ubiquitous/XiUOS/resources/usb/third_party_usb/usbhost/core/core.c +++ b/Ubiquitous/XiZi/resources/usb/third_party_usb/usbhost/core/core.c @@ -29,7 +29,7 @@ Modification: 2. support usb bus driver framework *************************************************/ -#include +#include #include static struct uinstance dev[USB_MAX_DEVICE]; diff --git a/Ubiquitous/XiUOS/resources/usb/third_party_usb/usbhost/core/driver.c b/Ubiquitous/XiZi/resources/usb/third_party_usb/usbhost/core/driver.c similarity index 99% rename from Ubiquitous/XiUOS/resources/usb/third_party_usb/usbhost/core/driver.c rename to Ubiquitous/XiZi/resources/usb/third_party_usb/usbhost/core/driver.c index 16e636788..0cac1d72b 100644 --- a/Ubiquitous/XiUOS/resources/usb/third_party_usb/usbhost/core/driver.c +++ b/Ubiquitous/XiZi/resources/usb/third_party_usb/usbhost/core/driver.c @@ -29,7 +29,7 @@ Modification: 2. support usb bus driver framework *************************************************/ -#include +#include #include #include diff --git a/Ubiquitous/XiUOS/resources/usb/third_party_usb/usbhost/core/hub.c b/Ubiquitous/XiZi/resources/usb/third_party_usb/usbhost/core/hub.c similarity index 99% rename from Ubiquitous/XiUOS/resources/usb/third_party_usb/usbhost/core/hub.c rename to Ubiquitous/XiZi/resources/usb/third_party_usb/usbhost/core/hub.c index edf4480cb..e1f9fb0fd 100644 --- a/Ubiquitous/XiUOS/resources/usb/third_party_usb/usbhost/core/hub.c +++ b/Ubiquitous/XiZi/resources/usb/third_party_usb/usbhost/core/hub.c @@ -29,7 +29,7 @@ Modification: 2. support usb bus driver framework *************************************************/ -#include +#include #include #define USB_THREAD_STACK_SIZE 4096 diff --git a/Ubiquitous/XiUOS/resources/usb/third_party_usb/usbhost/core/usbhost.c b/Ubiquitous/XiZi/resources/usb/third_party_usb/usbhost/core/usbhost.c similarity index 98% rename from Ubiquitous/XiUOS/resources/usb/third_party_usb/usbhost/core/usbhost.c rename to Ubiquitous/XiZi/resources/usb/third_party_usb/usbhost/core/usbhost.c index 1026ae308..f86602fe9 100644 --- a/Ubiquitous/XiUOS/resources/usb/third_party_usb/usbhost/core/usbhost.c +++ b/Ubiquitous/XiZi/resources/usb/third_party_usb/usbhost/core/usbhost.c @@ -29,7 +29,7 @@ Modification: 2. support usb bus driver framework *************************************************/ -#include +#include #include #define USB_HOST_CONTROLLER_NAME "usbh" diff --git a/Ubiquitous/XiUOS/resources/watchdog/Makefile b/Ubiquitous/XiZi/resources/watchdog/Makefile similarity index 100% rename from Ubiquitous/XiUOS/resources/watchdog/Makefile rename to Ubiquitous/XiZi/resources/watchdog/Makefile diff --git a/Ubiquitous/XiUOS/resources/watchdog/bus_wdt.c b/Ubiquitous/XiZi/resources/watchdog/bus_wdt.c similarity index 100% rename from Ubiquitous/XiUOS/resources/watchdog/bus_wdt.c rename to Ubiquitous/XiZi/resources/watchdog/bus_wdt.c diff --git a/Ubiquitous/XiUOS/resources/watchdog/dev_wdt.c b/Ubiquitous/XiZi/resources/watchdog/dev_wdt.c similarity index 100% rename from Ubiquitous/XiUOS/resources/watchdog/dev_wdt.c rename to Ubiquitous/XiZi/resources/watchdog/dev_wdt.c diff --git a/Ubiquitous/XiUOS/resources/watchdog/drv_wdt.c b/Ubiquitous/XiZi/resources/watchdog/drv_wdt.c similarity index 100% rename from Ubiquitous/XiUOS/resources/watchdog/drv_wdt.c rename to Ubiquitous/XiZi/resources/watchdog/drv_wdt.c diff --git a/Ubiquitous/XiUOS/tool/Makefile b/Ubiquitous/XiZi/tool/Makefile similarity index 100% rename from Ubiquitous/XiUOS/tool/Makefile rename to Ubiquitous/XiZi/tool/Makefile diff --git a/Ubiquitous/XiUOS/tool/hosttools/generate_kselector.py b/Ubiquitous/XiZi/tool/hosttools/generate_kselector.py similarity index 100% rename from Ubiquitous/XiUOS/tool/hosttools/generate_kselector.py rename to Ubiquitous/XiZi/tool/hosttools/generate_kselector.py diff --git a/Ubiquitous/XiUOS/tool/hosttools/kernel_selector.py b/Ubiquitous/XiZi/tool/hosttools/kernel_selector.py similarity index 100% rename from Ubiquitous/XiUOS/tool/hosttools/kernel_selector.py rename to Ubiquitous/XiZi/tool/hosttools/kernel_selector.py diff --git a/Ubiquitous/XiUOS/tool/hosttools/kernel_selector.sh b/Ubiquitous/XiZi/tool/hosttools/kernel_selector.sh similarity index 100% rename from Ubiquitous/XiUOS/tool/hosttools/kernel_selector.sh rename to Ubiquitous/XiZi/tool/hosttools/kernel_selector.sh diff --git a/Ubiquitous/XiUOS/tool/hosttools/xsconfig.sh b/Ubiquitous/XiZi/tool/hosttools/xsconfig.sh similarity index 100% rename from Ubiquitous/XiUOS/tool/hosttools/xsconfig.sh rename to Ubiquitous/XiZi/tool/hosttools/xsconfig.sh diff --git a/Ubiquitous/XiUOS/tool/scripts/connect_kd233.sh b/Ubiquitous/XiZi/tool/scripts/connect_kd233.sh similarity index 100% rename from Ubiquitous/XiUOS/tool/scripts/connect_kd233.sh rename to Ubiquitous/XiZi/tool/scripts/connect_kd233.sh diff --git a/Ubiquitous/XiUOS/tool/scripts/flash_kd233.sh b/Ubiquitous/XiZi/tool/scripts/flash_kd233.sh similarity index 100% rename from Ubiquitous/XiUOS/tool/scripts/flash_kd233.sh rename to Ubiquitous/XiZi/tool/scripts/flash_kd233.sh diff --git a/Ubiquitous/XiUOS/tool/shell/Kconfig b/Ubiquitous/XiZi/tool/shell/Kconfig similarity index 100% rename from Ubiquitous/XiUOS/tool/shell/Kconfig rename to Ubiquitous/XiZi/tool/shell/Kconfig diff --git a/Ubiquitous/XiUOS/tool/shell/Makefile b/Ubiquitous/XiZi/tool/shell/Makefile similarity index 100% rename from Ubiquitous/XiUOS/tool/shell/Makefile rename to Ubiquitous/XiZi/tool/shell/Makefile diff --git a/Ubiquitous/XiUOS/tool/shell/letter-shell/LICENSE b/Ubiquitous/XiZi/tool/shell/letter-shell/LICENSE similarity index 100% rename from Ubiquitous/XiUOS/tool/shell/letter-shell/LICENSE rename to Ubiquitous/XiZi/tool/shell/letter-shell/LICENSE diff --git a/Ubiquitous/XiUOS/tool/shell/letter-shell/Makefile b/Ubiquitous/XiZi/tool/shell/letter-shell/Makefile similarity index 100% rename from Ubiquitous/XiUOS/tool/shell/letter-shell/Makefile rename to Ubiquitous/XiZi/tool/shell/letter-shell/Makefile diff --git a/Ubiquitous/XiUOS/tool/shell/letter-shell/README.md b/Ubiquitous/XiZi/tool/shell/letter-shell/README.md similarity index 100% rename from Ubiquitous/XiUOS/tool/shell/letter-shell/README.md rename to Ubiquitous/XiZi/tool/shell/letter-shell/README.md diff --git a/Ubiquitous/XiUOS/tool/shell/letter-shell/cmd.c b/Ubiquitous/XiZi/tool/shell/letter-shell/cmd.c similarity index 97% rename from Ubiquitous/XiUOS/tool/shell/letter-shell/cmd.c rename to Ubiquitous/XiZi/tool/shell/letter-shell/cmd.c index 008236ded..f3a4b60f0 100644 --- a/Ubiquitous/XiUOS/tool/shell/letter-shell/cmd.c +++ b/Ubiquitous/XiZi/tool/shell/letter-shell/cmd.c @@ -10,7 +10,7 @@ * See the Mulan PSL v2 for more details. */ -#include +#include #include "shell.h" #include #include @@ -31,7 +31,7 @@ long ShowVersion(void) return 0; } -SHELL_EXPORT_CMD(SHELL_CMD_PERMISSION(0)|SHELL_CMD_TYPE(SHELL_TYPE_CMD_FUNC)|SHELL_CMD_PARAM_NUM(0)|SHELL_CMD_DISABLE_RETURN, ShowVersion, ShowVersion, show XiUOS version information); +SHELL_EXPORT_CMD(SHELL_CMD_PERMISSION(0)|SHELL_CMD_TYPE(SHELL_TYPE_CMD_FUNC)|SHELL_CMD_PARAM_NUM(0)|SHELL_CMD_DISABLE_RETURN, ShowVersion, ShowVersion, show XiZi version information); static __inline void PrintSpace(int len) { @@ -155,7 +155,7 @@ long ShowTask(void) return 0; } -SHELL_EXPORT_CMD(SHELL_CMD_PERMISSION(0)|SHELL_CMD_TYPE(SHELL_TYPE_CMD_FUNC)|SHELL_CMD_PARAM_NUM(0)|SHELL_CMD_DISABLE_RETURN, ShowTask, ShowTask, show task information in XiUOS); +SHELL_EXPORT_CMD(SHELL_CMD_PERMISSION(0)|SHELL_CMD_TYPE(SHELL_TYPE_CMD_FUNC)|SHELL_CMD_PARAM_NUM(0)|SHELL_CMD_DISABLE_RETURN, ShowTask, ShowTask, show task information in XiZi); static void GetSuspendedTask(struct SysDoubleLinklistNode *list) { @@ -198,7 +198,7 @@ long ShowSem(void) return 0; } -SHELL_EXPORT_CMD(SHELL_CMD_PERMISSION(0)|SHELL_CMD_TYPE(SHELL_TYPE_CMD_FUNC)|SHELL_CMD_PARAM_NUM(0)|SHELL_CMD_DISABLE_RETURN, ShowSem, ShowSem, show sem information in XiUOS); +SHELL_EXPORT_CMD(SHELL_CMD_PERMISSION(0)|SHELL_CMD_TYPE(SHELL_TYPE_CMD_FUNC)|SHELL_CMD_PARAM_NUM(0)|SHELL_CMD_DISABLE_RETURN, ShowSem, ShowSem, show sem information in XiZi); #endif @@ -230,7 +230,7 @@ long ShowEvent(void) KPrintf("******************************************************************\n"); return 0; } -SHELL_EXPORT_CMD(SHELL_CMD_PERMISSION(0)|SHELL_CMD_TYPE(SHELL_TYPE_CMD_FUNC)|SHELL_CMD_PARAM_NUM(0)|SHELL_CMD_DISABLE_RETURN, ShowEvent, ShowEvent, show event information in XiUOS); +SHELL_EXPORT_CMD(SHELL_CMD_PERMISSION(0)|SHELL_CMD_TYPE(SHELL_TYPE_CMD_FUNC)|SHELL_CMD_PARAM_NUM(0)|SHELL_CMD_DISABLE_RETURN, ShowEvent, ShowEvent, show event information in XiZi); #endif #ifdef KERNEL_MUTEX @@ -261,7 +261,7 @@ long ShowMutex(void) return 0; } -SHELL_EXPORT_CMD(SHELL_CMD_PERMISSION(0)|SHELL_CMD_TYPE(SHELL_TYPE_CMD_FUNC)|SHELL_CMD_PARAM_NUM(0)|SHELL_CMD_DISABLE_RETURN, ShowMutex, ShowMutex, show mutex information in XiUOS); +SHELL_EXPORT_CMD(SHELL_CMD_PERMISSION(0)|SHELL_CMD_TYPE(SHELL_TYPE_CMD_FUNC)|SHELL_CMD_PARAM_NUM(0)|SHELL_CMD_DISABLE_RETURN, ShowMutex, ShowMutex, show mutex information in XiZi); #endif #ifdef KERNEL_MESSAGEQUEUE @@ -298,7 +298,7 @@ long ShowMsgQueue(void) return 0; } -SHELL_EXPORT_CMD(SHELL_CMD_PERMISSION(0)|SHELL_CMD_TYPE(SHELL_TYPE_CMD_FUNC)|SHELL_CMD_PARAM_NUM(0)|SHELL_CMD_DISABLE_RETURN, ShowMsgQueue, ShowMsgQueue, show msg queue information in XiUOS); +SHELL_EXPORT_CMD(SHELL_CMD_PERMISSION(0)|SHELL_CMD_TYPE(SHELL_TYPE_CMD_FUNC)|SHELL_CMD_PARAM_NUM(0)|SHELL_CMD_DISABLE_RETURN, ShowMsgQueue, ShowMsgQueue, show msg queue information in XiZi); #endif @@ -339,7 +339,7 @@ long ShowGatherMem(void) return 0; } -SHELL_EXPORT_CMD(SHELL_CMD_PERMISSION(0)|SHELL_CMD_TYPE(SHELL_TYPE_CMD_FUNC)|SHELL_CMD_PARAM_NUM(0)|SHELL_CMD_DISABLE_RETURN, ShowGatherMem, ShowGatherMem, show mem block information in XiUOS); +SHELL_EXPORT_CMD(SHELL_CMD_PERMISSION(0)|SHELL_CMD_TYPE(SHELL_TYPE_CMD_FUNC)|SHELL_CMD_PARAM_NUM(0)|SHELL_CMD_DISABLE_RETURN, ShowGatherMem, ShowGatherMem, show mem block information in XiZi); #endif #ifdef KERNEL_SOFTTIMER @@ -365,7 +365,7 @@ long ShowTimer(void) return 0; } -SHELL_EXPORT_CMD(SHELL_CMD_PERMISSION(0)|SHELL_CMD_TYPE(SHELL_TYPE_CMD_FUNC)|SHELL_CMD_PARAM_NUM(0)|SHELL_CMD_DISABLE_RETURN, ShowTimer, ShowTimer, show timer information in XiUOS); +SHELL_EXPORT_CMD(SHELL_CMD_PERMISSION(0)|SHELL_CMD_TYPE(SHELL_TYPE_CMD_FUNC)|SHELL_CMD_PARAM_NUM(0)|SHELL_CMD_DISABLE_RETURN, ShowTimer, ShowTimer, show timer information in XiZi); #endif static char *const bus_type_str[] = @@ -485,7 +485,7 @@ long ShowBus(void) return 0; } -SHELL_EXPORT_CMD(SHELL_CMD_PERMISSION(0)|SHELL_CMD_TYPE(SHELL_TYPE_CMD_FUNC)|SHELL_CMD_PARAM_NUM(1)|SHELL_CMD_DISABLE_RETURN,ShowBus, ShowBus, show bus information in XiUOS); +SHELL_EXPORT_CMD(SHELL_CMD_PERMISSION(0)|SHELL_CMD_TYPE(SHELL_TYPE_CMD_FUNC)|SHELL_CMD_PARAM_NUM(1)|SHELL_CMD_DISABLE_RETURN,ShowBus, ShowBus, show bus information in XiZi); #ifdef RESOURCES_RTC #include "bus_rtc.h" diff --git a/Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/Makefile b/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext/Makefile similarity index 100% rename from Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/Makefile rename to Ubiquitous/XiZi/tool/shell/letter-shell/file_ext/Makefile diff --git a/Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/bunzip2.c b/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext/bunzip2.c similarity index 99% rename from Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/bunzip2.c rename to Ubiquitous/XiZi/tool/shell/letter-shell/file_ext/bunzip2.c index 3ba5ec391..316874520 100644 --- a/Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/bunzip2.c +++ b/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext/bunzip2.c @@ -10,7 +10,7 @@ * See the Mulan PSL v2 for more details. */ -#include +#include #if defined(FS_VFS) && defined(TOOL_SHELL) diff --git a/Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/bzip2.c b/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext/bzip2.c similarity index 99% rename from Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/bzip2.c rename to Ubiquitous/XiZi/tool/shell/letter-shell/file_ext/bzip2.c index 5cd87adea..90a7d52ad 100644 --- a/Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/bzip2.c +++ b/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext/bzip2.c @@ -10,7 +10,7 @@ * See the Mulan PSL v2 for more details. */ -#include +#include #if defined(FS_VFS) && defined(TOOL_SHELL) diff --git a/Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/bzip2.h b/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext/bzip2.h similarity index 100% rename from Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/bzip2.h rename to Ubiquitous/XiZi/tool/shell/letter-shell/file_ext/bzip2.h diff --git a/Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/bzlib/Makefile b/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext/bzlib/Makefile similarity index 100% rename from Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/bzlib/Makefile rename to Ubiquitous/XiZi/tool/shell/letter-shell/file_ext/bzlib/Makefile diff --git a/Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/bzlib/blocksort.c b/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext/bzlib/blocksort.c similarity index 100% rename from Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/bzlib/blocksort.c rename to Ubiquitous/XiZi/tool/shell/letter-shell/file_ext/bzlib/blocksort.c diff --git a/Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/bzlib/bzlib.c b/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext/bzlib/bzlib.c similarity index 99% rename from Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/bzlib/bzlib.c rename to Ubiquitous/XiZi/tool/shell/letter-shell/file_ext/bzlib/bzlib.c index 5a98b1cba..a4f7c4dca 100644 --- a/Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/bzlib/bzlib.c +++ b/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext/bzlib/bzlib.c @@ -12,7 +12,7 @@ This program is released under the terms of the license contained in the file LICENSE. ------------------------------------------------------------------ */ -#include +#include #if defined(FS_VFS) && defined(TOOL_SHELL) diff --git a/Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/bzlib/bzlib.h b/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext/bzlib/bzlib.h similarity index 100% rename from Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/bzlib/bzlib.h rename to Ubiquitous/XiZi/tool/shell/letter-shell/file_ext/bzlib/bzlib.h diff --git a/Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/bzlib/bzlib_private.h b/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext/bzlib/bzlib_private.h similarity index 100% rename from Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/bzlib/bzlib_private.h rename to Ubiquitous/XiZi/tool/shell/letter-shell/file_ext/bzlib/bzlib_private.h diff --git a/Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/bzlib/compress.c b/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext/bzlib/compress.c similarity index 99% rename from Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/bzlib/compress.c rename to Ubiquitous/XiZi/tool/shell/letter-shell/file_ext/bzlib/compress.c index 106159878..c906b3704 100644 --- a/Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/bzlib/compress.c +++ b/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext/bzlib/compress.c @@ -12,7 +12,7 @@ This program is released under the terms of the license contained in the file LICENSE. ------------------------------------------------------------------ */ -#include +#include #if defined(FS_VFS) && defined(TOOL_SHELL) diff --git a/Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/bzlib/huffman.c b/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext/bzlib/huffman.c similarity index 99% rename from Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/bzlib/huffman.c rename to Ubiquitous/XiZi/tool/shell/letter-shell/file_ext/bzlib/huffman.c index 3a13e56e3..7debfb1f4 100644 --- a/Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/bzlib/huffman.c +++ b/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext/bzlib/huffman.c @@ -12,7 +12,7 @@ This program is released under the terms of the license contained in the file LICENSE. ------------------------------------------------------------------ */ -#include +#include #if defined(FS_VFS) && defined(TOOL_SHELL) diff --git a/Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/gunzip.c b/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext/gunzip.c similarity index 99% rename from Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/gunzip.c rename to Ubiquitous/XiZi/tool/shell/letter-shell/file_ext/gunzip.c index 84f5ac298..89fb0179f 100644 --- a/Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/gunzip.c +++ b/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext/gunzip.c @@ -10,7 +10,7 @@ * See the Mulan PSL v2 for more details. */ -#include +#include #if defined(FS_VFS) && defined(TOOL_SHELL) diff --git a/Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/gunzip.h b/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext/gunzip.h similarity index 100% rename from Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/gunzip.h rename to Ubiquitous/XiZi/tool/shell/letter-shell/file_ext/gunzip.h diff --git a/Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/gzip.c b/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext/gzip.c similarity index 99% rename from Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/gzip.c rename to Ubiquitous/XiZi/tool/shell/letter-shell/file_ext/gzip.c index fb7c29219..961754cb2 100644 --- a/Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/gzip.c +++ b/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext/gzip.c @@ -10,7 +10,7 @@ * See the Mulan PSL v2 for more details. */ -#include +#include #if defined(FS_VFS) && defined(TOOL_SHELL) diff --git a/Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/gzip.h b/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext/gzip.h similarity index 100% rename from Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/gzip.h rename to Ubiquitous/XiZi/tool/shell/letter-shell/file_ext/gzip.h diff --git a/Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/msh_file.c b/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext/msh_file.c similarity index 99% rename from Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/msh_file.c rename to Ubiquitous/XiZi/tool/shell/letter-shell/file_ext/msh_file.c index c80eeb8d0..5c5afa2b0 100644 --- a/Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/msh_file.c +++ b/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext/msh_file.c @@ -10,7 +10,7 @@ * See the Mulan PSL v2 for more details. */ -#include +#include #if defined(TOOL_SHELL) && defined(FS_VFS) #include "shell.h" diff --git a/Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/shell_fs.c b/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext/shell_fs.c similarity index 100% rename from Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/shell_fs.c rename to Ubiquitous/XiZi/tool/shell/letter-shell/file_ext/shell_fs.c diff --git a/Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/shell_fs.h b/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext/shell_fs.h similarity index 100% rename from Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/shell_fs.h rename to Ubiquitous/XiZi/tool/shell/letter-shell/file_ext/shell_fs.h diff --git a/Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/tar.c b/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext/tar.c similarity index 99% rename from Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/tar.c rename to Ubiquitous/XiZi/tool/shell/letter-shell/file_ext/tar.c index fceefe998..5bf7b4b6f 100644 --- a/Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/tar.c +++ b/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext/tar.c @@ -10,7 +10,7 @@ * See the Mulan PSL v2 for more details. */ -#include +#include #if defined(FS_VFS) && defined(TOOL_SHELL) diff --git a/Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/tar.h b/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext/tar.h similarity index 100% rename from Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/tar.h rename to Ubiquitous/XiZi/tool/shell/letter-shell/file_ext/tar.h diff --git a/Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/unzip.c b/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext/unzip.c similarity index 99% rename from Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/unzip.c rename to Ubiquitous/XiZi/tool/shell/letter-shell/file_ext/unzip.c index 3a990eeba..4e66b3133 100644 --- a/Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/unzip.c +++ b/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext/unzip.c @@ -10,7 +10,7 @@ * See the Mulan PSL v2 for more details. */ -#include +#include #if defined(FS_VFS) && defined(TOOL_SHELL) diff --git a/Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/unzip.h b/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext/unzip.h similarity index 100% rename from Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/unzip.h rename to Ubiquitous/XiZi/tool/shell/letter-shell/file_ext/unzip.h diff --git a/Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/utility.c b/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext/utility.c similarity index 99% rename from Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/utility.c rename to Ubiquitous/XiZi/tool/shell/letter-shell/file_ext/utility.c index 571d570ab..f0f90c292 100644 --- a/Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/utility.c +++ b/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext/utility.c @@ -10,7 +10,7 @@ * See the Mulan PSL v2 for more details. */ -#include +#include #ifdef FS_VFS diff --git a/Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/utility.h b/Ubiquitous/XiZi/tool/shell/letter-shell/file_ext/utility.h similarity index 100% rename from Ubiquitous/XiUOS/tool/shell/letter-shell/file_ext/utility.h rename to Ubiquitous/XiZi/tool/shell/letter-shell/file_ext/utility.h diff --git a/Ubiquitous/XiUOS/tool/shell/letter-shell/shell.c b/Ubiquitous/XiZi/tool/shell/letter-shell/shell.c similarity index 99% rename from Ubiquitous/XiUOS/tool/shell/letter-shell/shell.c rename to Ubiquitous/XiZi/tool/shell/letter-shell/shell.c index 277349d35..e1224a867 100644 --- a/Ubiquitous/XiUOS/tool/shell/letter-shell/shell.c +++ b/Ubiquitous/XiZi/tool/shell/letter-shell/shell.c @@ -16,7 +16,7 @@ #include "stdio.h" #include "stdarg.h" #include "shell_ext.h" -#include +#include #ifdef FS_VFS #include "iot-vfs.h" #endif diff --git a/Ubiquitous/XiUOS/tool/shell/letter-shell/shell.h b/Ubiquitous/XiZi/tool/shell/letter-shell/shell.h similarity index 100% rename from Ubiquitous/XiUOS/tool/shell/letter-shell/shell.h rename to Ubiquitous/XiZi/tool/shell/letter-shell/shell.h diff --git a/Ubiquitous/XiUOS/tool/shell/letter-shell/shell_ext.c b/Ubiquitous/XiZi/tool/shell/letter-shell/shell_ext.c similarity index 100% rename from Ubiquitous/XiUOS/tool/shell/letter-shell/shell_ext.c rename to Ubiquitous/XiZi/tool/shell/letter-shell/shell_ext.c diff --git a/Ubiquitous/XiUOS/tool/shell/letter-shell/shell_ext.h b/Ubiquitous/XiZi/tool/shell/letter-shell/shell_ext.h similarity index 100% rename from Ubiquitous/XiUOS/tool/shell/letter-shell/shell_ext.h rename to Ubiquitous/XiZi/tool/shell/letter-shell/shell_ext.h diff --git a/Ubiquitous/XiUOS/tool/shell/letter-shell/shell_port.c b/Ubiquitous/XiZi/tool/shell/letter-shell/shell_port.c similarity index 99% rename from Ubiquitous/XiUOS/tool/shell/letter-shell/shell_port.c rename to Ubiquitous/XiZi/tool/shell/letter-shell/shell_port.c index 607d53749..661cfb604 100644 --- a/Ubiquitous/XiUOS/tool/shell/letter-shell/shell_port.c +++ b/Ubiquitous/XiZi/tool/shell/letter-shell/shell_port.c @@ -9,7 +9,7 @@ * */ -#include "xiuos.h" +#include "xizi.h" #include "shell.h" #include "shell_fs.h" #include diff --git a/Ubiquitous/XiUOS/tool/shell/letter-shell/shell_port.h b/Ubiquitous/XiZi/tool/shell/letter-shell/shell_port.h similarity index 100% rename from Ubiquitous/XiUOS/tool/shell/letter-shell/shell_port.h rename to Ubiquitous/XiZi/tool/shell/letter-shell/shell_port.h