aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/TIVA/TM4C123x
Commit message (Collapse)AuthorAgeFilesLines
* Changed Tiva UDMA peripheral structure for TM4C123x.marcoveeneman2015-03-171-6/+12
|
* Added Tiva UDMA ISR names and numbers to TM4C123x tiva_isr.hmarcoveeneman2015-03-171-0/+7
|
* Implemented AHB access for GPIOA - GPIOJ for TM4C123x devices. On TM4C129x ↵marcoveeneman2015-03-032-120/+145
| | | | | | | devices the AHB is the only used bus for GPIO. Replaced the nops after starting the gpio peripheral clocks with a busy wait until all GPIO peripherals are ready. Added Sub-Family identifier for TM4C123x devices.
* Renamed Tiva launch and debug configurations.marcoveeneman2015-02-171-47/+146
| | | | 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-310/+159
| | | | | | | 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-0/+22
|
* Added Tiva HAL files.marcoveeneman2014-10-136-0/+2615