summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/include
Commit message (Expand)AuthorAgeFilesLines
* TM4C129X Timer: Update addresses in the timer register definitions file. St...Gregory Nutt2015-01-071-4/+4
* STM32 LTDC: Move ltdc.h from include/nuttx/video to arch/arm/include/stm32; T...Gregory Nutt2014-12-191-0/+563
* Tiva: Change negative logic CONFIG_TIVA_DISABLE_GPIOx_IRQS to positive logic ...Gregory Nutt2014-12-181-90/+101
* Tiva: Add GPIO interrupt support for the TMS4C129XGregory Nutt2014-12-181-1/+87
* DK-TM4C129X: Fixes to get clean build. Logic is still not complete, howeverGregory Nutt2014-12-181-2/+3
* Add interrupt definitions for the TM4C129XGregory Nutt2014-12-176-37/+159
* Tiva: Better distinguish features of the TM4C1294xx and the TM4C129XxxGregory Nutt2014-12-161-5/+68
* Remove packaging indications for TM4C129 configuration variablesGregory Nutt2014-12-161-1/+1
* Add TM4C129XNCZAD and TM4C1294NCPDT to the Tiva configuration systemGregory Nutt2014-12-161-0/+36
* Enable support for STM32F102. https://github.com/PX4/NuttX/pull/28.diffGregory Nutt2014-11-271-0/+37
* Remove the definition of INT_FAST32_MIN which is already defined in stdint.h ...Gregory Nutt2014-11-121-3/+0
* Support for the STM32F103RG. From Murilo PonteGregory Nutt2014-11-101-1/+1
* STM32GG Starter Kit: Add basic NSH configurationGregory Nutt2014-11-031-3/+6
* Add empty file for event EFM32 clock configuration logicGregory Nutt2014-10-181-2/+2
* More framework for GPIO interrupt supportGregory Nutt2014-10-184-18/+44
* Add EFM32 interrupt vector defintionsGregory Nutt2014-10-175-0/+486
* Add configuration support for the EFM32 Gecko Starter KitGregory Nutt2014-10-171-0/+126
* Fix file mode on modified filesGregory Nutt2014-10-141-0/+0
* Support for the STM32 F411RE from Serg PodtynnyiGregory Nutt2014-10-141-1/+37
* Add logic necessary to handler remapping of shared memory on contex switchesGregory Nutt2014-09-231-2/+15
* If we are configured to use a kernel stack while in SYSCALL handling, then we...Gregory Nutt2014-09-151-0/+3
* Initial integration of kernel stack (does not work)Gregory Nutt2014-09-141-2/+4
* Add the initial implementation of the process kernel stack logic. Not yet in...Gregory Nutt2014-09-141-1/+1
* Rename everything associated with the dynamic process stack to ustack to make...Gregory Nutt2014-09-141-2/+15
* Add a configuration option for dynamic stack managementGregory Nutt2014-09-131-8/+10
* Misc fixes to repair some of the breakage to the SAMA5D4-EK elf configuration...Gregory Nutt2014-09-111-1/+3
* Add logic to initialize the per-process user heap when each user process is s...Gregory Nutt2014-09-102-5/+11
* Add support for delivery of use-mode signals in the kernel build.Gregory Nutt2014-09-021-0/+9
* Completes the implementation of sbrk() (untested)Gregory Nutt2014-09-011-2/+0
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-294-7/+7
* Fix ARM7/9 and Cortex-A SYSCALLs: For threads in SVC mode, the SVC instructi...Gregory Nutt2014-08-292-15/+16
* ARMv7-A: Add SYSCALL handling logicGregory Nutt2014-08-283-5/+30
* Add an ARMv7-A system call definition header fileGregory Nutt2014-08-282-2/+2
* Support the the TC3200 from Jim EwingGregory Nutt2014-08-263-0/+323
* Mostly cosmetic use of uintptr_t to hold addresses instead of uint32_tGregory Nutt2014-08-262-4/+4
* Misc changed to get the SAMA5 ELF configuration with address environments wor...Gregory Nutt2014-08-252-7/+29
* Cortex-A/SAMA5 address environment support is code complete (untested)Gregory Nutt2014-08-252-1/+16
* Add addrenv.h; First cut at Cortex-A address environment structures; Add conf...Gregory Nutt2014-08-242-1/+41
* STM32 F401: Only 3 USARTS, but need to set STM32_NUSARTS to six because they...Gregory Nutt2014-08-221-1/+1
* Adds support for localtime. From Max NeklyudovGregory Nutt2014-08-121-0/+3
* STM32: Add configuration support fort he STM32F103RC. From Kosma MoczekGregory Nutt2014-06-301-1/+2
* STM32: Move temperature ranges from chip selection configuration prompts. Fro...Gregory Nutt2014-06-301-1/+1
* Add support for the SAM4CM. From Max NeklyudovGregory Nutt2014-06-253-0/+356
* Need to enable FIQ in initial task state; Improve H32/64 test in IRQ handlingGregory Nutt2014-06-211-14/+14
* SAMA5D4: Add support for secure/FIQ interrupts; SAIC supports need to be be ...Gregory Nutt2014-06-202-2/+9
* SAMA5D4: Fix some memory remapping issues; updates to comments and README filesGregory Nutt2014-06-141-2/+4
* SAMA5D4: Initial XDMAC driver logic; initial check-in is little more the the ...Gregory Nutt2014-06-121-2/+2
* SAMA5D3/4: More renaming. Change SAMA5D3 EMAC to EMACA and SAMA5D4 to EMACB...Gregory Nutt2014-06-101-2/+2
* SAMA5D4: Various changes to get the SAMA4D-EK to buildGregory Nutt2014-06-064-3/+443
* SAMA5D4: Has two XDMA modulesGregory Nutt2014-06-041-1/+1