nuttx/boards/arm
Brennan Ashton aef6f4ae09 Add initial support for the QuickLogic EOS S3
The QuickFeather board added as an initial target.
These featrues are minimally implemented:
  * Clock Configuration -- All clocking registers are defined and
    configuration is used to setup the HSO, M4 Core, and M4 Perif
    clocks.  Additionally some clock debugging is stubbed for
    bringing out clock paths to IO pins.

  * UART -- The lowputc as well as the serial driver is implemnted
    for the single UART device. Currently the configuration is
    hard coded, but uses the proper interfaces to later fill in.

  * SysTick -- The system tick timer is implemented and clocking
    properly. Tickless mode is not yet implemented.

  * Interrupts -- The interrupt system is implemented and verified
    using the UART and SysTick systems.

  * GPIO -- GPIO and IOMUX systems are defined and implemented.
    This is verified using the UART as well as the Arch LED
    system.  The GPIO interupt system is stubbed out but not
    implemented.

  * Arch LEDS -- The blue LED as part of the RGB LED is configured
    and attached to the Arch LED system.  This indicates the device
    coming online as well as when a hardfault is triggered.

Applications and Testing:
  * There is a nsh configuration implemented that includes debug
    features as well as the ostest, getprime, and mem test.
    All of these have been run and verified.

Signed-off-by: Brennan Ashton <bashton@brennanashton.com>
2020-07-15 11:25:30 +01:00
..
a1x/pcduino-a10 boards: Move the C/C++ search path to the common place 2020-07-13 15:11:12 -03:00
am335x/beaglebone-black boards: Move the C/C++ search path to the common place 2020-07-13 15:11:12 -03:00
c5471/c5471evm boards: Move the C/C++ search path to the common place 2020-07-13 15:11:12 -03:00
cxd56xx boards: Move the C/C++ search path to the common place 2020-07-13 15:11:12 -03:00
dm320/ntosd-dm320 boards: Move the C/C++ search path to the common place 2020-07-13 15:11:12 -03:00
efm32 boards: Move the C/C++ search path to the common place 2020-07-13 15:11:12 -03:00
eoss3/quickfeather Add initial support for the QuickLogic EOS S3 2020-07-15 11:25:30 +01:00
imx6/sabre-6quad boards: Move the C/C++ search path to the common place 2020-07-13 15:11:12 -03:00
imxrt Add buttons support to iMXRT1060 2020-07-14 23:34:08 +01:00
kinetis boards: Move the C/C++ search path to the common place 2020-07-13 15:11:12 -03:00
kl boards: Move the C/C++ search path to the common place 2020-07-13 15:11:12 -03:00
lc823450/lc823450-xgevk boards: Move the C/C++ search path to the common place 2020-07-13 15:11:12 -03:00
lpc17xx_40xx boards: Move the C/C++ search path to the common place 2020-07-13 15:11:12 -03:00
lpc31xx boards: Move the C/C++ search path to the common place 2020-07-13 15:11:12 -03:00
lpc43xx boards: Move the C/C++ search path to the common place 2020-07-13 15:11:12 -03:00
lpc54xx/lpcxpresso-lpc54628 boards: Move the C/C++ search path to the common place 2020-07-13 15:11:12 -03:00
lpc214x boards: Move the C/C++ search path to the common place 2020-07-13 15:11:12 -03:00
lpc2378/olimex-lpc2378 boards: Move the C/C++ search path to the common place 2020-07-13 15:11:12 -03:00
max326xx/max32660-evsys boards: Move the C/C++ search path to the common place 2020-07-13 15:11:12 -03:00
moxart/moxa boards: Move the C/C++ search path to the common place 2020-07-13 15:11:12 -03:00
nrf52 boards: Move the C/C++ search path to the common place 2020-07-13 15:11:12 -03:00
nuc1xx/nutiny-nuc120 boards: Move the C/C++ search path to the common place 2020-07-13 15:11:12 -03:00
s32k1xx boards: Move the C/C++ search path to the common place 2020-07-13 15:11:12 -03:00
sam34 boards: Move the C/C++ search path to the common place 2020-07-13 15:11:12 -03:00
sama5 boards: Move the C/C++ search path to the common place 2020-07-13 15:11:12 -03:00
samd2l2 boards: Move the C/C++ search path to the common place 2020-07-13 15:11:12 -03:00
samd5e5 boards: Move the C/C++ search path to the common place 2020-07-13 15:11:12 -03:00
samv7 boards: Move the C/C++ search path to the common place 2020-07-13 15:11:12 -03:00
stm32 boards: stm32f4discovery: Update configs/posix_spawn 2020-07-14 22:40:22 -05:00
stm32f0l0g0 boards: Move the C/C++ search path to the common place 2020-07-13 15:11:12 -03:00
stm32f7 boards: Move the C/C++ search path to the common place 2020-07-13 15:11:12 -03:00
stm32h7 boards: Move the C/C++ search path to the common place 2020-07-13 15:11:12 -03:00
stm32l4 boards: Move the C/C++ search path to the common place 2020-07-13 15:11:12 -03:00
str71x/olimex-strp711 boards: Move the C/C++ search path to the common place 2020-07-13 15:11:12 -03:00
tiva boards: Move the C/C++ search path to the common place 2020-07-13 15:11:12 -03:00
tms570 boards: Move the C/C++ search path to the common place 2020-07-13 15:11:12 -03:00
xmc4 boards: Move the C/C++ search path to the common place 2020-07-13 15:11:12 -03:00