aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/TIVA/LLD/GPTM
Commit message (Collapse)AuthorAgeFilesLines
* Fixed warnings triggered by -Wundef compile optionmarcoveeneman2018-03-121-1/+1
|
* Fixed hal_st_lld still using old register access.marcoveeneman2018-03-021-22/+22
| | | | Registers are now accessed using the HWREG() macro.
* Updated license headersmarcoveeneman2017-04-204-4/+4
|
* Fixed Tiva low level driver @file documentation.marcoveeneman2017-04-184-4/+4
|
* Added driver.mk file for each low level peripheral driver.marcoveeneman2017-04-181-0/+11
|
* Replaced custom register bitfield macros by TivaWare bitfield macros.marcoveeneman2016-10-274-153/+19
|
* Updated gpt_lld to use TivaWare.marcoveeneman2016-10-082-71/+71
|
* Fixed wrong definitions in st_lld.hmarcoveeneman2016-10-081-34/+11
|
* Updated st_lld to use TivaWare.marcoveeneman2016-10-082-22/+22
| | | | | Tickless mode is working again. Fixed st_lld_get_counter reading the wrong register.
* st driver only works in periodic mode for now.marcoveeneman2016-10-081-0/+18
|
* Organized Tiva LLD folder.marcoveeneman2016-07-065-0/+1921