mirror of
https://github.com/Ai-Thinker-Open/Ai-Thinker-Open_RTL8710BX_ALIOS_SDK.git
synced 2025-02-06 04:15:24 +00:00
44 lines
2.2 KiB
Markdown
44 lines
2.2 KiB
Markdown
|
## Overview
|
||
|
This is a board demo for consulting, not a true realization.
|
||
|
## Feature of Board
|
||
|
|
||
|
## Directories
|
||
|
```sh
|
||
|
aaboard_demo # configuration files for board aaboard_demo
|
||
|
=============================================================================================================
|
||
|
Dir\File Description Necessary for kernel run
|
||
|
=============================================================================================================
|
||
|
|-- drivers # board peripheral driver N
|
||
|
|-- config
|
||
|
| |-- board.h # board config file, define for user, such as uart port num Y
|
||
|
| |-- k_config.c # user's kernel hook and mm memory region define Y
|
||
|
| |-- k_config.h # kernel config file .h Y
|
||
|
| |-- partition_conf.c # board flash config file N
|
||
|
|-- startup
|
||
|
| |-- board.c # board_init implement Y
|
||
|
| |-- startup.c # main entry file Y
|
||
|
| |-- startup_gcc.s # board startup assember for gcc Y
|
||
|
| |-- startup_iar.s # board startup assember for iar Y
|
||
|
| |-- startup_keil.s # board startup assember for keil Y
|
||
|
|-- aaboard_demo.icf # linkscript file for iar Y
|
||
|
|-- aaboard_demo.ld # linkscript file for gcc Y
|
||
|
|-- aaboard_demo.sct # linkscript file for sct Y
|
||
|
|-- aos.mk # board makefile Y
|
||
|
|-- Config.in # menuconfig component config Y
|
||
|
|-- ucube.py # config for CI autorun app N
|
||
|
```
|
||
|
|
||
|
## Board Hardware Resources
|
||
|
|
||
|
## Pin Mapping
|
||
|
|
||
|
## Driver Support
|
||
|
|
||
|
## Programming
|
||
|
|
||
|
## Debugging
|
||
|
|
||
|
## Update log
|
||
|
|
||
|
## Reference
|