diff options
author | marcoveeneman <marco-veeneman@hotmail.com> | 2015-03-04 21:52:15 +0100 |
---|---|---|
committer | marcoveeneman <marco-veeneman@hotmail.com> | 2015-03-04 21:52:15 +0100 |
commit | 166421f69dc0e1ce29ec35b0a16fb8440b70e77a (patch) | |
tree | 54df7d647339aeafb87a4087c8f20e7b985037c6 /testhal/TIVA/TM4C123x/I2C | |
parent | b826d3a8e39cd3ad723b629206c9b73edefec8fc (diff) | |
download | ChibiOS-Contrib-166421f69dc0e1ce29ec35b0a16fb8440b70e77a.tar.gz ChibiOS-Contrib-166421f69dc0e1ce29ec35b0a16fb8440b70e77a.tar.bz2 ChibiOS-Contrib-166421f69dc0e1ce29ec35b0a16fb8440b70e77a.zip |
Updated mcuconf files of Tiva teshal demos for GPT, I2C and PWM.
Diffstat (limited to 'testhal/TIVA/TM4C123x/I2C')
-rw-r--r-- | testhal/TIVA/TM4C123x/I2C/mcuconf.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testhal/TIVA/TM4C123x/I2C/mcuconf.h b/testhal/TIVA/TM4C123x/I2C/mcuconf.h index 1a51171..cbb493e 100644 --- a/testhal/TIVA/TM4C123x/I2C/mcuconf.h +++ b/testhal/TIVA/TM4C123x/I2C/mcuconf.h @@ -25,6 +25,16 @@ TIVA_RCC_PWMDIV_8) /* + * GPIO driver system settings. + */ +#define TIVA_GPIO_GPIOA_USE_AHB TRUE +#define TIVA_GPIO_GPIOB_USE_AHB TRUE +#define TIVA_GPIO_GPIOC_USE_AHB TRUE +#define TIVA_GPIO_GPIOD_USE_AHB TRUE +#define TIVA_GPIO_GPIOE_USE_AHB TRUE +#define TIVA_GPIO_GPIOF_USE_AHB TRUE + +/* * GPT driver system settings. */ #define TIVA_GPT_USE_GPT0 FALSE |