summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* Fixes to get the PIC32MX serial port workingpatacongo2011-10-242-1/+3
* Misc fixes for clean compilation with graphics debug enabledpatacongo2011-10-243-8/+40
* Oops.. back out most of the last changepatacongo2011-10-231-2/+2
* Fix an error in some graphics error handlingpatacongo2011-10-232-4/+7
* Fix a bug in the getrectangle logicpatacongo2011-10-221-19/+1
* Add logic to read from graphics memorypatacongo2011-10-2224-79/+1354
* Add some RGB color macrospatacongo2011-10-212-2/+20
* Don't enable color mapping is using 32-bit truecolorpatacongo2011-10-201-1/+1
* Fixes for good C++ linkpatacongo2011-10-1913-30/+51
* Fix Sure PIC32MX LED compilepatacongo2011-10-182-6/+6
* Fix PIC32 jalr instructions: arguments consistentley reversedpatacongo2011-10-186-10/+9
* Re-disable PIC32 ramfuncspatacongo2011-10-176-12/+21
* Fix PIC32 ramfunc logic; add rectangle graphic functionspatacongo2011-10-1711-12/+218
* Pointer arguments to NX set methods should be constpatacongo2011-10-168-11/+11
* PIC32 configuration fixespatacongo2011-10-142-2/+2
* Add logic to set individual pixelspatacongo2011-10-1412-16/+471
* Try J-link OpenOCD supportpatacongo2011-10-133-54/+135
* Still futzing with OpenOCDpatacongo2011-10-132-50/+52
* Try older OpenOCDpatacongo2011-10-1360-10/+79
* Add a configuration for the lpc3152patacongo2011-10-1352-25/+4948
* ADS7843 updatespatacongo2011-10-124-6/+14
* Enable waitpid() in sim/nsh2patacongo2011-10-126-16/+20
* 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-074-94/+172
* Prep for 6.10 releasenuttx-6.10patacongo2011-10-063-124/+209
* Add debug instrumentation to the SAM3U SPI driverpatacongo2011-10-061-123/+170
* Add sim/nsh2 configurationpatacongo2011-10-0610-61/+1126
* Fix C++ dependencies, cleaning, ..patacongo2011-10-055-7/+37
* Add sim C++ supportpatacongo2011-10-0510-2/+101
* Integrate touchscreen in to SAM3U configurationpatacongo2011-10-052-1/+23
* apps/ build now supports an 'external' directorypatacongo2011-10-052-8/+15
* 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-036-297/+430
* Verify C++ support with CodeSourcerypatacongo2011-10-033-9/+40
* 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