Experimental PKG generation support

This commit is contained in:
2024-02-27 22:31:41 -05:00
parent 5ed8b76902
commit 36fdbc1710
6 changed files with 43 additions and 3 deletions

View File

@@ -27,6 +27,19 @@
}
}
},
{
"label": "create pkg (experimental)",
"type": "shell",
"command": "run_pop_fe.bat ${workspaceFolder}/iso/${input:region}/#{ProjectName}.cue",
"group": "build",
"options": {
// v otherwise the tool won't start...
"cwd": "${env:POP_FE_PATH}",
"env": {
"PATH": "${env:JABY_ENGINE_PATH}/bin;${env:PATH}"
}
}
},
{
"label": "read memory map",
"type": "shell",

View File

@@ -1,5 +1,6 @@
*.bin
*.cue
*.pkg
*.d
*.o
*.lba