1TSTM32CubeF7
2###########
3
4Origin:
5   ST Microelectronics
6   http://www.st.com/en/embedded-software/stm32cubef7.html
7
8Status:
9   version v1.17.2
10
11Purpose:
12   ST Microelectronics official MCU package for STM32F7 series.
13
14Description:
15   This package is an extract of official STM32CubeF7 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 STM32F7 series.
18
19Dependencies:
20    None.
21
22URL:
23   https://github.com/STMicroelectronics/STM32CubeF7
24
25Commit:
26   767d083e202412da7f50f11515bf3fa1be2cf4fe
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
39   *Changes from official delivery:
40    -dos2unix applied
41    -trailing white spaces removed
42
43   *Provision to enable hal & ll asserts added
44    -Added stm32cube/stm32f7xx/drivers/include/stm32_assert.h
45    -Removed unused stm32cube/stm32f7xx/drivers/include/stm32_assert_template.h
46
47   *Enable legacy ethernet driver using HAL_ETH_LEGACY_MODULE_ENABLED
48    This will have to be removed once Zephyr driver is migrated to the new
49    Cube HAL ethernet API.
50
51   *Wrap define UNUSED with an ifndef
52     This will prevent a compiler warning for the case the UNUSED macro
53     is already defined elsewhere in the project
54     Impacted files:
55      drivers/include/stm32f7xx_hal_def.h
56     ST Internal Reference: 136825
57
58   *Fix to remove PAGESIZE definition which conflicts with POSIX
59    Impacted files:
60     drivers/include/Legacy/stm32_hal_legacy.h
61
62   *Fix: Use the correct register DESC0
63    This fix ensures that the TX timestamp is properly set by correctly
64    checking the ETH_DMATXDESC_LS and ETH_DMATXDESC_TTSS flags in the DESC0 register.
65    Impacted files:
66     stm32cube/stm32f7xx/drivers/src/stm32f7xx_hal_eth.c
67    ST Internal reference: 185461
68
69   See release_note.html from STM32Cube
70