summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/include
Commit message (Collapse)AuthorAgeFilesLines
* TM4C129X Timer: Update addresses in the timer register definitions file. ↵Gregory Nutt2015-01-071-4/+4
| | | | Still missing bit field definitions
* STM32 LTDC: Move ltdc.h from include/nuttx/video to arch/arm/include/stm32; ↵Gregory Nutt2014-12-191-0/+563
| | | | Trivial updates after general review
* Tiva: Change negative logic CONFIG_TIVA_DISABLE_GPIOx_IRQS to positive logic ↵Gregory Nutt2014-12-181-90/+101
| | | | CONFIG_TIVA_GPIOx_IRQS
* 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
| | | | (the correct location). From Lorenz Meier.
* 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 ↵Gregory Nutt2014-09-151-0/+3
| | | | we need to switch back to the user stack to deliver a signal
* 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 ↵Gregory Nutt2014-09-141-1/+1
| | | | integrated into the main OS logic nor tested.
* Rename everything associated with the dynamic process stack to ustack to ↵Gregory Nutt2014-09-141-2/+15
| | | | make room in the name space for a kstack
* 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 ↵Gregory Nutt2014-09-111-1/+3
| | | | configuration caused by changes for the knsh configuration
* Add logic to initialize the per-process user heap when each user process is ↵Gregory Nutt2014-09-102-5/+11
| | | | started
* 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 ↵Gregory Nutt2014-08-294-7/+7
| | | | new CONFIG_BUILD_KERNEL
* Fix ARM7/9 and Cortex-A SYSCALLs: For threads in SVC mode, the SVC ↵Gregory Nutt2014-08-292-15/+16
| | | | instructions clobbers R14. This must be taken account in the inline assembly
* 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 ↵Gregory Nutt2014-08-252-7/+29
| | | | working
* 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 ↵Gregory Nutt2014-08-242-1/+41
| | | | configuration options to setup address enviornment
* STM32 F401: Only 3 USARTS, but need to set STM32_NUSARTS to six because ↵Gregory Nutt2014-08-221-1/+1
| | | | they are not numbered sequentially
* 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. ↵Gregory Nutt2014-06-301-1/+1
| | | | From Kosma Moczek
* 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
| | | | enabled unconditionally
* 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
| | | | DMAC driver with some name changes
* SAMA5D3/4: More renaming. Change SAMA5D3 EMAC to EMACA and SAMA5D4 to ↵Gregory Nutt2014-06-101-2/+2
| | | | EMACB so that the configuration and build system can configure them. I might come up with something better later
* 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
|