summaryrefslogtreecommitdiff
path: root/nuttx/arch
Commit message (Expand)AuthorAgeFilesLines
* configs/sim/nsh/defconfig -- refresh, enable wall-time, dow builds natively i...Gregory Nutt2014-10-032-4/+5
* Add support for 64-bit lonjmp/setjmp in simulator platformGregory Nutt2014-10-038-45/+259
* Simulation: Change how simulated UART data availability is signaled. The las...Gregory Nutt2014-10-013-4/+43
* Mostly cosmetic changes to simulatorGregory Nutt2014-10-013-5/+16
* Update some commentsGregory Nutt2014-09-301-0/+8
* Fix a cornercase problem in in the UART simulationGregory Nutt2014-09-301-15/+22
* Restore up_internal.h. Changes its name was a bad idea... at least for nowGregory Nutt2014-09-3026-30/+30
* Simulated UART seems functionalGregory Nutt2014-09-302-83/+30
* Forgot to add a fileGregory Nutt2014-09-301-0/+69
* Completes simulated uart implementation... does not workGregory Nutt2014-09-308-189/+246
* simulation: Add a simulatied UART input device. Also lots of misc clean-up f...Gregory Nutt2014-09-3036-75/+344
* More vfork(): If we get to vfork() via system call, then we need to clone so...Gregory Nutt2014-09-291-0/+20
* Fix vfork(). Now that arguments are kept on the stack, the way that argument...Gregory Nutt2014-09-291-10/+10
* Move fs/fs.h to fs/inode/inode.h and some to fs/driver/driver.hGregory Nutt2014-09-291-1/+1
* Rename fs/fs_internal.h to fs/fs.hGregory Nutt2014-09-281-1/+1
* A little more clean-up of poll() error handlingGregory Nutt2014-09-261-13/+13
* This completes the implementation of shared memory supportGregory Nutt2014-09-244-44/+310
* STM32 CAN correction suggested by Max HoltzbergGregory Nutt2014-09-241-3/+3
* Build support for platform-specific shared memory logic. Not logic yet in placeGregory Nutt2014-09-242-1/+113
* Build support for platform-specific shared memory logic. Not logic yet in placeGregory Nutt2014-09-242-0/+7
* Move include/nuttx/mm.h to include/nuttx/mm/mm.hGregory Nutt2014-09-241-1/+1
* Move include/nuttx/gran.h to include/nuttx/mm/gran.hGregory Nutt2014-09-241-1/+1
* CosmeticGregory Nutt2014-09-231-14/+0
* Extend virtual/physical address conversions to include addresses in shared me...Gregory Nutt2014-09-231-0/+3
* Fix some inconsistent field name in struct task_group_s: addrenv should be t...Gregory Nutt2014-09-231-1/+1
* Add logic necessary to handler remapping of shared memory on contex switchesGregory Nutt2014-09-235-14/+82
* Add shared memory initializatin logicGregory Nutt2014-09-231-1/+1
* Add README files and configuration support for the shared memory logicGregory Nutt2014-09-231-0/+36
* More NxWM build fixesGregory Nutt2014-09-201-2/+2
* More naming changes to get the stm3240g-eval/nxterm configuration building againGregory Nutt2014-09-204-15/+21
* 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