Release Notes for STM32F30x Standard Peripherals Library Drivers (StdPeriph_Drivers)

Copyright © 2012 STMicroelectronics

 

Contents

  1. STM32F30x Standard Peripherals Library Drivers update history
  2. License

STM32F30x Standard Peripherals Library Drivers update history

V1.0.1 / 23-October-2012

Main Changes

  • stm32f30x_adc.c/h

    • Remove the following functions, the configuration will be done under ADC_Init function :

      • ADC_InjectedSequencerLengthConfig;

      • ADC_InjectedChannelConfig;

      • ADC_ExternalTriggerInjectedPolarityConfig;

      • ADC_SelectExternalTriggerInjected

    • Update  comment of uint8_t ADC_TwoSamplingDelay parameter in ADC_CommonInitTypeDef structure definition.

    • Add a function to configure the sampling time for injected channels : void ADC_InjectedChannelSampleTimeConfig (ADC_TypeDef* ADCx, uint8_t ADC_InjectedChannel, uint8_t ADC_SampleTime);

  • stm32f30x_rtc.c

    • Update comments : remove all reference to RTC_AF1, reformulate the PC13 RTC_AF table to be in line with the description in Reference manual (RM00316)

  •  stm32f30x_tim.c

    • Update local variables declaration (must be uint32_t) to correct Tasking toochain warnings.  

  • stm32f30x_gpio.h
    • Update GPIOSpeed_TypeDef parameters structure to be in line with description in Reference manual and add GPIO speed legacy defines.

  • Remove all references to other products (STM32F37x, STM32F0xx,...) in the comments.

V1.0.0 / 04-September-2012

Main Changes

  • First official release for STM32F30x and STM32F31x devices

    License

    Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); You may not use this package except in compliance with the License. You may obtain a copy of the License at:


    Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.


    For complete documentation on STM32 Microcontrollers visit www.st.com/STM32