MiniCore icon indicating copy to clipboard operation
MiniCore copied to clipboard

MiniCore Upload Works in Arduino IDE but Fails in VSCode

Open parkkh12 opened this issue 6 months ago • 2 comments

Hi! I'm trying to use MiniCore with VSCode. Uploading works fine in the Arduino IDE (using UART), but it doesn't work in VSCode. Is there something I might be missing?

Image

parkkh12 avatar Jun 20 '25 01:06 parkkh12

is this still relevant then please let me know how reproduce this bug

ritesh006 avatar Aug 25 '25 17:08 ritesh006

[env:uno_minicore] platform = atmelavr board = uno framework = arduino board_build.core = MiniCore board_build.mcu = atmega328p board_build.f_cpu = 16000000L upload_protocol = arduino upload_port = COM4 upload_speed = 115200 monitor_speed = 115200

This settings works for me may be for you also it will work

ritesh006 avatar Sep 04 '25 14:09 ritesh006