Skip to content

Commit

Permalink
Revert "Latest MP1 system.c needs clocks value that are defaulted by …
Browse files Browse the repository at this point in the history
…HAL"

This reverts commit ed42cb8.
  • Loading branch information
xanthio committed May 20, 2024
1 parent ed42cb8 commit 8396cda
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
5 changes: 0 additions & 5 deletions tests/fetch/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,4 @@ foreach(FAMILY ${TEST_FAMILIES})

add_executable(fetch-test-${FAMILY} ${SOURCES})
target_link_libraries(fetch-test-${FAMILY} STM32::NoSys HAL::STM32::${FAMILY}${CORE}::CORTEX CMSIS::STM32::${DEVICE}${CORE})

if(${FAMILY} STREQUAL "MP1")
target_compile_definitions(fetch-test-${FAMILY} PRIVATE USE_HAL_DRIVER)
endif()

endforeach()
4 changes: 0 additions & 4 deletions tests/hal/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ foreach(FAMILY ${TEST_FAMILIES})
add_executable(hal-test-${FAMILY} ${SOURCES})
target_compile_definitions(hal-test-${FAMILY} PRIVATE USE_FULL_LL_DRIVER)

if(${FAMILY} STREQUAL "MP1")
target_compile_definitions(hal-test-${FAMILY} PRIVATE USE_HAL_DRIVER)
endif()

foreach(DRIVER ${HAL_DRIVERS_${FAMILY}})
string(TOUPPER ${DRIVER} DRIVER)
target_link_libraries(hal-test-${FAMILY} HAL::STM32::${FAMILY}${CORE}::${DRIVER})
Expand Down

0 comments on commit 8396cda

Please sign in to comment.