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
I'm trying to use owslave on an attiny85 (that is marked as "untested for some time") and I'm running into some issues.
Mostly the current head doesn't compile for this device. I have tried using older versions, but then I run into different compilation errors due to the evolution of some dependencies since.
It seems the main culprit is around commit e961376, and I tried the following modifications:
With these modifications, the build is successful, but the flashed mcu appears unresponsive to a 1-wire query, so I guess they are incomplete and/or erroneous. I tried both the ds2423 (as, if I succeed in making this to work, I may try to implement the now obsolete ds2433) and the moat targets, with the same (non-)result.
Would you have any idea/advice?
The text was updated successfully, but these errors were encountered:
No, I have not, but I didn't try hard yet either. I have put this project on the backburner while waiting to see if someone had an easy fix, and due to other more pressing projects, have not touched it since.
Hi,
I'm trying to use owslave on an attiny85 (that is marked as "untested for some time") and I'm running into some issues.
Mostly the current head doesn't compile for this device. I have tried using older versions, but then I run into different compilation errors due to the evolution of some dependencies since.
It seems the main culprit is around commit e961376, and I tried the following modifications:
and the following configuration file:
With these modifications, the build is successful, but the flashed mcu appears unresponsive to a 1-wire query, so I guess they are incomplete and/or erroneous. I tried both the ds2423 (as, if I succeed in making this to work, I may try to implement the now obsolete ds2433) and the moat targets, with the same (non-)result.
Would you have any idea/advice?
The text was updated successfully, but these errors were encountered: