Skip to content

Conversation

fpistm
Copy link
Member

@fpistm fpistm commented Apr 25, 2019

  • From STM32CubeF0 FW V1.10.0
    • Update STM32F0xx HAL Drivers to v1.7.1
  • From STM32CubeF4 FW V1.24.1
    • Update STM32F4xx HAL Drivers to v1.7.6
  • From STM32CubeG0 FW V1.2.0
    • Update STM32G0xx HAL Drivers to v1.2.0
    • Update STM32G0xx CMSIS to v1.2.0
  • From STM32CubeH7 FW V1.4.0
    • Update STM32H7xx HAL Drivers to v1.5.0
    • Update STM32H7xx CMSIS to v1.5.0
  • From STM32CubeL1 FW V1.9.0
    • Update STM32L1xx HAL Drivers to v1.4.0
    • Update STM32L1xx CMSIS to v2.3.0
  • From STM32CubeL4 FW V1.14.0
    • Update STM32L4xx HAL Drivers to v1.10.0
    • Update STM32L4xx CMSIS to v1.5.1
  • From STM32CubeWB FW V1.1.0
    • Update STM32WBxx HAL Drivers to v1.1.0
    • Update STM32WBxx CMSIS to v1.1.0

fpistm added 7 commits April 25, 2019 08:19
Included in STM32CubeF4 FW V1.24.1

Note: Trailing spaces have been cleaned.

Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
Included in STM32CubeF0 FW V1.10.0

Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
Included in STM32CubeG0 FW V1.2.0

Note: Trailing spaces have been cleaned.

Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
Included in STM32CubeG0 FW V1.2.0

Note: Trailing spaces have been cleaned.

Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
Included in STM32CubeL1 FW V1.9.0

Note: Trailing spaces have been cleaned.

Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
Included in STM32CubeL1 FW V1.9.0

Note: Trailing spaces have been cleaned.

Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
@fpistm fpistm added the enhancement New feature or request label Apr 25, 2019
@fpistm fpistm added this to the 1.6.0 milestone Apr 25, 2019
@fpistm fpistm self-assigned this Apr 25, 2019
@fpistm fpistm changed the title [HAL/LL/CMSIS] Update F0, F4, G0, L1 and L4 series [HAL/LL/CMSIS] Update F0, F4, G0, L1, L4 and WB series Apr 25, 2019
fpistm added 11 commits April 25, 2019 10:20
Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
Rename HAL_I2C_Master_Sequential_Transmit_IT() to HAL_I2C_Master_Seq_Transmit_IT()
Rename HAL_I2C_Master_Sequentiel_Receive_IT() to HAL_I2C_Master_Seq_Receive_IT()
Rename HAL_I2C_Slave_Sequentiel_Transmit_IT() to HAL_I2C_Slave_Seq_Transmit_IT()
Rename HAL_I2C_Slave_Sequentiel_Receive_DMA() to HAL_I2C_Slave_Seq_Receive_DMA()

Even if HAL legacy define them. Use the correct name to avoid any
further issue.

Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
Included in STM32CubeL4 FW V1.14.0

Note: Trailing spaces have been cleaned.

Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
Included in STM32CubeL4 FW V1.14.0

Note: Trailing spaces have been cleaned.

Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
Following macro have been removed:
__HAL_USB_OTG_FS_WAKEUP_EXTI_CLEAR_FLAG
__HAL_USB_WAKEUP_EXTI_CLEAR_FLAG

Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
Included in STM32CubeWB FW V1.1.0

Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
Included in STM32CubeWB FW V1.1.0

Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
fpistm added 2 commits April 26, 2019 09:07
Included in STM32CubeH7 FW V1.4.0

Note: Trailing spaces have been cleaned.

Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
Included in STM32CubeH7 FW V1.4.0

Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
@fpistm fpistm changed the title [HAL/LL/CMSIS] Update F0, F4, G0, L1, L4 and WB series [HAL/LL/CMSIS] Update F0, F4, G0, H7, L1, L4 and WB series Apr 26, 2019
fpistm added 3 commits April 26, 2019 11:28
Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
Following macro have been removed:
  __HAL_USB_OTG_HS_WAKEUP_EXTI_CLEAR_FLAG
  __HAL_USB_OTG_HS_WAKEUP_EXTI_ENABLE_RISING_EDGE

Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
@fpistm fpistm merged commit 9e87ab0 into stm32duino:master Apr 26, 2019
@fpistm fpistm deleted the CubeFw_update branch April 26, 2019 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant