Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #145 from marcoveeneman/tiva_improvements | Fabien Poussin | 2018-03-08 | 5 | -49/+274 |
|\ | | | | | Various Tiva improvements | ||||
| * | Updated all mcuconf.h files to include PAL IRQ settings. | marcoveeneman | 2018-03-07 | 1 | -1/+7 |
| | | |||||
| * | Changed PAL driver so that TM4C123x devices GPIO blocks always use AHB. | marcoveeneman | 2018-02-28 | 1 | -6/+0 |
| | | |||||
| * | Updated all halconf.h files | marcoveeneman | 2018-02-27 | 1 | -5/+128 |
| | | |||||
| * | Updated all chconf.h files | marcoveeneman | 2018-02-27 | 1 | -34/+122 |
| | | |||||
| * | Fixed compile errors in demos | marcoveeneman | 2017-11-24 | 3 | -3/+17 |
| | | |||||
* | | Removed duplicate OpenOCD on ICDI launch configurations. | marcoveeneman | 2018-02-12 | 1 | -10/+0 |
|/ | | | | Starting from ChibiOS 17.6.4 and ChibiOS 18.2.0 OpenOCD launch configuration will be placed under ($CHIBIOS)/tools/eclipse/debug/ | ||||
* | Add version tags | Fabio Utzig | 2017-10-09 | 1 | -0/+1 |
| | | | | Signed-off-by: Fabio Utzig <utzig@apache.org> | ||||
* | Updated license headers | marcoveeneman | 2017-04-20 | 2 | -2/+2 |
| | |||||
* | Fixed incorrect type used for line field in led_config structures. | marcoveeneman | 2016-11-21 | 1 | -1/+1 |
| | |||||
* | Replaced port+pad by line in the demos and testhal. | marcoveeneman | 2016-10-30 | 1 | -19/+24 |
| | |||||
* | Updated mcuconf.h files. | marcoveeneman | 2016-10-29 | 1 | -2/+2 |
| | |||||
* | Replaced custom register bitfield macros by TivaWare bitfield macros. | marcoveeneman | 2016-10-28 | 1 | -1/+1 |
| | |||||
* | Updated ChibiStudio .cproject files. | marcoveeneman | 2016-10-27 | 1 | -0/+1 |
| | |||||
* | Implemented smart build for Tiva platform. | marcoveeneman | 2016-08-09 | 1 | -0/+6 |
| | |||||
* | Tiva. Fixed and added missing debug and external tool configurations. | marcoveeneman | 2016-05-11 | 1 | -1/+1 |
| | |||||
* | Tiva. Fixed project files of testhal and demos. | marcoveeneman | 2016-05-11 | 1 | -3/+8 |
| | |||||
* | Tiva. Updated Tiva makefiles to be compatible with the main repository. | marcoveeneman | 2016-04-28 | 1 | -2/+4 |
| | |||||
* | Mass license update. | marcoveeneman | 2016-04-28 | 4 | -1/+49 |
| | |||||
* | Fix tiva demos | Fabio Utzig | 2016-04-04 | 3 | -10/+32 |
| | |||||
* | Fixed rest of paths in build scripts. | barthess | 2015-08-24 | 3 | -22/+25 |
| | |||||
* | Modified makefiles to incorporate changes | Fabien Poussin | 2015-08-20 | 1 | -3/+3 |
| | |||||
* | Tiva. Updated makefiles for Tiva demos and testhal. | marcoveeneman | 2015-04-16 | 1 | -11/+23 |
| | |||||
* | Removed AHB setting of GPIOG - GPIOJ for the RT-TM4C123G-LAUNCHPAD demo ↵ | marcoveeneman | 2015-03-03 | 1 | -3/+0 |
| | | | | since this device only has GPIOA - GPIOF. | ||||
* | Adapted the RT-TM4C123G-LAUNCHPAD and RT-TM4C1294-LAUNCHPAD demos to ↵ | marcoveeneman | 2015-03-03 | 1 | -28/+20 |
| | | | | configure the used pins at runtime and moved the TestThread execution before the blink threads are started. | ||||
* | Implemented AHB access for GPIOA - GPIOJ for TM4C123x devices. On TM4C129x ↵ | marcoveeneman | 2015-03-03 | 1 | -0/+13 |
| | | | | | | | devices the AHB is the only used bus for GPIO. Replaced the nops after starting the gpio peripheral clocks with a busy wait until all GPIO peripherals are ready. Added Sub-Family identifier for TM4C123x devices. | ||||
* | Renamed Tiva launch and debug configurations. | marcoveeneman | 2015-02-17 | 2 | -0/+0 |
| | | | | Fixed wrong SYSCTL access of gpt, i2c and pwm after changing the SYSCTL structure in TM4C123x.h. | ||||
* | Added debug configuration for the RT-TM4C123G-LAUNCHPAD demo. | marcoveeneman | 2015-01-14 | 1 | -0/+52 |
| | |||||
* | Added external tool configuration for the In-Circuit Debug Interface (ICDI). | marcoveeneman | 2015-01-14 | 1 | -0/+10 |
| | |||||
* | Added project files for the RT-TM4C123G-LAUNCHPAD demo. | marcoveeneman | 2015-01-14 | 2 | -0/+152 |
| | |||||
* | Added Tiva demos. | marcoveeneman | 2014-10-13 | 5 | -0/+1176 |