summaryrefslogtreecommitdiff
path: root/nuttx/include
Commit message (Expand)AuthorAgeFilesLines
* STM32 CAN driver now compilespatacongo2011-12-211-0/+3
* Add the beginning of an STM32 CAN driverpatacongo2011-12-211-9/+14
* Add a test for PWM driverspatacongo2011-12-191-5/+5
* Remove the PWM pulse count method. It can't be support on current hardwarepatacongo2011-12-191-23/+0
* Completes coding of the PWM modulepatacongo2011-12-191-3/+3
* Adds support for the STM32F103VCT6 and for the Hy-Mini STM32v board. Contrib...patacongo2011-12-171-2/+2
* Fix the data format used in apps/examples/adcpatacongo2011-12-161-1/+1
* Add framework for lower half STM32 PWM driver; updates to the STM32 ADC driverpatacongo2011-12-161-0/+253
* Add generic, upper-half PWM driverpatacongo2011-12-162-10/+45
* More STM32 DAC driver logicpatacongo2011-12-151-9/+32
* STM32 RTC driver now compiles and links without error (still untested)patacongo2011-12-141-1/+1
* STM32 F4 RTC driver is fully coded (but not tested)patacongo2011-12-141-0/+24
* Re-arrange some files and interfaces to support the STM32 F4 date/time RTCpatacongo2011-12-141-9/+58
* Progress on STM32 ADC driverpatacongo2011-12-141-7/+7
* 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