You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
An MS VSCode workspace file can be found at the following location .vscode/hex2bin.code-workspace
CMake options
* Supported distrib.: -DDISTRIBUTION=[debug|release]* Supported distrib.: -DCMAKE_BUILD_TYPE=[debug|release]* Default start value: cmake -DDEFSTART=[int value] (see the '-s, --start' option of the binary)* Default limit value: cmake -DDEFLIMIT=[int value] (see the '-l, --limit' option of the binary)* Default width value: cmake -DDEFWIDTH=[int value] (see the '--width' option of the binary)
You can also use cmake-gui to manage the options.
Example (with cmake -DDEFSTART=0 -DDEFLIMIT=0)
For Windows, remember to add .exe after the binary name.
Note: The limit, start, offset, length, width, linear arguments can be expressed in decimal or hexadecimal if they start with 0x.