Ronald
Ronald
I think this means to control Spotify via shpotify command line tool, but the playback is done by remote device. This is supported today with Spotify mobile app through a...
When I click on 6e6a04b, it seems related to the PDF manual source code. On the other hand, as I mentioned in my comment at 47cb0b9, that looks more suspicious....
Maybe we have to set a precedence rule for TWI_COND_ADDR & TWI_COND_WRITE to return TWI_MTX_ADR_ACK... I can try this later today... I remember p->state was 0x1d so it kind of...
ok, this is what was going on, p->twsta.reg is just giving me the fixed id (index) of the TWCR register (0x74), but actual data is at &avr->data[0x74] location, so this...
Mmmm... apparently is actually getting a store operation to 0x74 which is the TWCR register and data seems to be 0xa4, which flags the start condition... I don't see this...
Hi again, I'm used to working at the console. I think is good for planning and thinking v/s of just point and click..anyway...I followed the assembly only to realize my...
Seems related to: #183
Right, that's a dependecy. First you need to run make timing on base dir as usual.
@RTimothyEdwards, I guess that'a more of an opinion on general adoption/usefulness... Keep in mind there are also universities that have access to the tools for research. @heavySea There is no...
@heavySea, got you, It seems we got derailed... The reasons are kind of similar to any other code distribution: size, version compatibility, transparency, etc. I opened up the issue tracker...