Update History
V1.1.0
/ 03-Oct-2014Main
Changes
- HAL generic update
- minor corrections for Pdf/Chm UM generation
- Correction for MISRA
- [F098xx] Remove PVD IT line wrapper
- FLAG&IT assert macros to be removed
- Bad macro name in stm32F0xx_hal.c/.h files
- uint32_t Alignement in HAL driver
HAL Cortex update HAL DMA update - Bit definition name error for HAL_DMA1_CH2 remap on Stingray 256K
- minor update
- HAL_DMA_PollForTransfer updated
HAL GPIO update rework GPIO_GET_SOURCE - BSRR regsiter should not be split in BSRRH/BSRRL
HAL I2S update HAL IRDA update HAL IWDG update HAL PWR update HAL SPI update HAL TIM update - Missed/Unused assert param to be added/removed
- Trigger interrupt should be activated when working with a slave mode
- Break interrupt should be activated in HAL_TIMEx_OCN_Start_IT
- Wrong CCMR register cleared in HAL_TIM_IRQHandler for Input Capture event Channel 3 and 4
- missing assert in HAL_TIMEx_ConfigBreakDeadTime
- Add URS_ENABLE/ URS_DISABLE macros
HAL UART/USART update - Change UART TX-IT implementation to remove WaitOnFlag in ISR
HAL USB update HAL WWDG update
V1.1.0RC2
/ 01-Aug-2014Main
Changes
Defect Correction
277250
|
STM32F0xx_HAL_Driver
|
Defect
|
PWR
|
[PWR] PVD feature need falling/rising Event modes
|
278723
|
STM32F0xx_HAL_Driver
|
Defect
|
COMP
|
Missing assert param IS_COMP_TRIGGERMODE - Clone of STM32F3_HAL
#278720
|
281785
|
STM32F0xx_HAL_Driver
|
Defect
|
RCC
|
[RCC] HAL_RCC_OscConfig: HSERDY has to be checked also in by
pass mode
|
V1.0.1
/ 18-June-2014Main
Changes
-
HAL generic update
- Fix flag clear procedure: use atomic write operation "=" instead of ready-modify-write operation "|=" or "&="
- Fix
on Timeout management, Timeout value set to 0 passed to API
automatically exits the function after checking the flag without any
wait.
- Add
new macro __HAL_RESET_HANDLE_STATE to reset a given handle state.
HAL CEC update
- Process no more locked during the transmission in interrupt mode.
HAL COMP update
- Add NonInvertingInput field in the COMP_InitTypeDef structure.
- Add new defines COMP_NONINVERTINGINPUT_IO1 and COMP_NONINVERTINGINPUT_DAC1SWITCHCLOSED
HAL DMA update
- Fix in HAL_DMA_PollForTransfer() to set error code HAL_DMA_ERROR_TE in case of HAL_ERROR status
-
HAL I2C update
- Add
management of NACK event in Master transmitter mode and Slave
transmitter/receiver modes (only in polling mode), in that case the
current transfer is stopped.
HAL I2S update
- I2S clock source change: new define I2S_CLOCK_SYSCLK, remove I2S_CLOCK_PLL
- Improvement done in I2S transfer/receive processes
HAL IRDA update
- Add new enum typedef IRDA_ClockSourceTypeDef
- Add new macro __HAL_IRDA_GETCLOCKSOURCE
- Change in HAL_IRDA_Transmit_IT() to enable IRDA_IT_TXE instead of IRDA_IT_TC.
- Process no more locked during the transmission in interrupt mode.
-
HAL PCD update
HAL PWR update
- Fix in HAL_PWR_EnterSTANDBYMode() to not clear Wakeup flag (WUF), which need to be cleared at application level before to call this function
HAL RCC update
- Add USB peripheral and clocking macros for STM32F078xx device.
- Fix HSI Calibration issue when selected as SYSCLK
-
HAL SMARTCARD update
- Change in HAL_SMARTCARD_Transmit_IT() to enable SMARTCARD_IT_TXE instead of SMARTCARD_IT_TC.
- Process no more locked during the transmission in interrupt mode.
HAL SMBUS update
- Fix Slave acknowledge issue: Slave should ack each bit and so stretch the line till the bit is not ack
HAL TIM update
- Fix macro __HAL_TIM_PRESCALER
HAL TSC update
- Fix define TSC_ACQ_MODE_SYNCHRO
-
HAL UART update
- Change in HAL_LIN_Init() parameter BreakDetectLength to uint32_t
- Change in HAL_UART_Transmit_IT() to enable UART_IT_TXE instead of UART_IT_TC.
- Process no more locked during the transmission in interrupt mode.
HAL USART update
- Change USART_InitTypeDef fields to uint32_t type
- Rename __USART_ENABLE and __USART_DISABLE macros to respectively __HAL_USART_ENABLE and __HAL_USART_DISABLE
- Change in HAL_USART_Transmit_IT() to enable USART_IT_TXE instead of USART_IT_TC.
- Process no more locked during the transmission in interrupt mode.
- Change in HAL_USART_TransmitReceive_DMA() to manage DMA half transfer mode
V1.0.0
/ 20-May-2014
Main
Changes
- First official
release of STM32F0xx HAL drivers for STM32F030x4/x6, STM32F030x8, STM32F031x4/x6, STM32F051x4/x6/x8, STM32F071x8/xB, STM32F042x4/x6,
STM32F072x8/xB, STM32F038xx,
STM32F048xx, STM32F058xx and STM32F078xx
devices.
License
Redistribution
and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
- Redistributions
of source code must retain the above copyright notice, this list of
conditions and the following disclaimer.
- Redistributions
in binary form must reproduce the above copyright notice, this list of
conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
- Neither the
name of STMicroelectronics nor the names of its contributors may be
used to endorse or promote products derived
from this software without specific prior written permission.
THIS
SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
THE POSSIBILITY OF SUCH DAMAGE.
For
complete documentation on STM32 Microcontrollers visit www.st.com/STM32
|