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/atmega256rfr2/blocks/FLASH.frt | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 amforth-6.5/avr8/devices/atmega256rfr2/blocks/FLASH.frt (limited to 'amforth-6.5/avr8/devices/atmega256rfr2/blocks/FLASH.frt') diff --git a/amforth-6.5/avr8/devices/atmega256rfr2/blocks/FLASH.frt b/amforth-6.5/avr8/devices/atmega256rfr2/blocks/FLASH.frt deleted file mode 100644 index c219192..0000000 --- a/amforth-6.5/avr8/devices/atmega256rfr2/blocks/FLASH.frt +++ /dev/null @@ -1,16 +0,0 @@ -\ Generated automatically for atmega256rfr2 -\ #require bitnames.frt - -\ FLASH -$75 constant NEMCR \ Flash Extended-Mode Control-Re - $40 constant NEMCR_ENEAM \ Enable Extended Address Mode f - 75 $40 bitmask: NEMCR.ENEAM \ Enable Extended Address Mode f - $30 constant NEMCR_AEAM \ Address for Extended Address M - 75 $30 bitmask: NEMCR.AEAM \ Address for Extended Address M -$67 constant BGCR \ Reference Voltage Calibration - $80 constant BGCR_Res \ Reserved Bit - 67 $80 bitmask: BGCR.Res \ Reserved Bit - $78 constant BGCR_BGCAL_FINE \ Fine Calibration Bits - 67 $78 bitmask: BGCR.BGCAL_FINE \ Fine Calibration Bits - $7 constant BGCR_BGCAL \ Coarse Calibration Bits - 67 $7 bitmask: BGCR.BGCAL \ Coarse Calibration Bits -- cgit v1.2.3