wystewart
wystewart
not really an issue, but I have a STM32H750 board running at 480MHz, SDRAM at 120MHz with STM32duino (code needed some modification to compile for file system). I thought I'd...
linkManagement returns no value. this hangs STM32 Arduino. Suggest to change return to void, since it seems unused. Also SvgParser::getPropertyStart returns no value on success. SvgParser::callbackManagement returns no value on...
PC0, PC1, PC2, PC3 defined in Renderer3D.inl conflict with #define pinout definitions of the STM32. Suggest to change to _PC0, _PC1, _PC2, _PC3. That seems to resolve the compile issue
The FreeRTOS web site says that one must implement function vApplicationStackOverflowHook when enabling configCHECK_FOR_STACK_OVERFLOW . This is not the case for STM32FreeRTOS as it is defined in STM32FreeRTOS.c and there...
On front page, "partition.csv" should be "partitions.csv" and recommend to add a note that if using littlefs, in the partition file put spiffs
Some global variables in the code many affect having multiple instances of the fontrender. in my copy I moved FT_Library g_FtLibrary; bool g_NeedInitialize from OpenFontRenderer.cpp into the the private section...
recommend to add a function to enable autoconfig or to add an optional parameter to begin to enable autoconfig. The later being the preferred method. Present method requires modification of...