aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/TIVA/LLD/pal_lld.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix hal files naming schemeFabio Utzig2016-04-041-445/+0
|
* Implemented AHB access for GPIOA - GPIOJ for TM4C123x devices. On TM4C129x ↵marcoveeneman2015-03-031-98/+221
| | | | | | | 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.
* 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 ↵marcoveeneman2015-02-261-1/+7
| | | | pal_lld_init.
* Changed the Tiva pal driver RCGCGPIO enable mask name.marcoveeneman2015-02-261-2/+5
| | | | Added a note about the RCGC register.
* Fixed wrong bit mask in Tiva pal driver.marcoveeneman2015-02-261-35/+37
|
* Added Tiva I/O mode flags.marcoveeneman2015-02-261-51/+49
| | | | Implemented _pal_lld_setgroupmode.
* Added basic demo for TM4C1294 Connected Launchpad with LwIP.marcoveeneman2015-02-161-1/+1
|
* Changed some peripheral register structures in tm4c123x.h and tm4c129x.h to ↵marcoveeneman2014-10-161-1/+1
| | | | | | | 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/+313