Skip to content

Commit

Permalink
Mcu header paths changed.
Browse files Browse the repository at this point in the history
  • Loading branch information
StrahinjaJacimovic committed Jul 8, 2024
1 parent 92dc97f commit 163117b
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if(MODULE_IS_GENERATED)

find_cortex(hal_ll_def_list)
list(APPEND hal_ll_def_list ${MCU_NAME})
set(mcu_header_path ${MCU_NAME}_${_MSDK_PACKAGE_ID_})
set(mcu_header_path ${MCU_NAME}/${_MSDK_PACKAGE_ID_}${_MSDK_PACKAGE_PIN_COUNT_})

## BEGIN ADC
list(APPEND hal_ll_def_list "MACRO_USAGE_ADC")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if(MODULE_IS_GENERATED)

find_cortex(hal_ll_def_list)
list(APPEND hal_ll_def_list ${MCU_NAME})
set(mcu_header_path ${MCU_NAME}_${_MSDK_PACKAGE_ID_})
set(mcu_header_path ${MCU_NAME}/${_MSDK_PACKAGE_ID_}${_MSDK_PACKAGE_PIN_COUNT_})

## BEGIN CAN
list(APPEND hal_ll_def_list "MACRO_USAGE_CAN")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if(MODULE_IS_GENERATED)

find_cortex(hal_ll_def_list)
list(APPEND hal_ll_def_list ${MCU_NAME})
set(mcu_header_path ${MCU_NAME}_${_MSDK_PACKAGE_ID_})
set(mcu_header_path ${MCU_NAME}/${_MSDK_PACKAGE_ID_}${_MSDK_PACKAGE_PIN_COUNT_})

## BEGIN DMA
list(APPEND hal_ll_def_list "MACRO_USAGE_DMA")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if(MODULE_IS_GENERATED)

find_cortex(hal_ll_def_list)
list(APPEND hal_ll_def_list ${MCU_NAME})
set(mcu_header_path ${MCU_NAME}_${_MSDK_PACKAGE_ID_})
set(mcu_header_path ${MCU_NAME}/${_MSDK_PACKAGE_ID_}${_MSDK_PACKAGE_PIN_COUNT_})

## BEGIN GPIO
list(APPEND hal_ll_def_list "MACRO_USAGE_GPIO")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if(MODULE_IS_GENERATED)

find_cortex(hal_ll_def_list)
list(APPEND hal_ll_def_list ${MCU_NAME})
set(mcu_header_path ${MCU_NAME}_${_MSDK_PACKAGE_ID_})
set(mcu_header_path ${MCU_NAME}/${_MSDK_PACKAGE_ID_}${_MSDK_PACKAGE_PIN_COUNT_})

## BEGIN I2C
list(APPEND hal_ll_def_list "MACRO_USAGE_I2C")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if(MODULE_IS_GENERATED)

find_cortex(hal_ll_def_list)
list(APPEND hal_ll_def_list ${MCU_NAME})
set(mcu_header_path ${MCU_NAME}_${_MSDK_PACKAGE_ID_})
set(mcu_header_path ${MCU_NAME}/${_MSDK_PACKAGE_ID_}${_MSDK_PACKAGE_PIN_COUNT_})

list(APPEND hal_ll_def_list "MACRO_USAGE_ONE_WIRE")

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if(MODULE_IS_GENERATED)

find_cortex(hal_ll_def_list)
list(APPEND hal_ll_def_list ${MCU_NAME})
set(mcu_header_path ${MCU_NAME}_${_MSDK_PACKAGE_ID_})
set(mcu_header_path ${MCU_NAME}/${_MSDK_PACKAGE_ID_}${_MSDK_PACKAGE_PIN_COUNT_})

## BEGIN RTC
list(APPEND hal_ll_def_list "MACRO_USAGE_RTC")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if(MODULE_IS_GENERATED)

find_cortex(hal_ll_def_list)
list(APPEND hal_ll_def_list ${MCU_NAME})
set(mcu_header_path ${MCU_NAME}_${_MSDK_PACKAGE_ID_})
set(mcu_header_path ${MCU_NAME}/${_MSDK_PACKAGE_ID_}${_MSDK_PACKAGE_PIN_COUNT_})

# BEGIN SPI
list(APPEND hal_ll_def_list "MACRO_USAGE_SPI")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if(MODULE_IS_GENERATED)

find_cortex(hal_ll_def_list)
list(APPEND hal_ll_def_list ${MCU_NAME})
set(mcu_header_path ${MCU_NAME}_${_MSDK_PACKAGE_ID_})
set(mcu_header_path ${MCU_NAME}/${_MSDK_PACKAGE_ID_}${_MSDK_PACKAGE_PIN_COUNT_})

## BEGIN TIM
list(APPEND hal_ll_def_list "MACRO_USAGE_TIM")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if(MODULE_IS_GENERATED)

find_cortex(hal_ll_def_list)
list(APPEND hal_ll_def_list ${MCU_NAME})
set(mcu_header_path ${MCU_NAME}_${_MSDK_PACKAGE_ID_})
set(mcu_header_path ${MCU_NAME}/${_MSDK_PACKAGE_ID_}${_MSDK_PACKAGE_PIN_COUNT_})

## BEGIN UART
list(APPEND hal_ll_def_list "MACRO_USAGE_UART")
Expand Down

0 comments on commit 163117b

Please sign in to comment.