summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
...
* Misc changes to accept setenv.bat; Add UG-2864AMBAG01 reverse landscape supportpatacongo2012-11-094-149/+218
* UG-2864AMBAG01 driver is basically functionalpatacongo2012-11-096-7/+58
* Several patches from Petteri Aimonen (mostly NxWidgets)patacongo2012-11-098-106/+230
* Support for non-common vectors from Freddie Chopinpatacongo2012-11-085-42/+127
* STM32 OTG FS fix from Petteri Aimonen; Finish off some UG-2864AMBAG01 test logicpatacongo2012-11-0811-398/+477
* Add UG-2864AMBAG01 initialization for use on STM32F4Discoverypatacongo2012-11-086-20/+228
* Convert configs/stm32f4discovery/nxlines to use Kconfig toolpatacongo2012-11-0729-648/+587
* Add driver for Univision UG-2864AMBAG01patacongo2012-11-077-22/+1522
* STM32 OTG FS device fix from Petteri Aimonenpatacongo2012-11-074-4/+24
* Fix apps/netutils/webclient build problempatacongo2012-11-063-270/+49
* Patch to removed MMCSD NSLOTS warning from Freddie Chopinpatacongo2012-11-06192-19/+1546
* STM32 F100 High Density support and generic board configuration from Freddie ...patacongo2012-11-0625-425/+3888
* Make ostest RR scheduler test use less memory from Freddie Chopin; Plus build...patacongo2012-11-051-1/+1
* Prep for 6.23 releasenuttx-6.23patacongo2012-11-054-485/+348
* uClibc++ exceptions are workingpatacongo2012-11-053-6/+9
* Change = to += in setting of LDFLAGS in all architecture Makefilespatacongo2012-11-049-9/+9
* Changes to get a clean build of apps/examples/cxxtest with the STM32 and uCli...patacongo2012-11-044-4/+31
* Missed a few ld.script files in Freddie Chopin's last big changepatacongo2012-11-043-0/+0
* Add interfaces flags, extend ifconfig, add ifup and ifdown commands (Darcy Gongpatacongo2012-11-046-90/+281
* Massive clean-up of linker scripts from Freddie Chopinpatacongo2012-11-04134-3675/+851
* Relay example from Darcy Gongpatacongo2012-11-044-6/+49
* RGMP 4.0 update from Qiang Yupatacongo2012-11-0433-591/+2159
* More STM32 Value Line updates from Freddie Chopinpatacongo2012-11-035-37/+99
* Several small thingspatacongo2012-11-032-0/+62
* uClibc++ updatespatacongo2012-11-031-3/+8
* Create an STM32F4Discovery configuration for testing uClibc++patacongo2012-11-0212-99/+972
* More uClibc++ build fixespatacongo2012-11-022-1/+18
* Another fix to STM32 definitions from Freddie Chopinpatacongo2012-11-021-49/+49
* Fixes to STM32 definitions from Freddie Chopinpatacongo2012-11-026-53/+82
* Add libsupc++ to sim/cxxtest configurationpatacongo2012-11-025-86/+109
* Fixes for warnings from Freddie Chopinpatacongo2012-11-013-6/+6
* uClibc++ compiles... but it is a long way from linkingpatacongo2012-11-018-5/+73
* Add __cxa_atexit(); atexit() is now built on top of on_exit()patacongo2012-11-0111-29/+263
* ST32F4Discovery board.h patches from Freddie Chopinpatacongo2012-11-012-4/+7
* Add support for ferror(), feof(), and clearerr()patacongo2012-11-018-21/+307
* Fix uClibc++ wstrlen bugpatacongo2012-11-011-9/+1
* Correct name of another uClibc++ directorypatacongo2012-11-011-2/+2
* Put uClibc++ header files in a different directory from NuttX header filespatacongo2012-11-012-2/+9
* Fix DRAM size in STM32f4discovery defconfig filespatacongo2012-10-316-7/+12
* Convert configs/sim/ostest to use mconf tool; Add configs/sim/cxxtestpatacongo2012-10-319-182/+988
* Add misc/uClibc++ and build hooks in nuttx/patacongo2012-10-311-12/+29
* Documentation updatepatacongo2012-10-311-77/+222
* Documentation updatepatacongo2012-10-303-703/+725
* Add documentation for the binary loaderpatacongo2012-10-3010-27/+534
* More documentation updated to reference the ELF loader.patacongo2012-10-293-6/+27
* Update documentation to at least reference the ELF loader.patacongo2012-10-293-12/+92
* libm compilation fixes from Darcy Gongpatacongo2012-10-2948-48/+48
* C++ static destructors work with ELF load too nowpatacongo2012-10-2913-89/+344
* C++ constructors work with ELF load nowpatacongo2012-10-2922-383/+612
* Finish implemention of ELF loader static constructor support. Still some iss...patacongo2012-10-2914-344/+525