summaryrefslogtreecommitdiff
path: root/nuttx/arch
Commit message (Expand)AuthorAgeFilesLines
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-24115-1347/+1347
* Suppress option to use custom optimization levels for architectures that do n...Gregory Nutt2014-01-241-0/+3
* The optimization level can now be selected as part of the configurationGregory Nutt2014-01-247-33/+57
* Should enable external bus after configuring itGregory Nutt2014-01-231-74/+80
* Assembler changes with the gcc-47 distribution from ARM mean that we need to ...Gregory Nutt2014-01-231-16/+16
* 16z: Fix option bits; adjust system clock frequencyGregory Nutt2014-01-233-32/+22
* Basic support for the EFM32 processor family from Richar CochranGregory Nutt2014-01-2313-0/+1660
* arch/arm/src/Makefile: dependency directory list is now computed from the VPA...Gregory Nutt2014-01-231-2/+4
* 16Z: Some early bring-up fixesGregory Nutt2014-01-222-62/+89
* configs/16z: Add support for 16z boardGregory Nutt2014-01-224-57/+179
* 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