platformio.ini 323 Bytes
Newer Older
Enrico Pozzobon committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
[env:sipeed-maixduino]
platform = kendryte210
board = sipeed-maixduino
framework = arduino

; change microcontroller
board_build.mcu = K210

; change MCU frequency
board_build.f_cpu = 600000000L

; upload speed
upload_speed = 750000

; compiler optimizations to favour speed over size
build_flags = -O3
build_unflags = -Os