From 21de300584601f990c440757197097746fa40034 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 7 Jul 2011 16:20:35 +0000 Subject: Add support for STM3210E-EVAL button interrupts git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3750 42af7a65-404d-4744-a932-0658087f49c3 --- apps/examples/README.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'apps/examples/README.txt') diff --git a/apps/examples/README.txt b/apps/examples/README.txt index 7ce5e2b52..bda96a20a 100644 --- a/apps/examples/README.txt +++ b/apps/examples/README.txt @@ -12,6 +12,23 @@ examples Selects the examples/ostest example. +examples/buttons +^^^^^^^^^^^^^^^^ + + This is a simple configuration that may be used to test the board- + specific button interfaces. Configuration options: + + CONFIG_ARCH_BUTTONS - Must be defined for button support + CONFIG_EXAMPLE_BUTTONS_MIN - Lowest button number + CONFIG_EXAMPLE_BUTTONS_MAX - Highest button number + + CONFIG_ARCH_IRQBUTTONS - Must be defined for interrupting button support + CONFIG_EXAMPLE_IRQBUTTONS_MIN - Lowest interrupting button number + CONFIG_EXAMPLE_IRQBUTTONS_MAX - Highest interrupting button number + + Additional architecture-/board- specific configuration settings may also + be required. + examples/dhcpd ^^^^^^^^^^^^^^ -- cgit v1.2.3