* ocd.h: Add new flags, function codes, and processor types to support

new Wiggler capabilities.
	* (ocd_write_bytes_size):  New function to allow atomic writes of
 	memory in sizes larger than a byte.
This commit is contained in:
Stu Grossman 1998-05-04 21:26:02 +00:00
parent 83657d850c
commit a41292bacd
1 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,10 @@
Sat May 2 09:35:07 1998 Stu Grossman <grossman@babylon-5.cygnus.com>
* ocd.h: Add new flags, function codes, and processor types to support
new Wiggler capabilities.
* (ocd_write_bytes_size): New function to allow atomic writes of
memory in sizes larger than a byte.
* ser-unix.c (baudtab): Add 57600, 115200, 230400, and 460800 baud.
Fri May 1 19:51:32 1998 Frank Ch. Eigler <fche@cygnus.com>