diff --git a/samples/avr/crosstool.config b/samples/avr/crosstool.config new file mode 100644 index 00000000..6aa2001a --- /dev/null +++ b/samples/avr/crosstool.config @@ -0,0 +1,4 @@ +CT_ARCH_avr=y +CT_CC_GCC_V_4_9_2=y +CT_DEBUG_gdb=y +CT_ISL_V_0_12_2=y diff --git a/samples/avr/reported.by b/samples/avr/reported.by new file mode 100644 index 00000000..512ed205 --- /dev/null +++ b/samples/avr/reported.by @@ -0,0 +1,3 @@ +reporter_name="Erico Nunes" +reporter_url="https://github.com/enunes" +reporter_comment="EXPERIMENTAL AVR 8-bit toolchain"