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

PlatformIO support #40

Open
streamliner18 opened this issue Jun 26, 2018 · 2 comments
Open

PlatformIO support #40

streamliner18 opened this issue Jun 26, 2018 · 2 comments

Comments

@streamliner18
Copy link

It'll be really great if you guys can make a platform package for PlatformIO, as the 328PB support from their official toolchain looks broken right now. Much appreciated!

@SergiuToporjinschi
Copy link

Ohh yes, I need this too. Would be very nice to have it in platformio... currently I have all projects on platformio and only one in arduino because of this....

@SergiuToporjinschi
Copy link

@streamliner18 I found it on platformio:
this are the settings that worked for me
[env:atm328p]
framework = arduino
platform = atmelavr
board = ATmega328PB

; change microcontroller
board_build.mcu = atmega328pb

; change MCU frequency
board_build.f_cpu = 16000000L

; upload_port = COM15
monitor_speed = 19200
upload_protocol = stk500v1
upload_flags =
-F
-P$UPLOAD_PORT
-b$UPLOAD_SPEED

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

No branches or pull requests

2 participants