Dave Hylands

Results 34 comments of Dave Hylands

In MicroPython we have the traditional pythonic read method which always allocates a new string, and then we also support read_into, where the caller provides a pointer and length and...

Your for loop should be 0.. rather than 1..

And something else isn't quite right. If you fill buf with 0x45 ('E') then I don't get the expected results. https://gist.github.com/584a6c649c07200175d2c4f3793c4f4a

I can confirm that this works for me as well. I was using libmicrohttpd 0.9.48

I was able to get this version: https://github.com/ArduCAM/RaspberryPi/pull/75 to work on my Pi.

I have encountered numerous corruptions when using MSC with STM32, which is what motivated me to write rshell, so while they may be less frequent, they are definitely still there....

Hi John, On Wed, Apr 18, 2012 at 11:13 PM, John Hammink [email protected] wrote: > I got a system img (from the came commit and submodule sync) from @dhylands -...

Hi John, On Thu, Apr 19, 2012 at 12:09 AM, John Hammink [email protected] wrote: > It would have to be something identical in three separate build environments then.  One of...

It looks like Issue #280 should fix your build problem

Hmm. Maybe not. Because the fix for that was ics specific