1STM32CubeN6
2###########
3
4Origin:
5   ST Microelectronics
6   http://www.st.com/en/embedded-software/stm32cuben6.html
7
8Status:
9   version v1.0.0
10
11Purpose:
12   ST Microelectronics official MCU package for STM32N6 series.
13
14Description:
15   This package is an extract of official STM32CubeN6 package written by ST Microelectronics.
16   It is composed of STM32Cube hardware abstraction layer (HAL) and low layer (LL) plus a set
17   of CMSIS headers files, one for each SoC in STM32N6 series.
18
19Dependencies:
20    None.
21
22URL:
23   https://github.com/STMicroelectronics/STM32CubeN6
24
25Commit:
26   7cc0f778f9ed60d2a00ad9ba7794a3e7feaa3596
27
28Maintained-by:
29   External
30
31License:
32   BSD-3-Clause
33
34License Link:
35   https://opensource.org/licenses/BSD-3-Clause
36
37Patch List:
38   *Changes from official delivery:
39    -dos2unix applied
40    -trailing white spaces removed
41
42   *Provision to enable hal & ll asserts added
43    -Added stm32cube/stm32n6xx/drivers/include/stm32_assert.h
44    -Removed unused stm32cube/stm32n6xx/drivers/include/stm32_assert_template.h
45
46   *Fix to remove PAGESIZE definition which conflicts with POSIX
47    Impacted files:
48     drivers/include/Legacy/stm32_hal_legacy.h
49
50   *Fix FSBL configuration
51    -Remove CMSE_NS_ENTRY modifier, which requires enabling CONFIG_ARM_FIRMWARE_HAS_SECURE_ENTRY_FUNCS
52     which we don't need right now.
53    Impacted files:
54    -soc/system_stm32n6xx_fsbl.c
55
56   See release_note.html from STM32Cube
57