summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Collapse)AuthorAgeFilesLines
* Fixes to get the PIC32MX serial port workingpatacongo2011-10-242-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4062 42af7a65-404d-4744-a932-0658087f49c3
* Misc fixes for clean compilation with graphics debug enabledpatacongo2011-10-243-8/+40
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4061 42af7a65-404d-4744-a932-0658087f49c3
* Oops.. back out most of the last changepatacongo2011-10-231-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4060 42af7a65-404d-4744-a932-0658087f49c3
* Fix an error in some graphics error handlingpatacongo2011-10-232-4/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4059 42af7a65-404d-4744-a932-0658087f49c3
* Fix a bug in the getrectangle logicpatacongo2011-10-221-19/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4058 42af7a65-404d-4744-a932-0658087f49c3
* Add logic to read from graphics memorypatacongo2011-10-2224-79/+1354
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4057 42af7a65-404d-4744-a932-0658087f49c3
* Add some RGB color macrospatacongo2011-10-212-2/+20
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4056 42af7a65-404d-4744-a932-0658087f49c3
* Don't enable color mapping is using 32-bit truecolorpatacongo2011-10-201-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4055 42af7a65-404d-4744-a932-0658087f49c3
* Fixes for good C++ linkpatacongo2011-10-1913-30/+51
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4054 42af7a65-404d-4744-a932-0658087f49c3
* Fix Sure PIC32MX LED compilepatacongo2011-10-182-6/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4053 42af7a65-404d-4744-a932-0658087f49c3
* Fix PIC32 jalr instructions: arguments consistentley reversedpatacongo2011-10-186-10/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4052 42af7a65-404d-4744-a932-0658087f49c3
* Re-disable PIC32 ramfuncspatacongo2011-10-176-12/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4051 42af7a65-404d-4744-a932-0658087f49c3
* Fix PIC32 ramfunc logic; add rectangle graphic functionspatacongo2011-10-1711-12/+218
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4050 42af7a65-404d-4744-a932-0658087f49c3
* Pointer arguments to NX set methods should be constpatacongo2011-10-168-11/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4049 42af7a65-404d-4744-a932-0658087f49c3
* PIC32 configuration fixespatacongo2011-10-142-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4048 42af7a65-404d-4744-a932-0658087f49c3
* Add logic to set individual pixelspatacongo2011-10-1412-16/+471
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4047 42af7a65-404d-4744-a932-0658087f49c3
* Try J-link OpenOCD supportpatacongo2011-10-133-54/+135
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4046 42af7a65-404d-4744-a932-0658087f49c3
* Still futzing with OpenOCDpatacongo2011-10-132-50/+52
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4045 42af7a65-404d-4744-a932-0658087f49c3
* Try older OpenOCDpatacongo2011-10-1360-10/+79
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4044 42af7a65-404d-4744-a932-0658087f49c3
* Add a configuration for the lpc3152patacongo2011-10-1352-25/+4948
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4043 42af7a65-404d-4744-a932-0658087f49c3
* ADS7843 updatespatacongo2011-10-124-6/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4042 42af7a65-404d-4744-a932-0658087f49c3
* Enable waitpid() in sim/nsh2patacongo2011-10-126-16/+20
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4041 42af7a65-404d-4744-a932-0658087f49c3
* Add PIC32MX GPIO handling; add button/LED support for the Sure PIC32MXpatacongo2011-10-1115-19/+1151
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4040 42af7a65-404d-4744-a932-0658087f49c3
* Fix sim/nsh2 buildpatacongo2011-10-114-12/+52
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4039 42af7a65-404d-4744-a932-0658087f49c3
* Misc PIC32 clean-uppatacongo2011-10-107-76/+176
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4038 42af7a65-404d-4744-a932-0658087f49c3
* PIC32 start kit port builds successfullypatacongo2011-10-109-935/+1035
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4037 42af7a65-404d-4744-a932-0658087f49c3
* Fix fclose() return value when closing read-only filepatacongo2011-10-107-18/+40
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4036 42af7a65-404d-4744-a932-0658087f49c3
* 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-074-94/+172
| | | | | | RenesasSP LCD git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4030 42af7a65-404d-4744-a932-0658087f49c3
* Prep for 6.10 releasenuttx-6.10patacongo2011-10-063-124/+209
| | | | 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-0610-61/+1126
| | | | 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
* 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-052-8/+15
| | | | 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-036-297/+430
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4017 42af7a65-404d-4744-a932-0658087f49c3
* Verify C++ support with CodeSourcerypatacongo2011-10-033-9/+40
| | | | 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