diff options
author | Karel Kočí <cynerd@email.cz> | 2017-03-07 10:10:09 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2017-03-07 10:10:09 +0100 |
commit | fbe0e4d00ba7e026b8b848cfcd0ed583a71f8069 (patch) | |
tree | 21c0c60ebfef4b7fabcd659a8af373bad46dec7f /examples | |
parent | 5ab2332addae2a90a1fa438c91e8069ebbfc4082 (diff) | |
download | avr-ioe-fbe0e4d00ba7e026b8b848cfcd0ed583a71f8069.tar.gz avr-ioe-fbe0e4d00ba7e026b8b848cfcd0ed583a71f8069.tar.bz2 avr-ioe-fbe0e4d00ba7e026b8b848cfcd0ed583a71f8069.zip |
Just huge update
Diffstat (limited to 'examples')
-rw-r--r-- | examples/blink/.config | 2 | ||||
-rw-r--r-- | examples/blink/README.md | 3 | ||||
-rw-r--r-- | examples/blink/build/config.h | 1 |
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 |