aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/TIVA/LLD
Commit message (Expand)AuthorAgeFilesLines
...
* Tiva tickless mode is working for 16 bit timers too. Typecasting was not corr...marcoveeneman2015-03-221-4/+4
* Added macros in st_lld for Tiva defices to wait until a timer is ready before...marcoveeneman2015-03-221-3/+14
* Fixed incorrect Tiva ST_HANDLER and ST_NUMBER defines in st_lld.marcoveeneman2015-03-221-12/+12
* Wait until the timer peripheral is ready to continue. When built with -O0 thi...marcoveeneman2015-03-201-0/+4
* Fixed using incorrect registers.marcoveeneman2015-03-201-2/+2
* Tiva st_lld files cleanup.marcoveeneman2015-03-202-106/+5
* Tiva Tickless timer in down mode turned out not to work in last commit. It's ...marcoveeneman2015-03-202-33/+11
* Changed the Tiva tickless timer implementation to use the timer in down mode....marcoveeneman2015-03-202-11/+26
* Tickless mode for Tiva seems to be working using WGPT5 in up mode.marcoveeneman2015-03-202-34/+54
* Added Tiva SPI low level driver.marcoveeneman2015-03-172-0/+1073
* Added Tiva UDMA driver.marcoveeneman2015-03-172-0/+336
* 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-032-98/+380
* 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-173-48/+48
* 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 Connected...marcoveeneman2015-02-162-0/+1257
* Changed some peripheral register structures in tm4c123x.h and tm4c129x.h to r...marcoveeneman2014-10-165-81/+81
* Added Tiva HAL files.marcoveeneman2014-10-1313-0/+6174