summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/stm32_irq.c
Commit message (Expand)AuthorAgeFilesLines
* Remove up_assert_codeGregory Nutt2013-04-251-6/+6
* Add support for ram vectors to the ARMv7-M architecturepatacongo2013-03-181-1/+7
* More files for the Cortex-M0/NUC120 portpatacongo2013-02-181-7/+1
* Removed stm32_internal.h; Changes for clean compile of STM32F3Discovery confi...patacongo2013-02-091-1/+1
* Use of BASEPRI to control ARM interrupts is now functionalpatacongo2013-01-221-16/+16
* More logic to use BASEPRI to control interrupts -- still doesn't workpatacongo2013-01-221-2/+1
* Add option to use BASEPRI instead of PRIMASK to disable interrupts in all ARM...patacongo2013-01-221-2/+41
* Add LPC43 interrrupt control logicpatacongo2012-07-041-6/+0
* Interrupt priority fix + new LM3S header filespatacongo2012-06-011-19/+24
* Name change: Change Cortex-M3 naming to ARMv7-M naming so support Cortex-M4patacongo2011-08-051-2/+2
* current_regs should be volatile; add support for nested interrupts; enable in...patacongo2011-04-061-1/+1
* Attach mem mgmt fault handle if MPU is enabledpatacongo2011-04-061-13/+16
* Add stubs for AVR32 IRQ controlspatacongo2010-10-091-2/+2
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-161-12/+12
* BUG: mixing else causes bad IRQ settingspatacongo2009-10-301-1/+1
* Fix major bug in STM32 interrupt enable/disable logic; NSH now works on STM32patacongo2009-10-171-10/+16
* When running from DFU load, need to set NVIC vector addresspatacongo2009-10-131-12/+11
* IRQ numbering fixespatacongo2009-09-261-3/+8
* Add IRQ and SYSTICK logicpatacongo2009-09-261-0/+464