diff --git a/.gitignore b/.gitignore index 1b5697c6..06590fbd 100755 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/libsigrok4DSL/hardware/DSL/dsl.h b/libsigrok4DSL/hardware/DSL/dsl.h index e1c36a41..cbe3bb4d 100755 --- a/libsigrok4DSL/hardware/DSL/dsl.h +++ b/libsigrok4DSL/hardware/DSL/dsl.h @@ -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,