This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 92376dbac4c6cfa1fd276a618807a23f24ebe1c7 Author: Liam Howatt <[email protected]> AuthorDate: Fri Sep 18 16:26:30 2026 -0400 arch/arm/stm32h5: Fix duplicate define STM32_OTP_BASE. STM32_OTP_BASE was defined independently in two separate contributions. Remove one. Signed-off-by: Liam Howatt <[email protected]> --- arch/arm/src/stm32h5/hardware/stm32h5xxx_memorymap.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/arch/arm/src/stm32h5/hardware/stm32h5xxx_memorymap.h b/arch/arm/src/stm32h5/hardware/stm32h5xxx_memorymap.h index d1e19f693d3..d36327ea3d2 100644 --- a/arch/arm/src/stm32h5/hardware/stm32h5xxx_memorymap.h +++ b/arch/arm/src/stm32h5/hardware/stm32h5xxx_memorymap.h @@ -65,10 +65,6 @@ #define STM32_SYSMEM_FSIZE 0x08FFF80C /* Size of Flash memory in Kbytes. */ #define STM32_SYSMEM_PACKAGE 0x08FFF80E /* Indicates the device's package type. */ -/* OTP Base Addresses *******************************************************/ - -#define STM32_OTP_BASE 0x08fff000 /* Base address of OTP Area */ - /* Peripheral Base Addresses ************************************************/ #define STM32_APB1_BASE 0x40000000 /* 0x40000000-0x4000fbff: APB1 */
