-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #91 from tknopp/JS/fix-gain-error
Revert scpi-parser to v2.2
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule scpi-parser
updated
24 files
+0 −98 | .github/workflows/main.yml | |
+37 −0 | .travis.yml | |
+5 −12 | README.md | |
+0 −2 | examples/Makefile | |
+0 −58 | examples/common-cxx/scpi-def.h | |
+0 −0 | examples/common/scpi-def.cpp | |
+0 −6 | examples/common/scpi-def.h | |
+32 −83 | examples/test-LwIP-netconn/scpi_server.c | |
+0 −21 | examples/test-LwIP-netconn/scpi_server.h | |
+0 −22 | examples/test-interactive-cxx/Makefile | |
+0 −108 | examples/test-interactive-cxx/main.cpp | |
+4 −14 | examples/test-tcp/main.c | |
+0 −21 | examples/test-vxi11/Makefile | |
+0 −632 | examples/test-vxi11/main.c | |
+0 −462 | examples/test-vxi11/vxi11_xdr.c | |
+0 −25 | library.json | |
+1 −7 | libscpi/inc/scpi/cc.h | |
+0 −4 | libscpi/inc/scpi/config.h | |
+3 −61 | libscpi/inc/scpi/types.h | |
+1 −4 | libscpi/src/error.c | |
+107 −160 | libscpi/src/ieee488.c | |
+25 −25 | libscpi/src/parser.c | |
+1 −4 | libscpi/test/test_parser.c | |
+7 −7 | libscpi/test/test_scpi_utils.c |