Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
PolyORB-HI-C
Commits
86ac31e9
Commit
86ac31e9
authored
Jun 12, 2018
by
yoogx
Browse files
* Adjusts for AIR
For openaadl/ocarina#160
parent
efdf45ff
Changes
2
Hide whitespace changes
Inline
Side-by-side
include/po_hi_common.h
View file @
86ac31e9
...
...
@@ -60,7 +60,7 @@
#define CONFIGURE_EXTRA_TASK_STACKS (40 * RTEMS_MINIMUM_STACK_SIZE)
#define CONFIGURE_POSIX_INIT_THREAD_STACK_SIZE (40 * RTEMS_MINIMUM_STACK_SIZE)
#define CONFIGURE_MICROSECONDS_PER_TICK
RTEMS_MILLISECONDS_TO_MICROSECONDS(2)
#define CONFIGURE_MICROSECONDS_PER_TICK
5000
/*****************************************************************************/
/* Driver Manager configuration for RTEMS 5 */
...
...
@@ -105,10 +105,10 @@
#endif
/* defined(RTEMS_DRVMGR_STARTUP) && defined(LEON3) */
void
*
POSIX_Init
(
void
);
#endif
/*GRLEON3 && RTEMS412*/
void
*
POSIX_Init
(
void
);
#include
<rtems/confdefs.h>
#if defined(RTEMS_DRVMGR_STARTUP) && defined(LEON3)
...
...
include/po_hi_transport.h
View file @
86ac31e9
...
...
@@ -5,7 +5,7 @@
*
* For more informations, please visit http://taste.tuxfamily.org/wiki
*
* Copyright (C) 2007-2009 Telecom ParisTech, 2010-201
7
ESA & ISAE.
* Copyright (C) 2007-2009 Telecom ParisTech, 2010-201
8
ESA & ISAE.
*/
#ifndef __PO_HI_TRANSPORT__
...
...
@@ -294,13 +294,19 @@ int __po_hi_transport_call_sending_func_by_port (__po_hi_task_id, __po_hi_port_t
__po_hi_transport_sending_func
__po_hi_transport_get_sending_func
(
const
__po_hi_device_id
device
);
/*
* These functions map PolyORB-HI/C ports to Xtratum (resp. AIR) ones
*/
#ifdef XM3_RTEMS_MODE
void
__po_hi_transport_xtratum_port_init
(
const
__po_hi_port_t
portno
,
int
val
);
int
__po_hi_transport_xtratum_get_port
(
const
__po_hi_port_t
portno
);
#endif
#ifdef AIR_HYPERVISOR
void
__po_hi_transport_air_port_init
(
const
__po_hi_port_t
portno
,
long
int
val
);
long
int
__po_hi_transport_air_get_port
(
const
__po_hi_port_t
portno
);
#endif
#endif
/* __PO_HI_NB_PORTS > 0 */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment