summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Switch NSH2 config to use buildroot toolchainpatacongo2011-08-302-6/+4
* More I2C tool logicpatacongo2011-08-299-121/+515
* Add framework for I2C toolspatacongo2011-08-298-1/+988
* Work around a CodeSourcery floating point bugpatacongo2011-08-292-2/+7
* Bug fixes for BCH and TSC2007 driverspatacongo2011-08-294-11/+28
* Use instead of makepatacongo2011-08-284-7/+7
* 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
* Fix nxgl_splitline bugpatacongo2011-08-257-37/+72
* Add a test of the circle rendering logicpatacongo2011-08-2424-94/+247
* Add circle drawing interfacespatacongo2011-08-2419-41/+1921
* Clean up Kinetics SDHC DMA code (still does not work)patacongo2011-08-233-293/+164
* More Kinetis SDHC fixespatacongo2011-08-232-80/+118
* More Kinetis SDHC fixespatacongo2011-08-234-45/+22
* Additional Kinetis SDHC fixespatacongo2011-08-223-55/+61
* In progress updates to the Kinetis SDHC driverpatacongo2011-08-222-55/+58
* Progress with Kinetis SDHC driver (more to to)patacongo2011-08-229-110/+183
* Update SDHC debug logicpatacongo2011-08-211-31/+65
* More integration of Kinetis SDHC driver into NSHpatacongo2011-08-217-80/+396
* Very initial SDHC driver for Kinetis partspatacongo2011-08-2110-5/+3054