summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix nxgl_splitline bugpatacongo2011-08-257-37/+72
* Add a test of the circle rendering logicpatacongo2011-08-2420-43/+106
* 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
* Add Uros' RCC actitivity counter to STM32 idle looppatacongo2011-08-2019-54/+131
* Prep for 6.8 releasenuttx-6.8patacongo2011-08-197-206/+138
* Add support for multiplexed SDIO pins from Urospatacongo2011-08-1918-214/+694
* Remove executable property from many filespatacongo2011-08-1930-0/+0
* Missing a some re-naming in the last checkinpatacongo2011-08-192-42/+43
* Add ADC sub-system and drivers from Lzyypatacongo2011-08-196-1/+1006