Demo_f030f4 does not support CMSIS framework

Hi!
Here Demo F030F4 — PlatformIO v6.1 documentation it lists CMSIS as one of the compatible frameworks, but platformio.ini like this:

[env:demo_f030f4]
platform = ststm32
board = demo_f030f4

framework = CMSIS

board_build.mcu = stm32f030f4p6
board_build.f_cpu = 8000000L

upload_protocol = stlink
debug_tool = stlink

build_type = release
build_flags = -DSTM32F0

Does not compile with the warning:
Error: This board doesn't support CMSIS framework!
so … is it supported or not? or is it possible to specifiy the board in a different way since other board types have the same processor ?

It is also listed here:

This should work by using lowercase:

framework = cmsis

facepalm
thanks!

Apparently there is a minimum char limit of 20

1 Like