Skip to content

Commit

Permalink
Fixed Qrepo build kernel script.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed May 17, 2024
1 parent fc39d13 commit 8a4c023
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions qrepo.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
"qrepo run compile programs/sysinfo.cpp sysinfo"
],
"build-kernel": [
"rm -rf build",
"mkdir build",
"cp memconfig.csv build/partitions.csv",
"arduino-cli compile --fqbn esp32:esp32:esp32wrover --library lib/Arduino-List --library lib/FabGL --library lib/rishka --build-path build --verbose kernel"
],
"upload-kernel": [
Expand Down

0 comments on commit 8a4c023

Please sign in to comment.