summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/a1x
Commit message (Expand)AuthorAgeFilesLines
* Move selection for CONFIG_SERIAL_TERMIOS out of MCU Kconfigs to common driver...Gregory Nutt2014-10-271-0/+8
* Build support for platform-specific shared memory logic. Not logic yet in placeGregory Nutt2014-09-241-0/+3
* Add a sharable version of arm_virtpgaddr()Gregory Nutt2014-09-161-0/+3
* Move some share-able logic from sama5/sam_pgalloc.c to armv7-a/arm_physpgaddr.cGregory Nutt2014-09-161-1/+5
* Rename everything associated with the dynamic process stack to ustack to make...Gregory Nutt2014-09-141-1/+4
* Add logic need to manage a virtualized stack. Not yet incorporated into base...Gregory Nutt2014-09-131-0/+3
* Move static helper routines from arm_addrenv.c and may them global so that th...Gregory Nutt2014-09-131-1/+1
* The 'make export' target needs to bundle up the user C startup file (crt0), n...Gregory Nutt2014-09-041-0/+4
* Add support for delivery of use-mode signals in the kernel build.Gregory Nutt2014-09-021-1/+1
* There used to be two ways to pass parameters to new tasks, depending upon the...Gregory Nutt2014-09-011-2/+2
* Completes the implementation of sbrk() (untested)Gregory Nutt2014-09-011-1/+1
* ARMv7-A: A little more logic and a few more fixes for Cortex-A kernel buildGregory Nutt2014-08-311-0/+4
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-291-10/+0
* Change naming of ELF interfaces from arch_ to up_ for consistencyGregory Nutt2014-08-251-1/+1
* After cached related fix, the ELF example is now functionalGregory Nutt2014-08-241-1/+1
* Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- th...Gregory Nutt2014-08-241-1/+1
* ARMv7-A: Add skeleton environment and build support for process address envir...Gregory Nutt2014-08-231-0/+4
* Remove os_internal.h it has been replace by several new header files under sc...Gregory Nutt2014-08-082-2/+0
* Rename up_timerinit() to up_timer_initailize(); Add prototypes for candidate ...Gregory Nutt2014-08-062-4/+8
* Add serial method so that lower half driver can provide RX flow control infor...Gregory Nutt2014-05-081-0/+3
* Optimized memcpy() functin for the ARMv7-A from David SidraneGregory Nutt2014-05-061-0/+4
* More trailing whilespace removalGregory Nutt2014-04-132-2/+2
* A10 had the same cut'n'paste error as did the LM4FGregory Nutt2014-02-031-44/+44
* A10: Make sure it is tolerant of CONFIG_BOOT_SDRAM_DATAGregory Nutt2014-01-291-3/+13
* A10: Serial clock is OSC24M. From Alan Carvalho de AssisGregory Nutt2014-01-102-6/+12
* Fix types in conditional compilationGregory Nutt2014-01-101-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
* 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-073-2/+6
* Kconfigs: Interrupt prioritization should not be automatically selectedGregory Nutt2013-12-201-1/+1
* Replace explicit hex MMU value with definitionGregory Nutt2013-12-181-1/+1
* A10: Extend register debug logicGregory Nutt2013-12-181-1/+8
* Fix bad register name in INTC debug functionGregory Nutt2013-12-181-5/+1
* A10: Make sure that interrupts are disabled and clearedGregory Nutt2013-11-172-1/+11
* Page lies in SRAM A2 not A1Gregory Nutt2013-11-171-3/+3
* A10: Fix DDR mappingGregory Nutt2013-12-173-5/+58
* Cosmetic changes to comments and README filesGregory Nutt2013-12-161-1/+3
* Back port some A10 changes into the SAMA5 memory map definitionsGregory Nutt2013-12-161-1/+7
* ARMv7-A: If the page table does not like in same address range as .text and p...Gregory Nutt2013-12-161-7/+20
* Create procfs_utils.c; File missed from last commit; + remove warning from mm...Gregory Nutt2013-12-141-0/+52
* A10 serial driver (still needs some work). From Alan Carvalho de AssisGregory Nutt2013-12-138-20/+2020
* Eliminate some warnings in the pcDuino A10 buildGregory Nutt2013-12-133-7/+106
* A10: Add A10 configuration header fileGregory Nutt2013-12-131-0/+175
* A10: Timer interrupt handlerGregory Nutt2013-12-135-29/+177
* Finish A10 Timer register definitionsGregory Nutt2013-12-131-88/+196
* Beginning of Timer register definition file for the A10Gregory Nutt2013-12-121-0/+279
* A10/pcDuino/Linux build fixesGregory Nutt2013-12-111-1/+1
* A10: Re-vamp pin configuratin header fileGregory Nutt2013-12-111-1247/+562