lib: update libmetal to release v2022.04.0

Origin:
        https://github.com/OpenAMP/libmetal

commit:
        2371f615bb0f7968e7bd2483301a9ab9d957bec9

Status:
	merge libmetal new version after removing useless dirs.

Release Description:
	https://github.com/OpenAMP/libmetal/releases/tag/v2022.04.0

Signed-off-by: Carlo Caione <ccaione@baylibre.com>
This commit is contained in:
Carlo Caione 2022-04-29 11:08:15 +02:00 committed by Carlo Caione
parent c6efe091df
commit 850a3c3fd5
7 changed files with 2 additions and 12 deletions

2
README
View File

@ -27,7 +27,7 @@ URL:
https://github.com/OpenAMP/libmetal
commit:
695d29ba60a5c4946bb16d2378955fa8bad8bead
2371f615bb0f7968e7bd2483301a9ab9d957bec9
Maintained-by:
External

View File

@ -1,3 +1,3 @@
VERSION_MAJOR = 1
VERSION_MINOR = 1
VERSION_MINOR = 2
VERSION_PATCH = 0

View File

@ -31,8 +31,6 @@ static inline int __metal_sleep_usec(unsigned int usec)
return 0;
}
/** @} */
#ifdef __cplusplus
}
#endif

View File

@ -29,8 +29,6 @@ static inline int __metal_sleep_usec(unsigned int usec)
return 0;
}
/** @} */
#ifdef __cplusplus
}
#endif

View File

@ -27,8 +27,6 @@ static inline int __metal_sleep_usec(unsigned int usec)
return usleep(usec);
}
/** @} */
#ifdef __cplusplus
}
#endif

View File

@ -27,8 +27,6 @@ static inline int __metal_sleep_usec(unsigned int usec)
return nxsig_usleep(usec);
}
/** @} */
#ifdef __cplusplus
}
#endif

View File

@ -28,8 +28,6 @@ static inline int __metal_sleep_usec(unsigned int usec)
return 0;
}
/** @} */
#ifdef __cplusplus
}
#endif