uart: Change version 7.5 to 8.0 02/292802/1 accepted/tizen_8.0_unified accepted/tizen_unified accepted/tizen_unified_dev tizen tizen_8.0 accepted/tizen/8.0/unified/20231005.092817 accepted/tizen/unified/20230608.164339 accepted/tizen/unified/dev/20240620.004332 tizen_8.0_m2_release
authorTaeminYeom <taemin.yeom@samsung.com>
Mon, 15 May 2023 05:08:25 +0000 (14:08 +0900)
committerTaeminYeom <taemin.yeom@samsung.com>
Mon, 15 May 2023 05:08:25 +0000 (14:08 +0900)
Because of changing of Tizen versioning policy,
new Tizen version is 8.0, not 7.5

So, modify description in added APIs and enum as 7.5.

Change-Id: I826ab0059f68ceb077a4c9f1db2a4a46db0dc9c7
Signed-off-by: TaeminYeom <taemin.yeom@samsung.com>
include/peripheral_io.h

index 7594b8d..00c1cdf 100644 (file)
@@ -355,7 +355,7 @@ typedef enum {
        PERIPHERAL_OPEN_FLAGS_PRIVATE = 0,          /**< Exclusive access to device */
        PERIPHERAL_OPEN_FLAGS_SHARED  = 1,          /**< Shared access to device */
        PERIPHERAL_OPEN_FLAGS_NONBLOCK = 2,         /**< Nonblocking read/write flag,
-                                                       available for only uart (Since 7.5) */
+                                                       available for only uart (Since 8.0) */
 } peripheral_open_flags_e;
 
 /**
@@ -1098,7 +1098,7 @@ EXPORT_API int peripheral_uart_read(peripheral_uart_h uart, uint8_t *data, uint3
 /**
  * @platform
  * @brief Discards data queued for writing to UART slave device, but not yet transmitted.
- * @since_tizen 7.5
+ * @since_tizen 8.0
  * @privlevel platform
  * @privilege http://tizen.org/privilege/peripheralio
  *
@@ -1119,7 +1119,7 @@ EXPORT_API int peripheral_uart_flush(peripheral_uart_h uart);
 /**
  * @platform
  * @brief Waits for all data queued for UART to be transmitted.
- * @since_tizen 7.5
+ * @since_tizen 8.0
  * @privlevel platform
  * @privilege http://tizen.org/privilege/peripheralio
  *