summaryrefslogtreecommitdiffstats
path: root/rules/avrlib.in
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2007-08-20 18:41:03 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2007-08-20 18:41:03 +0000
commitf4e630ce02509933789208677989aeceff98368e (patch)
treeffb776f24224e4da0d89c6635659fd85aac93a25 /rules/avrlib.in
parent56f4e7f634833a5b22343f6d9fb4bed530921d7f (diff)
downloadOSELAS.Toolchain-f4e630ce02509933789208677989aeceff98368e.tar.gz
OSELAS.Toolchain-f4e630ce02509933789208677989aeceff98368e.tar.xz
adding AVR microcontroller support
git-svn-id: https://svn.pengutronix.de/svn/oselas/toolchain/trunks/OSELAS.Toolchain-trunk@3656 f8d472c7-5700-0410-ac5a-87979cec3adf
Diffstat (limited to 'rules/avrlib.in')
-rw-r--r--rules/avrlib.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/rules/avrlib.in b/rules/avrlib.in
new file mode 100644
index 0000000..8c7ad21
--- /dev/null
+++ b/rules/avrlib.in
@@ -0,0 +1,14 @@
+menuconfig AVR8LIB
+ bool
+ select CROSS_GCC_FIRST
+ prompt "AVR libc "
+ help
+ Build the multi C library for the harvard based AVR architecture
+
+config AVR8LIB_VERSION
+ depends on AVR8LIB
+ string
+ prompt "avr libc version"
+ default "1.0.5"
+ help
+ Specify the AVR libc version here.