]> sigrok.org Git - libsigrok.git/commit
kingst-la2016: unconditionally construct MCU firmware filename
authorGerhard Sittig <redacted>
Thu, 3 Feb 2022 18:48:58 +0000 (19:48 +0100)
committerGerhard Sittig <redacted>
Sun, 6 Feb 2022 17:53:54 +0000 (18:53 +0100)
commit91aa0f043318df0269bc9247ddaaa1c7785e68d1
tree7bccf21c6cbcb54779b990387403a4a3fbf8e4b1
parent4494721714407631b2410f21b493134d265bf695
kingst-la2016: unconditionally construct MCU firmware filename

Always call the MCU firmware download routine that is implemented in the
protocol.c source file when the api.c scan routine executes. But only
conditionally load the MCU firmware to the probed device when strictly
necessary. This makes filename information available to users since
these details are essential for the operation of a device, yet keeps
intimate firmware implementation details in the appropriate location
in the implementation.
src/hardware/kingst-la2016/api.c
src/hardware/kingst-la2016/protocol.c
src/hardware/kingst-la2016/protocol.h