Updating TOML comment
This commit is contained in:
parent
9e182c850b
commit
c622a05f8f
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue