summaryrefslogtreecommitdiffstats
path: root/bsps/arm/lpc24xx/i2c/i2c.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-05-20Update company nameSebastian Huber1-1/+1
The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
2019-03-15bsp/lpc24xx: Convert I2C driver to Linux APISebastian Huber1-238/+404
Change license to BSD-2-Clause. Close #3725.
2019-03-08bsps: Adjust bsp.h Doxygen groupsSebastian Huber1-1/+1
Update #3706.
2018-04-23bsps: Move I2C drivers to bspsSebastian Huber1-0/+0
This patch is a part of the BSP source reorganization. Update #3285.
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2011-05-192011-05-19 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber1-73/+11
* i2c/i2c-config.c: New file. * include/lcd.h: Removed EMC definitions. * misc/dma.c: Fixed initialization. * include/i2c.h, include/io.h, include/lpc-ethernet-config.h, include/lpc24xx.h, console/console-config.c, i2c/i2c.c, misc/io.c, misc/lcd.c, startup/bspstart.c, startup/bspstarthooks.c: New pin configuration API. * Makefile.am, preinstall.am: Update.
2009-12-15add support for LPC32xxThomas Doerfler1-31/+31
2009-10-21interrupt handler type changeThomas Doerfler1-1/+1
2009-09-18Changes throughout.Thomas Doerfler1-2/+2
2009-07-20add missing i2c.c fileThomas Doerfler1-0/+386