ObKo / stm32-cmake

CMake for stm32 developing.
MIT License
1.16k stars 334 forks source link

Update MP1 cube version to 1.6.0 when delivered #286

Open atsju opened 2 years ago

atsju commented 2 years ago

see https://github.com/STMicroelectronics/STM32CubeMP1/pull/13

and modify tests/cmsis/CMakeLists.txt to remove

if("MP1" IN_LIST TEST_FAMILIES)
    message(WARNING "CMSIS for MP1 devices requires HAL, this test is expected to fail for the MP1 family")
endif()

discovered in #238

mention @Inujel

atsju commented 2 years ago

Will also need https://github.com/STMicroelectronics/STM32CubeMP1/pull/16

Hish15 commented 1 year ago

@atsju, what are the news on this ?

atsju commented 1 year ago

ST made half of needed changes. Second mentioned PR is still needed. I suppose ST will review open PRs before next release. Let's wait.