summaryrefslogtreecommitdiff
path: root/apps/examples
Commit message (Expand)AuthorAgeFilesLines
* Fixed missing symbol in MakefileLorenz Meier2013-08-051-1/+3
* Merged in upstream, took upstream UART driver without changes, needs re-evalu...Lorenz Meier2013-06-1320-111/+46
* Move SAM3U header files to arch/arm/src/sam3u/chip. Some renaming of SAM3U to...Gregory Nutt2013-06-026-25/+89
* Updates to README filesGregory Nutt2013-06-012-138/+148
* Add NRF24L01 terminal example. From Laurent Latil.Gregory Nutt2013-06-016-7/+490
* Fix that way that NxWight UnitTests are reigistered as NSH builtin appsGregory Nutt2013-05-301-1/+1
* The Makefile in every directory that can generate a .dSYM should also clean ....Gregory Nutt2013-05-306-1/+5
* .dSYM only needs to be in the same .gitignore files as .exeGregory Nutt2013-05-3064-70/+6
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add...Gregory Nutt2013-05-3066-894/+799
* The SLCD driver is now fully functional for Sure PIC32MX boardGregory Nutt2013-05-271-1/+21
* Rename SLCD geometry tructure to attributes; Move MAX contrast to attributes...Gregory Nutt2013-05-271-10/+10
* More SLCD-related fixesGregory Nutt2013-05-261-16/+21
* Extentions SCLD test; SCLD CODEC and LCD1602 driver bug fixesGregory Nutt2013-05-261-30/+59
* PCB-Logic PIC32MX LCD1602 driver now supports SLCD CODED; Added an SLCD ioctl...Gregory Nutt2013-05-251-0/+1
* Converted configs/pcblogic-pic32mx configurations to use kconfig-frontends. ...Gregory Nutt2013-05-251-1/+1
* Additional bug fixes and minor extensions to the STM32L-Disovery segment LCD ...Gregory Nutt2013-05-241-4/+16
* Fix bugs in SLCD test and in SLCD CODECGregory Nutt2013-05-241-7/+81
* Add apps/examples/slcd, Remove USB from STM32L-Discovery, LSE support for the...Gregory Nutt2013-05-248-3/+388
* Don't allocate dhcp_state structure when DHCP is not configuredGregory Nutt2013-05-231-1/+1
* Add TCP echo server from Max HoltzbergGregory Nutt2013-05-227-2/+579
* Add runtime configuration for UDP discovery utility. From Max HoltzbergGregory Nutt2013-05-211-1/+1
* apps/examples/helloxx entry point name was mangled when built as an NSH built...Gregory Nutt2013-05-164-25/+24
* Fix typo is STM32 ADC driver for F2 and F4: ADC not ACDGregory Nutt2013-05-081-1/+5
* Fixes for the examples/nxtext testGregory Nutt2013-05-072-34/+155
* Rearchitecting of some MTD, partition, SMART interfaces, and FLASH drivers to...Gregory Nutt2013-05-0310-5/+1175
* Add support for the byte write method to MTD partition logic; Beef up the MT...Gregory Nutt2013-05-022-10/+153
* Add tests for the SMART block driver and file system. From Ken PettitGregory Nutt2013-05-0114-9/+1059
* Changes to get the MTD test workingGregory Nutt2013-04-301-29/+72
* Add configuration and example to test MTD partitionsGregory Nutt2013-04-309-9/+626
* Various Kconfig files still have references to CONFIG_ variables. Some in ha...Gregory Nutt2013-04-253-9/+9
* Cancel test needs to wait for the thread to set non-cancelable mode at one pointGregory Nutt2013-04-181-1/+11
* Move LPC17xx IOCON register definitions from lpc17_gpio.h to lpc17_iocon.h; f...Gregory Nutt2013-04-044-26/+19
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-0487-0/+957
* SSP driver fixes for the LPC178x; Fixes for Open1788 touchscreen driverpatacongo2013-04-022-2/+2
* More naming changes associated with earlier renaming of LP17xx up_spiinitiali...patacongo2013-04-014-11/+48
* itoa() from Ryan Sundbergpatacongo2013-03-142-17/+13
* Two fixes from Mike Smith: (1) use -m install of --mode in install commands, ...patacongo2013-03-032-2/+2
* Add a THTTPD configuratin for zkit-arm-1769patacongo2013-02-262-13/+52
* Add port to Zilogic Systems ZKIT-ARM-1769 board (more coming)patacongo2013-02-261-12/+17
* Minor changes to make OS test more robust in the presence of many memory allo...patacongo2013-02-262-21/+68
* Fix a readline bug. If a NUL is received, it would return end-of-filepatacongo2013-02-103-11/+10
* STM32F3Discovery passes all OS tests; Delay loop has been calibratedpatacongo2013-02-091-9/+84
* Fix some problems with the vfork() test on the STM32F3Discoverypatacongo2013-02-084-6/+11
* STM32F3Discovery port is complete, builds, and is ready for testingpatacongo2013-02-071-4/+0
* More updates for the STM32F3Discoverypatacongo2013-02-061-1/+1
* Changed needed to fix issues with task_restart()patacongo2013-02-065-7/+214
* Misc clean-up and bugfixes related to multi-thread group signallingpatacongo2013-02-063-35/+105
* Moving pending signals to task group; Logic to recover some MQ resources on p...patacongo2013-02-051-9/+34
* Rename _TCB to struct tcb_spatacongo2013-02-041-2/+2
* Move pthread join and key creation data into the task grouppatacongo2013-02-031-3/+5