summaryrefslogtreecommitdiff
path: root/nuttx/arch
Commit message (Expand)AuthorAgeFilesLines
* Fix missing closing quotation markGregory Nutt2014-09-191-1/+1
* Some compiler errors that I added to Ken's code. From Ken PettitGregory Nutt2014-09-191-3/+3
* Emulated SPI FLASH driver for the sim target from Ken PettitGregory Nutt2014-09-195-1/+970
* SAMA5D4-EK/nsh: WM8904 support enabled; README updatedGregory Nutt2014-09-181-1/+1
* Ooops... a file that I forgot to add yesterdayGregory Nutt2014-09-171-0/+102
* Fixes to avoid some hang conditions using STM32 CANGregory Nutt2014-09-171-13/+0
* Only SAM4 family has RTTDIS bit in the MR register. SourceForge bug #33 from ...Gregory Nutt2014-09-171-0/+2
* Add a sharable version of arm_virtpgaddr()Gregory Nutt2014-09-165-0/+27
* First round of changes to get the ELF configuration building againGregory Nutt2014-09-161-2/+2
* These files were deleted and moved to a different location (see previos commit)Gregory Nutt2014-09-162-222/+0
* remove tailing blank lineGregory Nutt2014-09-161-1/+0
* Move common/up_signal_dispatch.c to armv6-m, armv7-m, and armv7-a. The armv7...Gregory Nutt2014-09-163-0/+325
* Correct stack handling is signal deliver to user processesGregory Nutt2014-09-161-23/+13
* Move some share-able logic from sama5/sam_pgalloc.c to armv7-a/arm_physpgaddr.cGregory Nutt2014-09-162-2/+2
* Move some share-able logic from sama5/sam_pgalloc.c to armv7-a/arm_physpgaddr.cGregory Nutt2014-09-161-1/+1
* Move some share-able logic from sama5/sam_pgalloc.c to armv7-a/arm_physpgaddr.cGregory Nutt2014-09-166-78/+330
* Partial fix to an cache cleaning problemGregory Nutt2014-09-151-5/+8
* Fix an error in a debug statementGregory Nutt2014-09-151-1/+1
* Eliminate a bug introduced in last checkingGregory Nutt2014-09-151-1/+1
* ARMv7-A: Improvements to assertion output for kernel modeGregory Nutt2014-09-151-39/+45
* If we are configured to use a kernel stack while in SYSCALL handling, then we...Gregory Nutt2014-09-152-0/+45
* Fix a typo in system call when fetching parameter from the stack: regs[REG_P...Gregory Nutt2014-09-153-3/+3
* Initial integration of kernel stack (does not work)Gregory Nutt2014-09-144-16/+61
* Add the initial implementation of the process kernel stack logic. Not yet in...Gregory Nutt2014-09-144-6/+221
* Rename everything associated with the dynamic process stack to ustack to make...Gregory Nutt2014-09-146-37/+87
* Update README, TODO, and make some unfinished configuration options dependent...Gregory Nutt2014-09-131-0/+1
* Add logic need to manage a virtualized stack. Not yet incorporated into base...Gregory Nutt2014-09-134-2/+296
* Move static helper routines from arm_addrenv.c and may them global so that th...Gregory Nutt2014-09-136-252/+471
* Add a configuration option for dynamic stack managementGregory Nutt2014-09-134-19/+41
* Comsetic updates to comments, debug outputGregory Nutt2014-09-122-2/+4
* ARMv7-A: Modify up_fullcontextrestore() for CONFIG_BUILD_KERNEL. It changed ...Gregory Nutt2014-09-124-19/+77
* Fix logic for returning from exceptions to user-mode contextsGregory Nutt2014-09-112-38/+65
* All tasks, even user mode tasks, must start in supervisor mode until they get...Gregory Nutt2014-09-111-22/+5
* Update some comments/function headersGregory Nutt2014-09-111-1/+10
* Tighten up some ARM assembly language. You can always do betterGregory Nutt2014-09-111-46/+78
* ARMv7-A: Exception register save/restore needs to work a little differently i...Gregory Nutt2014-09-111-32/+362
* Trivial kernel build related fixes for consistencyGregory Nutt2014-09-112-1/+8
* Misc fixes to repair some of the breakage to the SAMA5D4-EK elf configuration...Gregory Nutt2014-09-112-1/+13
* Fix for UART7 and UART8 on STM32 clock enable from AtonGregory Nutt2014-09-112-4/+6
* Add logic to initialize the per-process user heap when each user process is s...Gregory Nutt2014-09-104-46/+124
* SAMA5D4-EK: These configurations now use the fixed DRAM mapping for manipulat...Gregory Nutt2014-09-101-0/+119
* Add configuration to use the fixed DRAM mapping for the page pool (if availab...Gregory Nutt2014-09-103-4/+181
* pcDuino: Several fixes so that it still builds after other Cortex-A changes.Gregory Nutt2014-09-101-0/+1
* ELF relocations. Some relocation types do not have a named symbol associated...Gregory Nutt2014-09-096-16/+104
* SAM3X/Arduino Due: Fix typo in sam3x_periphclks.h; add SCLK definitions to bo...Gregory Nutt2014-09-085-8/+8
* SAMA5D4-EK: In kernel build with address environment, need logic to map user ...Gregory Nutt2014-09-076-6/+247
* Fix loop counter... was overrunning a table on larger ELF filesGregory Nutt2014-09-071-1/+1
* Correct size comparison (pages vs. sections)Gregory Nutt2014-09-071-1/+4
* The 'make export' target needs to bundle up the user C startup file (crt0), n...Gregory Nutt2014-09-0416-43/+67
* Mostly cosmetic changesGregory Nutt2014-09-041-1/+1