platform-ststm32
platform-ststm32 copied to clipboard
ST STM32: development platform for PlatformIO
Hello everyone, I have discovered something strange to me which i haven't found any explanation on the web. I move my code from ststm32 15.3.0 to 15.4.1. My code was...
Enables Simple Peripheral LIbrary (SPL) framework support for STM32F1. Uses the most recent SPL F1 package version 3.6.0 from [here](https://www.st.com/content/my_st_com/en/products/embedded-software/mcu-mpu-embedded-software/stm32-embedded-software/stm32-standard-peripheral-libraries/stsw-stm32054.license=1553116408827.product=STSW-STM32054.version=3.5.0.html). The SPL framework needs the boards to have an identifying...
The upstream version of the Wire library was updated quite some time ago to fix some lock up issues and also provide a way to recover the bus in lock...
Hello there, recently I tried to create an project based on the mbed framework for my nucleo_f446re. When I try to unflag -std=gnu++14 and flag -std=gnu++17 and up I get...
I was moving from Arduino IDE to PlatformIO and copy pasted code to PlatformIO. It didnt worked as expected. In platformio there are not up-to-date libraries of Wire (cant choose...
What kind of issue is this? - [ X ] **PlatformIO Core**. If you’ve found a bug, please provide an information below. *You can erase any parts of this template...
PIO Core Call Error: "PlatformManager: Installing ststm32\r\nststm32 @ 5.5.0 has been successfully installed!\r\nPackageManager: Installing toolchain-gccarmnoneeabi @ >=1.60301.0,
This config can be used to specify a custom reset method during serial upload. Example: ``` "upload": { "maximum_ram_size": 65536, "maximum_size": 262144, "protocol": "serial", "protocols": [ "dfu", "serial", "jlink", "stlink",...
I have recently started platform IO but i am missing support for STM32F107VC, would you mind adding CMSIS / SPL support for this platform?
Hello, I'm using platformio by CLI interface exclusively. The `piodebuggdb` is nice, I can attach to it using the mi3 interface. Sometimes though, I'd wish to use it directly along...