aboutsummaryrefslogtreecommitdiffstats
path: root/os
diff options
context:
space:
mode:
authorbarthess <barthess@yandex.ru>2015-02-24 17:43:53 +0300
committerbarthess <barthess@yandex.ru>2015-02-24 17:43:53 +0300
commit900963482d2589fd752f0c7501c99b98ef4e8b82 (patch)
tree90789f6c07c6871491b26a95f1655e9ee17778a9 /os
parent33f1b2541ef3a15b4ed5875f741d71a19e773217 (diff)
downloadChibiOS-Contrib-900963482d2589fd752f0c7501c99b98ef4e8b82.tar.gz
ChibiOS-Contrib-900963482d2589fd752f0c7501c99b98ef4e8b82.tar.bz2
ChibiOS-Contrib-900963482d2589fd752f0c7501c99b98ef4e8b82.zip
Finished memtest code
Diffstat (limited to 'os')
-rw-r--r--os/hal/boards/NONSTANDARD_STM32F4_BARTHESS2/board.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/boards/NONSTANDARD_STM32F4_BARTHESS2/board.h b/os/hal/boards/NONSTANDARD_STM32F4_BARTHESS2/board.h
index 83808df..9145af2 100644
--- a/os/hal/boards/NONSTANDARD_STM32F4_BARTHESS2/board.h
+++ b/os/hal/boards/NONSTANDARD_STM32F4_BARTHESS2/board.h
@@ -591,7 +591,7 @@
PIN_PUPDR_FLOATING(GPIOD_MEM_OE) | \
PIN_PUPDR_FLOATING(GPIOD_MEM_WE) | \
NAND_RB_NWAIT_PUPDR(GPIOD_NAND_RB_NWAIT) | \
- PIN_PUPDR_FLOATING(GPIOD_NAND_CE1) | \
+ PIN_PUPDR_PULLUP(GPIOD_NAND_CE1) | \
PIN_PUPDR_FLOATING(GPIOD_MEM_D13) | \
PIN_PUPDR_FLOATING(GPIOD_MEM_D14) | \
PIN_PUPDR_FLOATING(GPIOD_MEM_D15) | \
@@ -899,7 +899,7 @@
NAND_RB1_PUPDR(GPIOG_NAND_RB1) | \
PIN_PUPDR_FLOATING(GPIOG_NAND_RB2) | \
PIN_PUPDR_FLOATING(GPIOG_PIN8) | \
- PIN_PUPDR_FLOATING(GPIOG_NAND_CE2) | \
+ PIN_PUPDR_PULLUP(GPIOG_NAND_CE2) | \
PIN_PUPDR_FLOATING(GPIOG_PIN10) | \
PIN_PUPDR_FLOATING(GPIOG_PIN11) | \
PIN_PUPDR_FLOATING(GPIOG_SRAM_CS1) | \