diff options
| author | Vaze <vaze@vaze.dev> | 2026-05-25 10:25:45 +0200 |
|---|---|---|
| committer | Vaze <vaze@vaze.dev> | 2026-05-25 10:25:45 +0200 |
| commit | 816f9b7cb300a7f3979b5f29b3677e84a3c28880 (patch) | |
| tree | 48ac4ce07f134f5877e3380507aaba1875f86256 /bootloader/target/debug/.fingerprint/bootloader-342af3ffa36413f2/output-bin-bootloader | |
| parent | 00552fcd03f86bffed8c2f6a9d110981cb869489 (diff) | |
Created a .gitignore to remove nasty build artifacts and created a Makefile.toml for cargo make to automate bootloader build process.
Diffstat (limited to 'bootloader/target/debug/.fingerprint/bootloader-342af3ffa36413f2/output-bin-bootloader')
| -rw-r--r-- | bootloader/target/debug/.fingerprint/bootloader-342af3ffa36413f2/output-bin-bootloader | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bootloader/target/debug/.fingerprint/bootloader-342af3ffa36413f2/output-bin-bootloader b/bootloader/target/debug/.fingerprint/bootloader-342af3ffa36413f2/output-bin-bootloader deleted file mode 100644 index e97cae3..0000000 --- a/bootloader/target/debug/.fingerprint/bootloader-342af3ffa36413f2/output-bin-bootloader +++ /dev/null @@ -1,2 +0,0 @@ -{"$message_type":"diagnostic","message":"unwinding panics are not supported without std","code":null,"level":"error","spans":[],"children":[{"message":"using nightly cargo, use -Zbuild-std with panic=\"abort\" to avoid unwinding","code":null,"level":"help","spans":[],"children":[],"rendered":null},{"message":"since the core library is usually precompiled with panic=\"unwind\", rebuilding your crate with panic=\"abort\" may not be enough to fix the problem","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[1m\u001b[91merror\u001b[0m\u001b[1m: unwinding panics are not supported without std\u001b[0m\n \u001b[1m\u001b[94m|\u001b[0m\n \u001b[1m\u001b[94m= \u001b[0m\u001b[1mhelp\u001b[0m: using nightly cargo, use -Zbuild-std with panic=\"abort\" to avoid unwinding\n \u001b[1m\u001b[94m= \u001b[0m\u001b[1mnote\u001b[0m: since the core library is usually precompiled with panic=\"unwind\", rebuilding your crate with panic=\"abort\" may not be enough to fix the problem\n\n"} -{"$message_type":"diagnostic","message":"aborting due to 1 previous error","code":null,"level":"error","spans":[],"children":[],"rendered":"\u001b[1m\u001b[91merror\u001b[0m\u001b[1m: aborting due to 1 previous error\u001b[0m\n\n"} |
