2005-01-13 Klaus Rudolph <lts-rudolph@gmx.de>
[Thanks to Joerg Wunsch]
    * src/avrcore.c bugfix: bugfix: devision by zero

2004-09-15  Theodore A. Roth  <troth@openavr.org>
[Thanks to Nils Springob <nils@crazy-idea.de> for catching this.]

	* configure.ac (AC_INIT): Bump version.
	* src/defn/mega128.h: Fix PORTF addr.

2004-05-19  Theodore A. Roth  <troth@openavr.org>
[Contributed by Alexander Stohr <Alexander.Stohr@gmx.de>]

	* configure.ac (AC_INIT): Bump version.

	* src/memory.c (mem_read): Increase verbosity of warning.
	(mem_write): Ditto.

2004-04-16  Theodore A. Roth  <troth@openavr.org>

	* configure.ac (AC_INIT): Bump version.

	* src/avrcore.c (avr_core_construct): Don't call display_clock since
	the display hasn't been opened yet.
	* src/main.c (main): Call display_clock to send init cycles to display
	after opening the display.

	* src/main.c (parse_cmd_line): Update copyright year for -v option.

	* test_asm/test_8515/Makefile.am (all-local): Fix to allow building
	with gcc-3.4/binutils-2.15.

2004-04-15  Theodore A. Roth  <troth@openavr.org>

	* configure.ac (AC_INIT): Bump version.
	* src/Makefile.am (simulavr_SOURCES): Remove defn/43usb324.h.

2004-03-13  Theodore A. Roth  <troth@openavr.org>
[Contributed by Keith Gudger <keith@atmel.com>]

	* configure.ac (AC_INIT): Bump version.

	* src/adc.c:
	* src/adc.h:
	* src/spi.c:
	* src/spi.h:
	* src/timers.c:
	* src/timers.h:
	* src/uart.c:
	* src/uart.h:
	* src/usb.c:
	* src/usb.h:
	* src/defn/43usb320.h:
	* src/defn/43usb325.h:
	* src/defn/43usb326.h:
	* src/defn/43usb351.h:
	* src/defn/43usb353.h:
	* src/defn/43usb355.h:
	Update to new vdev/memory infrastructure.

2004-03-11  Theodore A. Roth  <troth@openavr.org>

	* configure.ac (AC_INIT): Bump version.

	* src/disp-vcd/vcd.c:
	* src/disp-vcd/vcd.h:
	Don't inline vcd_set_clock.

2004-02-25  Theodore A. Roth  <troth@openavr.org>

	* src/decoder.c (avr_op_BREAK): Print out a message whenever a break
	point is hit.
	* src/disp-vcd/config_scanner.l: Fix flex compile problem.

2004-02-25  Theodore A. Roth  <troth@openavr.org>
[Contributed by Keith Gudger <keith@atmel.com>]

	* src/devsupp.c:
	* src/intvects.c:
	* src/defn/43usb320.h:
	* src/defn/43usb324.h:
	* src/defn/43usb325.h:
	* src/defn/43usb326.h:
	* src/defn/43usb351.h:
	* src/defn/43usb353.h:
	* src/defn/43usb355.h:
	Drop support for 324 devices.
	Stub out the usb device register names.

2004-02-13  Theodore A. Roth  <troth@openavr.org>
[Thanks to John Regehr <regehr@cs.utah.edu> for reporting this.]

	* src/avrcore.c (avr_run_core): Avoid division by zero when calculating
	the executed instructions and clock cycles.

2004-02-13  Theodore A. Roth  <troth@openavr.org>

	* configure.ac (AC_INIT): Bump version.
	* src/disp-vcd/config_scanner.l: Disable generation of yyunput()
	function by flex.

2004-02-01  Theodore A. Roth  <troth@openavr.org>

	* configure.ac (AC_INIT): Bump version.
	* misc/gpl_header: Update copyright year.
	* misc/gpl_header_c: Ditto.
	* misc/gpl_header_h: Ditto.
	* misc/gpl_header_py: Ditto.
	* misc/defn_tmpl_h: New file.
	* src/Makefile.am (simulavr_SOURCES): Add defn dir headers.
	* src/devsupp.c (defn_at90s1200): Move def to header.
	(defn_at90s2313): Ditto.
	(defn_at90s4414): Ditto.
	(defn_at90s8515): Ditto.
	(defn_atmega8): Ditto.
	(defn_atmega16): Ditto.
	(defn_atmega103): Ditto.
	(defn_atmega128): Ditto.
	(defn_at43usb351): Ditto.
	(defn_at43usb353): Ditto.
	(defn_at43usb355): Ditto.
	(defn_at43usb320): Ditto.
	(defn_at43usb324): Ditto.
	(defn_at43usb325): Ditto.
	(defn_at43usb326): Ditto.
	* src/defn/43usb320.h: New file.
	* src/defn/43usb324.h: New file.
	* src/defn/43usb325.h: New file.
	* src/defn/43usb326.h: New file.
	* src/defn/43usb351.h: New file.
	* src/defn/43usb353.h: New file.
	* src/defn/43usb355.h: New file.
	* src/defn/90s1200.h: New file.
	* src/defn/90s2313.h: New file.
	* src/defn/90s4414.h: New file.
	* src/defn/90s8515.h: New file.
	* src/defn/mega103.h: New file.
	* src/defn/mega128.h: New file.
	* src/defn/mega16.h: New file.
	* src/defn/mega8.h: New file.

