f4grx
f4grx
Are you sure about that? It seems to me that GNU LD is linking whole files, at least that is the case on my x86 linux pc; and there is...
Looks like a nice chip. Is it easy to program arbitrarily without having to generate static RF config from proprietary tools? Also careful, it has an interoperability erratum: GFSK may...
Definitely! @sp5wwp thats great! BTW I suggest avoiding floating point in embedded code :) Also memcpy for 1 byte could definitely be optimized ;D A shame that the devboard is...
M5 stack products are cool but have errors and are very badly documented. Still no schematic for M5stack FIRE CORE yet. So it's unreliable. I'm a bit disappointed too.
Hello, I am also hitting this issue with no solution. Required files are present on my system but not found. Also using clang 6 on mint, with llvm 3.8 ```...
Hello, I am using a raspberry pi so no msp430 dll is available, I need to use the ezfet driver for a msp-exp430fr5969 ``` ./mspdebug -s C6BC846F12001B00 ezfet MSPDebug version...
I managed to recompile msp430.dll for a raspi with minimal changes to find hid-libusb and get everything working. I also have a goodfet to test but I have not tried...
hello yes, I am interested, I had to do the same kind of code changes for my own m5stack, but it would be cool to have it upstream. the timing...
I just changed the timings in the cod to match the specs of these particular leds, because I have a specific source tree for the m5 stack. Unfortunately I did...
It is great to learn that the changes are so simple. Also appreciated, thanks.