schneidersoft
schneidersoft
Another take on json string decoding (untested, just a rough idea): https://gist.github.com/schneidersoft/ca11078da9e0607501b85a0cdef317bc
Rather than using a macro please use a dedicated function to wrap text output. I've never looked into this, but I suspect that there might be a simpler way to...
A little googling shows that setvbuf(stdout, NULL, _IONBF, 0) can be used to make stdout unbuffered... just like stderr. > The stream stderr is unbuffered. The stream stdout is line-buffered...
any chance some of my pull requests will get merged upstream?
I have been trying to get a pagecount that is roman for the first set of sections and and decimal for the subsequent sections. While it is possible to set...
counters are equally useless for creating automatic numbering unless all the to be numbered dom elements are in the same parent. Otherwise, since counters are scoped, it becomes a fools...
Old but gold. A quick grep -r USERMOD_DIR reveals a file in the docs dir cmodules.rst ;) Basically this variable is defined by the build system for every module. For...
you probably have a good reason so enlighten me. Why is your automation tool reading stderr/stdout? stm8flash gives return codes to indicate success or failure. also I agree with spth,...
There is a bug in how srec.c handles the records. with larger files the data being read is shifted by one.
Ill take another look at it later this week. In the meantime you can just use objcopy to convert your srec to ihex bofre feeding stm8flash, since srec support is...