Is there the ability to create custom windows for Ozone similar to whats done with the RTOS plugin? What I am looking for is a method that allows arbitrary windows to be created and filled with user defined data.
For example, I would like to create a window that will display information about the device being debugged such as the version number, git commit hash, build data, and so on. All of this would be specified through a plugin fields similar to the RTOS window.
Currently I can get something that almost works if using the RTOS window , but Ozone only supports a single RTOS window plugin at a time.
For example, I would like to create a window that will display information about the device being debugged such as the version number, git commit hash, build data, and so on. All of this would be specified through a plugin fields similar to the RTOS window.
Currently I can get something that almost works if using the RTOS window , but Ozone only supports a single RTOS window plugin at a time.