From 474206a8edf9e1d65e37f255e0b9e1cfb2b26ff9 Mon Sep 17 00:00:00 2001 From: Johannes Neyer Date: Fri, 11 Oct 2024 13:37:45 +0200 Subject: [PATCH 1/2] Fix submodule url --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index edc7119..e710f51 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "lpc55-hal"] path = lpc55-hal - url = https://githuyb.com/mcu-tools/lpc55-hal + url = https://github.com/mcu-tools/lpc55-hal From ea62699230a1418fe76eff25e972e0783acf8310 Mon Sep 17 00:00:00 2001 From: Johannes Neyer Date: Fri, 11 Oct 2024 13:41:29 +0200 Subject: [PATCH 2/2] Fix typo in boot crate name --- boot/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/Cargo.toml b/boot/Cargo.toml index ff13c72..a65f1c4 100644 --- a/boot/Cargo.toml +++ b/boot/Cargo.toml @@ -2,7 +2,7 @@ name = "boot" version = "0.1.0" edition = "2021" -documentation = "rust-embedded bootlaoder" +documentation = "rust-embedded bootloader" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html