linux-automation / lxa-iobus

Linux Automation IOBus server
https://lxa-iobus.readthedocs.io/en/latest/
Apache License 2.0
3 stars 4 forks source link

Fix the firmware list and add new binaries #9

Closed hnez closed 3 years ago

hnez commented 3 years ago

I've noticed that the firmware list in the Web-Interface does not show any firmware files. The firmware files were advertised using the rpc, which I do not know a lot about, so instead of trying to fix the current implementation I've replaced it with a HTTP GET /firmware/ endpoint to get a list of files.

I've also added the newest firmware releases.

Please consider merging the lgo/next branch instead of these individual PRs.

jluebbe commented 3 years ago

@hnez Could you add a commit message to the firmware commit describing the changes?

hnez commented 3 years ago

Yes, of cause!

I've updated the commit to contain a changelog for the firmware binaries. I've also updated lgo/nextso that it contains the up-to-date version of all my pull requests.

jluebbe commented 3 years ago

The firmware file commit message looks fine to me now. @fscherf should take a look at the other changes.