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

Add support for Arduino (atmel based boards) #241

Open
freol35241 opened this issue Aug 23, 2023 · 2 comments
Open

Add support for Arduino (atmel based boards) #241

freol35241 opened this issue Aug 23, 2023 · 2 comments

Comments

@freol35241
Copy link

Describe the feature

Trying to compile for one of the atmel based arduino boards currently error out with "Platform unknown".

@cguimaraes
Copy link
Member

Can you provide more details on how are you compiling your project?
Depending on how you do it, you might need to define additional environment flags.

@freol35241
Copy link
Author

Hi, I am using a platformio setup defined as following (platformio.ini):

platform = atmelavr
board = yun
framework = arduino
lib_deps = https://github.com/eclipse-zenoh/zenoh-pico#0.7.0-rc

And I am trying to compile the z_scout.ino example from this repository.

The compile error originates from here which lead me to extra_script.py which only seems to support the espressif32 platform for the arduino framework.

Perhaps there is just a need for a set of different environment flags for the atmelavr platform?

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

2 participants