aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/TIVA/LLD/i2c_lld.c
Commit message (Collapse)AuthorAgeFilesLines
* Renamed Tiva launch and debug configurations.marcoveeneman2015-02-171-20/+20
| | | | Fixed wrong SYSCTL access of gpt, i2c and pwm after changing the SYSCTL structure in TM4C123x.h.
* Changed some peripheral register structures in tm4c123x.h and tm4c129x.h to ↵marcoveeneman2014-10-161-20/+20
| | | | | | | reduce the amount of duplicated text. Updated gpt_lld, i2c_lld, pal_lld, pwm_lld, serial_lld, hal_lld register access to the changed peripheral register structures. Replaced old interrupt numbers from tm4c123x.h and tm4c129x.h in serial_lld.c with the new interrupt number defines from tiva_isr.h.
* Added Tiva HAL files.marcoveeneman2014-10-131-0/+854