2004-01-29  Theodore A. Roth  <troth@openavr.org>

	* configure.ac (AC_INIT): Bump version.

	* src/adc.c:
	* src/adc.h:
	* src/avrcore.c:
	* src/avrcore.h:
	* src/avrerror.c:
	* src/device.c:
	* src/devsupp.c:
	* src/devsupp.h:
	* src/eeprom.c:
	* src/main.c:
	* src/memory.c:
	* src/memory.h:
	* src/ports.c:
	* src/ports.h:
	* src/register.c:
	* src/spi.c:
	* src/spi.h:
	* src/sram.c:
	* src/stack.c:
	* src/stack.h:
	* src/timers.c:
	* src/timers.h:
	* src/uart.c:
	* src/uart.h:
	* src/usb.c:
	* src/vdevs.h:
	Convert Memory from a linked list to an array of memory cells. This
	gives a significant improvement in speed (more than 50% when running
	the test/deep_frame.c program).
	Convert core constructor to use new structures previously committed.
	There's still alot of registers vdevs that need updated to work
	properly with all this changes.
	The ports are now much more generic under the new memory attachment
	system and all the specfic ports are gone.
	The "find vdev by name" mechanism is gone since it was much too
	expensive.
	A single VDevice can now be installed at many discontinuous memory
	addresses.

2004-01-28  Theodore A. Roth  <troth@openavr.org>

	* src/devsupp.c (struct io_reg_defn): Define.
	(IO_REG_DEFN_TERMINATOR): Define.
	(struct _DevSuppDefn): Add io_reg array field.
	(defn_at90s1200): Add io_reg initializer.
	(defn_at90s2313): Ditto.
	(defn_at90s4414): Ditto.
	(defn_at90s8515): Ditto.
	(defn_atmega8): Ditto.
	(defn_atmega16): Ditto.
	(defn_atmega103): Ditto.
	(defn_atmega123): Ditto.
	(defn_at43usb351): Ditto.
	(defn_at43usb353): Ditto.
	(defn_at43usb355): Ditto.
	(defn_at43usb320): Ditto.
	(defn_at43usb324): Ditto.
	(defn_at43usb325): Ditto.
	(defn_at43usb326): Ditto.
	* src/ports.c (port_create): Stub out new function.
	* src/register.c (sreg_create): Ditto.
	(rampz_create): Ditto.
	* src/stack.c (sp_create): Ditto.
	* src/ports.h (port_create): Prototype.
	* src/register.h (sreg_create): Ditto.
	(rampz_create): Ditto.
	* src/stack.h (sp_create): Ditto.
	* src/vdevs.h (VDevCreate): New typedef.
	(VDevFP_AddAddr): Ditto.

2004-01-28  Theodore A. Roth  <troth@openavr.org>

	* configure.ac (AC_INIT): Bump version.
	* README.mem_vdev: Updated.
	* misc/io_gen.py: New file.
	* test_c/deep_frame.c: Modified to be a little more useful in testing.

2004-01-18  Theodore A. Roth  <troth@openavr.org>

	* Released 0.1.2.1.

2004-01-18  Theodore A. Roth  <troth@openavr.org>

	* Makefile.am: Update copyright year.
	(EXTRA_DIST): Add ChangeLog-200[123] files.
	(install_aux_files): Ditto.
	* configure.ac (AC_INIT): Set version to 0.1.2.1.

2004-01-17  Theodore A. Roth  <troth@openavr.org>

	* Released 0.1.2.

2004-01-17  Theodore A. Roth  <troth@openavr.org>

	* configure.ac: Update copyright year.
	(AC_INIT): Set version to 0.1.2.
	* doc/simulavr.texi: Update copyright year.

2004-01-01  Theodore A. Roth  <troth@openavr.org>
[Contributed by Keith Gudger <keith@atmel.com>]

	* configure.ac (AC_INIT): Bump version.
	* src/Makefile.am (simulavr_SOURCES): Add uart.c, uart.h and usb.c.
	* src/devsupp.c: Add uart and usb support.
	* src/uart.c: New file.
	* src/uart.h: New file.
	* src/usb.c: New file.

2004-01-01  Theodore A. Roth  <troth@openavr.org>

	* ChangeLog: Cycle ChangeLog file.
	* ChangeLog-2001: New file.
	* ChangeLog-2002: New file.
	* ChangeLog-2003: New file.

