aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/TIVA/TM4C129x
Commit message (Expand)AuthorAgeFilesLines
* Added shared variables to startup, board and platform makefilesmarcoveeneman2018-03-101-0/+4
* Added number of GPIO pins to TM4C129x registry.marcoveeneman2018-03-021-0/+2
* Updated platform.mk files to handle halconf.h files located in CONFDIRmarcoveeneman2018-03-021-1/+8
* Initial ADC driver and testhal application for TM4C123x.marcoveeneman2017-07-031-0/+1
* Updated license headersmarcoveeneman2017-04-204-4/+4
* Added driver.mk file for each low level peripheral driver.marcoveeneman2017-04-181-59/+18
* Deleted custom Tiva CMSIS headers.marcoveeneman2016-11-111-1131/+0
* Added checks and defines for device revisions.marcoveeneman2016-10-301-0/+4
* Added check for a valid device in the TM4C129x series.marcoveeneman2016-10-301-0/+17
* Replaced custom register bitfield macros by TivaWare bitfield macros.marcoveeneman2016-10-272-190/+28
* Use new PART_<device> defines for tm4c129x registry and isr.marcoveeneman2016-10-082-300/+300
* Fixed typo in TM4C129x platform makefile.marcoveeneman2016-08-291-2/+3
* Updated hal_lld.c files to use the new TivaWare macros.marcoveeneman2016-08-241-19/+17
* Implemented smart build for Tiva platform.marcoveeneman2016-08-091-0/+35
* Organized Tiva LLD folder.marcoveeneman2016-07-061-7/+20
* Mass license update.marcoveeneman2016-04-285-5/+5
* Tiva. WDG. Added watchdog driver to tm4c129 platform.mk.marcoveeneman2016-04-061-1/+2
* Tiva. WDG. Added missing declarations for watchdog peripherals.marcoveeneman2016-04-061-1/+3
* Fix header guard styleFabio Utzig2016-04-041-3/+3
* Fix hal files naming schemeFabio Utzig2016-04-041-5/+5
* Fixed rest of paths in build scripts.barthess2015-08-241-1/+1
* Changed the way files are included to a more convenient way.Fabien Poussin2015-08-201-7/+7
* Tiva. ST. Moved ST interrupt priority check from hal_lld to st_lld.marcoveeneman2015-04-161-5/+0
* Tiva. Replaced all references to CORTEX_IS_VALID_KERNEL_PRIORITY with OSAL_IR...marcoveeneman2015-04-161-1/+1
* Tiva. EXT. Added ext_lld files and added ext_lld.c to platform.mkmarcoveeneman2015-04-141-1/+2
* Added basic demo for TM4C1294 Connected Launchpad with LwIP.marcoveeneman2015-02-161-2/+2
* Added MAC low level driver for the TM4C129x. Tested on the TM4C1294 Connected...marcoveeneman2015-02-161-1/+2
* Reverted TM4C129x SYSCTL to old structure.marcoveeneman2015-02-161-77/+323
* Changed some peripheral register structures in tm4c123x.h and tm4c129x.h to r...marcoveeneman2014-10-162-565/+372
* Fixed missing peripheral declarations in tm4c123x.h and tm4c129x.hmarcoveeneman2014-10-141-12/+22
* Added Tiva HAL files.marcoveeneman2014-10-136-0/+2547