aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/TIVA
Commit message (Expand)AuthorAgeFilesLines
* Added missing PAL_TIVA_DEN_ENABLE for PAL_MODE_INPUT in Tiva devices.marcoveeneman2015-03-031-1/+2
* Added missing drive strength enable for PAL_MODE_OUTPUT_OPENDRAIN in Tiva dev...marcoveeneman2015-03-031-0/+1
* Implemented PAL_MODE_* defines for Tiva devices.marcoveeneman2015-03-031-0/+74
* Implemented AHB access for GPIOA - GPIOJ for TM4C123x devices. On TM4C129x de...marcoveeneman2015-03-034-218/+525
* Restructured Tiva pal_lld.hmarcoveeneman2015-02-261-98/+105
* Added missing static keyword for Tiva gpio_init function.marcoveeneman2015-02-261-1/+1
* Fixed incorrect and missing GPIO pin unlocking for JTAG and NMI pins in pal_l...marcoveeneman2015-02-261-1/+7
* Changed the Tiva pal driver RCGCGPIO enable mask name.marcoveeneman2015-02-261-2/+5
* Fixed wrong bit mask in Tiva pal driver.marcoveeneman2015-02-261-35/+37
* Added Tiva I/O mode flags.marcoveeneman2015-02-262-51/+103
* Renamed Tiva launch and debug configurations.marcoveeneman2015-02-174-95/+194
* 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 Connected...marcoveeneman2015-02-163-1/+1259
* Reverted TM4C129x SYSCTL to old structure.marcoveeneman2015-02-161-77/+323
* Changed some peripheral register structures in tm4c123x.h and tm4c129x.h to r...marcoveeneman2014-10-168-956/+612
* Fixed missing peripheral declarations in tm4c123x.h and tm4c129x.hmarcoveeneman2014-10-142-12/+44
* Added Tiva HAL files.marcoveeneman2014-10-1325-0/+11336