We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I can see ATSAMD21 family is supported, although I can't bossa to work on my Adafruit's Feather M0 Lora board.
https://www.adafruit.com/product/3178
In case it can be useful for anyone, I installed bossa on fedora 35. Had to install first the following dependences:
sudo dnf install wxGTK3-devel sudo dnf install readline-devel
Note that these are needed for the GUI, it may be possible to build w/o them if, like me, plan to use the bossa cli
Anyway, using the bossa shell I get the following when trying to connect to the feather
bossa> connect /dev/ttyACM0 Connected to device on /dev/ttyACM0 Device is not supported
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I can see ATSAMD21 family is supported, although I can't bossa to work on my Adafruit's Feather M0 Lora board.
https://www.adafruit.com/product/3178
In case it can be useful for anyone, I installed bossa on fedora 35. Had to install first the following dependences:
sudo dnf install wxGTK3-devel
sudo dnf install readline-devel
Note that these are needed for the GUI, it may be possible to build w/o them if, like me, plan to use the bossa cli
Anyway, using the bossa shell I get the following when trying to connect to the feather
The text was updated successfully, but these errors were encountered: