nerves-project / nerves

Craft and deploy bulletproof embedded software in Elixir
http://nerves-project.org
Apache License 2.0
2.23k stars 189 forks source link

Update compatibility chart #985

Closed mnishiguchi closed 2 months ago

mnishiguchi commented 2 months ago

Update the compatibility chart by running the script ./scripts/nerves_system_compatibility.exs.

cd path/to/nerves
mix deps.get
./scripts/nerves_system_compatibility.exs --format html --doc

Testing

Compare the contents before and after running the script.

mix docs --open
open https://hexdocs.pm/nerves/systems.html#compatibility

Here is the result. Looking good to me.

CleanShot 2024-06-24 at 20 05 19@2x

fhunleth commented 2 months ago

Thanks!