platformio.ini 361 Bytes
Newer Older
Enrico Pozzobon committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
[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
16
build_flags = -O3 -UDEBUG -DNDEBUG
Enrico Pozzobon committed
17
build_unflags = -Os
18
build_type = release