summaryrefslogtreecommitdiff
path: root/hw/bsp/stm32l0/boards/stm32l052dap52/board.cmake
blob: 56b58f626d2914a870b6168ad61267802ba10b24 (plain)
1
2
3
4
5
6
7
8
9
10
set(MCU_VARIANT stm32l052xx)
set(JLINK_DEVICE stm32l052k8)

set(LD_FILE_GNU ${CMAKE_CURRENT_LIST_DIR}/STM32L052K8Ux_FLASH.ld)

function(update_board TARGET)
  target_compile_definitions(${TARGET} PUBLIC
    STM32L052xx
    )
endfunction()