Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added shared variables to startup, board and platform makefiles | marcoveeneman | 2018-03-10 | 1 | -0/+4 |
| | |||||
* | Added number of GPIO pins to TM4C129x registry. | marcoveeneman | 2018-03-02 | 1 | -0/+2 |
| | |||||
* | Updated platform.mk files to handle halconf.h files located in CONFDIR | marcoveeneman | 2018-03-02 | 1 | -1/+8 |
| | |||||
* | Initial ADC driver and testhal application for TM4C123x. | marcoveeneman | 2017-07-03 | 1 | -0/+1 |
| | |||||
* | Updated license headers | marcoveeneman | 2017-04-20 | 4 | -4/+4 |
| | |||||
* | Added driver.mk file for each low level peripheral driver. | marcoveeneman | 2017-04-18 | 1 | -59/+18 |
| | |||||
* | Deleted custom Tiva CMSIS headers. | marcoveeneman | 2016-11-11 | 1 | -1131/+0 |
| | |||||
* | Added checks and defines for device revisions. | marcoveeneman | 2016-10-30 | 1 | -0/+4 |
| | | | | This can be used for errata workarounds in the drivers. | ||||
* | Added check for a valid device in the TM4C129x series. | marcoveeneman | 2016-10-30 | 1 | -0/+17 |
| | |||||
* | Replaced custom register bitfield macros by TivaWare bitfield macros. | marcoveeneman | 2016-10-27 | 2 | -190/+28 |
| | |||||
* | Use new PART_<device> defines for tm4c129x registry and isr. | marcoveeneman | 2016-10-08 | 2 | -300/+300 |
| | |||||
* | Fixed typo in TM4C129x platform makefile. | marcoveeneman | 2016-08-29 | 1 | -2/+3 |
| | |||||
* | Updated hal_lld.c files to use the new TivaWare macros. | marcoveeneman | 2016-08-24 | 1 | -19/+17 |
| | |||||
* | Implemented smart build for Tiva platform. | marcoveeneman | 2016-08-09 | 1 | -0/+35 |
| | |||||
* | Organized Tiva LLD folder. | marcoveeneman | 2016-07-06 | 1 | -7/+20 |
| | |||||
* | Mass license update. | marcoveeneman | 2016-04-28 | 5 | -5/+5 |
| | |||||
* | Tiva. WDG. Added watchdog driver to tm4c129 platform.mk. | marcoveeneman | 2016-04-06 | 1 | -1/+2 |
| | |||||
* | Tiva. WDG. Added missing declarations for watchdog peripherals. | marcoveeneman | 2016-04-06 | 1 | -1/+3 |
| | |||||
* | Fix header guard style | Fabio Utzig | 2016-04-04 | 1 | -3/+3 |
| | |||||
* | Fix hal files naming scheme | Fabio Utzig | 2016-04-04 | 1 | -5/+5 |
| | |||||
* | Fixed rest of paths in build scripts. | barthess | 2015-08-24 | 1 | -1/+1 |
| | |||||
* | Changed the way files are included to a more convenient way. | Fabien Poussin | 2015-08-20 | 1 | -7/+7 |
| | |||||
* | Tiva. ST. Moved ST interrupt priority check from hal_lld to st_lld. | marcoveeneman | 2015-04-16 | 1 | -5/+0 |
| | |||||
* | Tiva. Replaced all references to CORTEX_IS_VALID_KERNEL_PRIORITY with ↵ | marcoveeneman | 2015-04-16 | 1 | -1/+1 |
| | | | | OSAL_IRQ_IS_VALID_PRIORITY. | ||||
* | Tiva. EXT. Added ext_lld files and added ext_lld.c to platform.mk | marcoveeneman | 2015-04-14 | 1 | -1/+2 |
| | |||||
* | Added basic demo for TM4C1294 Connected Launchpad with LwIP. | marcoveeneman | 2015-02-16 | 1 | -2/+2 |
| | |||||
* | Added MAC low level driver for the TM4C129x. Tested on the TM4C1294 ↵ | marcoveeneman | 2015-02-16 | 1 | -1/+2 |
| | | | | Connected Launchpad. | ||||
* | Reverted TM4C129x SYSCTL to old structure. | marcoveeneman | 2015-02-16 | 1 | -77/+323 |
| | | | | Added Ethernet peripheral structure for TM4C129x devices. | ||||
* | Changed some peripheral register structures in tm4c123x.h and tm4c129x.h to ↵ | marcoveeneman | 2014-10-16 | 2 | -565/+372 |
| | | | | | | | 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. | ||||
* | Fixed missing peripheral declarations in tm4c123x.h and tm4c129x.h | marcoveeneman | 2014-10-14 | 1 | -12/+22 |
| | |||||
* | Added Tiva HAL files. | marcoveeneman | 2014-10-13 | 6 | -0/+2547 |