From 747c73b6e829e98cb92f13f8bc5171e549eea697 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 8 Aug 2012 23:23:15 +0000 Subject: [PATCH] STM32 CAN TX/RX pins reversed; inconsistent conditional compilation git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5017 42af7a65-404d-4744-a932-0658087f49c3 --- configs/hymini-stm32v/README.txt | 4 ++-- configs/stm3210e-eval/README.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configs/hymini-stm32v/README.txt b/configs/hymini-stm32v/README.txt index cadd41acf5..43a4127964 100755 --- a/configs/hymini-stm32v/README.txt +++ b/configs/hymini-stm32v/README.txt @@ -432,8 +432,8 @@ HY-Mini specific Configuration Options CONFIG_STM32_SPI1_REMAP CONFIG_STM32_SPI3_REMAP CONFIG_STM32_I2C1_REMAP - CONFIG_STM32_CAN1_FULL_REMAP - CONFIG_STM32_CAN1_PARTIAL_REMAP + CONFIG_STM32_CAN1_REMAP1 + CONFIG_STM32_CAN1_REMAP2 CONFIG_STM32_CAN2_REMAP STM32F103V specific device driver settings diff --git a/configs/stm3210e-eval/README.txt b/configs/stm3210e-eval/README.txt index d7df1ef9bd..975e85ceda 100755 --- a/configs/stm3210e-eval/README.txt +++ b/configs/stm3210e-eval/README.txt @@ -540,8 +540,8 @@ STM3210E-EVAL-specific Configuration Options CONFIG_STM32_SPI1_REMAP CONFIG_STM32_SPI3_REMAP CONFIG_STM32_I2C1_REMAP - CONFIG_STM32_CAN1_FULL_REMAP - CONFIG_STM32_CAN1_PARTIAL_REMAP + CONFIG_STM32_CAN1_REMAP1 + CONFIG_STM32_CAN1_REMAP2 CONFIG_STM32_CAN2_REMAP JTAG Enable settings (by default JTAG-DP and SW-DP are disabled):