forked from Ivasoft/DSView
Fix profile of DSLogic U2Basic
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -15,6 +15,7 @@ CPackSourceConfig.cmake
|
||||
cmake_install.cmake
|
||||
Makefile
|
||||
*.cxx
|
||||
version.h
|
||||
config.guess
|
||||
config.h
|
||||
config.h.in
|
||||
@@ -42,8 +43,6 @@ DSView/qrc_style.cpp
|
||||
moc_*.cpp
|
||||
moc_*.cpp_parameters
|
||||
|
||||
libsigrok4DSL/version.h
|
||||
|
||||
DSView-prj
|
||||
build*
|
||||
share
|
||||
|
||||
@@ -534,12 +534,12 @@ static const struct DSL_profile supported_DSLogic[] = {
|
||||
"DSLogicU2Basic.bin",
|
||||
"DSLogicU2Basic.bin",
|
||||
{CAPS_MODE_LOGIC,
|
||||
CAPS_FEATURE_VTH,
|
||||
CAPS_FEATURE_VTH | CAPS_FEATURE_BUF,
|
||||
(1 << DSL_STREAM20x16) | (1 << DSL_STREAM25x12) | (1 << DSL_STREAM50x6) | (1 << DSL_STREAM100x3) |
|
||||
(1 << DSL_BUFFER100x16),
|
||||
SR_MB(64),
|
||||
0,
|
||||
DSL_STREAM20x16,
|
||||
DSL_BUFFER100x16,
|
||||
0,
|
||||
samplerates100,
|
||||
0,
|
||||
|
||||
Reference in New Issue
Block a user