Updating TOML comment

master
Ryan Summers 2021-06-15 13:56:17 +02:00
parent 9e182c850b
commit c622a05f8f
1 changed files with 4 additions and 1 deletions

View File

@ -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"