Standalone unix port of step generator, also stm32 arduino

This commit is contained in:
Hakan Bastedt
2024-04-07 21:51:36 +02:00
parent ab1a306d86
commit a829b0c6e2
4 changed files with 1788 additions and 0 deletions

12
PortStepgen/platformio.ini Executable file
View File

@@ -0,0 +1,12 @@
[env:genericSTM32F407VGT6]
framework = arduino
platform = ststm32
board = genericSTM32F407VGT6
upload_protocol = stlink
debug_tool = stlink
debug_build_flags = -O0 -g -ggdb
monitor_port = COM7
;monitor_port = /dev/ttyUSB0
monitor_speed = 115200
build_flags = -Wl,--no-warn-rwx-segment -DSTM32 -DPIO_FRAMEWORK_ARDUINO_NANOLIB_FLOAT_PRINTF