diff --git a/Ubiquitous/XiZi_AIoT/README.md b/Ubiquitous/XiZi_AIoT/README.md new file mode 100755 index 000000000..daf4cd253 --- /dev/null +++ b/Ubiquitous/XiZi_AIoT/README.md @@ -0,0 +1,2 @@ +# XIZI_AIOT + diff --git a/Ubiquitous/XiZi_AIoT/microkernel/arch/arm/armv7-a/cortex-a15/boot.S b/Ubiquitous/XiZi_AIoT/microkernel/arch/arm/armv7-a/cortex-a15/boot.S new file mode 100644 index 000000000..e69de29bb diff --git a/Ubiquitous/XiZi_AIoT/microkernel/arch/arm/armv7-a/cortex-a17/boot.S b/Ubiquitous/XiZi_AIoT/microkernel/arch/arm/armv7-a/cortex-a17/boot.S new file mode 100644 index 000000000..e69de29bb diff --git a/Ubiquitous/XiZi_AIoT/microkernel/arch/arm/armv7-a/cortex-a5/boot.S b/Ubiquitous/XiZi_AIoT/microkernel/arch/arm/armv7-a/cortex-a5/boot.S new file mode 100644 index 000000000..e69de29bb diff --git a/Ubiquitous/XiZi_AIoT/microkernel/arch/arm/armv7-a/cortex-a7/boot.S b/Ubiquitous/XiZi_AIoT/microkernel/arch/arm/armv7-a/cortex-a7/boot.S new file mode 100644 index 000000000..e69de29bb diff --git a/Ubiquitous/XiZi_AIoT/microkernel/arch/arm/armv7-a/cortex-a9/boot.S b/Ubiquitous/XiZi_AIoT/microkernel/arch/arm/armv7-a/cortex-a9/boot.S new file mode 100644 index 000000000..e69de29bb diff --git a/Ubiquitous/XiZi_AIoT/microkernel/arch/arm/armv8-a/cortex-a53/boot.S b/Ubiquitous/XiZi_AIoT/microkernel/arch/arm/armv8-a/cortex-a53/boot.S new file mode 100644 index 000000000..e69de29bb diff --git a/Ubiquitous/XiZi_AIoT/microkernel/arch/arm/armv8-a/cortex-a55/boot.S b/Ubiquitous/XiZi_AIoT/microkernel/arch/arm/armv8-a/cortex-a55/boot.S new file mode 100644 index 000000000..e69de29bb diff --git a/Ubiquitous/XiZi_AIoT/microkernel/arch/arm/armv8-a/cortex-a57/boot.S b/Ubiquitous/XiZi_AIoT/microkernel/arch/arm/armv8-a/cortex-a57/boot.S new file mode 100644 index 000000000..e69de29bb diff --git a/Ubiquitous/XiZi_AIoT/microkernel/arch/arm/armv8-a/cortex-a72/boot.S b/Ubiquitous/XiZi_AIoT/microkernel/arch/arm/armv8-a/cortex-a72/boot.S new file mode 100644 index 000000000..e69de29bb diff --git a/Ubiquitous/XiZi_AIoT/microkernel/arch/arm/armv8-a/cortex-a73/boot.S b/Ubiquitous/XiZi_AIoT/microkernel/arch/arm/armv8-a/cortex-a73/boot.S new file mode 100644 index 000000000..e69de29bb diff --git a/Ubiquitous/XiZi_AIoT/microkernel/arch/arm/armv8-a/cortex-a75/boot.S b/Ubiquitous/XiZi_AIoT/microkernel/arch/arm/armv8-a/cortex-a75/boot.S new file mode 100644 index 000000000..e69de29bb diff --git a/Ubiquitous/XiZi_AIoT/microkernel/arch/riscv/hifive-freedom-u540/boot.S b/Ubiquitous/XiZi_AIoT/microkernel/arch/riscv/hifive-freedom-u540/boot.S new file mode 100644 index 000000000..e69de29bb diff --git a/Ubiquitous/XiZi_AIoT/microkernel/arch/x86/boot.S b/Ubiquitous/XiZi_AIoT/microkernel/arch/x86/boot.S new file mode 100644 index 000000000..e69de29bb diff --git a/Ubiquitous/XiZi_AIoT/microkernel/hardkernel/cache.c b/Ubiquitous/XiZi_AIoT/microkernel/hardkernel/cache.c new file mode 100755 index 000000000..e69de29bb diff --git a/Ubiquitous/XiZi_AIoT/microkernel/hardkernel/interrupt.c b/Ubiquitous/XiZi_AIoT/microkernel/hardkernel/interrupt.c new file mode 100755 index 000000000..e69de29bb diff --git a/Ubiquitous/XiZi_AIoT/microkernel/hardkernel/mmu.c.c b/Ubiquitous/XiZi_AIoT/microkernel/hardkernel/mmu.c.c new file mode 100755 index 000000000..e69de29bb diff --git a/Ubiquitous/XiZi_AIoT/microkernel/memory/multiple-address-spaces/memory.c b/Ubiquitous/XiZi_AIoT/microkernel/memory/multiple-address-spaces/memory.c new file mode 100644 index 000000000..e69de29bb diff --git a/Ubiquitous/XiZi_AIoT/microkernel/memory/single-address-spaces/memory.c b/Ubiquitous/XiZi_AIoT/microkernel/memory/single-address-spaces/memory.c new file mode 100644 index 000000000..e69de29bb diff --git a/Ubiquitous/XiZi_AIoT/microkernel/softkernel/task.c b/Ubiquitous/XiZi_AIoT/microkernel/softkernel/task.c new file mode 100644 index 000000000..e69de29bb diff --git a/Ubiquitous/XiZi_AIoT/microtest/test.c b/Ubiquitous/XiZi_AIoT/microtest/test.c new file mode 100644 index 000000000..e69de29bb diff --git a/Ubiquitous/XiZi_AIoT/services/boards/HiFive-Unleashed/board.c b/Ubiquitous/XiZi_AIoT/services/boards/HiFive-Unleashed/board.c new file mode 100644 index 000000000..e69de29bb diff --git a/Ubiquitous/XiZi_AIoT/services/drivers/xxx.c b/Ubiquitous/XiZi_AIoT/services/drivers/xxx.c new file mode 100644 index 000000000..e69de29bb diff --git a/Ubiquitous/XiZi_AIoT/services/fs/xxx.c b/Ubiquitous/XiZi_AIoT/services/fs/xxx.c new file mode 100644 index 000000000..e69de29bb diff --git a/Ubiquitous/XiZi_AIoT/services/lib/xxx.c b/Ubiquitous/XiZi_AIoT/services/lib/xxx.c new file mode 100644 index 000000000..e69de29bb