]> sigrok.org Git - sigrok-firmware-fx2lafw.git/commit
scopes: Unify code-base, remove duplicate code/files.
authorUwe Hermann <redacted>
Mon, 24 Apr 2017 12:47:26 +0000 (14:47 +0200)
committerUwe Hermann <redacted>
Sun, 17 Dec 2017 23:38:36 +0000 (00:38 +0100)
commitfd70a923c92d0f33d2b7ae4bf17339e2ff28454c
treeff029b0ac2ed77328950c0a9e3e9b711a4de44b5
parentb48a78c1beb65f7ea2e3ae8bfe33859ead122d86
scopes: Unify code-base, remove duplicate code/files.

All currently supported scopes (and those that will be added in the
future) now use the common include/scopes.inc firmware implementation.

Only the device-specific code and #defines are moved to the respective
subdirectory in hw/.

The now-obsolete hantek_6022be.c, hantek_6022bl.c, and sainsmart_dds120.c
files are removed.
Makefile.am
hantek_6022be.c [deleted file]
hantek_6022bl.c [deleted file]
hw/hantek-6022be/fw.c [new file with mode: 0644]
hw/hantek-6022bl/fw.c [new file with mode: 0644]
hw/sainsmart-dds120/fw.c [new file with mode: 0644]
sainsmart_dds120.c [deleted file]