diff --git a/platform.json b/platform.json index 974e44d..61c6deb 100644 --- a/platform.json +++ b/platform.json @@ -38,6 +38,10 @@ "arduino": { "package": "framework-arduinoststm32", "script": "builder/frameworks/arduino.py" + }, + "arduino": { + "package": "framework-arduinoSTM32GENERIC", + "script": "builder/frameworks/arduino.py" } }, "packages": { @@ -70,6 +74,11 @@ "optional": true, "version": "~2.0.0" }, + "framework-arduinoSTM32GENERIC": { + "type": "framework", + "optional": true, + "version": "~1.0.0" + }, "tool-stlink": { "type": "uploader", "optional": true,