summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add PIC32MX GPIO handling; add button/LED support for the Sure PIC32MXpatacongo2011-10-1115-19/+1151
* Fix sim/nsh2 buildpatacongo2011-10-114-12/+52
* Misc PIC32 clean-uppatacongo2011-10-107-76/+176
* PIC32 start kit port builds successfullypatacongo2011-10-109-935/+1035
* Fix fclose() return value when closing read-only filepatacongo2011-10-107-18/+40
* Adding support of PIC32MX5xx/6xx/7xx familiespatacongo2011-10-1014-255/+619
* Adding support of PIC32MX5xx/6xx/7xx familiespatacongo2011-10-1020-1753/+3023
* Starting support for PICMX324xx/5xx/7xx and PIC32 Ethernet Starter Kitpatacongo2011-10-1047-728/+4997
* SAM3U: Add logic to bypass automated control of SPI chip selectspatacongo2011-10-085-29/+239
* SAM3U SPI debug changespatacongo2011-10-0710-34/+61
* Fix STM32 build with with no RTC; Fix STM3210E-EVAL color correction for the ...patacongo2011-10-076-95/+231
* File default path to nuttx in buildrootpatacongo2011-10-0721-20/+22
* Prep for 6.10 releasenuttx-6.10patacongo2011-10-064-136/+223
* Add debug instrumentation to the SAM3U SPI driverpatacongo2011-10-061-123/+170
* Add sim/nsh2 configurationpatacongo2011-10-0611-61/+1128
* Fix C++ dependencies, cleaning, ..patacongo2011-10-055-7/+37
* Add sim C++ supportpatacongo2011-10-0510-2/+101
* Minor typos in examples/helloxx fixedpatacongo2011-10-052-3/+3
* Integrate touchscreen in to SAM3U configurationpatacongo2011-10-052-1/+23
* apps/ build now supports an 'external' directorypatacongo2011-10-054-11/+31
* Fix bugs in STM32 SDHC and I2C driverspatacongo2011-10-054-5/+17
* Fix check for open files when overwriting an existing filepatacongo2011-10-041-2/+18
* ADS7843E driver is code completepatacongo2011-10-0429-230/+546
* SAM3U SPI driver updatepatacongo2011-10-038-305/+438
* Verify C++ support with CodeSourcerypatacongo2011-10-037-25/+102
* Fix typos that cause compilations errors with CONFIG_RTCpatacongo2011-10-034-12/+15
* The ADS7843E driver skeleton at least compiles nowpatacongo2011-10-032-4/+150
* Add hooks for the ADS7843E touchscreen controllerpatacongo2011-10-0310-6/+1478
* Update comments, dates, ... housekeepingpatacongo2011-10-038-9/+11
* Add SAM3U board-specific SPI supportpatacongo2011-10-0316-417/+480
* Add framework for a SAM3U SPI driverpatacongo2011-10-0344-5/+558
* Restore CLOCK_ACTIVETIMEpatacongo2011-10-037-6/+93
* Add FAT date/time stamppatacongo2011-10-0212-103/+185
* The lo-res RTC now seems to workpatacongo2011-10-023-23/+18
* Remove support for UTC time; add support for 64-bit timepatacongo2011-10-0211-318/+180
* Add support for lo- and hi-res RTC hardwarepatacongo2011-10-0113-303/+746
* Minor configuration updatespatacongo2011-09-302-1/+2
* Add a configuration to use for development of the SAM3U-EK touchscreenpatacongo2011-09-307-1/+1450
* Fix an error when the touchscreen test is run as an NSH built-inpatacongo2011-09-301-2/+6
* Don't run X11 event loop on a pthread; X11 is not thread-safe.patacongo2011-09-295-51/+56
* Use XGrapButton, not XGrabPointerpatacongo2011-09-294-110/+31
* Add sim touchscreen bugfixespatacongo2011-09-292-19/+21
* Add debug instrumentationpatacongo2011-09-292-9/+56
* apps/examples/touchscreen build fixespatacongo2011-09-292-3/+2
* Add logic to limit the number of samplespatacongo2011-09-294-2/+20
* Add a simple touchscreen testpatacongo2011-09-2916-19/+1523
* Simulated touchscreen debug fixespatacongo2011-09-285-24/+116
* Fixes to x11 event looppatacongo2011-09-281-9/+30
* Remove some warningspatacongo2011-09-282-4/+1
* Change X11 event loop initializationpatacongo2011-09-285-31/+46