j4cbo

Results 15 comments of j4cbo

Try this: https://github.com/j4cbo/etherdream-driver A much updated and improved version of the driver in this repo. It's still Windows-only, but compiles with modern MSVC, and I've been slowly working on removing...

I've done some digging on this and made a little progress but not fully fixed it. I'm using an STM32H750VBT6 which is in the same family (same reference manual). Here's...

#1213 fixes part of this. The other issue is that creating the CortexM component also reads from registers that are inaccessible during reset, in order to determine if there's an...

Seems good to me. I'd like to have some hint at the purpose of the annotation in the flag name - so either `--cpp-export-annotation` or `--cpp-visibility-annotation` seems fine to me.

I do think it should be provided by Djinni (either fully built-in or by way of #95's mechanism, not sure yet), so let's leave this open for now.

Yup, we're still figuring out what our plan is here; ninja is definitely a possibility. Also paging @skabbes

I think there's a deeper distinction between records and interfaces than just that records are copied. That choice was driven by the fact that in C++, records and primitives are...

Ah yeah, I hadn't thought about this in relation to the property concept. Seems like you're right - this could be the same thing. On Sun, Jan 10, 2016 at...

This is definitely a bug. We likely don't have time to implement a proper fix, but I'd love to see a pull request. Options include: - Use snprintf_l if available...

Hm, apparently VS2013 is supposed to support declval. But, it looks like I forgot to include in json11.hpp. It could be that declval is accidentally available on gcc/clang because of...