stm32 stuff: compil options and serial ports

master
JbLb 6 years ago
parent 2046425984
commit 72f11e1d73

@ -45,6 +45,8 @@ upload_flags =
platform = ststm32
framework = arduino
board = nucleo_l031k6
build_flags =
-Wno-deprecated
lib_deps =
Nintendo Extension Ctrl

@ -0,0 +1,3 @@
-DENABLE_HWSERIAL2
-DPIN_SERIAL3_RX=PA10
-DPIN_SERIAL3_TX=PA9
Loading…
Cancel
Save