summaryrefslogtreecommitdiff
path: root/apps/examples/Make.defs
Commit message (Collapse)AuthorAgeFilesLines
* First check-in of Lazlo's PF_PACKET 'raw' socket implementationGregory Nutt2014-06-121-0/+4
|
* examples/serialrx added by Bob DoisonGregory Nutt2014-04-221-0/+4
|
* examples/cpuhog and serialblaster from Bob DoironGregory Nutt2014-04-221-0/+8
|
* Add apps/examples/i2schar that will eventually use the I2C character drvier ↵Gregory Nutt2013-11-101-0/+4
| | | | to verify I2S
* apps/example/configdata: Unit test for the MTD configuration data driverGregory Nutt2013-11-041-0/+4
|
* apps/examples/random: Add a test for /dev/randomGregory Nutt2013-10-201-0/+4
|
* Mov apps/examples/composite to apps/system/composite; convert ↵Gregory Nutt2013-09-251-4/+0
| | | | configs/stm3210e-eval/composite to use kconfig-frontend tools -- untested
* Move apps/examples/cdcacm to apps/system/cdcacmGregory Nutt2013-09-251-4/+0
|
* Move apps/examples/usbmsc to apps/system/usbmscGregory Nutt2013-09-251-4/+0
|
* Initial cut of a driver for the TI CC3000 network module with support on the ↵Gregory Nutt2013-09-031-0/+4
| | | | Freescale KL25Z board from Alan Carvalho de Assis
* Add NRF24L01 terminal example. From Laurent Latil.Gregory Nutt2013-06-011-0/+4
|
* Add apps/examples/slcd, Remove USB from STM32L-Discovery, LSE support for ↵Gregory Nutt2013-05-241-0/+4
| | | | the STM32 L family, some STM32L-Discovery LCD debug changes
* Add TCP echo server from Max HoltzbergGregory Nutt2013-05-221-0/+4
|
* Rearchitecting of some MTD, partition, SMART interfaces, and FLASH drivers ↵Gregory Nutt2013-05-031-0/+4
| | | | 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/+8
|
* Add configuration and example to test MTD partitionsGregory Nutt2013-04-301-0/+4
|
* Add interfaces to dynamically change symbol tables used by posix_spawn, ↵patacongo2013-01-101-0/+4
| | | | | | 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
* Remove non-functional WLAN examples, configurationspatacongo2012-12-311-4/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5468 42af7a65-404d-4744-a932-0658087f49c3
* standard keypad inteface and apps/examples/keypadtest from Denis Cariklipatacongo2012-12-011-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5403 42af7a65-404d-4744-a932-0658087f49c3
* ModBus fixes from Freddie Chopinpatacongo2012-11-141-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5351 42af7a65-404d-4744-a932-0658087f49c3
* Relay example from Darcy Gongpatacongo2012-11-041-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5306 42af7a65-404d-4744-a932-0658087f49c3
* Convert configs/sim/ostest to use mconf tool; Add configs/sim/cxxtestpatacongo2012-10-311-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5285 42af7a65-404d-4744-a932-0658087f49c3
* Add apps/examples/cxxtest from Qiang Yupatacongo2012-10-311-0/+4
| | | | 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/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5281 42af7a65-404d-4744-a932-0658087f49c3
* Add port of cJSON from Darcy Gongpatacongo2012-10-271-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5267 42af7a65-404d-4744-a932-0658087f49c3
* Add an example for testing the ELF loaderpatacongo2012-10-251-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5260 42af7a65-404d-4744-a932-0658087f49c3
* Change all occurrences of CONFIG_EXAMPLE_ to CONFIG_EXAMPLES_ for ↵patacongo2012-10-041-1/+1
| | | | | | consistency; fleshed out a few more Kconfig files git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5211 42af7a65-404d-4744-a932-0658087f49c3
* Definitions for ARMv7-M AIRCR register, Fixes for ADS7843 and SSD1289 ↵patacongo2012-09-271-0/+4
| | | | | | driver, Missing build logic for examples/watchdog git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5198 42af7a65-404d-4744-a932-0658087f49c3
* Add XML RPC server plus NXWM build fixes from Max Holtzbergpatacongo2012-09-141-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5150 42af7a65-404d-4744-a932-0658087f49c3
* Add UDP discovery configuration for the STM3240G-EVAL (from Max Holtzberg)patacongo2012-09-121-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5138 42af7a65-404d-4744-a932-0658087f49c3
* Developing a new way to handle application configurationspatacongo2012-04-141-0/+223
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4609 42af7a65-404d-4744-a932-0658087f49c3