stevstrong
stevstrong
Thank you for the explanation, I already knew how the txt files work. I just wanted to point out that you added 5 new RTL options for each board: rtlib.nano,...
> > In fact, that would mean that the default options of the menus in boards.txt wouldn't match with the defaults declared in platform.txt which can lead to painful hours...
I have never worked with Linux. Who can help here?
Is this still actual?
I am totally an amateur regarding the dynamic memory allocation. But... If I would be the repo owner, I would like to see a practical example where this change would...
Although the changes are moderate, the effect is unpredictable. Additionally, the forum post with examples to demonstrate the fix are not available anymore. So, after a long time of inactivity,...
you can choose one solution from here: https://stackoverflow.com/questions/111928/is-there-a-printf-converter-to-print-in-binary-format
Can you please tell me a reason why is this change needed? What kind of issue is solved with this? Any test sketch which can demonstrate the issue and the...
You may adapt this [example for F4](https://github.com/stevstrong/SdFat/blob/master/examples/STM32F4SdioDemo/STM32F4SdioDemo.ino) to F1 (reduce buffer size).
You have to enable USE_SDIO in configuration file of SdFat. Or use my SdFat fork.