summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* Add TIFF unit testpatacongo2011-09-222-1/+5
* TIFF initialization is completepatacongo2011-09-211-1/+1
* Fix important bugs in mq_timedreceived() and mq_timedsend()patacongo2011-09-217-37/+37
* More TIFF logicpatacongo2011-09-201-1/+1
* Add beginning of a TIFF file creation librarypatacongo2011-09-201-1/+1
* 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-182-100/+285
* STM32 I2C driver will now operated in a polled, non-interrupting mode if so c...patacongo2011-09-174-66/+463
* 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-157-42/+303
* 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-113-121/+207
* 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-0816-152/+389
* Add AT24xx and LPC17xx I2C drivers (from Lzyy)patacongo2011-09-077-7/+922
* Fix a error the the STM32 I2C timeout logicpatacongo2011-09-065-3/+25
* 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
* Add I2C README filepatacongo2011-09-022-1/+3
* Fix errors in gmtime and gmtime_rpatacongo2011-09-014-71/+117
* Add NSH date commandpatacongo2011-09-014-45/+151
* Add a power management interface definitionpatacongo2011-08-301-0/+177
* I2C tool no longer hangs on dev commandpatacongo2011-08-302-8/+38
* Revert STM32 NSH2 configuration to use CodeSourcery toolchainpatacongo2011-08-302-4/+4
* Fix issue with multilib buildpatacongo2011-08-308-11/+17
* Switch NSH2 config to use buildroot toolchainpatacongo2011-08-302-6/+4
* Work around a CodeSourcery floating point bugpatacongo2011-08-292-2/+7
* Bug fixes for BCH and TSC2007 driverspatacongo2011-08-294-11/+28
* More fixe for FreeBSD buildpatacongo2011-08-284-2/+20
* Add a flash_eraseall() functionpatacongo2011-08-275-9/+163
* STM32 I2C fix, documentation update, fixes for FreeBSD/ASH buildpatacongo2011-08-278-165/+313
* Export a fast but non-standard way to clear the STM3210E-EVAL LCDpatacongo2011-08-264-1247/+1407
* Extend the 'make export' logic to bundle up chip header files as wellpatacongo2011-08-252-0/+59
* Documentation updatepatacongo2011-08-255-31/+198
* ADC bugfixes plus new DAC logic from Lzyypatacongo2011-08-2512-27/+1404