Lines Matching full:code
12 …l footprint, low power consumption, and high performance. It has a simple code structure, includin…
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
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
61 │ └── src # Source code of the minimum kernel function set
83 ### Obtaining the OpenHarmony Source Code
85 …code, see [Source Code Acquisition](https://gitee.com/openharmony/docs/blob/HEAD/en/device-dev/get…
101 …provides the Keil project code for building the OpenHarmony LiteOS-M kernel based on the STM32F103…
107 …ry provides the project code for porting the OpenHarmony LiteOS-M kernel to support the STM32F429I…