cortex-gnat-rts icon indicating copy to clipboard operation
cortex-gnat-rts copied to clipboard

Microbit test behaves unexpectedly

Open simonjwright opened this issue 2 years ago • 1 comments

In test-microbit/circle.hex, each button is intended to act only on a push, not on a release. A toggles the speed, B toggles the direction.

Building with the aarch64-hosted GCC 13.1.0 compiler, the buttons (usually) act on both!

simonjwright avatar May 12 '23 10:05 simonjwright

Actually, similar behaviour with the x86_64 hosted GCC 12.2.0 compiler. Might be a debouncing problem?

simonjwright avatar May 12 '23 16:05 simonjwright