Skip to content

2.0.5

Choose a tag to compare

@mliberty1 mliberty1 released this 24 Apr 20:28
· 34 commits to main since this release

2026 Apr 24

  • Added latest stable JS320 firmware to image on release.
  • fwup/@/!add: response payload changed from int32 rc to an 8-byte
    struct {int32_t rc, uint32_t worker_id} so callers can subscribe
    to the specific fwup/NNN/status their request spawned. zip_size
    of 0 in the add header now uses the JS320 firmware embedded in the
    driver instead of caller-supplied bytes; stub builds return
    JSDRV_ERROR_UNAVAILABLE.
  • example/minibitty fwup: accept - as the package path to program
    with the driver's embedded firmware.
  • Improved RAW open mode support.
  • Fixed example minibitty firmware and fpga_mem to open in RAW mode.