Skip to content

Commit 543f2da

Browse files
aescolarkartben
authored andcommitted
boards/native_sim: Deprecate native_posix_compat.h
Deprecate this header which provides API compatibility with native_posix, with planned removal in v4.4. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
1 parent 659af72 commit 543f2da

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

boards/native/native_sim/native_posix_compat.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
#ifndef BOARDS_POSIX_NATIVE_SIM_NATIVE_POSIX_COMPAT_H
1616
#define BOARDS_POSIX_NATIVE_SIM_NATIVE_POSIX_COMPAT_H
1717

18+
#warning "This transitional header is now deprecated and will be removed by v4.4. "\
19+
"Use nsi_hw_scheduler.h instead."
20+
1821
#include <stdint.h>
1922
#include <zephyr/toolchain.h>
2023
#include "nsi_hw_scheduler.h"

0 commit comments

Comments
 (0)