Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FSM is not AVR specific, but a warning is generated on other target platforms #26

Open
WayneKeenan opened this issue Apr 6, 2018 · 2 comments

Comments

@WayneKeenan
Copy link

WARNING: library arduino-fsm claims to run on (avr) architecture(s) and may be incompatible with your current board which runs on (esp8266) architecture(s).
@WayneKeenan WayneKeenan changed the title FSM is not AVR specific, but a warning generated on other target platforms FSM is not AVR specific, but a warning is generated on other target platforms Apr 6, 2018
@per1234
Copy link
Contributor

per1234 commented Apr 7, 2018

This also will cause the examples to be put under File > Examples > INCOMPATIBLE > arduino-fsm when any non-avr board is selected. The solution is to change https://github.com/jonblack/arduino-fsm/blob/master/library.properties#L9 from:

architectures=avr

to:

architectures=*

@exothink
Copy link

runs fine on the Stm32f103/bluepill w/ stm32duino

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants