You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem
Presently clap version is capped to 4.4 to avoid test failures when suing Aurix Compiler.
clap > 4.4 requires rustc v 1.74 while rust aurix compiler toolchain includes rustc v 1.72
Solution
Toolchain used to compile tests of svd2pac shall be decoupled from toolchain used to check the generated pac.
The text was updated successfully, but these errors were encountered:
The current implementation does not generate valid feature flags for
derived peripherals, but this was not caught by the tests because rustc
only emits a warning rather than an error.
Problem
Presently clap version is capped to 4.4 to avoid test failures when suing Aurix Compiler.
clap > 4.4 requires rustc v 1.74 while rust aurix compiler toolchain includes rustc v 1.72
Solution
Toolchain used to compile tests of svd2pac shall be decoupled from toolchain used to check the generated pac.
The text was updated successfully, but these errors were encountered: