summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/arm
Commit message (Expand)AuthorAgeFilesLines
* Clean up of pirelli-dpl10/nsh_highram configurationGregory Nutt2013-05-151-1/+10
* Remove up_assert_codeGregory Nutt2013-04-259-142/+110
* Rename g_heapbase to g_idle_topstack; Fix kernel build heap allocation which ...patacongo2013-03-143-13/+13
* Rename _TCB to struct tcb_spatacongo2013-02-0412-28/+28
* Misc clean; mark assertions as non-returning; allow toolchain prefix to be ov...patacongo2013-01-312-14/+15
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-285-6/+6
* Implement vfork() for the MIPS32 architecturepatacongo2013-01-151-0/+3
* Eliminate arch/arc/src/lm3s/lm3s_internal.h; replace with several header filespatacongo2013-01-081-1/+1
* Fixed ARM vfork; re-enabled vfork OS testpatacongo2013-01-071-1/+2
* Add ostest vfork test (does not work yet)patacongo2013-01-071-5/+5
* This initial vfork() check-in was a little pollyanna-ishpatacongo2013-01-071-10/+52
* Implement a simple vfork(). ARM only for nowpatacongo2013-01-071-0/+92
* Misc fixes for LM3S kconfig-frontends buildpatacongo2013-01-022-0/+12
* Fix several build issues noted by Mike Smithpatacongo2012-12-241-14/+37
* Mostly costmetic updatespatacongo2012-12-231-3/+5
* Add common Toolchain.defs for AVR/AVR32; Add Toolchain.defs for ARM; Add more...patacongo2012-11-232-0/+181
* C++ constructors work with ELF load nowpatacongo2012-10-291-0/+1
* ARM and ARMv7-M ELF support; STM32F4Discovery ELF loader test configurationpatacongo2012-10-261-0/+256
* Resync new repository with old repo r5166patacongo2012-09-171-2/+2
* Remove executable property from source and make filespatacongo2012-09-138-0/+0
* Email address change in nuttx/patacongo2012-09-1327-27/+27
* Kconfig updatepatacongo2012-04-161-1/+1
* Add logic so that a RAM log can be used in place of a console devicepatacongo2012-02-111-3/+3
* Fixes to get clean i.MXADS buildpatacongo2011-04-261-2/+1
* Modify interrupt handling for privileged/unprivileged modepatacongo2011-04-081-1/+1
* I2C fixes from Uros; USB serial fix from Sheref; + A little more kernel mode ...patacongo2011-04-072-26/+54
* current_regs should be volatile; add support for nested interrupts; enable in...patacongo2011-04-063-10/+33
* Fix a signal trampoline bugnuttx-5.12patacongo2010-10-273-25/+21
* Early AT45DB debug fixespatacongo2010-09-122-0/+8
* Fix heap layout issuepatacongo2010-09-061-3/+8
* Fix clearing of SRAM when clocks resetpatacongo2010-09-061-0/+44
* paging debug fixespatacongo2010-09-052-2/+2
* APB0 and APB1 must be in same MMU sectionpatacongo2010-09-051-3/+7
* Basic MMU setup seems ok nowpatacongo2010-09-052-16/+26
* Missed definition for 4Kb page casepatacongo2010-09-022-0/+7
* Initial allocated page must be read/write/non-cacheablepatacongo2010-09-012-3/+12
* Fix units used in page table address calculationpatacongo2010-09-011-12/+7
* Fix virtual address of page tablepatacongo2010-09-011-14/+45
* Misc. paging fixespatacongo2010-09-012-8/+8
* Pointless debug changespatacongo2010-09-012-28/+71
* Fix error in conditional compilationpatacongo2010-08-311-15/+22
* Handle the case of an identity phys-to-virt mappingpatacongo2010-08-311-10/+59
* page tables must be alignedpatacongo2010-08-311-66/+76
* Add paging debug instrumentationpatacongo2010-08-312-3/+8
* typopatacongo2010-08-281-1/+1
* Fix heap/page table overlap; Switch to 1Kb pagespatacongo2010-08-241-18/+8
* First round of changes made during debugpatacongo2010-08-222-13/+30
* Fix demand-paging compilation errorspatacongo2010-08-227-11/+14
* simplificationpatacongo2010-08-222-61/+24
* Update On-demand paging documentationpatacongo2010-08-223-77/+105