platform-ststm32
platform-ststm32 copied to clipboard
ST STM32: development platform for PlatformIO
Hi All, Is possible to add new version 1.27.1 of framework-stm32cubef4 already available for a few months: https://github.com/STMicroelectronics/STM32CubeF4/tree/v1.27.1 This is quite an important upgrade since includes significant changes in ETH...
Hi, We are building a custom framework under ststm32 platform for our evaluation kits. Would it be possible to get the following repository added in platformIO registry: https://github.com/STMicroelectronics/STM32CubeWB Thanks!
This only happens when I try to use [email protected] and up. Ststm32@12-13 can't install the latest dfu-utils. Compiling .pio\build\mks_monster8\SrcWrapper\src\HAL\stm32yyxx_hal_adc.c.o : fatal error: variant_MARLIN_STM32F407VGT6_CCM.h: No such file or directory ****************************************************************************************** *...
while trying to compile Marlin with several newer boards skr mini e3 v3 and skr 3, the build fails in the same sot every time"srcwrapper/hals.co&.cc, is this only my issue?
Please add the STM32G070 generic to the supported list. Thanks
Hello, I'm trying to use Ethernet on NUCLEO_H743ZI2 but is not working on latest platformio core 6.1.7, ST STM32 15.6.0 As a starting point I tried to compile the example...
I've setup a Platform.io workspace for use with Arduino Portenta H7 in VSCode. I am running Ubuntu-20.04 on WSL2 for Windows 10 using usbip for attaching the usb-port to WSL....
@jerabaul29 and I have been trying to do some work using the Seeed studio board LoRa-E5 mini using STM32WLE5JC. After struggling a bit with removing the included write protection using...
Recently I'm working on a project which will use [sboot_stm32](https://github.com/dmitrystu/sboot_stm32) encryption, the current problem is the linker script uses LD_FLASH_OFFSET but I can't set this flag from PlatformIO, I had...
I have been using the mbed framework with the Arduino Portenta board directly through an edit of the board definition file. As mbed is used anyways for the arduino framework...