summaryrefslogtreecommitdiff
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
...
* Add runtime configuration for UDP discovery utility. From Max HoltzbergGregory Nutt2013-05-214-15/+39
|
* Fix STM32L15X vector definitions; Fix STM32L-Discovery LED controls. The ↵Gregory Nutt2013-05-211-1/+1
| | | | NSH configuration is now fully functional on the STM32L-Discovery board.
* Minor updates to Kconfig and README filesGregory Nutt2013-05-171-1/+1
|
* apps/examples/helloxx entry point name was mangled when built as an NSH ↵Gregory Nutt2013-05-165-25/+26
| | | | builtin; plus some README updates
* Default NxWidgets and NxWM priorities should be 100 not 50 to be consistent ↵Gregory Nutt2013-05-121-16/+16
| | | | with other default priorities
* Add beginning a a media player window to NxWM from Ken Pettit. Still a work ↵Gregory Nutt2013-05-112-3/+17
| | | | in progress
* More changes for issues reported by CppCheckGregory Nutt2013-05-113-42/+52
|
* 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-073-34/+158
|
* Rearchitecting of some MTD, partition, SMART interfaces, and FLASH drivers ↵Gregory Nutt2013-05-0311-5/+1177
| | | | to: Better use the byte write capbility when available and to use smaller erase sectors for the erase sector size when available).
* Add support for the byte write method to MTD partition logic; Beef up the ↵Gregory Nutt2013-05-023-10/+155
| | | | MTD partition test -- and fix resulting bugs detected
* Misc changes for clean built od mikroe-stm32f4 configurationsGregory Nutt2013-05-012-1/+5
|
* Add tests for the SMART block driver and file system. From Ken PettitGregory Nutt2013-05-0115-10/+1062
|
* Add system/flash_eraseall NSH commandGregory Nutt2013-05-019-8/+247
|
* Add -h option to NSH git command; And NSH mksmartfs command. From Ken PetitGregory Nutt2013-04-306-33/+217
|
* Changes to get the MTD test workingGregory Nutt2013-04-301-29/+72
|
* Add configuration and example to test MTD partitionsGregory Nutt2013-04-3010-9/+628
|
* Prep for NuttX-6.27 releasenuttx-6.27Gregory Nutt2013-04-281-1/+3
|
* Various Kconfig files still have references to CONFIG_ variables. Some in ↵Gregory Nutt2013-04-255-12/+12
| | | | harmless comments, some in config definionts which is not harmless. All removed
* Fix test of range of skip= argument in NSH dd command. From Ken PetitGregory Nutt2013-04-242-6/+3
|
* New Kconfig convention: Extra indentation in comments will render as HTML ↵Gregory Nutt2013-04-222-18/+18
| | | | preformatted text
* Fixes to strchr, mkfats, and NxWidgets from Petteri AimonenGregory Nutt2013-04-221-0/+6
|
* Fix comments, references to the old SVN, and links to the old SVN. Replace ↵Gregory Nutt2013-04-191-1/+1
| | | | with equivalent GIT info
* _exit() should not call atexit() or on_exit() functions; Rename ↵Gregory Nutt2013-04-181-0/+3
| | | | task_deletecurrent() to task_exit()
* 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; ↵Gregory Nutt2013-04-044-26/+19
| | | | fix a few more .gitignore files
* Mostly updates and corrections to .gitignore filesGregory Nutt2013-04-047-40/+27
|
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-04125-1/+1290
|
* First test of the GIT repositoryGregory Nutt2013-04-042-0/+6
|
* SSP driver fixes for the LPC178x; Fixes for Open1788 touchscreen driverpatacongo2013-04-022-2/+2
| | | | 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-014-11/+48
| | | | | | 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
* Fixes to get SDRAM working on the Open1788. Works but is not reliablepatacongo2013-03-271-42/+139
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5794 42af7a65-404d-4744-a932-0658087f49c3
* Misc fixes to get SDRAM support and RAM test to build for the Open1788 platformpatacongo2013-03-272-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5793 42af7a65-404d-4744-a932-0658087f49c3
* Patches for LPC17xx SSP driver from Chris Taglia; patch for RAM test from ↵patacongo2013-03-271-5/+5
| | | | | | Rommel Marcelo git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5792 42af7a65-404d-4744-a932-0658087f49c3
* Add apps/system/ramtest. I will use this for the LPC1788 SDRAM bringuppatacongo2013-03-276-0/+618
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5791 42af7a65-404d-4744-a932-0658087f49c3
* Prep for 6.26 releasenuttx-6.26patacongo2013-03-151-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5745 42af7a65-404d-4744-a932-0658087f49c3
* itoa() from Ryan Sundbergpatacongo2013-03-142-17/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5741 42af7a65-404d-4744-a932-0658087f49c3
* More kernel build fixespatacongo2013-03-071-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5716 42af7a65-404d-4744-a932-0658087f49c3
* More LPC1788 changes from Rommel Marcelo + a few kernel build fixespatacongo2013-03-073-1/+20
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5715 42af7a65-404d-4744-a932-0658087f49c3
* Two fixes from Mike Smith: (1) use -m install of --mode in install commands, ↵patacongo2013-03-032-2/+2
| | | | | | (2) fix typo in stm32_exti.h introduced with the STM32 F3 port git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5701 42af7a65-404d-4744-a932-0658087f49c3
* Add an NX/TIFF screenshot from Petteri Aimonen (Patch 0014)patacongo2013-02-288-5/+399
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5690 42af7a65-404d-4744-a932-0658087f49c3
* NxWidgets/NxWM updates from Petteri Aimonen (Patches 0007-0013)patacongo2013-02-281-0/+24
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5689 42af7a65-404d-4744-a932-0658087f49c3
* Add an NSH configuration for the NuTiny-SDK-NUC120. Still does not workpatacongo2013-02-261-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5678 42af7a65-404d-4744-a932-0658087f49c3
* Add a THTTPD configuratin for zkit-arm-1769patacongo2013-02-266-57/+168
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5675 42af7a65-404d-4744-a932-0658087f49c3
* Add port to Zilogic Systems ZKIT-ARM-1769 board (more coming)patacongo2013-02-261-12/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5673 42af7a65-404d-4744-a932-0658087f49c3
* Minor changes to make OS test more robust in the presence of many memory ↵patacongo2013-02-265-26/+69
| | | | | | allocation failures git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5672 42af7a65-404d-4744-a932-0658087f49c3
* Fix a readline bug. If a NUL is received, it would return end-of-filepatacongo2013-02-108-30/+37
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5633 42af7a65-404d-4744-a932-0658087f49c3
* STM32F3Discovery passes all OS tests; Delay loop has been calibratedpatacongo2013-02-091-9/+84
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5629 42af7a65-404d-4744-a932-0658087f49c3
* Fix some problems with the vfork() test on the STM32F3Discoverypatacongo2013-02-084-6/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5628 42af7a65-404d-4744-a932-0658087f49c3
* LPC17xx now supports FPU needed by LPC1788; LPC17xx can not use Mike's ↵patacongo2013-02-081-9/+28
| | | | | | common vectors git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5623 42af7a65-404d-4744-a932-0658087f49c3