mirror of
https://github.com/kelvinlawson/atomthreads.git
synced 2026-07-29 02:20:05 +02:00
Put port-specific test configuration in atomport-tests.h. Rename atomuser.h to atomport.h. Non-exported port header renamed to atomport-private.h.
This commit is contained in:
@@ -33,22 +33,9 @@
|
||||
/* Include Atomthreads kernel API */
|
||||
#include "atom.h"
|
||||
|
||||
/* Prerequisite include for ATOMLOG() macro (via printf) */
|
||||
#include <stdio.h>
|
||||
/* Include port-specific test configuration */
|
||||
#include "atomport-tests.h"
|
||||
|
||||
/* Logger macro for viewing test results */
|
||||
#define ATOMLOG printf_P
|
||||
|
||||
/*
|
||||
* String location macro: for platforms which need to place strings in
|
||||
* alternative locations, e.g. on avr-gcc strings can be placed in
|
||||
* program space, saving SRAM. On most platforms this can expand to
|
||||
* empty.
|
||||
*/
|
||||
#define _STR(x) PSTR(x)
|
||||
|
||||
/* Default thread stack size (in bytes) */
|
||||
#define TEST_THREAD_STACK_SIZE 128
|
||||
|
||||
/* Default thread priority */
|
||||
#define TEST_THREAD_PRIO 16
|
||||
|
||||
@@ -31,7 +31,6 @@
|
||||
#include "atom.h"
|
||||
#include "atommutex.h"
|
||||
#include "atomtests.h"
|
||||
#include "atomuser.h"
|
||||
|
||||
|
||||
/* Test OS objects */
|
||||
|
||||
@@ -31,7 +31,6 @@
|
||||
#include "atom.h"
|
||||
#include "atommutex.h"
|
||||
#include "atomtests.h"
|
||||
#include "atomuser.h"
|
||||
|
||||
|
||||
/* Test OS objects */
|
||||
|
||||
@@ -31,7 +31,6 @@
|
||||
#include "atom.h"
|
||||
#include "atommutex.h"
|
||||
#include "atomtests.h"
|
||||
#include "atomuser.h"
|
||||
|
||||
|
||||
/* Test OS objects */
|
||||
|
||||
@@ -31,7 +31,6 @@
|
||||
#include "atom.h"
|
||||
#include "atomqueue.h"
|
||||
#include "atomtests.h"
|
||||
#include "atomuser.h"
|
||||
|
||||
|
||||
/* Test queue size */
|
||||
|
||||
@@ -31,7 +31,6 @@
|
||||
#include "atom.h"
|
||||
#include "atomqueue.h"
|
||||
#include "atomtests.h"
|
||||
#include "atomuser.h"
|
||||
|
||||
|
||||
/* Test queue size */
|
||||
|
||||
@@ -31,7 +31,6 @@
|
||||
#include "atom.h"
|
||||
#include "atomqueue.h"
|
||||
#include "atomtests.h"
|
||||
#include "atomuser.h"
|
||||
|
||||
|
||||
/* Test queue size */
|
||||
|
||||
@@ -31,7 +31,6 @@
|
||||
#include "atom.h"
|
||||
#include "atomqueue.h"
|
||||
#include "atomtests.h"
|
||||
#include "atomuser.h"
|
||||
|
||||
|
||||
/* Test queue size */
|
||||
|
||||
@@ -31,7 +31,6 @@
|
||||
#include "atom.h"
|
||||
#include "atomqueue.h"
|
||||
#include "atomtests.h"
|
||||
#include "atomuser.h"
|
||||
|
||||
|
||||
/* Number of queue entries */
|
||||
|
||||
@@ -31,7 +31,6 @@
|
||||
#include "atom.h"
|
||||
#include "atomqueue.h"
|
||||
#include "atomtests.h"
|
||||
#include "atomuser.h"
|
||||
|
||||
|
||||
/* Test queue size */
|
||||
|
||||
@@ -31,7 +31,6 @@
|
||||
#include "atom.h"
|
||||
#include "atomqueue.h"
|
||||
#include "atomtests.h"
|
||||
#include "atomuser.h"
|
||||
|
||||
|
||||
/* Test queue size */
|
||||
|
||||
@@ -31,7 +31,6 @@
|
||||
#include "atom.h"
|
||||
#include "atomsem.h"
|
||||
#include "atomtests.h"
|
||||
#include "atomuser.h"
|
||||
|
||||
|
||||
/* Test OS objects */
|
||||
|
||||
@@ -31,7 +31,6 @@
|
||||
#include "atom.h"
|
||||
#include "atomsem.h"
|
||||
#include "atomtests.h"
|
||||
#include "atomuser.h"
|
||||
|
||||
|
||||
/* Test OS objects */
|
||||
|
||||
@@ -31,7 +31,6 @@
|
||||
#include "atom.h"
|
||||
#include "atomsem.h"
|
||||
#include "atomtests.h"
|
||||
#include "atomuser.h"
|
||||
|
||||
|
||||
/* Test OS objects */
|
||||
|
||||
Reference in New Issue
Block a user