Skip to content

Commit 4cc1d81

Browse files
[MCUX-85958] Fixed flexcomm usart version
Signed-off-by: Michal Chromec <michal.chromec@nxp.com>
1 parent 132cb92 commit 4cc1d81

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

drivers/flexcomm/usart/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if(CONFIG_MCUX_COMPONENT_driver.flexcomm_usart_dma)
1212
endif()
1313

1414
if(CONFIG_MCUX_COMPONENT_driver.flexcomm_usart)
15-
mcux_component_version(2.8.6)
15+
mcux_component_version(2.9.0)
1616

1717
mcux_add_source(SOURCES fsl_usart.h fsl_usart.c)
1818

drivers/flexcomm/usart/doxygen/ChangeLog_usart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# USART
22

3-
## [2.8.6]
3+
## [2.9.0]
44

55
- New Features
66
- Added support for RS-485 (configuration of OESEL, OEPOL, OETA in CFG register).

drivers/flexcomm/usart/fsl_usart.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
/*! @name Driver version */
2323
/*! @{ */
2424
/*! @brief USART driver version. */
25-
#define FSL_USART_DRIVER_VERSION (MAKE_VERSION(2, 8, 6))
25+
#define FSL_USART_DRIVER_VERSION (MAKE_VERSION(2, 9, 0))
2626
/*! @} */
2727

2828
#define USART_FIFOTRIG_TXLVL_GET(base) (((base)->FIFOTRIG & USART_FIFOTRIG_TXLVL_MASK) >> USART_FIFOTRIG_TXLVL_SHIFT)

0 commit comments

Comments
 (0)