summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/a1x/Make.defs
Commit message (Expand)AuthorAgeFilesLines
* Remove CONFIG_DEBUG_STACK. Adding CONFIG_STACK_COLORATION makes this configu...Gregory Nutt2015-01-241-4/+0
* Add CONFIG_STACK_COLORATION that does the same thing as CONFIG_DEBUG_STACK bu...Gregory Nutt2015-01-241-0/+4
* 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
* 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
* Rename up_timerinit() to up_timer_initailize(); Add prototypes for candidate ...Gregory Nutt2014-08-061-2/+6
* Optimized memcpy() functin for the ARMv7-A from David SidraneGregory Nutt2014-05-061-0/+4
* A10 serial driver (still needs some work). From Alan Carvalho de AssisGregory Nutt2013-12-131-1/+1
* A10: Timer interrupt handlerGregory Nutt2013-12-131-1/+5
* A10+pcDuino: PIO support, LED and button supportGregory Nutt2013-12-111-1/+1
* A10 interrupt logicGregory Nutt2013-12-081-1/+1
* A10 mmu configuration and INTC register definitionsGregory Nutt2013-12-081-1/+1
* Add basic directory structure to support the Allwinner A10Gregory Nutt2013-12-071-0/+96