This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

insight & remote serial targets running at 115200 baud


Folks,

The following adds the 115200 baud option to remote serial targets in insight. Simply add in 115200 to the list of baud rates in /src/gdb/insight-5.0/gdb/gdbtk/library/targetselection.itb for the "Remote/Serial" target.

To be on the safe side, I did the usual thing to get it installed:
bash-2.05$ cd /tmp/build/gdb
bash-2.05$ export MAKE_MODE=UNIX 
bash-2.05$ make -w all install CC='gcc -mwin32' 

Cheers,

John

--- targetselection.itb.old     Thu Aug 30 00:15:45 2001
+++ targetselection.itb Thu Aug 30 00:18:07 2001
@@ -93,7 +93,7 @@
   # Remote
   set gdb_target(remote,pretty-name) "Remote/Serial"
   set gdb_target(remote,defbaud) "9600"
-  set gdb_target(remote,baud-rates) {9600 19200 38400 57600}
+  set gdb_target(remote,baud-rates) {9600 19200 38400 57600 115200}
   set gdb_target(remote,cmd) "remote com1"
   set gdb_target(remote,runlist) {1 1 0 1}
   set gdb_target(remote,after_attaching) {}
bash-2.05$


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]