aboutsummaryrefslogtreecommitdiffstats
path: root/demos/TIVA/RT-TM4C123G-LAUNCHPAD
Commit message (Collapse)AuthorAgeFilesLines
* Updated ChibiOS path for all MakefilesFabien Poussin2019-03-121-1/+1
|
* Simplified a makefile by using the new variablesmarcoveeneman2018-03-101-17/+11
| | | | Also disabled FPU, added license makefile and added -Wundef to C and C++ warnings.
* Merge pull request #145 from marcoveeneman/tiva_improvementsFabien Poussin2018-03-085-49/+274
|\ | | | | Various Tiva improvements
| * Updated all mcuconf.h files to include PAL IRQ settings.marcoveeneman2018-03-071-1/+7
| |
| * Changed PAL driver so that TM4C123x devices GPIO blocks always use AHB.marcoveeneman2018-02-281-6/+0
| |
| * Updated all halconf.h filesmarcoveeneman2018-02-271-5/+128
| |
| * Updated all chconf.h filesmarcoveeneman2018-02-271-34/+122
| |
| * Fixed compile errors in demosmarcoveeneman2017-11-243-3/+17
| |
* | Removed duplicate OpenOCD on ICDI launch configurations.marcoveeneman2018-02-121-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 tagsFabio Utzig2017-10-091-0/+1
| | | | Signed-off-by: Fabio Utzig <utzig@apache.org>
* Updated license headersmarcoveeneman2017-04-202-2/+2
|
* Fixed incorrect type used for line field in led_config structures.marcoveeneman2016-11-211-1/+1
|
* Replaced port+pad by line in the demos and testhal.marcoveeneman2016-10-301-19/+24
|
* Updated mcuconf.h files.marcoveeneman2016-10-291-2/+2
|
* Replaced custom register bitfield macros by TivaWare bitfield macros.marcoveeneman2016-10-281-1/+1
|
* Updated ChibiStudio .cproject files.marcoveeneman2016-10-271-0/+1
|
* Implemented smart build for Tiva platform.marcoveeneman2016-08-091-0/+6
|
* Tiva. Fixed and added missing debug and external tool configurations.marcoveeneman2016-05-111-1/+1
|
* Tiva. Fixed project files of testhal and demos.marcoveeneman2016-05-111-3/+8
|
* Tiva. Updated Tiva makefiles to be compatible with the main repository.marcoveeneman2016-04-281-2/+4
|
* Mass license update.marcoveeneman2016-04-284-1/+49
|
* Fix tiva demosFabio Utzig2016-04-043-10/+32
|
* Fixed rest of paths in build scripts.barthess2015-08-243-22/+25
|
* Modified makefiles to incorporate changesFabien Poussin2015-08-201-3/+3
|
* Tiva. Updated makefiles for Tiva demos and testhal.marcoveeneman2015-04-161-11/+23
|
* Removed AHB setting of GPIOG - GPIOJ for the RT-TM4C123G-LAUNCHPAD demo ↵marcoveeneman2015-03-031-3/+0
| | | | since this device only has GPIOA - GPIOF.
* Adapted the RT-TM4C123G-LAUNCHPAD and RT-TM4C1294-LAUNCHPAD demos to ↵marcoveeneman2015-03-031-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 ↵marcoveeneman2015-03-031-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.marcoveeneman2015-02-172-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.marcoveeneman2015-01-141-0/+52
|
* Added external tool configuration for the In-Circuit Debug Interface (ICDI).marcoveeneman2015-01-141-0/+10
|
* Added project files for the RT-TM4C123G-LAUNCHPAD demo.marcoveeneman2015-01-142-0/+152
|
* Added Tiva demos.marcoveeneman2014-10-135-0/+1176