]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
add I2C to network map
authorJan Michel <mail@janmichel.eu>
Fri, 6 Jan 2023 12:03:56 +0000 (13:03 +0100)
committerJan Michel <mail@janmichel.eu>
Fri, 6 Jan 2023 12:03:56 +0000 (13:03 +0100)
web/htdocs/network/map.pl

index c9d9251f2e4ce1a491a00ec47567a5a60b16c0cf..0bbe1af84b1e6ff7c0adafe3dec8b102d25b91d7 100755 (executable)
@@ -233,6 +233,7 @@ if($ENV{'QUERY_STRING'} =~ /getmap/) {
           if ($inclHigh->{$addr} & 0x800) { $feat .= "\nUART";}
           if ($inclHigh->{$addr} & 0x2000){ $feat .= "\nGbE";}  
           if ($inclHigh->{$addr} & 0x4000){ $feat .= "\nRetransmission";}
+          if ($inclHigh->{$addr} & 0x8000){ $feat .= "\nI2C";}
           if ($inclHigh->{$addr}>>12&0xF) {
             $feat .= "\nInput monitor:";
             my $d = trb_register_read($addr,0xdf8f) // trb_register_read($addr,0xdf8f);