summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix color format when pixels are read from STM32 LCDpatacongo2011-09-232-6/+156
* Add a test to determine if you can read data from an LCD correctlypatacongo2011-09-236-2/+381
* More TIFF fixespatacongo2011-09-232-5/+24
* Correct a couple of TIFF bugspatacongo2011-09-232-8/+9
* Minor TIFF updatespatacongo2011-09-222-7/+11
* TIFF library now passes its unit testpatacongo2011-09-229-41/+141
* Add TIFF unit testpatacongo2011-09-2211-15/+299
* Code complete on TIFF creation logicpatacongo2011-09-216-161/+816
* TIFF initialization is completepatacongo2011-09-215-132/+659
* Fix important bugs in mq_timedreceived() and mq_timedsend()patacongo2011-09-217-37/+37
* More TIFF logicpatacongo2011-09-204-19/+337
* Add beginning of a TIFF file creation librarypatacongo2011-09-2010-1/+1233
* Add rollover protection to the STM32 RTC sampling logicpatacongo2011-09-191-18/+43
* Generalize conditional compilation settingpatacongo2011-09-181-2/+2
* Add I2C trace capability; Fix another STM32 I2C/FSMC bug; add verify command ...patacongo2011-09-1813-219/+853
* STM32 I2C driver will now operated in a polled, non-interrupting mode if so c...patacongo2011-09-175-67/+464
* A little progress with CDC ACM driverpatacongo2011-09-164-17/+22
* Fix a stray write into the FATpatacongo2011-09-164-17/+27
* Small improvement in FAT buffering logic on write()patacongo2011-09-152-14/+17
* Revert some unnecessary portions of last commitpatacongo2011-09-151-21/+6
* Fix a critical bug in FAT sector managementpatacongo2011-09-152-9/+41
* More CDC serial updatespatacongo2011-09-158-42/+311
* Add CDC ACM serial class device driverpatacongo2011-09-1313-1141/+1431
* Working toward CDC serial USB devicepatacongo2011-09-124-43/+2376
* Add header files for CDC serialpatacongo2011-09-123-1/+980
* Prep for 6.9 Releasenuttx-6.9patacongo2011-09-114-122/+210
* Fix some timer race conditionspatacongo2011-09-114-13/+97
* Correct error in clock_gettime(); fix wait for STOP in I2C stm32 driverpatacongo2011-09-116-60/+201
* Add driver for LM-75 temperature sensorpatacongo2011-09-1018-321/+1125
* Final tweaks to STM32 I2C driverpatacongo2011-09-091-34/+94
* Only enable I2C interrupts when a transfer is startedpatacongo2011-09-092-54/+54
* Add handshake for semaphore interrupt communications to prevent getting out o...patacongo2011-09-091-327/+399
* Fix stm32_i2c_disablefsmc return valuepatacongo2011-09-091-1/+1
* Fix I2C/FSMC conflict for STM32; Fix STM32 clock setuppatacongo2011-09-0819-156/+424
* Add AT24xx and LPC17xx I2C drivers (from Lzyy)patacongo2011-09-077-7/+922
* Fix a error the the STM32 I2C timeout logicpatacongo2011-09-068-8/+31
* PM.. Allow negative coeffients; support revert to normal statepatacongo2011-09-055-28/+100
* Add PM block diagrampatacongo2011-09-042-0/+3
* Update PM documentationpatacongo2011-09-047-58/+381
* Add a basic power management frameworkpatacongo2011-09-0413-62/+1571
* Update I2C READMEpatacongo2011-09-021-3/+73
* Add I2C README filepatacongo2011-09-023-1/+248
* Fix errors in gmtime and gmtime_rpatacongo2011-09-017-74/+134
* Add NSH date commandpatacongo2011-09-018-45/+496
* Add a power management interface definitionpatacongo2011-08-301-0/+177
* I2C tool no longer hangs on dev commandpatacongo2011-08-305-18/+62
* Initial debug changes to the I2C toolpatacongo2011-08-304-22/+23
* Revert STM32 NSH2 configuration to use CodeSourcery toolchainpatacongo2011-08-302-4/+4
* First cut at I2C toolpatacongo2011-08-308-138/+448
* Fix issue with multilib buildpatacongo2011-08-308-11/+17