summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Collapse)AuthorAgeFilesLines
* STM32 SDIO DMA setup was losing DMA prioritypatacongo2012-08-105-7/+64
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5019 42af7a65-404d-4744-a932-0658087f49c3
* Add support for Olimex STM32-P107 board (contributed by Max Holtzberg)patacongo2012-08-1029-139/+3732
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5018 42af7a65-404d-4744-a932-0658087f49c3
* STM32 CAN TX/RX pins reversed; inconsistent conditional compilationpatacongo2012-08-088-46/+47
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5017 42af7a65-404d-4744-a932-0658087f49c3
* Add a USB0 device header file for LPC43patacongo2012-08-0710-705/+801
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5016 42af7a65-404d-4744-a932-0658087f49c3
* Update documentation to describe customization of NSH; Add the framework for ↵patacongo2012-08-076-18/+3599
| | | | | | a LPC43xx USB0 driver (not functional) git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5015 42af7a65-404d-4744-a932-0658087f49c3
* Misc updates (minor)patacongo2012-08-064-11/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5014 42af7a65-404d-4744-a932-0658087f49c3
* Fix more floating point formatting bugspatacongo2012-08-063-38/+103
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5013 42af7a65-404d-4744-a932-0658087f49c3
* Fix a floating point presentation errorpatacongo2012-08-063-217/+102
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5012 42af7a65-404d-4744-a932-0658087f49c3
* cosmeticpatacongo2012-08-062-49/+153
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5011 42af7a65-404d-4744-a932-0658087f49c3
* I learned how to spell PSEUDOpatacongo2012-08-0524-466/+466
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5010 42af7a65-404d-4744-a932-0658087f49c3
* Update NSH documentation; Add option to reduce size of help commnd without ↵patacongo2012-08-041-3/+22
| | | | | | completely eliminating it git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5009 42af7a65-404d-4744-a932-0658087f49c3
* Fix max filename size report by FAT statfs with long file names; Add missing ↵patacongo2012-08-046-41/+153
| | | | | | logic to support fieldwidth and justification for %s format; Add extended help options. Default help command just shows a short list of commands. Verbose and single command help options git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5008 42af7a65-404d-4744-a932-0658087f49c3
* Add the NSH df commandpatacongo2012-08-041-64/+104
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5007 42af7a65-404d-4744-a932-0658087f49c3
* Extend the NSH mount command so that it will enumerate mountpoints if no ↵patacongo2012-08-035-77/+85
| | | | | | arguments are provided git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5006 42af7a65-404d-4744-a932-0658087f49c3
* Improve capability to traverse inodes in the NuttX psuedo-filesystem; now ↵patacongo2012-08-0311-73/+709
| | | | | | returns statfs git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5005 42af7a65-404d-4744-a932-0658087f49c3
* Add capability to traverse inodes in the NuttX psuedo-filesystempatacongo2012-08-0323-97/+460
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5004 42af7a65-404d-4744-a932-0658087f49c3
* STM32 PM updatepatacongo2012-08-031-3/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5003 42af7a65-404d-4744-a932-0658087f49c3
* STM32 PM updatepatacongo2012-08-033-5/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5002 42af7a65-404d-4744-a932-0658087f49c3
* LPC43 updatepatacongo2012-08-039-9/+48
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5001 42af7a65-404d-4744-a932-0658087f49c3
* Add stm32_clockenable() to support recovery from deep sleep low-power usage ↵patacongo2012-08-026-4/+110
| | | | | | modes git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5000 42af7a65-404d-4744-a932-0658087f49c3
* Fix syslog mutual exclusion and interrupt level logicpatacongo2012-08-026-38/+132
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4999 42af7a65-404d-4744-a932-0658087f49c3
* The initial SYLOG device logic was valiant but yet still not enoughpatacongo2012-08-0214-206/+664
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4998 42af7a65-404d-4744-a932-0658087f49c3
* Correct an addressing error in the LPC32 SPIFI MTD driverpatacongo2012-08-021-7/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4997 42af7a65-404d-4744-a932-0658087f49c3
* Move RAMLOG driver to drivers/syslog; Add ability to output debug ↵patacongo2012-08-0237-131/+628
| | | | | | information to any character device or file git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4996 42af7a65-404d-4744-a932-0658087f49c3
* atexit() and on_exit() may now be configured to support multiple exit callbackspatacongo2012-08-0113-98/+595
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4995 42af7a65-404d-4744-a932-0658087f49c3
* LPC17xx serial now supports minimal termios ioctls; serial driver ioctl ↵patacongo2012-07-3112-106/+165
| | | | | | methods should not set errno variable git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4994 42af7a65-404d-4744-a932-0658087f49c3
* Add support for testing multiple ADC, PWM, and QE devicespatacongo2012-07-302-2/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4993 42af7a65-404d-4744-a932-0658087f49c3
* More board configurations updatespatacongo2012-07-292-9/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4992 42af7a65-404d-4744-a932-0658087f49c3
* Review and update some board configurationspatacongo2012-07-2938-260/+266
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4991 42af7a65-404d-4744-a932-0658087f49c3
* Add memccpy{}patacongo2012-07-296-18/+123
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4990 42af7a65-404d-4744-a932-0658087f49c3
* Add memchr()patacongo2012-07-285-19/+110
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4989 42af7a65-404d-4744-a932-0658087f49c3
* Lock the scheduler when starting NSH builtin applications to eliminate race ↵patacongo2012-07-281-1/+1
| | | | | | conditions git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4988 42af7a65-404d-4744-a932-0658087f49c3
* PM update; NSH extension to catch return valuespatacongo2012-07-282-8/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4987 42af7a65-404d-4744-a932-0658087f49c3
* PM updatepatacongo2012-07-272-83/+163
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4986 42af7a65-404d-4744-a932-0658087f49c3
* STM32F4Discovery configuration clean-uppatacongo2012-07-2711-78/+80
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4985 42af7a65-404d-4744-a932-0658087f49c3
* Add support for PIC32MX1/2 ANSEL register; Mirtoo NXFFS configuration now ↵patacongo2012-07-278-20/+275
| | | | | | uses the Pinquino toolchain by default: git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4984 42af7a65-404d-4744-a932-0658087f49c3
* PM updates (missed last night)patacongo2012-07-272-6/+19
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4983 42af7a65-404d-4744-a932-0658087f49c3
* PM updatepatacongo2012-07-277-18/+100
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4982 42af7a65-404d-4744-a932-0658087f49c3
* Add SSD1783 LCD driver for C155 phonepatacongo2012-07-2611-21/+744
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4981 42af7a65-404d-4744-a932-0658087f49c3
* Mostly cosmetic updatespatacongo2012-07-267-158/+217
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4980 42af7a65-404d-4744-a932-0658087f49c3
* Fix logic error in configuring PGA11x devices in a daisy chain. Add logic ↵patacongo2012-07-252-108/+414
| | | | | | interface with individual PGA11x chips in a daisy-chain git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4979 42af7a65-404d-4744-a932-0658087f49c3
* PGA11x driver belongs in analog/ not input/patacongo2012-07-258-34/+44
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4978 42af7a65-404d-4744-a932-0658087f49c3
* Add support for the TI PGA11x amplifier/multiplexerpatacongo2012-07-2513-35/+1016
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4977 42af7a65-404d-4744-a932-0658087f49c3
* Add PM support for the STM32F4Discovery -- still a work in progresspatacongo2012-07-2521-258/+2666
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4976 42af7a65-404d-4744-a932-0658087f49c3
* Combine cfset[o|i]speed to cfsetspeed; combine cfget[o|i]speed for cfgetspeedpatacongo2012-07-2414-243/+117
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4975 42af7a65-404d-4744-a932-0658087f49c3
* Ooops.. c_speed is now read-onlypatacongo2012-07-243-3/+89
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4974 42af7a65-404d-4744-a932-0658087f49c3
* SDIO fixes for the STM32 F2 from Gary Teravskis and Scott Rondestvedtpatacongo2012-07-245-53/+61
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4973 42af7a65-404d-4744-a932-0658087f49c3
* Remove BOTHERpatacongo2012-07-248-106/+107
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4972 42af7a65-404d-4744-a932-0658087f49c3
* LP43xx SPIFI MTD driver updatepatacongo2012-07-237-13/+150
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4971 42af7a65-404d-4744-a932-0658087f49c3
* Baud definitions (B9600 for example) are again encoded; Now supports the ↵patacongo2012-07-2311-208/+319
| | | | | | BOTHER settings which allows specifying the baud via c_ispeed and c_ospeed termios fields git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4970 42af7a65-404d-4744-a932-0658087f49c3