Commit Graph

52 Commits

Author SHA1 Message Date
marcoveeneman 230c39fc14 Moved pal testhal makefiles and configuration into folders 2018-03-16 22:00:33 +01:00
marcoveeneman 2f799372b1 Removed TESTSRC and TESTINC from some makefiles which didnt use them 2018-03-15 07:35:12 +01:00
marcoveeneman e75bb117dd Fixed CONFDIR missing in PAL makefiles 2018-03-12 19:25:44 +01:00
marcoveeneman e38bf60447 Aligned Tiva Makefiles 2018-03-12 19:18:39 +01:00
Fabien Poussin aa8c6cc4af
Merge pull request #145 from marcoveeneman/tiva_improvements
Various Tiva improvements
2018-03-08 21:42:35 +01:00
marcoveeneman be0446c549 Updated all mcuconf.h files to include PAL IRQ settings. 2018-03-07 20:44:42 +01:00
marcoveeneman b08f095a7e Removed EXT testhal application 2018-03-02 18:55:41 +01:00
marcoveeneman e7478cb78d Added multi target testhal application for PAL driver. 2018-03-02 00:11:46 +01:00
marcoveeneman bf1167e3c6 Updated all halconf.h files 2018-02-27 20:52:58 +01:00
marcoveeneman a59f29723c Updated all chconf.h files 2018-02-27 20:46:18 +01:00
marcoveeneman a71feeacc3 Removed duplicate OpenOCD on ICDI launch configurations.
Starting from ChibiOS 17.6.4 and ChibiOS 18.2.0 OpenOCD launch configuration will be placed under ($CHIBIOS)/tools/eclipse/debug/
2018-02-12 18:41:28 +01:00
marcoveeneman a08a28e32d Fixed I2C and UART testhal demos 2017-11-24 22:26:11 +01:00
marcoveeneman ec4b244c51
Merge pull request #125 from marcoveeneman/tiva_add_uart
Add Tiva UART driver.
2017-11-23 21:37:24 +01:00
marcoveeneman e683963b76 Added chconf version tag 2017-10-24 23:07:33 +02:00
Fabio Utzig f392dfa223 Add version tags
Signed-off-by: Fabio Utzig <utzig@apache.org>
2017-10-09 10:12:59 -03:00
marcoveeneman 5b90306c97 Added testhal applcation for Tiva UART driver. 2017-09-10 19:46:13 +02:00
marcoveeneman 4e08d013d0 Improved ADC testhal application. 2017-07-03 22:24:23 +02:00
marcoveeneman 884dbaeabc Improved ADC driver and ADC testhal application. 2017-07-03 22:24:07 +02:00
marcoveeneman ffd9d3fd90 Initial ADC driver and testhal application for TM4C123x. 2017-07-03 22:23:55 +02:00
marcoveeneman 2841fd88cd Updated license headers 2017-04-20 19:47:50 +02:00
marcoveeneman 4435bdec24 Replaced port+pad by line in the demos and testhal. 2016-10-30 14:34:58 +01:00
marcoveeneman 7e3ef128a4 Updated mcuconf.h files. 2016-10-29 19:47:09 +02:00
marcoveeneman 041c87831b Some missing changes. 2016-10-27 23:52:24 +02:00
marcoveeneman 538eba7b6f Updated ChibiStudio .cproject files. 2016-10-27 23:50:49 +02:00
marcoveeneman 1853428c80 Implemented smart build for Tiva platform. 2016-08-09 20:42:31 +02:00
marcoveeneman 50439f54df Tiva. Fixed and added missing debug and external tool configurations. 2016-05-11 20:33:21 +02:00
marcoveeneman 60ed4442a2 Tiva. Fixed project files of testhal and demos. 2016-05-11 20:31:04 +02:00
marcoveeneman 99230d289c Tiva. Updated Tiva makefiles to be compatible with the main repository. 2016-04-28 23:10:46 +02:00
marcoveeneman 277989a048 Tiva. WDG. Changed fixed load value to the system clock in the demo. 2016-04-28 22:10:35 +02:00
marcoveeneman d4cb8ca216 Mass license update. 2016-04-28 22:07:07 +02:00
marcoveeneman 1244b8c9ab Disabled SPI support in halconf.h and added some comments in main.c 2016-04-11 20:12:36 +02:00
marcoveeneman 6a3337160e Tiva. WDG. Added testhal demo for Watchdog driver. 2016-04-06 21:26:50 +02:00
Fabio Utzig 44ac27a5c5 Fix testhal for OS compatibility 2016-04-04 22:53:09 -03:00
barthess 74065b233a Fixed rest of paths in build scripts. 2015-08-24 16:26:22 +03:00
barthess c7b566b9e0 TIVA. Fixed warnings about incorrect thread functions declaration. 2015-08-24 15:53:16 +03:00
Fabien Poussin 586a8a2b29 Modified makefiles to incorporate changes 2015-08-20 18:20:46 +02:00
marcoveeneman e62aae545a Tiva. Fixed I2C testhal makefile. 2015-04-16 21:42:15 +02:00
marcoveeneman b0bba2957e Tiva. Removed unnecessary include of test.mk in makefiles. 2015-04-16 21:41:36 +02:00
marcoveeneman 23c2cabf28 Tiva. Updated makefiles for Tiva demos and testhal. 2015-04-16 19:19:03 +02:00
marcoveeneman 246a8cc1d7 Tiva. EXT. Added EXT testhal demo for TM4C123x. 2015-04-14 23:06:48 +02:00
marcoveeneman b72c3d2cba Added Tiva SPI example to testhal for TM4C123x devices. 2015-03-17 21:54:24 +01:00
marcoveeneman 166421f69d Updated mcuconf files of Tiva teshal demos for GPT, I2C and PWM. 2015-03-04 21:52:15 +01:00
marcoveeneman b826d3a8e3 Updated Tiva testhal demo for I2C. 2015-03-04 20:42:54 +01:00
marcoveeneman 42add52912 Updated Tiva Testhal demos for GPT and PWM. 2015-03-04 20:32:05 +01:00
marcoveeneman 2463abdd1b Renamed Tiva launch and debug configurations.
Fixed wrong SYSCTL access of gpt, i2c and pwm after changing the SYSCTL structure in TM4C123x.h.
2015-02-17 21:25:12 +01:00
marcoveeneman acedb79754 Added debug and external tool configuration for the TM4C123x PWM testhal. 2015-01-22 21:22:08 +01:00
marcoveeneman 39f16696b0 Added debug and external tool configuration for the TM4C123x I2C testhal. 2015-01-22 21:21:58 +01:00
marcoveeneman 8158c1bd65 Added debug and external tool configuration for the TM4C123x GPT testhal. 2015-01-22 21:21:41 +01:00
marcoveeneman 22addb0a74 Added project files for the TM4C123x PWM testhal. 2015-01-22 21:19:03 +01:00
marcoveeneman 45f86d1170 Added project files for the TM4C123x I2C testhal. 2015-01-22 21:18:52 +01:00