Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
PolyORB-HI-C
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
6
Issues
6
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TASTE
PolyORB-HI-C
Commits
86ac31e9
Commit
86ac31e9
authored
Jun 12, 2018
by
yoogx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Adjusts for AIR
For openaadl/ocarina#160
parent
efdf45ff
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
5 deletions
+11
-5
include/po_hi_common.h
include/po_hi_common.h
+3
-3
include/po_hi_transport.h
include/po_hi_transport.h
+8
-2
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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