platformio / platform-ststm32

ST STM32: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/ststm32
Apache License 2.0
394 stars 308 forks source link

Please add support for arduino-STM32L4. #270

Open darshanmirajkar opened 5 years ago

darshanmirajkar commented 5 years ago

Please add support for arduino-STM32L4.

See: https://github.com/GrumpyOldPizza/arduino-STM32L4, which supports the Butterfly and Ladybug

darshanmirajkar commented 5 years ago

@valeros When can we get this any idea??

valeros commented 5 years ago

Hi @darshanmirajkar! As soon as we have spare time for this feature. PlatformIO is an open-source project, you can write build script for this framework by yourself and submit it as a pull request.

darshanmirajkar commented 5 years ago

Tanks for replay @valeros. If you have any docs about build scripts please share me...ill also try

valeros commented 5 years ago

Unfortunately, there is no documentation for this process, but you can find plenty of examples here https://github.com/platformio/platform-ststm32/tree/develop/builder/frameworks

darshanmirajkar commented 5 years ago

@valeros Thank you... ill try.

darshanmirajkar commented 5 years ago

@valeros I saw this tread. but why you guys not added??

valeros commented 5 years ago

We decided to switch all STM32 targets to the official Arduino core

darshanmirajkar commented 5 years ago

ok.. but we are using libraries from this core.

valeros commented 5 years ago

Unfortunately, we don't have so much spare time to adapt all existing cores.