incubator-nuttx/arch/arm/include
liuguo09 e21c30cf9d
arch/arm/include/stm32f010g0/chip.h: correct wrong #if defined to fix build break (#227)
/home/jenkins/jenkins-slave/workspace/NuttX-Nightly-Build/nuttx/include/arch/stm32f0l0g0/chip.h:53:42: error: missing ')' after "defined"
   53 | #if defined(CONFIG_ARCH_CHIP_STM32F030RC || CONFIG_ARCH_CHIP_STM32F030CC)
      |                                          ^~
/home/jenkins/jenkins-slave/workspace/NuttX-Nightly-Build/nuttx/include/arch/stm32f0l0g0/chip.h:53:45: error: missing binary operator before token "CONFIG_ARCH_CHIP_STM32F030CC"
   53 | #if defined(CONFIG_ARCH_CHIP_STM32F030RC || CONFIG_ARCH_CHIP_STM32F030CC)

Signed-off-by: liuhaitao <liuhaitao@xiaomi.com>
2020-02-07 08:30:58 -08:00
..
a1x Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
am335x arch/arm/include/amm335x: Trivial, cosmetic changes after review 2019-01-08 08:15:04 -06:00
arm Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
armv6-m Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
armv7-a Squashed commit of the following: 2019-04-29 14:52:05 -06:00
armv7-m Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
armv7-r Squashed commit of the following: 2019-04-29 14:52:05 -06:00
c5471 Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
cxd56xx Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00
dm320 Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
efm32 In the current implementation we only use very high priority interrupts (levels 0, 0x10 and 0x20 in CORTEX-M speak) but that means there are loads of lower priority ones that are effectively unused. I have *not* changed the semantics of these levels but have 'shifted' them to be based around the midpoint of the available interrupts (0x80) rather than at the top end....that allows for interrupts to be defined above (or, indeed, below) them as needed by the application. This should have no functional effect on existing code but adds in a clean capability to define higher priority interrupts. 2018-12-03 17:41:59 -06:00
imx1 Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
imx6 Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
imxrt Merged imxrt1020 into master 2019-04-30 16:08:46 -06:00
kinetis Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
kl Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
lc823450 In the current implementation we only use very high priority interrupts (levels 0, 0x10 and 0x20 in CORTEX-M speak) but that means there are loads of lower priority ones that are effectively unused. I have *not* changed the semantics of these levels but have 'shifted' them to be based around the midpoint of the available interrupts (0x80) rather than at the top end....that allows for interrupts to be defined above (or, indeed, below) them as needed by the application. This should have no functional effect on existing code but adds in a clean capability to define higher priority interrupts. 2018-12-03 17:41:59 -06:00
lpc17xx_40xx Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
lpc31xx Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
lpc43xx Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
lpc54xx Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
lpc214x Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
lpc2378
max326xx In the current implementation we only use very high priority interrupts (levels 0, 0x10 and 0x20 in CORTEX-M speak) but that means there are loads of lower priority ones that are effectively unused. I have *not* changed the semantics of these levels but have 'shifted' them to be based around the midpoint of the available interrupts (0x80) rather than at the top end....that allows for interrupts to be defined above (or, indeed, below) them as needed by the application. This should have no functional effect on existing code but adds in a clean capability to define higher priority interrupts. 2018-12-03 17:41:59 -06:00
moxart
nrf52 Merged in raiden00/nuttx_nrf52 (pull request #1098) 2019-12-19 15:40:56 +00:00
nuc1xx Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
s32k1xx S32K add support for Nxp drone boards (#224) 2020-02-07 04:53:40 -08:00
sam34 Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
sama5 Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
samd2l2 arch/arm/include/samd2l2/sam_adc.h: I was wrong... this header file does belong in the samd2l2 include directory. It contains IOCTL definitions that are needed by applications. Usage of a chip-specific header file is, however, not really a good portable design because it requires that the application know that it is running on a specific chip. But still, if we are going to do that, the include directory is where the header file belongs. My apologies for the bad judgement. 2019-12-16 03:53:05 -06:00
samd5e5 Author: Gregory Nutt <gnutt@nuttx.org> 2020-01-02 12:35:45 -06:00
samv7 In the current implementation we only use very high priority interrupts (levels 0, 0x10 and 0x20 in CORTEX-M speak) but that means there are loads of lower priority ones that are effectively unused. I have *not* changed the semantics of these levels but have 'shifted' them to be based around the midpoint of the available interrupts (0x80) rather than at the top end....that allows for interrupts to be defined above (or, indeed, below) them as needed by the application. This should have no functional effect on existing code but adds in a clean capability to define higher priority interrupts. 2018-12-03 17:41:59 -06:00
stm32 Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
stm32f0l0g0 arch/arm/include/stm32f010g0/chip.h: correct wrong #if defined to fix build break (#227) 2020-02-07 08:30:58 -08:00
stm32f7 Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
stm32h7 Squashed commit of the following: 2020-01-02 12:17:16 -03:00
stm32l4 Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
str71x Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
tiva Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
tms570 Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
xmc4 Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
.gitignore Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
arch.h
elf.h arch/arm/include/syscall.h: Add missing inclusion of arch/armv7-r/syscall.h for CortexR. 2019-01-26 07:43:31 -06:00
inttypes.h
irq.h Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
limits.h
setjmp.h Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00
spinlock.h Fix typos and some incorrect comments 2020-01-20 09:32:36 -03:00
stdarg.h
syscall.h Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
tls.h Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00
types.h