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
85f8a696
Commit
85f8a696
authored
Jun 12, 2018
by
yoogx
Browse files
* CONFIGURE_MICROSECONDS_PER_TICK has different values for RTEMS and AIR
For openaadl/ocarina#160
parent
86ac31e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/po_hi_common.h
View file @
85f8a696
...
...
@@ -60,7 +60,11 @@
#define CONFIGURE_EXTRA_TASK_STACKS (40 * RTEMS_MINIMUM_STACK_SIZE)
#define CONFIGURE_POSIX_INIT_THREAD_STACK_SIZE (40 * RTEMS_MINIMUM_STACK_SIZE)
#if defined (AIR_HYPERVISOR)
#define CONFIGURE_MICROSECONDS_PER_TICK 5000
#else
#define CONFIGURE_MICROSECONDS_PER_TICK RTEMS_MILLISECONDS_TO_MICROSECONDS(2)
#endif
/*****************************************************************************/
/* Driver Manager configuration for RTEMS 5 */
...
...
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