From 6fda8d927a70ef39c0cf7b9a54b9cc610428e3c2 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 5 Feb 2008 21:41:13 +0000 Subject: ZNeo is big-endian git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@634 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/z16f2800100zcog/ostest/defconfig | 2 ++ nuttx/configs/z16f2800100zcog/pashello/defconfig | 2 ++ 2 files changed, 4 insertions(+) (limited to 'nuttx') diff --git a/nuttx/configs/z16f2800100zcog/ostest/defconfig b/nuttx/configs/z16f2800100zcog/ostest/defconfig index ebb0cee8e..8ef26c938 100644 --- a/nuttx/configs/z16f2800100zcog/ostest/defconfig +++ b/nuttx/configs/z16f2800100zcog/ostest/defconfig @@ -52,6 +52,7 @@ # the board that supports the particular chip or SoC. # CONFIG_ARCH_BOARD_name - for use in C code # CONFIG_BOARD_LOOPSPERMSEC - for delay loops +# CONFIG_ENDIAN_BIG - define if big endian (default is little endian) # CONFIG_DRAM_SIZE - Describes the installed DRAM. # CONFIG_ARCH_LEDS - Use LEDs to show state. Unique to z16f. # @@ -66,6 +67,7 @@ CONFIG_ARCH_CHIP_Z16F6411=n CONFIG_ARCH_BOARD=z16f2800100zcog CONFIG_ARCH_BOARD_Z16F2800100ZCOG=y CONFIG_BOARD_LOOPSPERMSEC=1250 +CONFIG_ENDIAN_BIG=y CONFIG_DRAM_SIZE=65536 CONFIG_ARCH_LEDS=y # diff --git a/nuttx/configs/z16f2800100zcog/pashello/defconfig b/nuttx/configs/z16f2800100zcog/pashello/defconfig index 9b2ae1945..ef17f4206 100644 --- a/nuttx/configs/z16f2800100zcog/pashello/defconfig +++ b/nuttx/configs/z16f2800100zcog/pashello/defconfig @@ -52,6 +52,7 @@ # the board that supports the particular chip or SoC. # CONFIG_ARCH_BOARD_name - for use in C code # CONFIG_BOARD_LOOPSPERMSEC - for delay loops +# CONFIG_ENDIAN_BIG - define if big endian (default is little endian) # CONFIG_DRAM_SIZE - Describes the installed DRAM. # CONFIG_ARCH_LEDS - Use LEDs to show state. Unique to z16f. # @@ -66,6 +67,7 @@ CONFIG_ARCH_CHIP_Z16F6411=n CONFIG_ARCH_BOARD=z16f2800100zcog CONFIG_ARCH_BOARD_Z16F2800100ZCOG=y CONFIG_BOARD_LOOPSPERMSEC=1250 +CONFIG_ENDIAN_BIG=y CONFIG_DRAM_SIZE=65536 CONFIG_ARCH_LEDS=y # -- cgit v1.2.3