Lines Matching full:architecture
13 **Figure1** shows the architecture of the LiteOS-M kernel.
15 **Figure 1** Architecture of the OpenHarmony LiteOS-M kernel<a name="fig0865152210223"></a>
17 ![](figures/architecture-of-openharmony-the-liteos-cortex-m-kernel.png "OpenHarmony-LiteOS-M Kernel…
25 ├── arch # Code of the kernel instruction architecture layer
26 │ ├── arm # Code of the ARM32 architecture
27 │ │ ├── arm9 # Code of the ARM9 architecture
28 │ │ ├── cortex-m3 # Code of the cortex-m3 architecture
29 │ │ ├── cortex-m33 # Code of the cortex-m33 architecture
30 │ │ ├── cortex-m4 # Code of the cortex-m4 architecture
31 │ │ ├── cortex-m7 # Code of the cortex-m7 architecture
32 │ │ └── include # Arm architecture public header file directory
33 │ ├── csky # Code of the csky architecture
34 │ │ └── v2 # Code of the csky v2 architecture
36 │ ├── risc-v # Code of the risc-v architecture
37 │ │ ├── nuclei # Code of the nuclei system technology risc-v architecture
38 │ │ └── riscv32 # Code of the risc-v official common architecture
39 │ └── xtensa # Code of the xtensa architecture
40 │ └── lx6 # Code of the lx6 xtensa architecture
71 Applicable architecture: See the directory structure for the arch layer.
101 … building the OpenHarmony LiteOS-M kernel based on the STM32F103 chip architecture. This code supp…