avr-libc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-libc-commit] [2532] Drop older AVR types from the "full MCU list" w


From: j
Subject: [avr-libc-commit] [2532] Drop older AVR types from the "full MCU list" which are no longer supported
Date: Tue, 6 Dec 2016 21:40:12 +0000 (UTC)

Revision: 2532
          http://svn.sv.gnu.org/viewvc/?view=rev&root=avr-libc&revision=2532
Author:   joerg_wunsch
Date:     2016-12-06 21:40:12 +0000 (Tue, 06 Dec 2016)
Log Message:
-----------
Drop older AVR types from the "full MCU list" which are no longer supported
by modern simulavr: AT90S4414 (removed), AT90S2313 (replaced by ATtiny2313).

Modified Paths:
--------------
    trunk/avr-libc/tests/simulate/runtest.sh

Modified: trunk/avr-libc/tests/simulate/runtest.sh
===================================================================
--- trunk/avr-libc/tests/simulate/runtest.sh    2016-12-06 21:12:03 UTC (rev 
2531)
+++ trunk/avr-libc/tests/simulate/runtest.sh    2016-12-06 21:40:12 UTC (rev 
2532)
@@ -46,7 +46,7 @@
 
 : ${AVRDIR=../..}
 : ${MCU_LIST="atmega128 at90s8515"}
-: ${MCU_LIST_FULL="atmega128 at90s2313 at90s4414 at90s8515 atmega8 atmega16"}
+: ${MCU_LIST_FULL="atmega128 attiny2313 at90s8515 atmega8 atmega16"}
 
 HOST_PASS=                     # Add pass at host computer
 HOST_ONLY=                     # Pass at host only, skip AVR mode




reply via email to

[Prev in Thread] Current Thread [Next in Thread]