From cb945fa6711e1fbe224e8a9d745c740f71dce279 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Thu, 18 Aug 2016 18:35:00 +0000 Subject: rcc-legal-ranges: run through a range of clocks blink fast/slow for each clock configuration tested, then finish by blinking idly. As of this commit, this test fails quickly on most L1 boards tested. An update to libopencm3 is required to fix this. --- tests/rcc-legal-ranges/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tests/rcc-legal-ranges/README.md') diff --git a/tests/rcc-legal-ranges/README.md b/tests/rcc-legal-ranges/README.md index 2720e56..2313ebd 100644 --- a/tests/rcc-legal-ranges/README.md +++ b/tests/rcc-legal-ranges/README.md @@ -5,8 +5,9 @@ turning on and selecting different clocks, power ranges and flash wait state configuration are robust enough. ## PASSING -The board should issue a series of blinks at various rates before -settling on a steady rate +On boot you should get two slow blinks. +After boot, you should get continuous 5/2 fast/slow blinks as it +continuously shuffles and resets clock configurations. ## FAILING The board stops blinking at any point in the sequence -- cgit