nuttx/arch/arm/src/a1x
Gregory Nutt bb88f8d0bb Squashed commit of the following:
A few bugfixes in initial testing on the i.MX6.  Behavior seems a little more stable, but there are still memory corruption issues.  Also print CPU number on assertion.
    Add a file missed in the last big commit.
    arch/arm/src/armv7a and imx6:  Add support for per-CPU IRQ and FIQ interrupt stacks (bugfix).  Add support so that up_assert will print the correct interrupt stack on an assertion (FIQ stack is still not printed).
    arch/arm/src/lc823450: Combine the content of smp_macros.h into chip.h.  Add support so that up_assert will print the correct interrupt stack on an assertion.
2018-06-21 10:59:58 -06:00
..
chip Minor style: # if pre-processor command should be in columnn 1 2015-09-18 12:47:24 -06:00
a1x_boot.c Make sure that labeling is used consistently in all function headers (part 2). 2018-02-01 12:03:55 -06:00
a1x_boot.h arch/arm/src/a1x, kl, lpc11xx, lpc31xx, and nuc1xx: Fix some compile warnings that I introduced with a possibly overzealous recent change. 2017-12-17 18:12:19 -06:00
a1x_config.h
a1x_irq.c ARM: Remove redundant interrupt stack coloring 2017-03-16 19:13:39 +08:00
a1x_irq.h Standardize the width of all comment boxes in header files 2015-10-02 17:47:23 -06:00
a1x_lowputc.c Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they. 2017-05-11 13:35:56 -06:00
a1x_lowputc.h
a1x_pio.c Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 2016-02-13 19:11:09 -06:00
a1x_pio.h
a1x_serial.c Make sure that labeling is used consistently in all function headers (part 2). 2018-02-01 12:03:55 -06:00
a1x_serial.h
a1x_timerisr.c irq_dispatch: Add argument pointer to irq_dispatch 2017-02-27 06:27:56 -06:00
chip.h Squashed commit of the following: 2018-06-21 10:59:58 -06:00
Kconfig Rename CONFIG_ARCH_HAVE_UARTn to CONFIG_UARTn_SERIALDRIVER 2016-05-25 10:45:01 -06:00
Make.defs arch/arm/src: All ARM architctures now support CONFIG_ARCH_IDLE_CUSTOM 2018-05-07 10:13:20 -06:00