summaryrefslogtreecommitdiff
path: root/apps/examples
Commit message (Expand)AuthorAgeFilesLines
* Massive clean-up of linker scripts from Freddie Chopinpatacongo2012-11-041-0/+10
* Relay example from Darcy Gongpatacongo2012-11-047-15/+305
* Add support for wget POST interface; from Darcy Gongpatacongo2012-11-033-8/+123
* Create an STM32F4Discovery configuration for testing uClibc++patacongo2012-11-021-9/+13
* More uClibc++ build fixespatacongo2012-11-021-1/+5
* Fixes for warnings from Freddie Chopinpatacongo2012-11-011-0/+1
* uClibc++ compiles... but it is a long way from linkingpatacongo2012-11-011-0/+4
* Convert configs/sim/ostest to use mconf tool; Add configs/sim/cxxtestpatacongo2012-10-312-7/+7
* Add apps/examples/cxxtest from Qiang Yupatacongo2012-10-317-8/+387
* Documentation updatepatacongo2012-10-312-2/+2
* Add apps/examples/wgetjson from Darcy Gongpatacongo2012-10-318-2/+462
* C++ constructors work with ELF load nowpatacongo2012-10-296-5/+664
* Finish implemention of ELF loader static constructor support. Still some iss...patacongo2012-10-297-584/+7
* Add port of cJSON from Darcy Gongpatacongo2012-10-278-158/+721
* The ELF loader is basically functional (needs more testing)patacongo2012-10-2716-265/+242
* ARM and ARMv7-M ELF support; STM32F4Discovery ELF loader test configurationpatacongo2012-10-265-14/+23
* Rename elf.h to elf32.h; Additional ELF loader changespatacongo2012-10-263-2/+10
* More ELF loader changespatacongo2012-10-2513-19/+93
* Add an example for testing the ELF loaderpatacongo2012-10-2532-1/+2860
* Move binfmt.h, nxflat.h, elf.h, and symtab.h to include/nuttx/binfmt/patacongo2012-10-244-6/+6
* Several bugfixes contributed by Petteri Aimonenpatacongo2012-10-202-3/+2
* ADC support for the Shenzhou board from Darcy Gongpatacongo2012-10-131-1/+6
* Fix some W25 driver errorspatacongo2012-10-042-3/+53
* Change all occurrences of CONFIG_EXAMPLE_ to CONFIG_EXAMPLES_ for consistency...patacongo2012-10-0432-286/+342
* Definitions for ARMv7-M AIRCR register, Fixes for ADS7843 and SSD1289 driver,...patacongo2012-09-271-0/+4
* Resync new repository with old repo r5166patacongo2012-09-171-0/+1
* Add XML RPC server plus NXWM build fixes from Max Holtzbergpatacongo2012-09-147-3/+722
* Remove executable property from source and make filespatacongo2012-09-136-0/+0
* USB device drivers: Add hooks to to use common, external DMA buffer allocatio...patacongo2012-09-13133-269/+269
* Rename all apps/examples/-/main.c to something uniquepatacongo2012-09-1321-22/+22
* Suppress network configuration in discover example if it is an NSH built-in f...patacongo2012-09-122-8/+15
* Add UDP discovery configuration for the STM3240G-EVAL (from Max Holtzberg)patacongo2012-09-126-80/+91
* Network discover utility from Max Holtzbergpatacongo2012-09-124-0/+353
* The M3 Wildfire port is code complete and ready for testpatacongo2012-09-101-2/+125
* LPC17xx Kconfig looks goodpatacongo2012-09-051-0/+29
* Refactor serial configuratin; AVR teensy Kconfig now buildspatacongo2012-09-051-0/+2
* Remove CONFIG_LIBC_PERROR_DEVNAME. What was I thinking?patacongo2012-09-011-4/+8
* The content for uIP web server demo is no longer canned, but is not built dyn...patacongo2012-08-3113-4/+358
* Add configurable application entry pointpatacongo2012-08-3051-568/+369
* Add some protection to the priority inheritance logic when sem_post() is call...patacongo2012-08-281-2/+10
* Fix some list handling associated with priority inheritancepatacongo2012-08-261-2/+12
* I learned how to spell PSEUDOpatacongo2012-08-051-1/+1
* Add support for testing multiple ADC, PWM, and QE devicespatacongo2012-07-306-65/+297
* Remove BOTHERpatacongo2012-07-242-3/+4
* Make serial setup configurale in apps/examples/modbuspatacongo2012-07-212-8/+38
* Missed a couple of files in the last check-inpatacongo2012-07-211-0/+0
* Use NuttX types in FreeModBus port; Add FreeModBus demo at apps/examples/modb...patacongo2012-07-218-5/+673
* Fix some questionable MAC addressespatacongo2012-07-1912-54/+54
* Fix typo in example codepatacongo2012-06-081-3/+3
* Add support for the USB trace cability in NSH when a USB console is usedpatacongo2012-05-261-1/+1