After creating a new project and hitting "Generate the code" button (or menu option), the application will write the Makefile file. The structure and the content of the file is heavily inspired from CubeMX Makefile template, with little addition from my part.The debug, optimization options, floating point options that you set the moment you create … Continue reading First Makefile prototype…
Month: December 2018
A workaround for SYSUTILS and a fix for VSCode Intellisense
Well, some unexpected problems caused by a bug in SYSUTILS unit of FreePascal and a change made by Microsoft in the keywords of c_cpp_properties.json configuration file of Visual Studio Code.1. There is a bug in SYSUTILS unit I think, where FindFirst function can not return the correct name of a directory like "7.3.1", the result … Continue reading A workaround for SYSUTILS and a fix for VSCode Intellisense