Michael Mayer
Michael Mayer
After finishing the work on the SPL splitter I started to add some STM8L related files to a new branch [add-stm8l](https://github.com/tenbaht/sduino/tree/add-stm8l). This is only the beginning of some basic scaffolding....
Interesting! That seems to be the only source for that little board. Since it is no a very common one I would opt for a generic pin mapping. Did you...
I didn't check that board in detail, but the S003 is almost identical to the S103. The only difference is the EEPROM size (128 bytes vs. 640 bytes). So yes,...
Thank you for mentioning this. Adding proper support for the '001 is needed. So far I don't have one for testing, but I will get some.
Supporting a processor architecture for the automated IDE install requires adding a link to a package containing the sdcc for that architecture to the package file. So far I didn't...
I2C slave mode, I2C interrupt support and SPI interrupt support are on my todo list. Unfortunately, I am quite short on time for this project, so I have to focus...
No, that message is normal for an IDE build, it doesn't hurt. Not sure how to get rid of it. Today I wrote instructions on how to get ready for...
Yes, I see two wrong paths here. Problem 1: The board manager unpacks the tools package into sduino/tools/sdcc/build.10088, but you want it in tools/sdcc (same for wrapper) Problem 2: Don't...
Same problem here. For the [Sduino](https://github.com/tenbaht/sduino) project I need to compile binaries for different systems, including Windows. My solution is to cut out the espstlink code, but using unmodified code...