From fbe0e4d00ba7e026b8b848cfcd0ed583a71f8069 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 7 Mar 2017 10:10:09 +0100 Subject: Just huge update --- examples/blink/.config | 2 ++ examples/blink/README.md | 3 +++ examples/blink/build/config.h | 1 - 3 files changed, 5 insertions(+), 1 deletion(-) delete mode 100644 examples/blink/build/config.h (limited to 'examples') 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 -- cgit v1.2.3