zephyr/ext/hal/st/stm32cube/stm32f3xx
Erwan Gouriou b1798721cc ext/hal/st: stm32f3: Disable new API and enable Legacy
A new CAN API is now provided in stm32cube packages.
STM32 can driver is implemented on top of initial CAN API which
is now legacy API.
Disable new API and enable legacy.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2018-10-09 12:03:17 -04:00
..
drivers ext/hal/st: stm32f3: Disable new API and enable Legacy 2018-10-09 12:03:17 -04:00
soc ext/hal/st: update stm32f3 stm32cube package from v1.9.0 to v1.10.0 2018-10-09 12:03:17 -04:00
CMakeLists.txt ext/hal/st: stm32f3: Disable new API and enable Legacy 2018-10-09 12:03:17 -04:00
README ext/hal/st: stm32f3: Disable new API and enable Legacy 2018-10-09 12:03:17 -04:00

README

STM32CubeF3
###########

Origin:
   ST Microelectronics
   http://www.st.com/en/embedded-software/stm32cubef3.html

Status:
   version 1.10.0

Purpose:
   ST Microelectronics official MCU package for STM32F3 series.

Description:
   This package is an extract of official STM32CubeF3 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 STM32F3 series.

Dependencies:
    None.

URL:
   http://www.st.com/en/embedded-software/stm32cubef3.html

commit:
   version 1.10.0

Maintained-by:
   External

License:
   BSD-3-Clause

License Link:
   http://www.st.com/resource/en/license_agreement/dm00218346.pdf

Patch List:

   *Changes from official delivery:
    -dos2unix applied
    -trailing white spaces removed

   *Disable new CAN API and enable Legacy API
     A new CAN API has been delivered on recent F3 stm32cube.
     This new API breaks current CAN driver. Disable the new API and enable the
     legacy API.
     Disable related systematic warning message
    Impacted files:
     CMakeLists.txt
     drivers/include/stm32f7xx_hal_conf.h