aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/TIVA/TM4C129x/tm4c129x.h
Commit message (Collapse)AuthorAgeFilesLines
* Mass license update.marcoveeneman2016-04-281-1/+1
|
* Tiva. WDG. Added missing declarations for watchdog peripherals.marcoveeneman2016-04-061-1/+3
|
* Reverted TM4C129x SYSCTL to old structure.marcoveeneman2015-02-161-77/+323
| | | | Added Ethernet peripheral structure for TM4C129x devices.
* Changed some peripheral register structures in tm4c123x.h and tm4c129x.h to ↵marcoveeneman2014-10-161-563/+370
| | | | | | | 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.
* Fixed missing peripheral declarations in tm4c123x.h and tm4c129x.hmarcoveeneman2014-10-141-12/+22
|
* Added Tiva HAL files.marcoveeneman2014-10-131-0/+1066