zephyr/ext/hal/st/stm32cube/stm32f3xx
Erwan Gouriou 15c229655e ext/hal/st: stm32cube: Update License Link for stm23cube packages
License link provided in stm32cube abstract packages was not
reflecting the actual license in use for these packages.
Update the link to BSD 3-Clause official.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2019-05-06 08:54:14 -05:00
..
drivers
soc
CMakeLists.txt
README

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:
   https://opensource.org/licenses/BSD-3-Clause

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

    *Fix warnings for extraneous parentheses
      Using clang 7.0.1, if ((htim->State == HAL_TIM_STATE_BUSY))
      generates warnings.  Remove the extra parentheses
     Impacted files:
      drivers/src/stm32f3xx_hal_tim.c
      drivers/src/stm32f3xx_hal_tim_ex.c
     ST Bug tracker ID: 63616