summaryrefslogtreecommitdiff
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* STM32F3Discovery port is complete, builds, and is ready for testingpatacongo2013-02-071-4/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5622 42af7a65-404d-4744-a932-0658087f49c3
* More updates for the STM32F3Discoverypatacongo2013-02-061-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5617 42af7a65-404d-4744-a932-0658087f49c3
* Changed needed to fix issues with task_restart()patacongo2013-02-066-8/+216
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5615 42af7a65-404d-4744-a932-0658087f49c3
* Misc clean-up and bugfixes related to multi-thread group signallingpatacongo2013-02-063-35/+105
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5614 42af7a65-404d-4744-a932-0658087f49c3
* Moving pending signals to task group; Logic to recover some MQ resources on ↵patacongo2013-02-051-9/+34
| | | | | | pthread_cacancel or task_delete; Now obeys rules for delivering signals to a process with threads git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5613 42af7a65-404d-4744-a932-0658087f49c3
* Rename _TCB to struct tcb_spatacongo2013-02-043-3/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5610 42af7a65-404d-4744-a932-0658087f49c3
* Move pthread join and key creation data into the task grouppatacongo2013-02-031-3/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5602 42af7a65-404d-4744-a932-0658087f49c3
* NSH needs to call pthread_detach() to avoid memory leakpatacongo2013-02-032-4/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5601 42af7a65-404d-4744-a932-0658087f49c3
* Correct a memory leak in NSHpatacongo2013-02-022-10/+36
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5600 42af7a65-404d-4744-a932-0658087f49c3
* All argv types should be char * const * not const char **patacongo2013-02-0210-346/+116
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5599 42af7a65-404d-4744-a932-0658087f49c3
* Prep for 6.25 releasepatacongo2013-02-011-4/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5594 42af7a65-404d-4744-a932-0658087f49c3
* Misc clean; mark assertions as non-returning; allow toolchain prefix to be ↵patacongo2013-01-311-1/+0
| | | | | | overriden from make command line git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5591 42af7a65-404d-4744-a932-0658087f49c3
* Fix readline return value; Add support for removable serial devicespatacongo2013-01-312-16/+40
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5589 42af7a65-404d-4744-a932-0658087f49c3
* Add support for a login script (in addition to the init script); Add logic ↵patacongo2013-01-2911-215/+732
| | | | | | so that a USB console session can connect and reconnect to the USB serial device git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5582 42af7a65-404d-4744-a932-0658087f49c3
* The USB monitor now works with configs/stm32f4discovery/usbnshpatacongo2013-01-291-39/+39
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5581 42af7a65-404d-4744-a932-0658087f49c3
* The USB monitor now works with the stm32f4discover/nsh configuration (but ↵patacongo2013-01-296-57/+196
| | | | | | not with the usbnsh configuration) git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5580 42af7a65-404d-4744-a932-0658087f49c3
* USB monitor daemon updatespatacongo2013-01-292-8/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5579 42af7a65-404d-4744-a932-0658087f49c3
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-2829-105/+201
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5578 42af7a65-404d-4744-a932-0658087f49c3
* Beginning of apps/system/usbmonitor (incomplete); more LM4F changes from JPpatacongo2013-01-2812-32/+321
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5577 42af7a65-404d-4744-a932-0658087f49c3
* configs/stm32f4discovery/nsh converted to use kconfig-frontendspatacongo2013-01-271-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5573 42af7a65-404d-4744-a932-0658087f49c3
* Add a start hook that can be setup to call a function in the context of a ↵patacongo2013-01-272-2/+2
| | | | | | new thread before the new threads main() has been called. git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5571 42af7a65-404d-4744-a932-0658087f49c3
* Fix some compilation errors when child status disabled; new waitpid logic ↵patacongo2013-01-252-9/+11
| | | | | | not encoding/decoding status properly git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5561 42af7a65-404d-4744-a932-0658087f49c3
* Fix some missing logic and inconsistencies in child status logic; Fix a bug ↵patacongo2013-01-241-0/+28
| | | | | | introduced into sigaction() git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5560 42af7a65-404d-4744-a932-0658087f49c3
* Add psock_poll(); Fix some warnings reported by Lorenz Meier; lm4f logic from JPpatacongo2013-01-241-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5557 42af7a65-404d-4744-a932-0658087f49c3
* apps/examples/nettest and poll: Complete Kconfig filespatacongo2013-01-246-5/+67
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5556 42af7a65-404d-4744-a932-0658087f49c3