Skip to content

Commit 78d76b3

Browse files
youssefz24erwango
authored andcommitted
stm32cube: stm32mp2xx: remove lvds module
Disable the lvds module in the stm32mp2xx HAL because it is not available. Signed-off-by: Youssef Zini <[email protected]>
1 parent 6d05af6 commit 78d76b3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

stm32cube/stm32mp2xx/README

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,7 @@ Patch List:
4444
- Added stm32cube/stm32mp2xx/drivers/include/stm32_assert.h
4545
- Removed unused stm32cube/stm32mp2xx/drivers/include/stm32_assert_template.h
4646

47+
* HAL LVDS module disabled
48+
- Disabled HAL_LVDS_MODULE_ENABLED as LVDS HAL is not available yet
49+
4750
See release_note.html from STM32Cube

stm32cube/stm32mp2xx/drivers/include/stm32mp2xx_hal_conf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ extern "C" {
6161
#define HAL_IWDG_MODULE_ENABLED
6262
#define HAL_LPTIM_MODULE_ENABLED
6363
#define HAL_LTDC_MODULE_ENABLED
64-
#define HAL_LVDS_MODULE_ENABLED
64+
/* #define HAL_LVDS_MODULE_ENABLED */ /* Disabled because LVDS HAL not available yet */
6565
#define HAL_MDF_MODULE_ENABLED
6666
#define HAL_MMC_MODULE_ENABLED
6767
#define HAL_NAND_MODULE_ENABLED

0 commit comments

Comments
 (0)