Commit Graph

6 Commits

Author SHA1 Message Date
Philippe Gerum c0b54070e5 build: copy tidbits only if install_all is given
Do build them unconditionally though.

Signed-off-by: Philippe Gerum <rpm@xenomai.org>
2020-05-04 15:42:36 +02:00
Philippe Gerum 1ae1076d45 build: do apply generated header dependencies
We did produce the depfiles, but no target would depend on it. Oh,
well.

Signed-off-by: Philippe Gerum <rpm@xenomai.org>
2020-03-26 10:20:16 +01:00
Philippe Gerum 8f0a6f5d7a build: install script must create target directory 2020-03-19 12:30:55 +01:00
Philippe Gerum 568e21d3da benchmarks/latmus: measure response time to GPIO events
Measure response time to GPIO events sent by a remote Zephyr-based
latency monitor (latmon). This monitor collects then sends the latency
data over a network connection to the latmus front-end which displays
the results received:

[Linux device under test running latmus]  <--+
                                             |
        ^                 | (GPIO ack)       |
        |                 |                  |  TCP/IP network connection
        |                 |                  |  (control & data samples)
        | (GPIO pulse)    v                  |
                                             |
[Zephyr-based device running latmon]      <--+

The generic latency monitor code running the measurement loop is
available from the zephyr/ directory. This support comes with a Zephyr
device tree patch for enabling this monitor on NXP's FRDM-K64F
development board.
2020-01-04 18:12:32 +01:00
Philippe Gerum 26f0ed1a4d benchmarks, utils: add verbosity to installation rule 2019-08-09 12:05:13 +02:00
Philippe Gerum d1ed4447e7 libevl: rename utils/ to benchmarks/ 2019-07-21 17:28:27 +02:00