nuttx/arch/arm/src/moxart
Mark Schulte b3222bbc8a irq_dispatch: Add argument pointer to irq_dispatch
Provide a user defined callback context for irq's, such that when
registering a callback users can provide a pointer that will get
passed back when the isr is called.
2017-02-27 06:27:56 -06:00
..
chip.h Clean-up from last commit to make sure that all files have BSD licensed header with the correct authors and that the code conforms to the NuttX coding style 2015-07-29 13:52:23 -06:00
Kconfig Add Shared IRQ support for UART w/multi port. 2015-08-10 18:13:35 +03:00
Make.defs ELF: Move ARMv6-M, ARMv7-M, and legacy ARM versions of ELF relocation logic to libc/machine 2017-01-21 15:24:25 -06:00
moxart_16550.c Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 2016-02-13 19:11:09 -06:00
moxart_head.S Clean-up from last commit to make sure that all files have BSD licensed header with the correct authors and that the code conforms to the NuttX coding style 2015-07-29 13:52:23 -06:00
moxart_idle.c Clean-up from last commit to make sure that all files have BSD licensed header with the correct authors and that the code conforms to the NuttX coding style 2015-07-29 13:52:23 -06:00
moxart_irq.c irq_dispatch: Add argument pointer to irq_dispatch 2017-02-27 06:27:56 -06:00
moxart_lowputc.S Standard some naming if code sectino comments 2016-02-21 18:06:09 -06:00
moxart_systemreset.c Correct some spacing issues 2015-10-07 11:39:06 -06:00
moxart_timer.c irq_dispatch: Add argument pointer to irq_dispatch 2017-02-27 06:27:56 -06:00