summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/stm32_i2c.c
Commit message (Expand)AuthorAgeFilesLines
* stm32_i2c: Add missing NULL check. From Juha NiskanenGregory Nutt2015-03-121-1/+1
* Fix some time value changes; mostly changing greater than 1000000000 to great...Gregory Nutt2015-02-201-2/+2
* STM32 I2C: Add strings to decode trace events. From David SidraneGregory Nutt2014-12-261-3/+24
* Update commentsGregory Nutt2014-11-291-3/+6
* STM32 F4 I2C: Port Tridge's I2C noise resiliance logic from the PX4 repository.Gregory Nutt2014-11-291-22/+87
* Update everything under nuttx/arch to use the corrected syslog interfacesGregory Nutt2014-10-081-2/+5
* More naming changes to get the stm3240g-eval/nxterm configuration building againGregory Nutt2014-09-201-3/+6
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-311-1/+1
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-311-2/+2
* Make variable definitions 'static const' when possible to save RAM usage. Fr...Gregory Nutt2014-06-301-5/+5
* STM32 I2C reset. Add missing GPIO configuration. From Alex DGregory Nutt2014-06-251-0/+3
* Back out PX4 fixes that were reverted in PX4 repositoryGregory Nutt2014-05-251-13/+1
* STM32 I2C: Cosmetic changes in preparation to merge a changeGregory Nutt2014-05-131-42/+55
* Updated README and commentsGregory Nutt2014-05-101-8/+10
* STM32 I2C: Bring in PX4 fix for I2C in very high noise environments or with r...Gregory Nutt2014-05-101-1/+13
* Add support for the STM32152 and STM32162 Medium+ density parts (plus miscell...Gregory Nutt2014-05-081-7/+13
* STM32 F1 I2C: Fix a typo that crept in with some recent changes. From Yiran ...Gregory Nutt2013-08-181-1/+1
* STM32 F3 I2C driver from John WharingtonGregory Nutt2013-07-301-85/+84
* Bugs reported by Mike Smith fixed; ZKIT-ARM-1769 CAN support from Rashid Fatahpatacongo2013-03-041-2/+2
* Add STM32 F3 I2C register definitionspatacongo2013-02-101-1/+9
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-281-3/+3
* STM32 I2C changes from Mike Smithpatacongo2013-01-181-4/+7
* Recent I2C changes for F4 broke F1patacongo2012-09-211-1/+2
* Oops.. the up_i2creset function mysteriously disappeared from stm32_i2c.cpatacongo2012-09-201-0/+115
* Fix ENC28J60 Tx transmit (still a receive problem); Add HTTP 408 logic from Katepatacongo2012-09-171-2/+4
* Resync new repository with old repo r5166patacongo2012-09-171-166/+217
* Fix return values from sleep(), usleep(), and sigtimedwait(). Fix STM32 F2 I...patacongo2012-05-301-2/+2
* The STMPE11/touchscreen is now fully functional on the STM3240G-EVALpatacongo2012-05-081-2/+2
* Candidate fix for STM32 F4 I2Cpatacongo2012-03-281-51/+93
* Updaes for NX Consolepatacongo2012-03-271-1/+1
* Fix handling if STM32 I2C byte countpatacongo2012-03-271-7/+12
* Add logic to support the FSMC SRAM in the NuttX heappatacongo2012-02-271-5/+18
* Correct a typo in STM32 I2C3 supportpatacongo2012-01-291-1/+1
* Add support for stm32 F4 I2C3patacongo2012-01-251-14/+87
* SAM3U SPI debug changespatacongo2011-10-071-2/+2
* Add sim C++ supportpatacongo2011-10-051-2/+2
* Fix bugs in STM32 SDHC and I2C driverspatacongo2011-10-051-5/+5
* Add support for lo- and hi-res RTC hardwarepatacongo2011-10-011-1/+2
* Generalize conditional compilation settingpatacongo2011-09-181-2/+2
* Add I2C trace capability; Fix another STM32 I2C/FSMC bug; add verify command ...patacongo2011-09-181-100/+280
* STM32 I2C driver will now operated in a polled, non-interrupting mode if so c...patacongo2011-09-171-63/+426
* Correct error in clock_gettime(); fix wait for STOP in I2C stm32 driverpatacongo2011-09-111-19/+61
* Add driver for LM-75 temperature sensorpatacongo2011-09-101-39/+42
* Final tweaks to STM32 I2C driverpatacongo2011-09-091-34/+94
* Only enable I2C interrupts when a transfer is startedpatacongo2011-09-091-54/+52
* 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-081-148/+325
* Fix a error the the STM32 I2C timeout logicpatacongo2011-09-061-1/+1
* I2C tool no longer hangs on dev commandpatacongo2011-08-301-7/+36