-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
Description
Description
- Type: Bug
- Related issue:
#abc
- Priority: Minor
Bug
Target
NUCLEO_F411RE, maybe more Nucleo boards?
Toolchain:
GCC_ARM
Toolchain version:
4.9.3 20141119
mbed-cli version:
(mbed --version
)
0.9.5
meed-os sha:
(git log -n1 --oneline
)
24e1218
Expected behavior
CI Test Shield InterruptIn tests should pass.
Actual behavior
InterruptIN tests do not pass. It seems that something about the InterruptIn object doesnt play nice with greentea on this platform. Possibly the destructor?
Steps to reproduce
Run mbed test -n tests-api-interruptin -v
to see it fail.
mbed test -n tests-assumptions-pwmout
will pass, but if you uncomment the line about `x.disable_irq()' it will stop working
https://github.com/ARMmbed/ci-test-shield/blob/master/TESTS/API/InterruptIn/InterruptIn.cpp