aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/TIVA/LLD/st_lld.c
Commit message (Expand)AuthorAgeFilesLines
* Removing GPTM_TAMR_TASNAPS was a bad idea. This caused the TAR register to no...marcoveeneman2015-03-231-1/+3
* Removed ST_CLOCK_SRC for Tiva st_lld and replaced with TIVA_SYSCLK.marcoveeneman2015-03-231-15/+3
* 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
* Tiva st_lld files cleanup.marcoveeneman2015-03-201-14/+1
* Tiva Tickless timer in down mode turned out not to work in last commit. It's ...marcoveeneman2015-03-201-30/+8
* Changed the Tiva tickless timer implementation to use the timer in down mode....marcoveeneman2015-03-201-3/+2
* Tickless mode for Tiva seems to be working using WGPT5 in up mode.marcoveeneman2015-03-201-3/+3
* Added Tiva HAL files.marcoveeneman2014-10-131-0/+284