summaryrefslogtreecommitdiff
path: root/nuttx/arch
Commit message (Expand)AuthorAgeFilesLines
* Add configuration for Wave Share Open1788 (fragmentary)patacongo2013-01-186-91/+173
* Add vectors for the LPC1788 - from Rommel Marcelopatacongo2013-01-184-72/+258
* More LPC1788 register definitions from Rommel Marcelopatacongo2013-01-188-540/+2036
* Refactor all lpc17xx header files (more like STM32 header file structure now)patacongo2013-01-1873-4310/+5931
* Beginnings of definitions for the LPC1788; convert olimex-lpc1766stk to use k...patacongo2013-01-187-341/+995
* STM32 I2C changes from Mike Smithpatacongo2013-01-181-4/+7
* NSH will now run files from the file system; Add logic to unload and clean-up...patacongo2013-01-171-2/+36
* 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
* 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