summaryrefslogtreecommitdiff
path: root/nuttx/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* MIPS stack alignment fix for floating point from Helmutpatacongo2013-02-271-10/+30
* Add an NSH configuration for the NuTiny-SDK-NUC120. Still does not workpatacongo2013-02-261-16/+0
* Some fixes needed for STM32 build after recent scheduler changespatacongo2013-02-071-18/+18
* Rename _TCB to struct tcb_spatacongo2013-02-0415-37/+37
* Misc clean; mark assertions as non-returning; allow toolchain prefix to be ov...patacongo2013-01-312-14/+15
* Missing calls to class SUSPEND/RESUME methods in all USB driverspatacongo2013-01-311-2/+17
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-282-3/+3
* Serial driver needed even when no console; Fix user LED settings in all STM32...patacongo2013-01-282-4/+23
* Move stream data from TCB to task group structure.patacongo2013-01-261-23/+19
* Move file data from TCB to task grouppatacongo2013-01-261-5/+3
* Fix poll/select issue reported by Qiangpatacongo2013-01-241-4/+9
* Beginning of support for LCD1602patacongo2013-01-211-1/+2
* Implement vfork() for the MIPS32 architecturepatacongo2013-01-156-2/+551
* Configre configs/ubw32/ostest to use kconfig-frontendspatacongo2013-01-144-5/+28
* Mostly costmetic updatespatacongo2012-12-231-3/+5
* Patches from Petteri Aimonen + stdbool and rand() changes for Freddie Chopinpatacongo2012-12-071-9/+9
* All ZNEO configurations converted to use the mconf/Kconfig toolpatacongo2012-11-291-7/+3
* Add common Toolchain.defs for AVR/AVR32; Add Toolchain.defs for ARM; Add more...patacongo2012-11-231-26/+12
* /configs/stm32f4discovery/winbuild and configs/cloudctrl upated to use Mike's...patacongo2012-11-211-0/+6
* Big refactoring of toolchain definitions by Mike Smithpatacongo2012-11-212-0/+240
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-201-3/+3
* Most of the changes needed to support Windows native clean; distclean is has ...patacongo2012-11-171-2/+3
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-151-1/+1
* Simple window natives OS test build now works; Probabaly more to do for other...patacongo2012-11-141-0/+2
* More native build fixes -- still problems in apps/ directorypatacongo2012-11-141-14/+25
* A few more build fixespatacongo2012-11-121-9/+12
* Correct some issues with last check-in; ez80 still does not buildpatacongo2012-11-111-14/+14
* Partial change: Removing bash ARCHIVE looppatacongo2012-11-111-3/+1
* Remove bash fragments that test for board/Makefilepatacongo2012-11-111-20/+34
* arch/../src/Makefiles now use only libraries in lib/patacongo2012-11-111-28/+29
* Change = to += in setting of LDFLAGS in all architecture Makefilespatacongo2012-11-041-1/+1
* Resync new repository with old repo r5166patacongo2012-09-173-6/+6
* Email address change in nuttx/patacongo2012-09-1337-1175/+1175
* The M3 Wildfire port is code complete and ready for testpatacongo2012-09-101-0/+1
* Reconfigured Shenzhou to use JTAG. Misc Kconfig changespatacongo2012-09-093-8/+3
* Shenzhou board is first to use ONLY Kconfig for configurationpatacongo2012-09-081-7/+7
* Kconfig: Standardize board LED and button configurationspatacongo2012-09-081-6/+0
* LPC17xx Kconfig looks goodpatacongo2012-09-051-3/+3
* Add Kconfig settings for the LPC17xxpatacongo2012-09-051-280/+8
* Refactor serial configuratin; AVR teensy Kconfig now buildspatacongo2012-09-051-18/+0
* Kconfig changes + back out part of last check-in: The 2STOP setting must be ...patacongo2012-09-041-18/+18
* Auto-configuration updates from Richard Cochranpatacongo2012-08-171-6/+0
* Move RAMLOG driver to drivers/syslog; Add ability to output debug information...patacongo2012-08-022-1/+5
* Add support for PIC32MX1/2 ANSEL register; Mirtoo NXFFS configuration now use...patacongo2012-07-272-6/+40
* Combine cfset[o|i]speed to cfsetspeed; combine cfget[o|i]speed for cfgetspeedpatacongo2012-07-241-2/+5
* Ooops.. c_speed is now read-onlypatacongo2012-07-241-1/+42
* Baud definitions (B9600 for example) are again encoded; Now supports the BOTH...patacongo2012-07-231-0/+9
* Change all values in all limits.h for all architectures to signed decimal; th...patacongo2012-07-051-20/+25
* Fix a critical PIC32 GPIO configuration bugpatacongo2012-06-252-5/+4
* Enable LEDs on Mirtoo boardpatacongo2012-06-221-3/+3