ATmega328PB-Testing icon indicating copy to clipboard operation
ATmega328PB-Testing copied to clipboard

PlatformIO support

Open streamliner18 opened this issue 6 years ago • 2 comments

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!

streamliner18 avatar Jun 26 '18 02:06 streamliner18

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 avatar Aug 25 '19 20:08 SergiuToporjinschi

@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

SergiuToporjinschi avatar Aug 25 '19 20:08 SergiuToporjinschi