rt-thread-official/bsp/cvitek/c906_little
Chen Wang 04cad7f9c6 bsp: cvitek: improve documentation
Currently, the documents under bsp/cvitek are a bit
messy. There are currently four readme files:

- bsp/cvitek/README.md (Chinese)
- bsp/cvitek/c906_little/README.md (Chinese/English)
- bsp/cvitek/cv18xx_aarch64/README.md (Chinese)
- bsp/cvitek/cv18xx_risc-v/README.md (Chinese/English)

Regarding the working mode of the big + small cores, it
is meaningless to describe the small core alone, or the
large core alone. This can also be seen in the existing
files. The readme of the small core will also introduce
the programming of the large core, and vice versa.

Considering that the official default mode is
C906B + C906L. ARM large core can be treataed as a
special case. So the document structure is modified as
follows:
- Remove `bsp/cvitek/c906_little/README.md` and
  `bsp/cvitek/cv18xx_risc-v/README.md`, merge them all
  into `bsp/cvitek/README.md`
- Add a link to `bsp/cvitek/cv18xx_aarch64/README.md`
  in `bsp/cvitek/README.md`

FIXME: The modified document does not provide English
version. Is it really necessary?

Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
2024-07-22 22:54:56 +08:00
..
applications add cvitek/c906_little (#8514) 2024-01-29 09:13:21 +08:00
board bsp:cvitek: add pinmux for adc 2024-07-16 18:29:17 +08:00
.config bsp:cvitek: add pinmux for uart 2024-07-16 18:29:17 +08:00
Kconfig bsp中option env语句替换为新语句,并同步更新了source "$xxx"语句 2024-06-20 14:40:42 +08:00
SConscript add cvitek/c906_little (#8514) 2024-01-29 09:13:21 +08:00
SConstruct support cv181x c906_little (#8680) 2024-03-28 23:35:54 +08:00
rtconfig.h bsp:cvitek: add pinmux for uart 2024-07-16 18:29:17 +08:00
rtconfig.py support cv181x c906_little (#8680) 2024-03-28 23:35:54 +08:00