summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Adding support of PIC32MX5xx/6xx/7xx familiespatacongo2011-10-1014-255/+619
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4035 42af7a65-404d-4744-a932-0658087f49c3
* Adding support of PIC32MX5xx/6xx/7xx familiespatacongo2011-10-1020-1753/+3023
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4034 42af7a65-404d-4744-a932-0658087f49c3
* Starting support for PICMX324xx/5xx/7xx and PIC32 Ethernet Starter Kitpatacongo2011-10-1047-728/+4997
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4033 42af7a65-404d-4744-a932-0658087f49c3
* SAM3U: Add logic to bypass automated control of SPI chip selectspatacongo2011-10-085-29/+239
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4032 42af7a65-404d-4744-a932-0658087f49c3
* SAM3U SPI debug changespatacongo2011-10-0710-34/+61
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4031 42af7a65-404d-4744-a932-0658087f49c3
* Fix STM32 build with with no RTC; Fix STM3210E-EVAL color correction for the ↵patacongo2011-10-076-95/+231
| | | | | | RenesasSP LCD git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4030 42af7a65-404d-4744-a932-0658087f49c3
* File default path to nuttx in buildrootpatacongo2011-10-0721-20/+22
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4029 42af7a65-404d-4744-a932-0658087f49c3
* Prep for 6.10 releasenuttx-6.10patacongo2011-10-064-136/+223
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4028 42af7a65-404d-4744-a932-0658087f49c3
* Add debug instrumentation to the SAM3U SPI driverpatacongo2011-10-061-123/+170
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4027 42af7a65-404d-4744-a932-0658087f49c3
* Add sim/nsh2 configurationpatacongo2011-10-0611-61/+1128
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4026 42af7a65-404d-4744-a932-0658087f49c3
* Fix C++ dependencies, cleaning, ..patacongo2011-10-055-7/+37
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4025 42af7a65-404d-4744-a932-0658087f49c3
* Add sim C++ supportpatacongo2011-10-0510-2/+101
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4024 42af7a65-404d-4744-a932-0658087f49c3
* Minor typos in examples/helloxx fixedpatacongo2011-10-052-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4023 42af7a65-404d-4744-a932-0658087f49c3
* Integrate touchscreen in to SAM3U configurationpatacongo2011-10-052-1/+23
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4022 42af7a65-404d-4744-a932-0658087f49c3
* apps/ build now supports an 'external' directorypatacongo2011-10-054-11/+31
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4021 42af7a65-404d-4744-a932-0658087f49c3
* Fix bugs in STM32 SDHC and I2C driverspatacongo2011-10-054-5/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4020 42af7a65-404d-4744-a932-0658087f49c3
* Fix check for open files when overwriting an existing filepatacongo2011-10-041-2/+18
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4019 42af7a65-404d-4744-a932-0658087f49c3
* ADS7843E driver is code completepatacongo2011-10-0429-230/+546
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4018 42af7a65-404d-4744-a932-0658087f49c3
* SAM3U SPI driver updatepatacongo2011-10-038-305/+438
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4017 42af7a65-404d-4744-a932-0658087f49c3
* Verify C++ support with CodeSourcerypatacongo2011-10-037-25/+102
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4016 42af7a65-404d-4744-a932-0658087f49c3
* Fix typos that cause compilations errors with CONFIG_RTCpatacongo2011-10-034-12/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4015 42af7a65-404d-4744-a932-0658087f49c3
* The ADS7843E driver skeleton at least compiles nowpatacongo2011-10-032-4/+150
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4014 42af7a65-404d-4744-a932-0658087f49c3
* Add hooks for the ADS7843E touchscreen controllerpatacongo2011-10-0310-6/+1478
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4013 42af7a65-404d-4744-a932-0658087f49c3
* Update comments, dates, ... housekeepingpatacongo2011-10-038-9/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4012 42af7a65-404d-4744-a932-0658087f49c3
* Add SAM3U board-specific SPI supportpatacongo2011-10-0316-417/+480
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4011 42af7a65-404d-4744-a932-0658087f49c3
* Add framework for a SAM3U SPI driverpatacongo2011-10-0344-5/+558
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4010 42af7a65-404d-4744-a932-0658087f49c3
* Restore CLOCK_ACTIVETIMEpatacongo2011-10-037-6/+93
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4009 42af7a65-404d-4744-a932-0658087f49c3
* Add FAT date/time stamppatacongo2011-10-0212-103/+185
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4008 42af7a65-404d-4744-a932-0658087f49c3
* The lo-res RTC now seems to workpatacongo2011-10-023-23/+18
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4007 42af7a65-404d-4744-a932-0658087f49c3
* Remove support for UTC time; add support for 64-bit timepatacongo2011-10-0211-318/+180
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4006 42af7a65-404d-4744-a932-0658087f49c3
* Add support for lo- and hi-res RTC hardwarepatacongo2011-10-0113-303/+746
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4005 42af7a65-404d-4744-a932-0658087f49c3
* Minor configuration updatespatacongo2011-09-302-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4004 42af7a65-404d-4744-a932-0658087f49c3
* Add a configuration to use for development of the SAM3U-EK touchscreenpatacongo2011-09-307-1/+1450
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4003 42af7a65-404d-4744-a932-0658087f49c3
* Fix an error when the touchscreen test is run as an NSH built-inpatacongo2011-09-301-2/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4002 42af7a65-404d-4744-a932-0658087f49c3
* Don't run X11 event loop on a pthread; X11 is not thread-safe.patacongo2011-09-295-51/+56
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4001 42af7a65-404d-4744-a932-0658087f49c3
* Use XGrapButton, not XGrabPointerpatacongo2011-09-294-110/+31
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4000 42af7a65-404d-4744-a932-0658087f49c3
* Add sim touchscreen bugfixespatacongo2011-09-292-19/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3999 42af7a65-404d-4744-a932-0658087f49c3
* Add debug instrumentationpatacongo2011-09-292-9/+56
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3998 42af7a65-404d-4744-a932-0658087f49c3
* apps/examples/touchscreen build fixespatacongo2011-09-292-3/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3997 42af7a65-404d-4744-a932-0658087f49c3
* Add logic to limit the number of samplespatacongo2011-09-294-2/+20
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3996 42af7a65-404d-4744-a932-0658087f49c3
* Add a simple touchscreen testpatacongo2011-09-2916-19/+1523
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3995 42af7a65-404d-4744-a932-0658087f49c3
* Simulated touchscreen debug fixespatacongo2011-09-285-24/+116
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3994 42af7a65-404d-4744-a932-0658087f49c3
* Fixes to x11 event looppatacongo2011-09-281-9/+30
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3993 42af7a65-404d-4744-a932-0658087f49c3
* Remove some warningspatacongo2011-09-282-4/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3992 42af7a65-404d-4744-a932-0658087f49c3
* Change X11 event loop initializationpatacongo2011-09-285-31/+46
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3991 42af7a65-404d-4744-a932-0658087f49c3
* Fix NXFFS compilation errorpatacongo2011-09-286-47/+100
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3990 42af7a65-404d-4744-a932-0658087f49c3
* Add a simulated touchscreen driverpatacongo2011-09-2813-88/+1359
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3989 42af7a65-404d-4744-a932-0658087f49c3
* Fix sim build under Ubuntu 9.09patacongo2011-09-283-30/+36
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3988 42af7a65-404d-4744-a932-0658087f49c3
* Use only __CYGWIN__ to identify Cygwinpatacongo2011-09-284-8/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3987 42af7a65-404d-4744-a932-0658087f49c3
* Back out a portion of the last FAT LFN changepatacongo2011-09-281-14/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3986 42af7a65-404d-4744-a932-0658087f49c3