rt-thread/bsp/cvitek/cv18xx_risc-v
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 [bsp/cvitek]update gpio driver (#8946) 2024-05-13 18:20:57 -04:00
board bsp:cvitek: add pinmux for adc 2024-07-16 18:29:17 +08:00
dtb support cvitek bsp spinor flash 2024-04-09 18:09:54 -04:00
.config Merge branch 'master' into shell/rv64-tick 2024-07-17 09:39:54 +08:00
.gitignore support cv181x-riscv for RT-SMART (#8724) 2024-04-03 07:37:45 +08:00
Kconfig [libcpu/rv64] feat: unify tick.c 2024-07-15 12:06:39 +08:00
SConscript support cv181x-riscv for RT-SMART (#8724) 2024-04-03 07:37:45 +08:00
SConstruct support cv181x-riscv for RT-SMART (#8724) 2024-04-03 07:37:45 +08:00
link.lds support cv181x-riscv for RT-SMART (#8724) 2024-04-03 07:37:45 +08:00
link_stacksize.lds support cv181x-riscv for RT-SMART (#8724) 2024-04-03 07:37:45 +08:00
rtconfig.h Merge branch 'master' into shell/rv64-tick 2024-07-17 09:39:54 +08:00
rtconfig.py [bsp/cvitek]update cvitek sdhci drvier (#8874) 2024-04-28 23:07:42 +08:00