mirror of
https://github.com/Ai-Thinker-Open/Ai-Thinker-Open_RTL8710BX_ALIOS_SDK.git
synced 2026-08-29 09:41:32 +00:00
rel_1.6.0 init
This commit is contained in:
commit
27b3e2883d
19359 changed files with 8093121 additions and 0 deletions
43
Living_SDK/board/mx1270/README.md
Normal file
43
Living_SDK/board/mx1270/README.md
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
## 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue