summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-01-21 10:01:51 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-01-21 10:01:51 -0600
commit9fc3ffdbbe02c3f9bf128527aee96a52b5657fcb (patch)
treec41a47e06776155b873b54a024fa920ca35a35d0
parentdc943a35d15f571d596369c0f516a206ade0c643 (diff)
downloadnuttx-9fc3ffdbbe02c3f9bf128527aee96a52b5657fcb.tar.gz
nuttx-9fc3ffdbbe02c3f9bf128527aee96a52b5657fcb.tar.bz2
nuttx-9fc3ffdbbe02c3f9bf128527aee96a52b5657fcb.zip
configs/olimex-stm32-p107: Failes to build is SPI3 for UEXT is not remapped
-rw-r--r--nuttx/ChangeLog2
-rw-r--r--nuttx/configs/olimex-stm32-p107/src/up_encx24j600.c4
2 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 51378242f..c6e19b7ac 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -6487,4 +6487,6 @@
* include/ctype.h: Typo in macro name: iscntrol, not iscontrol (2104-1-17)
* libc/unistd/lib_getopt.c: If there are no arguments (argc == 1), then
getopt() make like the optind variable in an undefined state (2014-1-20).
+ * configs/olimex-stm32-p107: Failes to build is SPI3 for UEXT is not
+ remapped. From Max Holtzberg (2014-1-21).
diff --git a/nuttx/configs/olimex-stm32-p107/src/up_encx24j600.c b/nuttx/configs/olimex-stm32-p107/src/up_encx24j600.c
index d8af313e3..bb0fd54ca 100644
--- a/nuttx/configs/olimex-stm32-p107/src/up_encx24j600.c
+++ b/nuttx/configs/olimex-stm32-p107/src/up_encx24j600.c
@@ -79,6 +79,10 @@
# error "Need CONFIG_STM32_SPI3 in the configuration"
#endif
+#ifndef CONFIG_STM32_SPI3_REMAP
+# error "SPI should be remapped for UEXT use"
+#endif
+
/* SPI Assumptions **********************************************************/
#define ENCX24J600_SPI_PORTNO 3 /* On SPI1 */