aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/blink/.config2
-rw-r--r--examples/blink/README.md3
-rw-r--r--examples/blink/build/config.h1
3 files changed, 5 insertions, 1 deletions
diff --git a/examples/blink/.config b/examples/blink/.config
index 52dfc53..9023cfc 100644
--- a/examples/blink/.config
+++ b/examples/blink/.config
@@ -13,6 +13,7 @@ F_CPU=16000
#
GNUTOOLCHAIN_PREFIX="avr-"
CONFCFLAGS="-Os -ffunction-sections -fdata-sections -fshort-enums -Wall"
+# CONFIG_ERRORS is not set
MCUSUPPORT_IOPORTS=y
CONFIG_IOPORTS=y
MCUSUPPORT_PCINT0=y
@@ -23,3 +24,4 @@ MCUSUPPORT_SPI=y
# CONFIG_SPI is not set
MCUSUPPORT_USART=y
# CONFIG_USART is not set
+# CONFIG_TIMERS is not set
diff --git a/examples/blink/README.md b/examples/blink/README.md
index e69de29..ed5ed86 100644
--- a/examples/blink/README.md
+++ b/examples/blink/README.md
@@ -0,0 +1,3 @@
+Blink example
+=============
+Very simple example where led B0 blinks periodically. Busy look is used.
diff --git a/examples/blink/build/config.h b/examples/blink/build/config.h
deleted file mode 100644
index 5fff870..0000000
--- a/examples/blink/build/config.h
+++ /dev/null
@@ -1 +0,0 @@
-#define CONFIG_IOPORTS y