aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/TIVA
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed wrong bit mask in Tiva pal driver.marcoveeneman2015-02-261-35/+37
|
* Added Tiva I/O mode flags.marcoveeneman2015-02-262-51/+103
| | | | Implemented _pal_lld_setgroupmode.
* Renamed Tiva launch and debug configurations.marcoveeneman2015-02-174-95/+194
| | | | Fixed wrong SYSCTL access of gpt, i2c and pwm after changing the SYSCTL structure in TM4C123x.h.
* Added basic demo for TM4C1294 Connected Launchpad with LwIP.marcoveeneman2015-02-163-5/+5
|
* Added MAC low level driver for the TM4C129x. Tested on the TM4C1294 ↵marcoveeneman2015-02-163-1/+1259
| | | | Connected Launchpad.
* 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-168-956/+612
| | | | | | | 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-142-12/+44
|
* Added Tiva HAL files.marcoveeneman2014-10-1325-0/+11336