.. |
a1x
|
Rename up_boot to arm_boot
|
2016-05-12 13:42:49 -06:00 |
arm
|
Rename up_boot to arm_boot
|
2016-05-12 13:42:49 -06:00 |
armv6-m
|
Rename current_regs to g_current_regs; For ARM, g_current_regs needs to be an array to support multiple CPUs
|
2016-03-09 13:41:48 -06:00 |
armv7-a
|
SMP: Need to enable FPU on other CPUs as well
|
2016-05-20 13:35:58 -06:00 |
armv7-m
|
Oops: Forgot to add file in previous commit
|
2016-04-10 09:11:50 -06:00 |
armv7-r
|
Rename current_regs to g_current_regs; For ARM, g_current_regs needs to be an array to support multiple CPUs
|
2016-03-09 13:41:48 -06:00 |
c5471
|
ARM: Fix missing header file. Update comments in all *_irq.c files.
|
2016-03-09 15:08:58 -06:00 |
calypso
|
ARM: Fix missing header file. Update comments in all *_irq.c files.
|
2016-03-09 15:08:58 -06:00 |
common
|
Rename up_boot to arm_boot
|
2016-05-12 13:42:49 -06:00 |
dm320
|
Rename up_boot to arm_boot
|
2016-05-12 13:42:49 -06:00 |
efm32
|
PM: Add domain to all PM interfaces. Internal PM data structures now handle multiple PM domains.
|
2016-03-27 13:01:32 -06:00 |
imx1
|
Rename up_boot to arm_boot
|
2016-05-12 13:42:49 -06:00 |
imx6
|
SMP: Need to enable FPU on other CPUs as well
|
2016-05-20 13:35:58 -06:00 |
kinetis
|
Correct configuration of GPIO pin interrupts on Kinetis K60. Fromo mrechte.
|
2016-04-20 06:41:51 -06:00 |
kl
|
Kconfigs: All RNG selections also must select ARCH_HAVE_RNG
|
2016-03-30 07:56:03 -06:00 |
lpc11xx
|
ARM: Fix missing header file. Update comments in all *_irq.c files.
|
2016-03-09 15:08:58 -06:00 |
lpc17xx
|
FB: Add a display number to the framebuffer planeinfo structure
|
2016-04-17 10:08:27 -06:00 |
lpc31xx
|
Rename up_boot to arm_boot
|
2016-05-12 13:42:49 -06:00 |
lpc43xx
|
Fix typo in variable name in serial BREAK logic. Review other serial implementations for similar naming problems.
|
2016-05-05 11:30:47 -06:00 |
lpc214x
|
Fix typo in variable name in serial BREAK logic. Review other serial implementations for similar naming problems.
|
2016-05-05 11:30:47 -06:00 |
lpc2378
|
Fix typo in variable name in serial BREAK logic. Review other serial implementations for similar naming problems.
|
2016-05-05 11:30:47 -06:00 |
moxart
|
ARM: Fix missing header file. Update comments in all *_irq.c files.
|
2016-03-09 15:08:58 -06:00 |
nuc1xx
|
PM: Add domain to all PM interfaces. Internal PM data structures now handle multiple PM domains.
|
2016-03-27 13:01:32 -06:00 |
sam34
|
SAM (all): Fix several places in DMA logic where a spurious semicolon causes bad conditional logic
|
2016-05-11 17:26:59 -06:00 |
sama5
|
SAM WDT: Rename up_wdginitialize() functions to something more appropriate for the internal OS interface.
|
2016-05-18 19:47:48 -06:00 |
samdl
|
SAMDL DMAC: Fix several places in DMA logic where a spurious semicolon causes bad conditional logic
|
2016-05-11 17:30:04 -06:00 |
samv7
|
Fix build if the config is not updated
|
2016-05-19 12:44:58 -10:00 |
stm32
|
Merged in david_s5/nuttx/upstream_to_greg (pull request #21)
|
2016-05-17 18:09:23 -06:00 |
stm32f7
|
Merged in david_s5/nuttx/upstream_to_greg (pull request #21)
|
2016-05-17 18:09:23 -06:00 |
stm32l4
|
Completely trivial changes from review of last PR
|
2016-05-19 14:09:00 -06:00 |
str71x
|
ARM: Fix missing header file. Update comments in all *_irq.c files.
|
2016-03-09 15:08:58 -06:00 |
tiva
|
Fix a bug of GPIO falling-edge interrupt for tiva
|
2016-05-08 13:54:51 +08:00 |
tms570
|
ARM: Fix missing header file. Update comments in all *_irq.c files.
|
2016-03-09 15:08:58 -06:00 |
.gitignore
|
Remove the arch/ subdirectory; replace it with a submodule
|
2015-07-22 10:56:22 -06:00 |
Makefile
|
All GCC final arch/*/src/Makefiles: Allow --start-group and --end-group to be redefined for the case where GCC is used to link (instead of LD). Suggested by Paul Alexander Patience.
|
2016-05-17 10:43:15 -06:00 |