Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/system/freertos/alloc.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

#ifndef __METAL_ALLOC__H__
#error "Include metal/alloc.h instead of metal/freertos/alloc.h"
#error "Do not include this file directly, include <metal/alloc.h> instead"
#endif

#ifndef __METAL_FREERTOS_ALLOC__H__
Expand Down
2 changes: 1 addition & 1 deletion lib/system/freertos/assert.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

#ifndef __METAL_ASSERT__H__
#error "Include metal/assert.h instead of metal/freertos/assert.h"
#error "Do not include this file directly, include <metal/assert.h> instead"
#endif

#ifndef __METAL_FREERTOS_ASSERT__H__
Expand Down
2 changes: 1 addition & 1 deletion lib/system/freertos/cache.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

#ifndef __METAL_CACHE__H__
#error "Include metal/cache.h instead of metal/freertos/cache.h"
#error "Do not include this file directly, include <metal/cache.h> instead"
#endif

#ifndef __METAL_FREERTOS_CACHE__H__
Expand Down
2 changes: 1 addition & 1 deletion lib/system/freertos/condition.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

#ifndef __METAL_CONDITION__H__
#error "Include metal/condition.h instead of metal/freertos/condition.h"
#error "Do not include this file directly, include <metal/condition.h> instead"
#endif

#ifndef __METAL_FREERTOS_CONDITION__H__
Expand Down
2 changes: 1 addition & 1 deletion lib/system/freertos/io.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

#ifndef __METAL_IO__H__
#error "Include metal/io.h instead of metal/freertos/io.h"
#error "Do not include this file directly, include <metal/io.h> instead"
#endif

#ifndef __METAL_FREEROTS_IO__H__
Expand Down
2 changes: 1 addition & 1 deletion lib/system/freertos/mutex.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

#ifndef __METAL_MUTEX__H__
#error "Include metal/mutex.h instead of metal/freertos/mutex.h"
#error "Do not include this file directly, include <metal/mutex.h> instead"
#endif

#ifndef __METAL_FREERTOS_MUTEX__H__
Expand Down
2 changes: 1 addition & 1 deletion lib/system/freertos/sleep.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

#ifndef __METAL_SLEEP__H__
#error "Include metal/sleep.h instead of metal/freertos/sleep.h"
#error "Do not include this file directly, include <metal/sleep.h> instead"
#endif

#ifndef __METAL_FREERTOS_SLEEP__H__
Expand Down
2 changes: 1 addition & 1 deletion lib/system/freertos/sys.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/

#ifndef __METAL_SYS__H__
#error "Include metal/sys.h instead of metal/freertos/sys.h"
#error "Do not include this file directly, include <metal/sys.h> instead"
#endif

#ifndef __METAL_FREERTOS_SYS__H__
Expand Down
2 changes: 1 addition & 1 deletion lib/system/generic/alloc.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

#ifndef __METAL_ALLOC__H__
#error "Include metal/alloc.h instead of metal/generic/alloc.h"
#error "Do not include this file directly, include <metal/alloc.h> instead"
#endif

#ifndef __METAL_GENERIC_ALLOC__H__
Expand Down
2 changes: 1 addition & 1 deletion lib/system/generic/assert.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

#ifndef __METAL_ASSERT__H__
#error "Include metal/assert.h instead of metal/generic/assert.h"
#error "Do not include this file directly, include <metal/assert.h> instead"
#endif

#ifndef __METAL_GENERIC_ASSERT__H__
Expand Down
2 changes: 1 addition & 1 deletion lib/system/generic/cache.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

#ifndef __METAL_CACHE__H__
#error "Include metal/cache.h instead of metal/generic/cache.h"
#error "Do not include this file directly, include <metal/cache.h> instead"
#endif

#ifndef __METAL_GENERIC_CACHE__H__
Expand Down
2 changes: 1 addition & 1 deletion lib/system/generic/condition.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

#ifndef __METAL_CONDITION__H__
#error "Include metal/condition.h instead of metal/generic/condition.h"
#error "Do not include this file directly, include <metal/condition.h> instead"
#endif

#ifndef __METAL_GENERIC_CONDITION__H__
Expand Down
2 changes: 1 addition & 1 deletion lib/system/generic/io.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

#ifndef __METAL_IO__H__
#error "Include metal/io.h instead of metal/generic/io.h"
#error "Do not include this file directly, include <metal/io.h> instead"
#endif

#ifndef __METAL_GENERIC_IO__H__
Expand Down
2 changes: 1 addition & 1 deletion lib/system/generic/mutex.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

#ifndef __METAL_MUTEX__H__
#error "Include metal/mutex.h instead of metal/generic/mutex.h"
#error "Do not include this file directly, include <metal/mutex.h> instead"
#endif

#ifndef __METAL_GENERIC_MUTEX__H__
Expand Down
2 changes: 1 addition & 1 deletion lib/system/generic/sleep.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

#ifndef __METAL_SLEEP__H__
#error "Include metal/sleep.h instead of metal/generic/sleep.h"
#error "Do not include this file directly, include <metal/sleep.h> instead"
#endif

#ifndef __METAL_GENERIC_SLEEP__H__
Expand Down
2 changes: 1 addition & 1 deletion lib/system/generic/sys.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

#ifndef __METAL_SYS__H__
#error "Include metal/sys.h instead of metal/generic/sys.h"
#error "Do not include this file directly, include <metal/sys.h> instead"
#endif

#ifndef __METAL_GENERIC_SYS__H__
Expand Down
2 changes: 1 addition & 1 deletion lib/system/linux/alloc.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

#ifndef __METAL_ALLOC__H__
#error "Include metal/alloc.h instead of metal/linux/alloc.h"
#error "Do not include this file directly, include <metal/alloc.h> instead"
#endif

#ifndef __METAL_LINUX_ALLOC__H__
Expand Down
2 changes: 1 addition & 1 deletion lib/system/linux/assert.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

#ifndef __METAL_ASSERT__H__
#error "Include metal/assert.h instead of metal/linux/assert.h"
#error "Do not include this file directly, include <metal/assert.h> instead"
#endif

#ifndef __METAL_LINUX_ASSERT__H__
Expand Down
2 changes: 1 addition & 1 deletion lib/system/linux/cache.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

#ifndef __METAL_CACHE__H__
#error "Include metal/cache.h instead of metal/linux/cache.h"
#error "Do not include this file directly, include <metal/cache.h> instead"
#endif

#ifndef __METAL_LINUX_CACHE__H__
Expand Down
2 changes: 1 addition & 1 deletion lib/system/linux/condition.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

#ifndef __METAL_CONDITION__H__
#error "Include metal/condition.h instead of metal/linux/condition.h"
#error "Do not include this file directly, include <metal/condition.h> instead"
#endif

#ifndef __METAL_LINUX_CONDITION__H__
Expand Down
2 changes: 1 addition & 1 deletion lib/system/linux/io.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

#ifndef __METAL_IO__H__
#error "Include metal/io.h instead of metal/linux/io.h"
#error "Do not include this file directly, include <metal/io.h> instead"
#endif

#ifndef __METAL_LINUX_IO__H__
Expand Down
2 changes: 1 addition & 1 deletion lib/system/linux/irq.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

#ifndef __METAL_IRQ__H__
#error "Include metal/irq.h instead of metal/linux/irq.h"
#error "Do not include this file directly, include <metal/irq.h> instead"
#endif

#ifndef __METAL_LINUX_IRQ__H__
Expand Down
2 changes: 1 addition & 1 deletion lib/system/linux/mutex.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

#ifndef __METAL_MUTEX__H__
#error "Include metal/mutex.h instead of metal/linux/mutex.h"
#error "Do not include this file directly, include <metal/mutex.h> instead"
#endif

#ifndef __METAL_LINUX_MUTEX__H__
Expand Down
2 changes: 1 addition & 1 deletion lib/system/linux/sleep.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

#ifndef __METAL_SLEEP__H__
#error "Include metal/sleep.h instead of metal/linux/sleep.h"
#error "Do not include this file directly, include <metal/sleep.h> instead"
#endif

#ifndef __METAL_LINUX_SLEEP__H__
Expand Down
2 changes: 1 addition & 1 deletion lib/system/linux/sys.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

#ifndef __METAL_SYS__H__
#error "Include metal/sys.h instead of metal/linux/sys.h"
#error "Do not include this file directly, include <metal/sys.h> instead"
#endif

#ifndef __METAL_LINUX_SYS__H__
Expand Down
2 changes: 1 addition & 1 deletion lib/system/nuttx/alloc.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

#ifndef __METAL_ALLOC__H__
#error "Include metal/alloc.h instead of metal/nuttx/alloc.h"
#error "Do not include this file directly, include <metal/alloc.h> instead"
#endif

#ifndef __METAL_NUTTX_ALLOC__H__
Expand Down
2 changes: 1 addition & 1 deletion lib/system/nuttx/assert.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

#ifndef __METAL_ASSERT__H__
#error "Include metal/assert.h instead of metal/nuttx/assert.h"
#error "Do not include this file directly, include <metal/assert.h> instead"
#endif

#ifndef __METAL_NUTTX_ASSERT__H__
Expand Down
2 changes: 1 addition & 1 deletion lib/system/nuttx/cache.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

#ifndef __METAL_CACHE__H__
#error "Include metal/cache.h instead of metal/nuttx/cache.h"
#error "Do not include this file directly, include <metal/cache.h> instead"
#endif

#ifndef __METAL_NUTTX_CACHE__H__
Expand Down
2 changes: 1 addition & 1 deletion lib/system/nuttx/condition.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

#ifndef __METAL_CONDITION__H__
#error "Include metal/condition.h instead of metal/nuttx/condition.h"
#error "Do not include this file directly, include <metal/condition.h> instead"
#endif

