This commit brings in support for the GAP8 architecture. The GAP8 is a 1+8-core DSP-like RISC-V MCU. Also included is support for the Gapuino GAP8 evaluation board.

Squashed commit of the following:

Author: Gregory Nutt <gnutt@nuttx.org>

    Completes review of configs/gapuino.
    arch/risc-v/include/gap8/chip.h:  Replace the moved chip.h header file with a dummy chip.h header file just to keep the system happy.
    Move include/gap8/chip.h to src/gap8/chip.h.  Internal details should not be exposed outside of arch/ and configs/.  Review all headers files in src/gap8
    Review of arch/risc-v/include.

Author: hhuysqt <hyq9606@126.com>

    corrected author and email
    Add app initialization, add signal support, cleanup irq context and configs
    fix some warnings
    gapuino initial port
    GAP8 initial port
This commit is contained in:
Gregory Nutt
2018-10-30 09:38:50 -06:00
parent de764af9aa
commit e4562fc538
40 changed files with 6615 additions and 7 deletions
+2
View File
@@ -1791,6 +1791,8 @@ nuttx/
| | `- README.txt
| |- freedom-kl26z/
| | `- README.txt
| |- gapuino/
| | `- README.txt
| |- hymini-stm32v/
| | `- README.txt
| |- imxrt1050-evk