aboutsummaryrefslogtreecommitdiff
path: root/nuttx/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge NuttX r5527px4dev2013-01-1716-96/+680
|\
| * Implement vfork() for the MIPS32 architecturepatacongo2013-01-1510-4/+565
| * Configre configs/ubw32/ostest to use kconfig-frontendspatacongo2013-01-149-10/+53
| * Update STM32 F1 DMA to parity with F2/F4patacongo2013-01-114-58/+137
| * Re-partition Stellaris vector logicpatacongo2013-01-097-751/+963
| * Change naming of all Stellaris pre-processor symbols from LM3S_ to LM_ to mak...patacongo2013-01-0926-2103/+2102
| * Rename LM3S files, variables, and types from lm3s_ to lm_; Rename configurati...patacongo2013-01-0933-1373/+1372
| * Use kconfig- prefix to avoid tool name conflicts (from Jose Pablo Carballo)patacongo2013-01-091-5/+5
| * Rename arch/arm/src/lm3s to arch/arm/src/lm to allow a namespace that will in...patacongo2013-01-0837-111/+128
| * Eliminate arch/arc/src/lm3s/lm3s_internal.h; replace with several header filespatacongo2013-01-0819-281/+734
| * Add execv() and execl(); Move lm3s header files for compatibilitypatacongo2013-01-0813-118/+249
| * Fixed ARM vfork; re-enabled vfork OS testpatacongo2013-01-073-3/+5
| * Disable the vfork() OS test... it failspatacongo2013-01-071-3/+7
| * Add ostest vfork test (does not work yet)patacongo2013-01-074-16/+54
| * This initial vfork() check-in was a little pollyanna-ishpatacongo2013-01-0718-72/+300
| * Implement a simple vfork(). ARM only for nowpatacongo2013-01-0717-50/+385
| * Correct some errors in the LPC17xx SYSCON register bit definitions (from Romm...patacongo2013-01-051-8/+8
| * STM32 FLASH changes from Freddie Chopinpatacongo2013-01-031-14/+23
| * Misc fixes for LM3S kconfig-frontends buildpatacongo2013-01-024-5/+26
| * All lm3s6965-ek configurations converted to use kconfig-frontendspatacongo2013-01-011-0/+140
| * Add board support at configs/zp214xpa for the The0.net ZP213X/4XPA board with...patacongo2012-12-281-0/+134
| * Fix several build issues noted by Mike Smithpatacongo2012-12-241-14/+37
| * Mostly costmetic updatespatacongo2012-12-2314-90/+128
| * configs/sim/nxwm now uses kconfig-frontendspatacongo2012-12-211-1/+1
* | Fix a compile error in the i2c reset code.px4dev2013-01-111-2/+2
* | Manually fixup merge botches via direct comparison with NuttX r5447.px4dev2013-01-1133-1000/+2927
* | Merge commit 'eaf1d8063cc707b1041e8583663d9edd45f42c5d' into nuttx-merge-5447px4dev2013-01-111-14/+18
|\ \
| * | Build system updates to match the NuttX merge.px4dev2013-01-011-379/+0
| * | Merge commit '0f2decb70f505b108999fcdb80e89d7aae6760ce' into nuttx-merge-0f2decbpx4dev2013-01-0149-485/+3942
| |\|
* | | Merge branch 'master' into nuttx-merge-5447px4dev2013-01-1110-186/+546
|\ \ \ | |/ / |/| / | |/
| * Verify PATH variable in apps/examples/elfpatacongo2012-12-191-0/+1
| * Incorporate address environment interfaces in binfmt/ logicpatacongo2012-12-191-0/+5
| * Restructre address environment interfaces in preparation for incorporation in...patacongo2012-12-182-68/+208
| * Add z180 system timerpatacongo2012-12-159-96/+326
| * More z180 serial logicpatacongo2012-12-1414-126/+531
| * Add framework for z180 SCC driverpatacongo2012-12-147-24/+1402
| * Finsh Z80181/182 register bit definitionpatacongo2012-12-131-77/+394
| * Add special register definitions needed for z80181 and z80182patacongo2012-12-132-114/+331
| * Add z180 interrupt initialization logicpatacongo2012-12-125-61/+106
| * Add z180 interrupt vectorspatacongo2012-12-127-253/+520
| * Fix typo in z80-family Makefilespatacongo2012-12-122-2/+2
| * Fix some early z180 compile errorspatacongo2012-12-116-23/+40
| * configs/p112: Add a configuration for the Z180 P112 boardpatacongo2012-12-118-45/+165
| * Add support for the Z180 MMU and generic hooks for processespatacongo2012-12-119-51/+905
| * Add arch/z80/src/z180/z180_iomap.hpatacongo2012-12-104-27/+406
| * Add source files for z180patacongo2012-12-1029-171/+2690
| * Add header files for z180patacongo2012-12-106-0/+923
| * Some initial changes for 8051 build updatepatacongo2012-12-092-193/+285
| * configs/xtrs/ostest converted to kconfig-frontend and Windows nativepatacongo2012-12-085-5/+61
| * Fixes for configs/z80sim/pashello Windows native buildpatacongo2012-12-081-3/+3