nuttx/arch/arm/src
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 build: Remove the empty variable assignment 2020-05-24 08:24:13 -06:00
am335x build: Remove the empty variable assignment 2020-05-24 08:24:13 -06:00
arm arch: call *_getsp in up_assert and board_crashdump 2020-07-09 13:51:09 +01:00
armv6-m arch: call *_getsp in up_assert and board_crashdump 2020-07-09 13:51:09 +01:00
armv7-a arch: call *_getsp in up_assert and board_crashdump 2020-07-09 13:51:09 +01:00
armv7-m arch: call *_getsp in up_assert and board_crashdump 2020-07-09 13:51:09 +01:00
armv7-r arch: call *_getsp in up_assert and board_crashdump 2020-07-09 13:51:09 +01:00
armv8-m arch: call *_getsp in up_assert and board_crashdump 2020-07-09 13:51:09 +01:00
c5471 arch/arm, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +01:00
common Fix note driver initialization 2020-07-13 00:46:55 -05:00
cxd56xx fix nxstyle warning 2020-07-10 21:30:02 +01:00
dm320 arch/arm, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +01:00
efm32 build: Remove the empty variable assignment 2020-05-24 08:24:13 -06:00
eoss3 Add initial support for the QuickLogic EOS S3 2020-07-15 11:25:30 +01:00
imx1 sched/: Make more naming consistent 2020-05-17 14:01:00 -03:00
imx6 build: Remove the empty variable assignment 2020-05-24 08:24:13 -06:00
imxrt Add buttons support to iMXRT1060 2020-07-14 23:34:08 +01:00
kinetis Expose xxx_caninitialize() correctly so it's usable in latedev init when there are multiple net devices 2020-06-30 12:46:50 -06:00
kl build: Remove the empty variable assignment 2020-05-24 08:24:13 -06:00
lc823450 fix nxstyle warning 2020-07-10 21:30:02 +01:00
lpc17xx_40xx Fix typo in arch/arm/src/lpc17xx_40xx/Kconfig 2020-06-04 16:46:12 +01:00
lpc31xx build: Remove the empty variable assignment 2020-05-24 08:24:13 -06:00
lpc43xx build: Remove the empty variable assignment 2020-05-24 08:24:13 -06:00
lpc54xx build: Remove the empty variable assignment 2020-05-24 08:24:13 -06:00
lpc214x arch/arm, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +01:00
lpc2378 sched/: Make more naming consistent 2020-05-17 14:01:00 -03:00
max326xx build: Remove the empty variable assignment 2020-05-24 08:24:13 -06:00
moxart arch/arm, board/arm: Rename all up_* functions to arm_* 2020-05-01 18:28:13 +01:00
nrf52 arch/arm/src/nrf52/nrf52_idle.c: disable WFI in up_idle 2020-06-09 13:12:09 +01:00
nuc1xx build: Remove the empty variable assignment 2020-05-24 08:24:13 -06:00
s32k1xx S32K additional style fixes 2020-07-01 13:45:38 +01:00
sam34 build: Remove the empty variable assignment 2020-05-24 08:24:13 -06:00
sama5 build: Remove the empty variable assignment 2020-05-24 08:24:13 -06:00
samd2l2 build: Remove the empty variable assignment 2020-05-24 08:24:13 -06:00
samd5e5 build: Remove the empty variable assignment 2020-05-24 08:24:13 -06:00
samv7 arch/arm/src/samv7/sam_spi_slave.c: Change for modified spi slave interface 2020-05-28 05:14:38 -07:00
stm32 fix nxstyle warning 2020-07-10 21:30:02 +01:00
stm32f0l0g0 build: Remove the empty variable assignment 2020-05-24 08:24:13 -06:00
stm32f7 fix nxstyle warning 2020-07-10 21:30:02 +01:00
stm32h7 fix nxstyle warning 2020-07-10 21:30:02 +01:00
stm32l4 stm32l4: extend CAN ioctrl with NART/ABOM. Add RTR to CAN header 2020-06-29 09:05:44 -03:00
str71x build: Remove the empty variable assignment 2020-05-24 08:24:13 -06:00
tiva build: Remove the empty variable assignment 2020-05-24 08:24:13 -06:00
tms570 arch/tms570: Remove the unused frac variable 2020-07-04 08:31:06 -07:00
xmc4 build: Remove the empty variable assignment 2020-05-24 08:24:13 -06:00
.gitignore build: Remve the unnecessary .gitignore 2020-05-23 18:00:40 +01:00
Makefile build: Replace -I with INCDIR 2020-05-24 20:20:12 +01:00