Skip to content

Commit

Permalink
Merge pull request #21 from linux-automation/cfi/fw_0.5.0
Browse files Browse the repository at this point in the history
Bump node firmware to 0.5.0
  • Loading branch information
SmithChart authored Jul 27, 2021
2 parents 4c9a59d + 3924655 commit 0261687
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lxa_iobus/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION = (0, 2)
VERSION = (0, 3)
VERSION_STRING = '{}'.format('.'.join([str(i) for i in VERSION]))
Binary file modified lxa_iobus/lpc11xxcanisp/firmware/ethmux-S01.bin
Binary file not shown.
Binary file modified lxa_iobus/lpc11xxcanisp/firmware/lxatac_can_io-t01.bin
Binary file not shown.
4 changes: 2 additions & 2 deletions lxa_iobus/lpc11xxcanisp/firmware/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
os.path.join(FIRMWARE_DIR, 'ptxtac-S03_CAN_GPIO.bin'),
),
Iobus4Do3Di3AiDriver: (
(0, 4, 0),
(0, 5, 0),
os.path.join(FIRMWARE_DIR, 'lxatac_can_io-t01.bin'),
),
EthernetMuxDriver: (
(0, 3, 0),
(0, 5, 0),
os.path.join(FIRMWARE_DIR, 'ethmux-S01.bin'),
),
}

0 comments on commit 0261687

Please sign in to comment.