From c622a05f8fb4e12b9cfed959b291ee323e93d44d Mon Sep 17 00:00:00 2001 From: Ryan Summers Date: Tue, 15 Jun 2021 13:56:17 +0200 Subject: [PATCH] Updating TOML comment --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e1b2a67..9539e6d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,10 @@ mcp23017 = "1.0" git = "https://github.com/quartiq/rtt-logger.git" rev = "70b0eb5" -# fast double buffered DMA without poisoning and buffer swapping +# The following modifications of the HAL are being used: +# * fast double buffered DMA without poisoning and buffer swapping +# * Utilize `master` branch of smoltcp +# * Utilize `master` branch of HAL [dependencies.stm32h7xx-hal] features = ["stm32h743v", "rt", "unproven", "ethernet", "quadspi"] # version = "0.9.0"