Recently I was writing about a sender and wanted to put a separate panel on the host to display the control board information. For example, the number of axes, the name of the axis, the MCU, the MCU frequency (I have modified the firmware, now it is displayed as DRIVER:RP2040 @250MHz like this), MCU memory (there is already display with free RAM), MCU flash, firmware version, SDK version, number of IOs. A panel displays firmware information such as type (grblHAL/fluidnc/grbl), firmware URL, firmware compilation options, and features. I looked at the HAL website and it seems that there is currently no interface for RAM and Flash. Perhaps a more refined build information could be considered.
Recently I was writing about a sender and wanted to put a separate panel on the host to display the control board information. For example, the number of axes, the name of the axis, the MCU, the MCU frequency (I have modified the firmware, now it is displayed as DRIVER:RP2040 @250MHz like this), MCU memory (there is already display with free RAM), MCU flash, firmware version, SDK version, number of IOs. A panel displays firmware information such as type (grblHAL/fluidnc/grbl), firmware URL, firmware compilation options, and features. I looked at the HAL website and it seems that there is currently no interface for RAM and Flash. Perhaps a more refined build information could be considered.