mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 07:12:54 +08:00
Add support for LEDs and buttons
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1113 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -48,6 +48,7 @@
|
||||
# CONFIG_ARCH_BOARD_name - for use in C code
|
||||
# CONFIG_BOARD_LOOPSPERMSEC - for delay loops
|
||||
# CONFIG_ARCH_LEDS - Use LEDs to show state. Unique to Olimex STR-P711
|
||||
# CONFIG_ARCH_BUTTONS - Support reading buttons. Unique to Olimex STR-P711
|
||||
# CONFIG_DRAM_SIZE - Describes the internal DRAM.
|
||||
# CONFIG_DRAM_START - The start address of internal DRAM
|
||||
# CONFIG_ARCH_INTERRUPTSTACK - This architecture supports an interrupt
|
||||
@@ -63,6 +64,7 @@ CONFIG_ARCH_BOARD=olimex-strp711
|
||||
CONFIG_ARCH_BOARD_OLIMEX_STRP711=y
|
||||
CONFIG_BOARD_LOOPSPERMSEC=3270
|
||||
CONFIG_ARCH_LEDS=y
|
||||
CONFIG_ARCH_BUTTONS=y
|
||||
CONFIG_DRAM_SIZE=0x00010000
|
||||
CONFIG_DRAM_START=0x20000000
|
||||
CONFIG_DRAM_END=(CONFIG_DRAM_START+CONFIG_DRAM_SIZE)
|
||||
|
||||
Reference in New Issue
Block a user