summaryrefslogtreecommitdiff
path: root/nuttx/configs
Commit message (Collapse)AuthorAgeFilesLines
* Add support for the USB trace cability in NSH when a USB console is usedpatacongo2012-05-262-8/+24
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4774 42af7a65-404d-4744-a932-0658087f49c3
* remove a warningpatacongo2012-05-261-1/+41
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4773 42af7a65-404d-4744-a932-0658087f49c3
* Fix packet size calculation in CDC/ACM and PL2303 USB serial driverspatacongo2012-05-2510-115/+230
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4771 42af7a65-404d-4744-a932-0658087f49c3
* Fix conditional compilation in STM32 quadrature encoderpatacongo2012-05-252-47/+80
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4770 42af7a65-404d-4744-a932-0658087f49c3
* Add STM32F4Discovery support for an SSD1289-based LCDpatacongo2012-05-2415-11/+2782
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4769 42af7a65-404d-4744-a932-0658087f49c3
* Add generic SSD1289 LCD driverpatacongo2012-05-241-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4768 42af7a65-404d-4744-a932-0658087f49c3
* Various improvements to NxWM hex calculator displaypatacongo2012-05-231-2/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4767 42af7a65-404d-4744-a932-0658087f49c3
* Update STM3240G-EVAL defconfig to support NxConsole keyboard input; increase ↵patacongo2012-05-231-2/+8
| | | | | | spacing of icons on the start window git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4765 42af7a65-404d-4744-a932-0658087f49c3
* Hack for font background when we cannot read from the LCD; Candidate fix for ↵patacongo2012-05-221-119/+73
| | | | | | ILI9325 LCD git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4763 42af7a65-404d-4744-a932-0658087f49c3
* Prep for 6.18 releasenuttx-6.18patacongo2012-05-191-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4751 42af7a65-404d-4744-a932-0658087f49c3
* Final refactoring and implementation of delayed window deletion logic. ↵patacongo2012-05-182-7/+13
| | | | | | Works worse now, but the changes are important and need to be checked in now git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4747 42af7a65-404d-4744-a932-0658087f49c3
* NxWM: Add IApplicationFactory so that we can create multiple instances of ↵patacongo2012-05-161-3/+3
| | | | | | applications; And, as a result of that, re-vamp entire threading model. this is now buggier than it was before git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4742 42af7a65-404d-4744-a932-0658087f49c3
* Fix several compiler errors that occur when CONFIG_SCHED_ONEXIT is enabled; ↵patacongo2012-05-151-5/+7
| | | | | | on_exit is now used in NxWM::NxConsole to close the window with the NSH session exits git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4738 42af7a65-404d-4744-a932-0658087f49c3
* Improved thresholding logic in the STMPE11 driver; NxWM: Oops minimizing ↵patacongo2012-05-143-1/+25
| | | | | | wrong application git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4737 42af7a65-404d-4744-a932-0658087f49c3
* Calypso update from Denis Carkiki. Adds UWire driver and support for ↵patacongo2012-05-1410-115/+130
| | | | | | external memory in NuttX heap git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4733 42af7a65-404d-4744-a932-0658087f49c3
* SMTPE11 and NxWM touchscreen fixespatacongo2012-05-114-5/+20
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4722 42af7a65-404d-4744-a932-0658087f49c3
* NxWM: Finishes touchscreen implementation; NuttX: Standardize touchscreen ↵patacongo2012-05-117-34/+80
| | | | | | initialization interfaces for all boards git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4721 42af7a65-404d-4744-a932-0658087f49c3
* NX trapezoid fixes; Various NxWM fixespatacongo2012-05-103-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4720 42af7a65-404d-4744-a932-0658087f49c3
* NxWidgets: Remove modal loops, Add CWindowEventHandler*. NxWM: Add support ↵patacongo2012-05-091-2/+6
| | | | | | for full screen applications git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4716 42af7a65-404d-4744-a932-0658087f49c3
* The STMPE11/touchscreen is now fully functional on the STM3240G-EVALpatacongo2012-05-084-39/+70
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4715 42af7a65-404d-4744-a932-0658087f49c3
* Integrate the STMPE11 driver into the STM3240G-EVAL board logicpatacongo2012-05-088-7/+472
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4714 42af7a65-404d-4744-a932-0658087f49c3
* Various fixes for running the NxWM unit test on the STM3240G-EVALpatacongo2012-05-0711-55/+40
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4711 42af7a65-404d-4744-a932-0658087f49c3
* Add configuration for testing NxWMpatacongo2012-05-075-0/+2302
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4708 42af7a65-404d-4744-a932-0658087f49c3
* Mostly cosmetic, partial fixes for STM3240G-EVAL LCDpatacongo2012-05-072-11/+23
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4705 42af7a65-404d-4744-a932-0658087f49c3
* Add STMPE11 temperature sensor logicpatacongo2012-05-061-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4704 42af7a65-404d-4744-a932-0658087f49c3
* Add STMPE11 touchscreen logicpatacongo2012-05-061-0/+24
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4703 42af7a65-404d-4744-a932-0658087f49c3
* Updated NxWM widgets, several NX, NxWidgets, and NxWM bug fixespatacongo2012-05-041-4/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4699 42af7a65-404d-4744-a932-0658087f49c3
* Update NxWM colors; remove NxWidgets shelvingpatacongo2012-05-041-2/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4698 42af7a65-404d-4744-a932-0658087f49c3
* Fix an NxWidgets bug; Update NxWM (it kind of works now)patacongo2012-05-031-0/+41
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4693 42af7a65-404d-4744-a932-0658087f49c3
* Upated NxWM commentspatacongo2012-05-031-3/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4692 42af7a65-404d-4744-a932-0658087f49c3
* NxWM updates (with some NX and NxWidget fixes too)patacongo2012-05-022-3/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4689 42af7a65-404d-4744-a932-0658087f49c3
* Fix some warnings and fix some simulator buildspatacongo2012-05-024-6/+66
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4688 42af7a65-404d-4744-a932-0658087f49c3
* NxWM initial displays come up okaypatacongo2012-05-021-0/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4687 42af7a65-404d-4744-a932-0658087f49c3
* More NxWM supportpatacongo2012-05-016-0/+1078
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4682 42af7a65-404d-4744-a932-0658087f49c3
* Fix/verify the STM32 LCD in all supported orientationspatacongo2012-04-276-44/+129
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4666 42af7a65-404d-4744-a932-0658087f49c3
* More STM3240G-EVAL LCD updatespatacongo2012-04-273-2/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4665 42af7a65-404d-4744-a932-0658087f49c3
* Add NxConsole configuration for the STM3240G-EVAL boardpatacongo2012-04-278-7/+2286
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4664 42af7a65-404d-4744-a932-0658087f49c3
* Add support for UBW32 buttonspatacongo2012-04-265-0/+268
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4663 42af7a65-404d-4744-a932-0658087f49c3
* Add completed LCD driver for the STM3240G-EVALpatacongo2012-04-265-270/+428
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4662 42af7a65-404d-4744-a932-0658087f49c3
* Add NSH configuration for the Bit Whackerpatacongo2012-04-268-6/+1901
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4661 42af7a65-404d-4744-a932-0658087f49c3
* Configuration for Sparkfun UBW32 boardpatacongo2012-04-2619-0/+3491
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4660 42af7a65-404d-4744-a932-0658087f49c3
* NFS updatepatacongo2012-04-251-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4657 42af7a65-404d-4744-a932-0658087f49c3
* STM3240G-EVAL LCD updatespatacongo2012-04-252-12/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4656 42af7a65-404d-4744-a932-0658087f49c3
* Turn PIC32MXMMB backlight offpatacongo2012-04-25101-12/+135
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4653 42af7a65-404d-4744-a932-0658087f49c3
* Update to the STM3240G-EVAL LCD driverpatacongo2012-04-242-341/+153
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4652 42af7a65-404d-4744-a932-0658087f49c3
* Minor fixes to PIC32MX7MMB led controlspatacongo2012-04-244-14/+28
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4651 42af7a65-404d-4744-a932-0658087f49c3
* Kconfig updated + NFS updatepatacongo2012-04-2335-1/+409
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4646 42af7a65-404d-4744-a932-0658087f49c3
* Fix atexit() function being called twicepatacongo2012-04-232-4/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4644 42af7a65-404d-4744-a932-0658087f49c3
* Readme.txt updatepatacongo2012-04-223-51/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4643 42af7a65-404d-4744-a932-0658087f49c3
* Fleshed out board definitions for the Mikroelectronika PIC32MX7 MMB boardpatacongo2012-04-224-222/+164
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4642 42af7a65-404d-4744-a932-0658087f49c3