#ifndef __METAL_NUTTX_CONDITION__H__
Expand Down
2 changes: 1 addition & 1 deletion lib/system/nuttx/io.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

#ifndef __METAL_IO__H__
#error "Include metal/io.h instead of metal/nuttx/io.h"
#error "Do not include this file directly, include <metal/io.h> instead"
#endif

#ifndef __METAL_NUTTX_IO__H__
Expand Down
2 changes: 1 addition & 1 deletion lib/system/nuttx/irq.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

#ifndef __METAL_IRQ__H__
#error "Include metal/irq.h instead of metal/nuttx/irq.h"
#error "Do not include this file directly, include <metal/irq.h> instead"
#endif

#ifndef __METAL_NUTTX_IRQ__H__
Expand Down
2 changes: 1 addition & 1 deletion lib/system/nuttx/mutex.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

#ifndef __METAL_MUTEX__H__
#error "Include metal/mutex.h instead of metal/nuttx/mutex.h"
#error "Do not include this file directly, include <metal/mutex.h> instead"
#endif

#ifndef __METAL_NUTTX_MUTEX__H__
Expand Down
2 changes: 1 addition & 1 deletion lib/system/nuttx/sleep.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

#ifndef __METAL_SLEEP__H__
#error "Include metal/sleep.h instead of metal/nuttx/sleep.h"
#error "Do not include this file directly, include <metal/sleep.h> instead"
#endif

#ifndef __METAL_NUTTX_SLEEP__H__
Expand Down
2 changes: 1 addition & 1 deletion lib/system/nuttx/sys.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

#ifndef __METAL_SYS__H__
#error "Include metal/sys.h instead of metal/nuttx/sys.h"
#error "Do not include this file directly, include <metal/sys.h> instead"
#endif

#ifndef __METAL_NUTTX_SYS__H__
Expand Down
2 changes: 1 addition & 1 deletion lib/system/zephyr/alloc.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

#ifndef __METAL_ALLOC__H__
#error "Include metal/alloc.h instead of metal/zephyr/alloc.h"
#error "Do not include this file directly, include <metal/alloc.h> instead"
#endif

#ifndef __METAL_ZEPHYR_ALLOC__H__
Expand Down
2 changes: 1 addition & 1 deletion lib/system/zephyr/assert.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

#ifndef __METAL_ASSERT__H__
#error "Include metal/assert.h instead of metal/zephyr/assert.h"
#error "Do not include this file directly, include <metal/assert.h> instead"
#endif

#ifndef __METAL_ZEPHYR_ASSERT__H__
Expand Down
2 changes: 1 addition & 1 deletion lib/system/zephyr/cache.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

#ifndef __METAL_CACHE__H__
#error "Include metal/cache.h instead of metal/zephyr/cache.h"
#error "Do not include this file directly, include <metal/cache.h> instead"
#endif

#ifndef __METAL_ZEPHYR_CACHE__H__
Expand Down
2 changes: 1 addition & 1 deletion lib/system/zephyr/condition.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

#ifndef __METAL_CONDITION__H__
#error "Include metal/condition.h instead of metal/generic/condition.h"
#error "Do not include this file directly, include <metal/condition.h> instead"
#endif

#ifndef __METAL_ZEPHYR_CONDITION__H__
Expand Down
2 changes: 1 addition & 1 deletion lib/system/zephyr/io.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

#ifndef __METAL_IO__H__
#error "Include metal/io.h instead of metal/zephyr/io.h"
#error "Do not include this file directly, include <metal/io.h> instead"
#endif

#ifndef __METAL_ZEPHYR_IO__H__
Expand Down
2 changes: 1 addition & 1 deletion lib/system/zephyr/log.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

#ifndef __METAL_METAL_LOG__H__
#error "Include metal/log.h instead of metal/zephyr/log.h"
#error "Do not include this file directly, include <metal/log.h> instead"
#endif

#ifndef __METAL_ZEPHYR_LOG__H__
Expand Down
2 changes: 1 addition & 1 deletion lib/system/zephyr/mutex.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

#ifndef __METAL_MUTEX__H__
#error "Include metal/mutex.h instead of metal/zephyr/mutex.h"
#error "Do not include this file directly, include <metal/mutex.h> instead"
#endif

#ifndef __METAL_ZEPHYR_MUTEX__H__
Expand Down
2 changes: 1 addition & 1 deletion lib/system/zephyr/sleep.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

#ifndef __METAL_SLEEP__H__
#error "Include metal/sleep.h instead of metal/zephyr/sleep.h"
#error "Do not include this file directly, include <metal/sleep.h> instead"
#endif

#ifndef __METAL_ZEPHYR_SLEEP__H__
Expand Down
2 changes: 1 addition & 1 deletion lib/system/zephyr/sys.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

#ifndef __METAL_SYS__H__
#error "Include metal/sys.h instead of metal/zephyr/sys.h"
#error "Do not include this file directly, include <metal/sys.h> instead"
#endif

#ifndef __METAL_ZEPHYR_SYS__H__
Expand Down
Loading