summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/armv6-m/up_doirq.c
Commit message (Expand)AuthorAgeFilesLines
* arch/: board function prototypes are now in include/nuttx/board.h. Remove fr...Gregory Nutt2015-02-271-1/+2
* Remove os_internal.h it has been replace by several new header files under sc...Gregory Nutt2014-08-081-1/+0
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-241-2/+2
* Individual IRQs are not longer disabled on each interrupt. See ChangeLog for...Gregory Nutt2014-01-151-7/+3
* Remove up_assert_codeGregory Nutt2013-04-251-1/+1
* First cut at support for Cortex-M0patacongo2013-02-161-0/+125