summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/arm
Commit message (Expand)AuthorAgeFilesLines
* Update everything under nuttx/arch to use the corrected syslog interfacesGregory Nutt2014-10-085-49/+72
* ELF relocations. Some relocation types do not have a named symbol associated...Gregory Nutt2014-09-091-3/+17
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-291-1/+1
* Fix an error introduced into ALL implmentations of interrupt dispatch logicGregory Nutt2014-08-281-1/+1
* Add address environment support to ALL implementatins of up_release_pending()Gregory Nutt2014-08-281-2/+14
* Add address environment support to ALL implementatins of up_reprioritize_rtr()Gregory Nutt2014-08-282-8/+20
* ARM: Move address environment switch from the task switchers to the interrupt...Gregory Nutt2014-08-281-1/+1
* ARM: Move address environment switch from the task switchers to the interrupt...Gregory Nutt2014-08-283-37/+43
* Add ADDRENV support to ALL implementations of up_unblock_task()Gregory Nutt2014-08-271-2/+22
* Add ADDRENV support to all implementations of up_block_task()Gregory Nutt2014-08-271-1/+21
* Change naming of ELF interfaces from arch_ to up_ for consistencyGregory Nutt2014-08-251-7/+7
* Remove os_internal.h it has been replace by several new header files under sc...Gregory Nutt2014-08-084-4/+7
* Replace os_internal.h with sched/sched.h in files that actually reference som...Gregory Nutt2014-08-089-9/+9
* Move clock functions from sched/ to sched/clockGregory Nutt2014-08-081-1/+1
* Change all time conversions. Yech. New timer units in microseconds breaks a...Gregory Nutt2014-08-071-1/+1
* More trailing whilespace removalGregory Nutt2014-04-1314-31/+31
* Make sure that there is one space after forGregory Nutt2014-04-121-1/+1
* All ARM assertion logic will show stack usage on assertion if DEBUG_STACK is ...Gregory Nutt2014-03-231-3/+19
* Add option to dump buffered USB trace data on an assertionGregory Nutt2014-03-201-1/+26
* Use common naming for rest of the toolchains tooGregory Nutt2014-03-051-9/+0
* Use common naming for all buildroot toolchainsGregory Nutt2014-03-051-5/+1
* Buildroot EABI (vs OABI) is now the defaultGregory Nutt2014-02-281-1/+1
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-244-8/+8
* The optimization level can now be selected as part of the configurationGregory Nutt2014-01-241-5/+9
* Fix some missing parameters in macrosGregory Nutt2013-12-221-1/+1
* lpc31 ECHI. Early debug changesGregory Nutt2013-11-201-3/+6
* ARM9: More cache control functionsGregory Nutt2013-11-202-23/+326
* LPC31: Configuration and build support for a forthcoming USB host driver; con...Gregory Nutt2013-11-141-1/+0
* Fixing typos from previous check-ins. Also, missed the ARMv7 IDLE stack colo...Gregory Nutt2013-11-011-22/+51
* Port IDLE/interrupt stack coloration to ARM and ARMv7-A architecturesGregory Nutt2013-11-011-13/+38
* Extend stack debug logic to include IDLE and interrupt stacks. Also color th...Gregory Nutt2013-11-012-11/+12
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-271-1/+1
* Fix Cortex-A CPSR register field definitionGregory Nutt2013-07-301-5/+5
* Correct an error in Cortex-A5 intermediate MMU mappingGregory Nutt2013-07-261-7/+22
* Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_Gregory Nutt2013-07-261-6/+6
* Fix an uninitialized register error that crept into the ARM9 start up code ma...Gregory Nutt2013-07-241-92/+96
* Improve some ARMv7-A/M floating point register save time; Add floating point ...Gregory Nutt2013-07-233-6/+6
* A few more Cortex-A5 and SAMA5 filesGregory Nutt2013-07-211-2/+2
* More ARMv7-A files that are just copies of the ARMv4/5 files for nowGregory Nutt2013-07-193-3/+3
* NSH cmp command by Andrew TwidgellGregory Nutt2013-07-181-1/+1
* Add support for a generic windows-based EABI toolchain; Add NX configuration ...Gregory Nutt2013-06-132-10/+38
* 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