aboutsummaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/stm32_i2c.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup, WIP, needs a NuttX checkout to Firmware/NuttX nowLorenz Meier2013-06-011-2099/+0
* MergedLorenz Meier2013-02-171-40/+49
|\
| * Merge whitespace and comments so that we are closer to in sync with trunk.px4dev2013-02-061-38/+47
| * Merge commit '049c93446561c6ad3e59183c139f3916230ddee5' into nuttx-merge-5596px4dev2013-02-061-3/+3
| |\
| | * 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
| | * Resync new repository with old repo r5166patacongo2012-09-171-0/+1917
* | Made timeouts configurable, untestedLorenz Meier2013-02-161-1/+1
* | Restore the correct handling of the ACK flag at read completion.px4dev2013-01-231-1/+1
* | Merge branch 'master' into px4io-i2cpx4dev2013-01-191-199/+186
|\|
| * Bringing back old I2C code, just temporary workaroundLorenz Meier2013-01-191-203/+188
| * HOTFIX: disable interrupt-driven I2C mode, configure pessimistic I2C timeout,...px4dev2013-01-181-4/+6
* | Merge branch 'master' into px4io-i2cpx4dev2013-01-141-186/+199
|\|
| * Fix a compile error in the i2c reset code.px4dev2013-01-111-2/+2
| * Manually fixup merge botches via direct comparison with NuttX r5447.px4dev2013-01-111-186/+199
* | A couple of minor tracing fixes; print the state names in the trace dump, and...px4dev2013-01-131-4/+21
|/
* Re-enable the I2C lock around ACK sending pending a possible upstream fix.px4dev2012-09-161-2/+2
* Avoid a possible issue where an interrupt can intervene at a critical point, ...px4dev2012-09-141-0/+9
* Add locking to the I2C bus reset API to prevent pre-emption and conflict when...px4dev2012-08-221-6/+22
* Add an interface to the STM32 I2C driver that provides a way to reset the dri...px4dev2012-08-221-279/+190
* Fresh import of the PX4 firmware sources.px4dev2012-08-041-0/+2137