summaryrefslogtreecommitdiff
path: root/nuttx/include
Commit message (Expand)AuthorAgeFilesLines
* Make declaration of _TCB idempotentpatacongo2011-12-102-0/+13
* Misc compilation warning cleanuppatacongo2011-12-102-9/+5
* Add two new small, bold, sans-serif fontspatacongo2011-12-011-9/+36
* wchar_t is a C++ built in and should not (always) be definedpatacongo2011-11-291-1/+6
* Fix some RGB color macrospatacongo2011-11-031-2/+7
* Add definitions to stdlib.h; update READMEpatacongo2011-10-301-2/+16
* Fix some MIPS software interrupt enabling issuespatacongo2011-10-291-0/+2
* Fix some errors in 8-bit color conversion macros; Fix tools/incdir.sh when g+...patacongo2011-10-251-1/+1
* Fixes from last changes when built with CodeSourcery, STM32, LCD, 16-bit colorpatacongo2011-10-254-17/+17
* Add logic to read from graphics memorypatacongo2011-10-223-4/+114
* Add some RGB color macrospatacongo2011-10-212-2/+20
* Fixes for good C++ linkpatacongo2011-10-191-4/+20
* Fix PIC32 jalr instructions: arguments consistentley reversedpatacongo2011-10-181-1/+0
* Fix PIC32 ramfunc logic; add rectangle graphic functionspatacongo2011-10-171-0/+23
* Pointer arguments to NX set methods should be constpatacongo2011-10-162-4/+4
* Add logic to set individual pixelspatacongo2011-10-142-2/+22
* SAM3U SPI debug changespatacongo2011-10-071-0/+6
* apps/ build now supports an 'external' directorypatacongo2011-10-052-8/+15
* ADS7843E driver is code completepatacongo2011-10-041-3/+3
* Fix typos that cause compilations errors with CONFIG_RTCpatacongo2011-10-031-8/+8
* The ADS7843E driver skeleton at least compiles nowpatacongo2011-10-031-2/+7
* Add hooks for the ADS7843E touchscreen controllerpatacongo2011-10-033-2/+163
* Update comments, dates, ... housekeepingpatacongo2011-10-031-2/+4
* Add SAM3U board-specific SPI supportpatacongo2011-10-031-12/+13
* Restore CLOCK_ACTIVETIMEpatacongo2011-10-031-2/+19
* Add FAT date/time stamppatacongo2011-10-022-5/+5
* Remove support for UTC time; add support for 64-bit timepatacongo2011-10-022-26/+50
* Add support for lo- and hi-res RTC hardwarepatacongo2011-10-013-19/+116
* Simulated touchscreen debug fixespatacongo2011-09-281-3/+21
* Fix NXFFS compilation errorpatacongo2011-09-281-0/+20
* CDC ACM fixespatacongo2011-09-271-6/+13
* TIFF initialization is completepatacongo2011-09-211-1/+1
* A little progress with CDC ACM driverpatacongo2011-09-161-5/+5
* Small improvement in FAT buffering logic on write()patacongo2011-09-151-2/+2
* More CDC serial updatespatacongo2011-09-153-31/+165
* Add CDC ACM serial class device driverpatacongo2011-09-134-893/+914
* Working toward CDC serial USB devicepatacongo2011-09-123-43/+117
* Add header files for CDC serialpatacongo2011-09-123-1/+980
* Correct error in clock_gettime(); fix wait for STOP in I2C stm32 driverpatacongo2011-09-111-1/+5
* Add driver for LM-75 temperature sensorpatacongo2011-09-102-1/+136
* Add AT24xx and LPC17xx I2C drivers (from Lzyy)patacongo2011-09-071-0/+12
* Fix a error the the STM32 I2C timeout logicpatacongo2011-09-061-0/+17
* PM.. Allow negative coeffients; support revert to normal statepatacongo2011-09-051-4/+29
* Update PM documentationpatacongo2011-09-041-18/+21
* Add a basic power management frameworkpatacongo2011-09-041-62/+216
* Add NSH date commandpatacongo2011-09-011-36/+139
* Add a power management interface definitionpatacongo2011-08-301-0/+177
* Add a flash_eraseall() functionpatacongo2011-08-271-0/+11
* ADC bugfixes plus new DAC logic from Lzyypatacongo2011-08-252-2/+199
* Add a test of the circle rendering logicpatacongo2011-08-243-8/+8