STM32F1 cleanup, incl. SoftwareSerial removal (#20046)
This commit is contained in:
@@ -3,7 +3,7 @@ import sys
|
||||
|
||||
#dynamic build flags for generic compile options
|
||||
if __name__ == "__main__":
|
||||
args = " ".join([ "-std=gnu11",
|
||||
args = " ".join([ "-std=gnu++14",
|
||||
"-Os",
|
||||
"-mcpu=cortex-m3",
|
||||
"-mthumb",
|
||||
|
||||
Reference in New Issue
Block a user