mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
ZNeo is big-endian
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@634 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -52,6 +52,7 @@
|
|||||||
# the board that supports the particular chip or SoC.
|
# the board that supports the particular chip or SoC.
|
||||||
# CONFIG_ARCH_BOARD_name - for use in C code
|
# CONFIG_ARCH_BOARD_name - for use in C code
|
||||||
# CONFIG_BOARD_LOOPSPERMSEC - for delay loops
|
# 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_DRAM_SIZE - Describes the installed DRAM.
|
||||||
# CONFIG_ARCH_LEDS - Use LEDs to show state. Unique to z16f.
|
# 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
|
||||||
CONFIG_ARCH_BOARD_Z16F2800100ZCOG=y
|
CONFIG_ARCH_BOARD_Z16F2800100ZCOG=y
|
||||||
CONFIG_BOARD_LOOPSPERMSEC=1250
|
CONFIG_BOARD_LOOPSPERMSEC=1250
|
||||||
|
CONFIG_ENDIAN_BIG=y
|
||||||
CONFIG_DRAM_SIZE=65536
|
CONFIG_DRAM_SIZE=65536
|
||||||
CONFIG_ARCH_LEDS=y
|
CONFIG_ARCH_LEDS=y
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -52,6 +52,7 @@
|
|||||||
# the board that supports the particular chip or SoC.
|
# the board that supports the particular chip or SoC.
|
||||||
# CONFIG_ARCH_BOARD_name - for use in C code
|
# CONFIG_ARCH_BOARD_name - for use in C code
|
||||||
# CONFIG_BOARD_LOOPSPERMSEC - for delay loops
|
# 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_DRAM_SIZE - Describes the installed DRAM.
|
||||||
# CONFIG_ARCH_LEDS - Use LEDs to show state. Unique to z16f.
|
# 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
|
||||||
CONFIG_ARCH_BOARD_Z16F2800100ZCOG=y
|
CONFIG_ARCH_BOARD_Z16F2800100ZCOG=y
|
||||||
CONFIG_BOARD_LOOPSPERMSEC=1250
|
CONFIG_BOARD_LOOPSPERMSEC=1250
|
||||||
|
CONFIG_ENDIAN_BIG=y
|
||||||
CONFIG_DRAM_SIZE=65536
|
CONFIG_DRAM_SIZE=65536
|
||||||
CONFIG_ARCH_LEDS=y
|
CONFIG_ARCH_LEDS=y
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user