cortex-gnat-rts
cortex-gnat-rts copied to clipboard
Microbit test behaves unexpectedly
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!
Actually, similar behaviour with the x86_64 hosted GCC 12.2.0 compiler. Might be a debouncing problem?