summaryrefslogtreecommitdiff
path: root/apps/examples/README.txt
Commit message (Collapse)AuthorAgeFilesLines
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate ↵Gregory Nutt2014-08-291-5/+9
| | | | new CONFIG_BUILD_KERNEL
* Rename apps/examples/uip to apps/examples/webserverGregory Nutt2014-07-031-50/+50
|
* NET: Rename uiplib/UIPLIB to netlib/NETLIBGregory Nutt2014-07-021-12/+12
|
* First check-in of Lazlo's PF_PACKET 'raw' socket implementationGregory Nutt2014-06-121-0/+5
|
* examples/serialrx added by Bob DoisonGregory Nutt2014-04-221-1/+8
|
* examples/cpuhog and serialblaster from Bob DoironGregory Nutt2014-04-221-1/+15
|
* Long needed clean up of DNS resolver for coding style and naming conventionsGregory Nutt2014-04-111-3/+3
|
* Removed all support for the legacy configuration mechanism from the apps/ ↵Gregory Nutt2014-03-061-15/+0
| | | | directory
* Add a mouse interface that is similar to the touchscreen interface except ↵Gregory Nutt2014-02-101-6/+8
| | | | that it can handle multple buttons and continuously reports positional data so that it can control a cursor
* Change how TCP read-ahead is selected to better integrate with TCP write ↵Gregory Nutt2014-01-131-0/+1
| | | | buffering
* Add apps/examples/i2schar that will eventually use the I2C character drvier ↵Gregory Nutt2013-11-101-1/+47
| | | | to verify I2S
* apps/example/configdata: Unit test for the MTD configuration data driverGregory Nutt2013-11-041-0/+5
|
* apps/examples/random: Add a test for /dev/randomGregory Nutt2013-10-201-0/+22
|
* Mov apps/examples/composite to apps/system/composite; convert ↵Gregory Nutt2013-09-251-78/+0
| | | | configs/stm3210e-eval/composite to use kconfig-frontend tools -- untested
* Move apps/examples/cdcacm to apps/system/cdcacmGregory Nutt2013-09-251-44/+0
|
* Move apps/examples/usbmsc to apps/system/usbmscGregory Nutt2013-09-251-77/+0
|
* apps/examples/pwm: Clean up some configuration confusionGregory Nutt2013-09-051-2/+2
|
* Rename examples/usbstorage to examples/usbmsc. From CCTSAOGregory Nutt2013-09-051-3/+3
|
* Some restructing of the CC3000 buildGregory Nutt2013-09-041-0/+5
|
* Straighten out issues about who calls C++ initializers with CXXTEST or ↵Gregory Nutt2013-06-211-10/+42
| | | | HELLOXX are built as NSH applications; Add an ofstream test to CXXTEST suggested by Michael; Update many defconfig fiels to that they set configurations to handle C++ constructors just as before these configuration changes
* Remove CONFIG_XYZ_BUILTIN configurations, replace with the single ↵Gregory Nutt2013-06-121-20/+11
| | | | CONFIG_NSH_BUILTIN_APPS. Add SAM3/4 sam_periphclks.h which is just a header file that includes the right header file. Misc SAM3U-EK cleanup
* Updates to README filesGregory Nutt2013-06-011-137/+147
|
* Add apps/examples/slcd, Remove USB from STM32L-Discovery, LSE support for ↵Gregory Nutt2013-05-241-1/+7
| | | | the STM32 L family, some STM32L-Discovery LCD debug changes
* Add TCP echo server from Max HoltzbergGregory Nutt2013-05-221-0/+21
|
* Fix typo is STM32 ADC driver for F2 and F4: ADC not ACDGregory Nutt2013-05-081-1/+5
|
* Rearchitecting of some MTD, partition, SMART interfaces, and FLASH drivers ↵Gregory Nutt2013-05-031-0/+28
| | | | to: Better use the byte write capbility when available and to use smaller erase sectors for the erase sector size when available).
* Add tests for the SMART block driver and file system. From Ken PettitGregory Nutt2013-05-011-0/+30
|
* Add configuration and example to test MTD partitionsGregory Nutt2013-04-301-0/+27
|
* SSP driver fixes for the LPC178x; Fixes for Open1788 touchscreen driverpatacongo2013-04-021-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5812 42af7a65-404d-4744-a932-0658087f49c3
* More naming changes associated with earlier renaming of LP17xx ↵patacongo2013-04-011-4/+3
| | | | | | up_spiinitialize; LPC178x SSP support; Open1788 SSP and touchscreen support git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5811 42af7a65-404d-4744-a932-0658087f49c3
* itoa() from Ryan Sundbergpatacongo2013-03-141-5/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5741 42af7a65-404d-4744-a932-0658087f49c3
* apps/examples/nettest and poll: Complete Kconfig filespatacongo2013-01-241-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5556 42af7a65-404d-4744-a932-0658087f49c3
* convert configs/sim/nsh to use kconfig-frontendspatacongo2013-01-161-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5526 42af7a65-404d-4744-a932-0658087f49c3
* Add interfaces to dynamically change symbol tables used by posix_spawn, ↵patacongo2013-01-101-5/+79
| | | | | | execv, and execl. This is needed for testing. git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5506 42af7a65-404d-4744-a932-0658087f49c3
* Verified USB HID KBD driver encoding of special characters; ↵patacongo2012-12-261-3/+15
| | | | | | apps/examples/hidkbd now decodes encoded keyboar characters. git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5463 42af7a65-404d-4744-a932-0658087f49c3
* standard keypad inteface and apps/examples/keypadtest from Denis Cariklipatacongo2012-12-011-0/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5403 42af7a65-404d-4744-a932-0658087f49c3
* Convert configs/stm32f4discovery/nxlines to use Kconfig toolpatacongo2012-11-071-2/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5320 42af7a65-404d-4744-a932-0658087f49c3
* Make ostest RR scheduler test use less memory from Freddie Chopin; Plus ↵patacongo2012-11-051-0/+11
| | | | | | build fix from Darcy Gong git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5314 42af7a65-404d-4744-a932-0658087f49c3
* Massive clean-up of linker scripts from Freddie Chopinpatacongo2012-11-041-0/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5307 42af7a65-404d-4744-a932-0658087f49c3
* Relay example from Darcy Gongpatacongo2012-11-041-11/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5306 42af7a65-404d-4744-a932-0658087f49c3
* More uClibc++ build fixespatacongo2012-11-021-1/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5299 42af7a65-404d-4744-a932-0658087f49c3
* Add apps/examples/cxxtest from Qiang Yupatacongo2012-10-311-0/+19
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5284 42af7a65-404d-4744-a932-0658087f49c3
* Add apps/examples/wgetjson from Darcy Gongpatacongo2012-10-311-0/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5281 42af7a65-404d-4744-a932-0658087f49c3
* Finish implemention of ELF loader static constructor support. Still some ↵patacongo2012-10-291-0/+2
| | | | | | issues. git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5272 42af7a65-404d-4744-a932-0658087f49c3
* Add port of cJSON from Darcy Gongpatacongo2012-10-271-0/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5267 42af7a65-404d-4744-a932-0658087f49c3
* The ELF loader is basically functional (needs more testing)patacongo2012-10-271-5/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5265 42af7a65-404d-4744-a932-0658087f49c3
* ARM and ARMv7-M ELF support; STM32F4Discovery ELF loader test configurationpatacongo2012-10-261-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5264 42af7a65-404d-4744-a932-0658087f49c3
* Rename elf.h to elf32.h; Additional ELF loader changespatacongo2012-10-261-0/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5263 42af7a65-404d-4744-a932-0658087f49c3
* More ELF loader changespatacongo2012-10-251-0/+47
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5261 42af7a65-404d-4744-a932-0658087f49c3
* Fix some W25 driver errorspatacongo2012-10-041-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5212 42af7a65-404d-4744-a932-0658087f49c3