- In the VSCode window, you can open the terminal and interact with Bash by pressing
Ctrl+J. - Enter
make cleanto clean the project, and entermaketo compile the project. - To see the execution result, run the compiled executable
nvmein thebin/directory. - To format the source code, run the following command:
$(pwd)/Astyle/bin/astyle.exe --options=$(pwd)/_astylerc -I -R ./*.c,*.cpp,*.h --exclude=AStyle --formatted- Convert Windows line endings (CRLF) to Unix/Linux line endings (LF):
find . -type f -exec dos2unix {} \;This project is licensed under the GNU General Public License v2.0.
Some portions of the code are derived from the libnvme project, which is licensed under the LGPL-2.1-or-later license.
In accordance with LGPL terms, this project redistributes those portions under the GPLv2.