From: Soeren Apel Date: Wed, 25 Mar 2020 20:25:17 +0000 (+0100) Subject: Signal: Reorganize predefined signal names and add more X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=7d5a9c3e79cb;p=pulseview.git Signal: Reorganize predefined signal names and add more --- diff --git a/pv/views/trace/signal.cpp b/pv/views/trace/signal.cpp index b770dee3..98cc0eae 100644 --- a/pv/views/trace/signal.cpp +++ b/pv/views/trace/signal.cpp @@ -44,18 +44,23 @@ namespace trace { const char *const ChannelNames[] = { "CLK", "DATA", + "EN", "IN", "OUT", "RST", "TX", "RX", - "EN", + "SDA", + "SCL" "SCLK", "MOSI", "MISO", + "/CS", + "nCS", "/SS", - "SDA", - "SCL" + "nSS", + "/RST", + "nRST", }; Signal::Signal(pv::Session &session,