.. |
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
|
Run codespell -w with the latest dictonary again
|
2020-02-23 22:27:46 +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
|
Run codespell -w with the latest dictonary again
|
2020-02-23 22:27:46 +01: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
|
Run codespell -w with the latest dictonary again
|
2020-02-23 22:27:46 +01: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
|
Run codespell -w against all files
|
2020-02-22 14:45:07 -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
|
Fix names of pre-processor variables used in header file idempotence
|
2016-08-06 18:48:45 -06:00 |
max326xx
|
Run codespell -w with the latest dictonary again
|
2020-02-23 22:27:46 +01:00 |
moxart
|
Standardize the width of all comment boxes in header files
|
2015-10-02 17:42:29 -06:00 |
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
|
Revert "Change SAMA5 files to have apache license headers:"
|
2020-03-07 08:47:48 -03: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
|
Run codespell -w with the latest dictonary again
|
2020-02-23 22:27:46 +01:00 |
stm32f7
|
Remove exra whitespace from files (#189)
|
2020-01-31 09:24:49 -06:00 |
stm32h7
|
stm32h7: Added basic support for STM32H753II. (#527)
|
2020-03-10 07:55:18 -07:00 |
stm32l4
|
Run codespell -w against all files
|
2020-02-22 14:45:07 -06:00 |
str71x
|
Remove exra whitespace from files (#189)
|
2020-01-31 09:24:49 -06:00 |
tiva
|
Run codespell -w against all files
|
2020-02-22 14:45:07 -06:00 |
tms570
|
Remove exra whitespace from files (#189)
|
2020-01-31 09:24:49 -06:00 |
xmc4
|
arch/arm/include/xmc4: add irq definitions for xmc4700 and xmc4800
|
2020-03-22 08:29:51 -06:00 |
.gitignore
|
Remove exra whitespace from files (#189)
|
2020-01-31 09:24:49 -06:00 |
arch.h
|
Standardize the width of all comment boxes in header files
|
2015-10-02 17:42:29 -06:00 |
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
|
Add architecture-specific inttypes.h
|
2016-10-27 16:01:38 -04:00 |
irq.h
|
Remove exra whitespace from files (#189)
|
2020-01-31 09:24:49 -06:00 |
limits.h
|
Make some file section headers more consistent with standard
|
2015-04-08 08:04:12 -06:00 |
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
|
Add a generic GCC stdarg.h header file
|
2012-07-08 14:50:43 +00:00 |
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
|
arch: Customize the typedef of size_t instead of intptr_t
|
2020-02-18 07:15:19 -06:00 |