summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/stm32_i2c_alt.c
Commit message (Expand)AuthorAgeFilesLines
* Adds the ability to use the STM32F2 and STM32F4 Battery Backedup SRAM in the ...Gregory Nutt2015-02-211-0/+0
* Fix some time value changes; mostly changing greater than 1000000000 to great...Gregory Nutt2015-02-201-2/+2
* Update commentsGregory Nutt2014-11-291-7/+12
* 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
* Back out PX4 fixes that were reverted in PX4 repositoryGregory Nutt2014-05-251-13/+1
* STM32 I2C: Final fixes from Max Kriegleder et al.Gregory Nutt2014-05-231-45/+52
* Fix one error that I made in the last check-in (there are probably more)Gregory Nutt2014-05-141-31/+31
* Add an alternate STM32 I2C driver that works around errata in the F103 chip (...Gregory Nutt2014-05-141-0/+2650