summaryrefslogtreecommitdiff
path: root/nuttx/arch
Commit message (Expand)AuthorAgeFilesLines
* X86: Add a configuration option to select the -m32 compiler option when neededGregory Nutt2014-01-181-3/+22
* Fix error in last ARMv7-M up_disable_irq checkinGregory Nutt2014-01-156-103/+133
* Misc changes from Richard CochranGregory Nutt2014-01-153-3/+3
* Fix all Cortex-M3/4 implementations of up_disable_irq(). They were doing not...Gregory Nutt2014-01-156-61/+213
* Individual IRQs are not longer disabled on each interrupt. See ChangeLog for...Gregory Nutt2014-01-1511-77/+51
* Changes to get PX4 config to build. Also some warning removalGregory Nutt2014-01-144-11/+21
* A10: Serial clock is OSC24M. From Alan Carvalho de AssisGregory Nutt2014-01-102-6/+12
* Fix types in conditional compilationGregory Nutt2014-01-108-9/+9
* Add support for the XPT2046 touchscreen controller on the Viewtool LCD moduleGregory Nutt2014-01-091-19/+32
* Fix STM32F103VE SPI3 definitions; Fix bug introduced in recent NX reorganizat...Gregory Nutt2014-01-082-1/+6
* Cosmetic spaces to tabs changeGregory Nutt2013-12-081-1/+1
* A10: Fix serial TX interruptsGregory Nutt2013-12-081-2/+2
* A10: Correct handling of the serial busy interruptGregory Nutt2013-12-081-1/+12
* Add more nops after enabling MMU for Cortex-A8Gregory Nutt2014-01-072-17/+7
* A10: Handle UART BUSY interrupt; Back out change to mkconfig.c -- it causes p...Gregory Nutt2013-12-071-1/+6
* A10: Add missing interrupt handling logic for UART4-7 and remove bogus flow c...Gregory Nutt2014-01-062-63/+111
* A10: Fix error in IRQ dispatch; vector table seems to be offset by 64 bytes?Gregory Nutt2013-12-074-3/+7
* SVC is the preferred mnemonic vs. SWI for cortex AGregory Nutt2014-01-053-15/+15
* Oops. Mnemonic changed from SWI to SVC in cortex AGregory Nutt2014-01-051-14/+14
* Add ARMv7-A syscall.h header fileGregory Nutt2014-01-052-1/+245
* Viewtools STM32F103: Add SSD1289 LCD supportGregory Nutt2014-01-051-41/+41
* ZNEO: Fix lost serial interrupt bugGregory Nutt2014-01-021-0/+7
* STM32: Single wire UART support from Thomas GrublerGregory Nutt2014-01-021-0/+13
* Add Z16F NSH configurationGregory Nutt2014-01-012-23/+25
* STM3240G-EVAL knxwm: Work around CodeSourcery library bug by switching to bu...Gregory Nutt2013-12-311-1/+1
* Decoupling NX user interfaces to support NX kernel build (phase 1)Gregory Nutt2013-12-271-0/+1
* Fix naming of STM32 F3 SPI2 MOSI and MISO pins. From Brian WebbGregory Nutt2013-12-271-2/+2
* STM32F107 OTG FS clock presecaler cannot be configurated after the USB clock ...Gregory Nutt2013-12-262-9/+21
* Add support for STM32F107 OTG FS (doesn't work) and update USB support for Vi...Gregory Nutt2013-12-262-6/+18
* F103VC, F105, and F107: Fix configuration and building of USB. configs/view...Gregory Nutt2013-12-255-28/+29
* Fix a duplicate label introduce in recent commitGregory Nutt2013-12-235-40/+50
* Disable CONFIG_ARCH_INT_DISABLEALL: It does not work in its current formGregory Nutt2013-12-231-1/+6
* Need to protect state on stack to do nested interrupt handlingGregory Nutt2013-12-236-71/+114
* Fixes a few more high priority, nested interrupt logicGregory Nutt2013-12-2329-68/+117
* Several fixes related to Cortex-M RAM vectorsGregory Nutt2013-12-224-12/+19
* Fix some missing parameters in macrosGregory Nutt2013-12-225-6/+8
* Finish the high priority, nested interrupt handler test (does not work)Gregory Nutt2013-12-222-12/+28
* Add logic to configure interrupt controller debug; Fix high priority, nested ...Gregory Nutt2013-12-223-4/+44
* Finishes coding of ARMv7-M high priority nested interrupt logic. Still undoc...Gregory Nutt2013-12-217-33/+345
* Beginning of high priority nested interrupt support for the ARMv7-M familyGregory Nutt2013-12-2115-55/+390
* Fix a typo that was cloned to several SAMA5 and MTD filesGregory Nutt2013-12-2114-14/+14
* Cosmetic: Changlog and update to commentsGregory Nutt2013-12-206-6/+6
* More separation of debug symbols and optimization selectionsGregory Nutt2013-12-201-0/+1
* Kconfigs: Interrupt prioritization should not be automatically selectedGregory Nutt2013-12-206-12/+26
* Various changes for a clean ZNEO ZDS-II buildGregory Nutt2013-12-196-17/+142
* Replace explicit hex MMU value with definitionGregory Nutt2013-12-183-8/+10
* A10: Extend register debug logicGregory Nutt2013-12-182-2/+9
* Fix bad register name in INTC debug functionGregory Nutt2013-12-181-5/+1
* Cortex-A: Fix start-up cache invalidation logiGregory Nutt2013-12-182-17/+33
* A10: Make sure that interrupts are disabled and clearedGregory Nutt2013-11-172-1/+11