From 816f9b7cb300a7f3979b5f29b3677e84a3c28880 Mon Sep 17 00:00:00 2001 From: Vaze Date: Mon, 25 May 2026 10:25:45 +0200 Subject: Created a .gitignore to remove nasty build artifacts and created a Makefile.toml for cargo make to automate bootloader build process. --- .../.fingerprint/bootloader-342af3ffa36413f2/output-bin-bootloader | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 bootloader/target/debug/.fingerprint/bootloader-342af3ffa36413f2/output-bin-bootloader (limited to 'bootloader/target/debug/.fingerprint/bootloader-342af3ffa36413f2/output-bin-bootloader') 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"} -- cgit v1.2.3