summaryrefslogtreecommitdiff
path: root/nuttx/configs
Commit message (Collapse)AuthorAgeFilesLines
...
* Ooops... forgot to add lib_perror.c to the Make.defs filepatacongo2012-08-281-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5062 42af7a65-404d-4744-a932-0658087f49c3
* Add perror()patacongo2012-08-281-5/+26
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5061 42af7a65-404d-4744-a932-0658087f49c3
* Add some protection to the priority inheritance logic when sem_post() is ↵patacongo2012-08-281-2/+6
| | | | | | called from an interrupt handler git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5060 42af7a65-404d-4744-a932-0658087f49c3
* Some STM32 USB OTG FS driver fixespatacongo2012-08-277-7/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5059 42af7a65-404d-4744-a932-0658087f49c3
* Dequote Kconfig strings that may be used as components of a pathpatacongo2012-08-27187-0/+187
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5057 42af7a65-404d-4744-a932-0658087f49c3
* Fix some list handling associated with priority inheritancepatacongo2012-08-262-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5053 42af7a65-404d-4744-a932-0658087f49c3
* Lots of defconfig changes for compatibility with the configuration toolpatacongo2012-08-23188-2657/+2657
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5050 42af7a65-404d-4744-a932-0658087f49c3
* STM32 USB OTG FS host driver update (almost done)patacongo2012-08-224-1/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5046 42af7a65-404d-4744-a932-0658087f49c3
* PM updatepatacongo2012-08-221-18/+39
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5045 42af7a65-404d-4744-a932-0658087f49c3
* Several more bug fixes for STM32 OTG FS host driverpatacongo2012-08-214-3/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5044 42af7a65-404d-4744-a932-0658087f49c3
* Changes for good auto-configuration of Micropendous3 boardpatacongo2012-08-202-9/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5041 42af7a65-404d-4744-a932-0658087f49c3
* Changes for clean STM32 USB host driver buildpatacongo2012-08-206-31/+161
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5040 42af7a65-404d-4744-a932-0658087f49c3
* CONFIG_DRAM_END configuration change from Richard Cochranpatacongo2012-08-20171-836/+467
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5038 42af7a65-404d-4744-a932-0658087f49c3
* Progress on STM32 OTG FS host driverpatacongo2012-08-203-0/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5037 42af7a65-404d-4744-a932-0658087f49c3
* Move duplicate LCD orieations settings from configs/*/Kconfig to ↵patacongo2012-08-183-124/+3
| | | | | | drivers/lcd/Kconfig git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5036 42af7a65-404d-4744-a932-0658087f49c3
* Auto-configuration updates from Richard Cochranpatacongo2012-08-171-6/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5032 42af7a65-404d-4744-a932-0658087f49c3
* A little more STM32 USB host logicpatacongo2012-08-153-10/+106
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5029 42af7a65-404d-4744-a932-0658087f49c3
* Some repartitioning of STM32 functionality to better support a USB host driverpatacongo2012-08-157-35/+155
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5028 42af7a65-404d-4744-a932-0658087f49c3
* Fix bad AVR C++ include paths; remove stray typo from ctypes.hpatacongo2012-08-137-17/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5024 42af7a65-404d-4744-a932-0658087f49c3
* Drop STM32 F2/4 SDIO clock from 24 to 16 MHz. Seems to fix SD accesses on ↵patacongo2012-08-102-4/+4
| | | | | | STM3240G-EVAL git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5020 42af7a65-404d-4744-a932-0658087f49c3
* Add support for Olimex STM32-P107 board (contributed by Max Holtzberg)patacongo2012-08-1017-49/+3449
| | | | 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-082-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5017 42af7a65-404d-4744-a932-0658087f49c3
* I learned how to spell PSEUDOpatacongo2012-08-054-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5010 42af7a65-404d-4744-a932-0658087f49c3
* Improve capability to traverse inodes in the NuttX psuedo-filesystem; now ↵patacongo2012-08-031-1/+4
| | | | | | returns statfs git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5005 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-031-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5002 42af7a65-404d-4744-a932-0658087f49c3
* LPC43 updatepatacongo2012-08-037-7/+25
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5001 42af7a65-404d-4744-a932-0658087f49c3
* Fix syslog mutual exclusion and interrupt level logicpatacongo2012-08-021-1/+5
| | | | 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-021-6/+82
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4998 42af7a65-404d-4744-a932-0658087f49c3
* Move RAMLOG driver to drivers/syslog; Add ability to output debug ↵patacongo2012-08-021-3/+18
| | | | | | 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
* Add support for testing multiple ADC, PWM, and QE devicespatacongo2012-07-301-1/+1
| | | | 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-2935-254/+237
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4991 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-2710-78/+78
| | | | 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-275-14/+225
| | | | | | 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-273-14/+90
| | | | 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-269-10/+701
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4981 42af7a65-404d-4744-a932-0658087f49c3
* Mostly cosmetic updatespatacongo2012-07-261-33/+34
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4980 42af7a65-404d-4744-a932-0658087f49c3
* PGA11x driver belongs in analog/ not input/patacongo2012-07-253-16/+16
| | | | 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-253-21/+123
| | | | 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-2517-252/+2648
| | | | 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-241-5/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4975 42af7a65-404d-4744-a932-0658087f49c3
* Remove BOTHERpatacongo2012-07-241-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4972 42af7a65-404d-4744-a932-0658087f49c3
* LP43xx SPIFI MTD driver updatepatacongo2012-07-233-2/+33
| | | | 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-231-5/+7
| | | | | | 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
* Loosen up termios interfaces to allow more flexible baud settings; remove ↵patacongo2012-07-221-0/+20
| | | | | | AIX-like interfaces of last check-in git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4969 42af7a65-404d-4744-a932-0658087f49c3
* Use NuttX types in FreeModBus port; Add FreeModBus demo at ↵patacongo2012-07-212-1/+11
| | | | | | apps/examples/modbus; Add new termios APIs git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4964 42af7a65-404d-4744-a932-0658087f49c3