comparison packages/kernel/current/include/pkgconf/kernel.h @ 34:29bc183297e1 ecos-sw-1999-09-02

Merge from eCos master repository on 1999-09-02-16:26:10-BST
author jlarmour
date Thu, 02 Sep 1999 16:11:22 +0000
parents ece80412419a
children 7a6ac9edc838
comparison
equal deleted inserted replaced
33:7a567ebab069 34:29bc183297e1
533 requires CYGVAR_KERNEL_COUNTERS_CLOCK 533 requires CYGVAR_KERNEL_COUNTERS_CLOCK
534 description " 534 description "
535 Measure the interrupt latency as seen by the real-time clock 535 Measure the interrupt latency as seen by the real-time clock
536 timer interrupt. This requires hardware support, defined by 536 timer interrupt. This requires hardware support, defined by
537 the HAL_CLOCK_LATENCY() macro." 537 the HAL_CLOCK_LATENCY() macro."
538 doc ref/ecos-ref/counters-clocks-and-alarms.html 538 doc ref/ecos-ref/counters-clocks-and-alarms.html
539 }
540
541 cdl_option CYGVAR_KERNEL_COUNTERS_CLOCK_DSR_LATENCY {
542 display "Measure real-time [clock] DSR latency"
543 parent CYGPKG_KERNEL_COUNTERS
544 requires CYGVAR_KERNEL_COUNTERS_CLOCK
545 requires CYGVAR_KERNEL_COUNTERS_CLOCK_LATENCY
546 description "
547 Measure the DSR latency as seen by the real-time clock
548 timer interrupt. This requires hardware support, defined by
549 the HAL_CLOCK_LATENCY() macro."
550 doc ref/ecos-ref/counters-clocks-and-alarms.html
539 } 551 }
540 552
541 }}CFG_DATA */ 553 }}CFG_DATA */
542 554
543 #define CYGVAR_KERNEL_COUNTERS_CLOCK 555 #define CYGVAR_KERNEL_COUNTERS_CLOCK
548 #define CYGIMP_KERNEL_COUNTERS_SINGLE_LIST 560 #define CYGIMP_KERNEL_COUNTERS_SINGLE_LIST
549 #undef CYGIMP_KERNEL_COUNTERS_MULTI_LIST 561 #undef CYGIMP_KERNEL_COUNTERS_MULTI_LIST
550 #define CYGNUM_KERNEL_COUNTERS_MULTI_LIST_SIZE 8 562 #define CYGNUM_KERNEL_COUNTERS_MULTI_LIST_SIZE 8
551 #undef CYGIMP_KERNEL_COUNTERS_SORT_LIST 563 #undef CYGIMP_KERNEL_COUNTERS_SORT_LIST
552 #undef CYGVAR_KERNEL_COUNTERS_CLOCK_LATENCY 564 #undef CYGVAR_KERNEL_COUNTERS_CLOCK_LATENCY
565 #undef CYGVAR_KERNEL_COUNTERS_CLOCK_DSR_LATENCY
553 566
554 /* --------------------------------------------------------------------- 567 /* ---------------------------------------------------------------------
555 * Thread-related options 568 * Thread-related options
556 {{CFG_DATA 569 {{CFG_DATA
557 570