Moving around a few items within \rtos

pull/13264/head
Ashok Rao 2020-07-09 15:57:29 +01:00
parent d4f72df0da
commit 3a1b0744ba
30 changed files with 27 additions and 27 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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)

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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 */

View File

@ -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"

View File

@ -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"

View File

@ -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" {