STM32CubeN6 ########### Origin: ST Microelectronics http://www.st.com/en/embedded-software/stm32cuben6.html Status: version v1.0.0 Purpose: ST Microelectronics official MCU package for STM32N6 series. Description: This package is an extract of official STM32CubeN6 package written by ST Microelectronics. It is composed of STM32Cube hardware abstraction layer (HAL) and low layer (LL) plus a set of CMSIS headers files, one for each SoC in STM32N6 series. Dependencies: None. URL: https://github.com/STMicroelectronics/STM32CubeN6 Commit: 7cc0f778f9ed60d2a00ad9ba7794a3e7feaa3596 Maintained-by: External License: BSD-3-Clause License Link: https://opensource.org/licenses/BSD-3-Clause Patch List: *Changes from official delivery: -dos2unix applied -trailing white spaces removed *Provision to enable hal & ll asserts added -Added stm32cube/stm32n6xx/drivers/include/stm32_assert.h -Removed unused stm32cube/stm32n6xx/drivers/include/stm32_assert_template.h *Fix to remove PAGESIZE definition which conflicts with POSIX Impacted files: drivers/include/Legacy/stm32_hal_legacy.h *Fix FSBL configuration -Remove CMSE_NS_ENTRY modifier, which requires enabling CONFIG_ARM_FIRMWARE_HAS_SECURE_ENTRY_FUNCS which we don't need right now. Impacted files: -soc/system_stm32n6xx_fsbl.c See release_note.html from STM32Cube