aboutsummaryrefslogtreecommitdiffstats
path: root/demos/TIVA
Commit message (Collapse)AuthorAgeFilesLines
* Updating Makefiles for 19.1.xFabien Poussin2019-10-013-3/+3
|
* Updated ChibiOS path for all MakefilesFabien Poussin2019-03-123-3/+3
|
* Removed custom web server and use LwIP httpd in demomarcoveeneman2018-03-154-177/+4
|
* Removed LWSRC and LWINC from makefile and added httpd_opts.h file.marcoveeneman2018-03-142-2/+324
|
* Fixed problem in LwIP demo makefilemarcoveeneman2018-03-131-2/+1
|
* Aligned Tiva Makefilesmarcoveeneman2018-03-122-34/+23
|
* 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-0813-136/+879
|\ | | | | Various Tiva improvements
| * Updated all mcuconf.h files to include PAL IRQ settings.marcoveeneman2018-03-073-1/+79
| |
| * Disabled tickless timer for TM4C129x demos.marcoveeneman2018-03-022-2/+2
| |
| * Changed PAL driver so that TM4C123x devices GPIO blocks always use AHB.marcoveeneman2018-02-281-6/+0
| |
| * Updated all halconf.h filesmarcoveeneman2018-02-273-16/+385
| |
| * Updated all chconf.h filesmarcoveeneman2018-02-273-109/+383
| |
| * Fixed compile errors in demosmarcoveeneman2017-11-246-6/+34
| |
* | Removed duplicate OpenOCD on ICDI launch configurations.marcoveeneman2018-02-123-32/+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-093-0/+3
| | | | Signed-off-by: Fabio Utzig <utzig@apache.org>
* Updated license headersmarcoveeneman2017-04-206-6/+6
|
* Fixed incorrect type used for line field in led_config structures.marcoveeneman2016-11-212-2/+2
|
* Replaced port+pad by line in the demos and testhal.marcoveeneman2016-10-302-38/+50
|
* Updated mcuconf.h files.marcoveeneman2016-10-292-3/+3
|
* Replaced custom register bitfield macros by TivaWare bitfield macros.marcoveeneman2016-10-281-1/+1
|
* Some missing changes.marcoveeneman2016-10-271-1/+1
|
* Updated ChibiStudio .cproject files.marcoveeneman2016-10-273-6/+211
|
* Fixed .launch file for RT-TM4C1294-LAUNCHPAD demo.marcoveeneman2016-08-301-2/+2
|
* Implemented smart build for Tiva platform.marcoveeneman2016-08-093-0/+18
|
* Tiva. Fixed and added missing debug and external tool configurations.marcoveeneman2016-05-114-1/+75
|
* Tiva. Fixed project files of testhal and demos.marcoveeneman2016-05-113-15/+15
|
* Tiva. Updated Tiva makefiles to be compatible with the main repository.marcoveeneman2016-04-283-6/+12
|
* Mass license update.marcoveeneman2016-04-2814-5/+149
|
* Improve http_server declarationFabio Utzig2016-04-051-1/+1
|
* Fix tiva demosFabio Utzig2016-04-0410-28/+95
|
* Tiva. Demo. Fixed lwip related changes in RT-TM4C1294-LAUNCHPAD-LWIP demo.marcoveeneman2015-11-181-6/+2
|
* Fixed rest of paths in build scripts.barthess2015-08-245-24/+29
|
* Modified makefiles to incorporate changesFabien Poussin2015-08-203-9/+9
|
* Tiva. Fixed wrong define of TIVA_ST_USE_WIDE_TIMER in mcuconf.h for TM4C129x ↵marcoveeneman2015-04-162-2/+2
| | | | demos.
* Tiva. Fixed makefile for RT-TM4C1294-LAUNCHPAD-LWIP demo.marcoveeneman2015-04-161-3/+6
|
* Tiva. Updated makefiles for Tiva demos and testhal.marcoveeneman2015-04-163-41/+73
|
* 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-032-55/+36
| | | | configure the used pins at runtime and moved the TestThread execution before the blink threads are started.
* Changed the RT-TM4C1294-LAUNCHPAD demo to initialize the led pins to output ↵marcoveeneman2015-03-031-0/+3
| | | | push-pull.
* 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 basic demo for TM4C1294 Connected Launchpad with LwIP.marcoveeneman2015-02-1611-0/+3576
|
* Added project files for the RT-TM4C1294-LAUNCHPAD demo.marcoveeneman2015-01-222-0/+105
|
* 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-1310-0/+2345