You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
commit c57bc71
Author: Fabio Battaglia <tabaglio@posteo.net>
Date: Tue Sep 3 07:37:45 2024 +0200
some more info print when dumping an IC
commit cb59ccd
Author: Fabio Battaglia <tabaglio@posteo.net>
Date: Mon Sep 2 21:02:56 2024 +0200
rewording of an error
commit 53f4672
Author: Fabio Battaglia <tabaglio@posteo.net>
Date: Mon Sep 2 21:00:59 2024 +0200
Reorganize error handling for cxfer
commit 1f7f955
Author: Fabio Battaglia <tabaglio@posteo.net>
Date: Mon Sep 2 17:38:38 2024 +0200
Bump to 0.4.0, remove old read code
commit 2d1ea9f
Author: Fabio Battaglia <tabaglio@posteo.net>
Date: Mon Sep 2 17:19:17 2024 +0200
Note the second pass to read the data
commit fbdc6d8
Author: Fabio Battaglia <tabaglio@posteo.net>
Date: Mon Sep 2 16:34:35 2024 +0200
current implementation of cxfer reading
addr_combs: int=1<<len(ic.address) # Calculate the number of addresses that this IC supports
64
-
wr_responses: list[int] = []
65
-
66
-
_LOGGER.debug(f'read_ic command with definition {ic.name}, checking hi-z {check_hiz}. IC has {addr_combs} addresses and data width {len(ic.data)} bits.')
_LOGGER.debug(f'read_ic command with definition {ic.name}, checking hi-z {check_hiz}. IC has {addr_combs} addresses and data width {len(ic.data)} bits.')
0 commit comments