Skip to content

lisa.platforms.platinfo: Do not add "freqs" PlatformInfo key when fre…

Douglas Raillard requested to merge github/fork/douglas-raillard-arm/_pr386 into master

…qs not available

If the frequency are not available, devlib cpufreq module will return an empty list. Allow client code to get a clear exception if frequencies are not available rather than feeding a useless empty list that will trigger errors down the line.

Merge request reports