mirror of
https://github.com/openharmony/device_board_bearpi.git
synced 2026-06-29 17:26:45 -04:00
master
Merge pull request !122 from 梁鹏辉/master
device_board_bearpi
Introduction
This warehouse is used to place the content related to the BearPi development board,So far, There are two development boards available for OpenHarmony.They are BearPi-HM Nano and BearPi-HM Micro.BearPi-HM Nano development board is mini system based on Hisilicon Hi3861. BearPi-HM Micro development board is small system based on STMicroelectronics STM32MP157.Please refer to each README of each development board for details.
Development environment setup
For the development environment setup tutorial, see readme of each development board.
-
mini system BearPi-HM Nano development environment construction
-
small system BearPi-HM Micro development environment construction
Debugging
Please refer to each README of each development board.
Directory Structure
/device/board/bearpi
├── bearpi_hm_micro # Bearpi mini system BearPi-HM Micro STM32MP157 development board
└── app # application case
└── docs # docs
└── hal # Peripheral HDI adaptation
└── liteos_a # liteos_m kernel adaptation
└── tools # tf-a、uboot image ghost
├── bearpi_hm_nano # Bearpi small system BearPi-HM Nano Hi3861 development board
└── app # application case
└── config # Drive Differentiation Enablement Configuration
└── docs # docs
└── iot_hardware_hals # Peripheral adaptation
└── liteos_m # liteos_m kernel adaptation
└── third_party # third_party
Repositories Involved
Description
Languages
C
74.3%
C++
24.9%
Makefile
0.8%