From d80736ab6e8e3cad2f1a30c6eaba2d6883dbe967 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sat, 26 Aug 2017 20:31:40 +0200 Subject: Remove AmForth --- amforth-6.5/avr8/devices/atmega164a/blocks/WATCHDOG.frt | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 amforth-6.5/avr8/devices/atmega164a/blocks/WATCHDOG.frt (limited to 'amforth-6.5/avr8/devices/atmega164a/blocks/WATCHDOG.frt') diff --git a/amforth-6.5/avr8/devices/atmega164a/blocks/WATCHDOG.frt b/amforth-6.5/avr8/devices/atmega164a/blocks/WATCHDOG.frt deleted file mode 100644 index 3dc985f..0000000 --- a/amforth-6.5/avr8/devices/atmega164a/blocks/WATCHDOG.frt +++ /dev/null @@ -1,15 +0,0 @@ -\ Generated automatically for atmega164a -\ #require bitnames.frt - -\ WATCHDOG -$60 constant WDTCSR \ Watchdog Timer Control Registe - $80 constant WDTCSR_WDIF \ Watchdog Timeout Interrupt Fla - 60 $80 bitmask: WDTCSR.WDIF \ Watchdog Timeout Interrupt Fla - $40 constant WDTCSR_WDIE \ Watchdog Timeout Interrupt Ena - 60 $40 bitmask: WDTCSR.WDIE \ Watchdog Timeout Interrupt Ena - $27 constant WDTCSR_WDP \ Watchdog Timer Prescaler Bits - 60 $27 bitmask: WDTCSR.WDP \ Watchdog Timer Prescaler Bits - $10 constant WDTCSR_WDCE \ Watchdog Change Enable - 60 $10 bitmask: WDTCSR.WDCE \ Watchdog Change Enable - $8 constant WDTCSR_WDE \ Watch Dog Enable - 60 $8 bitmask: WDTCSR.WDE \ Watch Dog Enable -- cgit v1.2.3