extract run from linkMainPkg, add flash scaffold

This commit is contained in:
Li Jie
2025-09-05 18:39:47 +08:00
parent 5e5d5c2a83
commit 1033452e8f
8 changed files with 137 additions and 51 deletions

View File

@@ -33,7 +33,7 @@ func TestGenOutputs(t *testing.T) {
wantOutPath: "hello",
wantOutExt: "",
wantFileFmt: "",
wantBinFmt: "esp32",
wantBinFmt: "",
wantDirectGen: true,
},
{
@@ -47,7 +47,7 @@ func TestGenOutputs(t *testing.T) {
wantOutPath: "myapp",
wantOutExt: "",
wantFileFmt: "",
wantBinFmt: "esp32",
wantBinFmt: "",
wantDirectGen: true,
},
{
@@ -108,7 +108,7 @@ func TestGenOutputs(t *testing.T) {
wantOutPath: "", // temp file
wantOutExt: "",
wantFileFmt: "",
wantBinFmt: "esp32",
wantBinFmt: "",
wantDirectGen: true,
},
{
@@ -167,7 +167,7 @@ func TestGenOutputs(t *testing.T) {
wantOutPath: "", // temp file
wantOutExt: "",
wantFileFmt: "",
wantBinFmt: "esp32",
wantBinFmt: "",
wantDirectGen: true,
},
{
@@ -194,7 +194,7 @@ func TestGenOutputs(t *testing.T) {
wantOutPath: "", // temp file
wantOutExt: "",
wantFileFmt: "",
wantBinFmt: "esp32",
wantBinFmt: "",
wantDirectGen: true,
},
{