mirror of https://github.com/ARMmbed/mbed-os.git
Moving around a few items within \rtos
parent
d4f72df0da
commit
3a1b0744ba
|
@ -25,7 +25,7 @@
|
|||
|
||||
#include <stdint.h>
|
||||
#include <utility>
|
||||
#include "rtos/mbed_rtos_types.h"
|
||||
#include "rtos/internal/mbed_rtos_types.h"
|
||||
#include "rtos/Mutex.h"
|
||||
#include "rtos/Semaphore.h"
|
||||
#include "rtos/Kernel.h"
|
|
@ -26,9 +26,9 @@
|
|||
#include <cstddef>
|
||||
#include <stdint.h>
|
||||
#include "rtos/Kernel.h"
|
||||
#include "rtos/mbed_rtos_types.h"
|
||||
#include "rtos/mbed_rtos1_types.h"
|
||||
#include "rtos/mbed_rtos_storage.h"
|
||||
#include "rtos/internal/mbed_rtos_types.h"
|
||||
#include "rtos/internal/mbed_rtos1_types.h"
|
||||
#include "rtos/internal/mbed_rtos_storage.h"
|
||||
|
||||
#include "platform/NonCopyable.h"
|
||||
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
#include <stdint.h>
|
||||
#include <chrono>
|
||||
#include "rtos/mbed_rtos_types.h"
|
||||
#include "rtos/internal/mbed_rtos_types.h"
|
||||
#include "platform/mbed_toolchain.h"
|
||||
#if !MBED_CONF_RTOS_PRESENT
|
||||
#include "platform/source/mbed_os_timer.h"
|
|
@ -28,9 +28,9 @@
|
|||
|
||||
#include "rtos/Queue.h"
|
||||
#include "rtos/MemoryPool.h"
|
||||
#include "rtos/mbed_rtos_types.h"
|
||||
#include "rtos/mbed_rtos_storage.h"
|
||||
#include "rtos/mbed_rtos1_types.h"
|
||||
#include "rtos/internal/mbed_rtos_types.h"
|
||||
#include "rtos/internal/mbed_rtos_storage.h"
|
||||
#include "rtos/internal/mbed_rtos1_types.h"
|
||||
|
||||
#include "platform/mbed_toolchain.h"
|
||||
#include "platform/mbed_assert.h"
|
|
@ -26,12 +26,12 @@
|
|||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "rtos/mbed_rtos_types.h"
|
||||
#include "rtos/mbed_rtos1_types.h"
|
||||
#include "rtos/mbed_rtos_storage.h"
|
||||
#include "rtos/internal/mbed_rtos_types.h"
|
||||
#include "rtos/internal/mbed_rtos1_types.h"
|
||||
#include "rtos/internal/mbed_rtos_storage.h"
|
||||
#include "platform/NonCopyable.h"
|
||||
#include "platform/mbed_assert.h"
|
||||
#include "Kernel.h"
|
||||
#include "rtos/Kernel.h"
|
||||
|
||||
|
||||
#if MBED_CONF_RTOS_PRESENT || defined(DOXYGEN_ONLY)
|
|
@ -24,9 +24,9 @@
|
|||
#define MUTEX_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include "rtos/mbed_rtos_types.h"
|
||||
#include "rtos/mbed_rtos1_types.h"
|
||||
#include "rtos/mbed_rtos_storage.h"
|
||||
#include "rtos/internal/mbed_rtos_types.h"
|
||||
#include "rtos/internal/mbed_rtos1_types.h"
|
||||
#include "rtos/internal/mbed_rtos_storage.h"
|
||||
#include "rtos/Kernel.h"
|
||||
|
||||
#include "platform/NonCopyable.h"
|
|
@ -23,9 +23,9 @@
|
|||
#ifndef QUEUE_H
|
||||
#define QUEUE_H
|
||||
|
||||
#include "rtos/mbed_rtos_types.h"
|
||||
#include "rtos/mbed_rtos1_types.h"
|
||||
#include "rtos/mbed_rtos_storage.h"
|
||||
#include "rtos/internal/mbed_rtos_types.h"
|
||||
#include "rtos/internal/mbed_rtos1_types.h"
|
||||
#include "rtos/internal/mbed_rtos_storage.h"
|
||||
#include "rtos/Kernel.h"
|
||||
#include "platform/mbed_error.h"
|
||||
#include "platform/NonCopyable.h"
|
|
@ -25,9 +25,9 @@
|
|||
|
||||
#include <stdint.h>
|
||||
#include <chrono>
|
||||
#include "rtos/mbed_rtos_types.h"
|
||||
#include "rtos/mbed_rtos1_types.h"
|
||||
#include "rtos/mbed_rtos_storage.h"
|
||||
#include "rtos/internal/mbed_rtos_types.h"
|
||||
#include "rtos/internal/mbed_rtos1_types.h"
|
||||
#include "rtos/internal/mbed_rtos_storage.h"
|
||||
#include "rtos/Kernel.h"
|
||||
#include "platform/mbed_toolchain.h"
|
||||
#include "platform/NonCopyable.h"
|
|
@ -26,7 +26,7 @@
|
|||
#include <stdint.h>
|
||||
#include "platform/mbed_toolchain.h"
|
||||
#include "rtos/Kernel.h"
|
||||
#include "rtos/mbed_rtos_types.h"
|
||||
#include "rtos/internal/mbed_rtos_types.h"
|
||||
|
||||
namespace rtos {
|
||||
/** \addtogroup rtos-public-api */
|
|
@ -24,9 +24,9 @@
|
|||
#define THREAD_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include "rtos/mbed_rtos_types.h"
|
||||
#include "rtos/mbed_rtos1_types.h"
|
||||
#include "rtos/mbed_rtos_storage.h"
|
||||
#include "rtos/internal/mbed_rtos_types.h"
|
||||
#include "rtos/internal/mbed_rtos1_types.h"
|
||||
#include "rtos/internal/mbed_rtos_storage.h"
|
||||
#include "platform/Callback.h"
|
||||
#include "platform/mbed_toolchain.h"
|
||||
#include "platform/NonCopyable.h"
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef RTOS_H
|
||||
#define RTOS_H
|
||||
|
||||
#include "rtos/mbed_rtos_storage.h"
|
||||
#include "rtos/internal/mbed_rtos_storage.h"
|
||||
#include "rtos/Kernel.h"
|
||||
#include "rtos/Thread.h"
|
||||
#include "rtos/ThisThread.h"
|
|
@ -23,7 +23,7 @@
|
|||
#ifndef RTOS_HANDLERS_H
|
||||
#define RTOS_HANDLERS_H
|
||||
|
||||
#include "rtos/mbed_rtos_types.h"
|
||||
#include "rtos/internal/mbed_rtos_types.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
Loading…
Reference in New Issue