Dave Wickham

Results 16 comments of Dave Wickham

Just as a potential use case for even very slow mass storage emulation: I stumbled across this PR when looking to see if the Flipper Zero might be able to...

I've decided I like pain and so I'm writing a barebones read-only mass storage driver for my use case using this work (not pain because the work's hard to use,...

I now understand slightly more, I think, so I can give a better overview. Mass storage mostly works via data being sent through the IN and OUT endpoints, with a...

I think I _should_ be OK without having to implement them for my needs. I've got my device working as much as I need it to on Linux, just Windows...

Thinking about it, I might as well just attach it here regardless - I do intend to add it to turmoni/micropython-lib when it's in a better (working, cleaner, more documented)...

Thanks, I did quickly do a new firmware build with the REPL on UART 0 and that didn't seem to enlighten me any further, so I suspect it is some...

Right, so, I've done terrible things to your code and I feel dirty, but I think I understand one of the issues I'm having. Firstly, I replaced all my callbacks...

Well having worked around this (see below) it looks like it was just an error I was exposing for myself, and it wasn't the original problem I was having, where...

Right, I think I've solved my magical disappearing CSW problem, and that aspect was my fault; as per the spec: - If the device intends to send less data than...

I'm now trying to set up a composite device, using both HID and MSC, and my brain has been slightly fried. It looks like whichever interface I `add_interface` first is...