aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/TIVA/LLD
Commit message (Collapse)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 ↵marcoveeneman2015-03-031-0/+1
| | | | devices.
* Implemented PAL_MODE_* defines for Tiva devices.marcoveeneman2015-03-031-0/+74
|
* Implemented AHB access for GPIOA - GPIOJ for TM4C123x devices. On TM4C129x ↵marcoveeneman2015-03-032-98/+380
| | | | | | | 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.
* 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 ↵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-262-51/+103
| | | | Implemented _pal_lld_setgroupmode.
* Renamed Tiva launch and debug configurations.marcoveeneman2015-02-173-48/+48
| | | | 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-162-3/+3
|
* Added MAC low level driver for the TM4C129x. Tested on the TM4C1294 ↵marcoveeneman2015-02-162-0/+1257
| | | | Connected Launchpad.
* Changed some peripheral register structures in tm4c123x.h and tm4c129x.h to ↵marcoveeneman2014-10-165-81/+81
| | | | | | | 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-1313-0/+6174