Skip to content
Snippets Groups Projects
  1. May 09, 2022
  2. May 06, 2022
  3. May 04, 2022
  4. Apr 13, 2022
  5. Apr 12, 2022
  6. Apr 05, 2022
  7. Apr 04, 2022
  8. Apr 01, 2022
  9. Mar 31, 2022
  10. Mar 29, 2022
  11. Mar 25, 2022
  12. Mar 24, 2022
  13. Feb 23, 2022
  14. Feb 21, 2022
    • Clemens Terasa's avatar
      bball_qml: Fix Makefile race · 0df480f3
      Clemens Terasa authored
      The bbal_qml Makefile tries to copy the bball files into a bin
      directrory. However, it might not have be created before, depending on
      the execution order of the testcases. Create the bid directory in the 
      bball_qml as well if necessary.
      
      Also use the "@" Makefile notation to hide the single steps in the logs.
      0df480f3
  15. Feb 15, 2022
    • Tobias Kahlki's avatar
      ltp: Added new testcase for gpio_events · 86140aef
      Tobias Kahlki authored
      The gpio_events testcase polls the given GPIO for changes.
      It consists of a daemon and a client part. The daemon is
      started during test prepare and continously captures events.
      The client is called in each test iteration, retrieves the
      current events and evaluates the response.
      
      * New testcase for polling gpios
      * Testcase added to DualEspresso immunity/emission tests
      
      BCS 746-000685
      86140aef
    • Tobias Kahlki's avatar
      git: Added gitignore to ltp · 32afb8be
      Tobias Kahlki authored
      32afb8be
  16. Feb 03, 2022
  17. Oct 20, 2021
  18. May 18, 2021
    • Julian Dieskau's avatar
      Potential Segmentation Fault fixed · 6373eaad
      Julian Dieskau authored
      If I see it right there could be a segmentation fault if used in echo mode. When you choose echo mode the variable message wouldn't a value assigned and in the cleanup function the not allocated memory would be free'ed.
      6373eaad
  19. Apr 04, 2021
  20. Mar 29, 2021
  21. Mar 10, 2021
  22. Mar 08, 2021
  23. Feb 25, 2021
  24. Feb 18, 2021
  25. Feb 17, 2021
  26. Nov 30, 2020
    • Clemens Terasa's avatar
      serial: Add barrier to synchronize · 109f3a66
      Clemens Terasa authored
      Add a pthread barrier to synchronize the Rx/Tx threads and remove the
      Tx pipe as it becomes useless.
      
      This fixes the issue when the serial test is run inside bit.
      
      BCS 746-000147
      109f3a66
  27. Nov 23, 2020
    • Clemens Terasa's avatar
      iptest: Add TCP echo client support · a4ecc2e2
      Clemens Terasa authored
      Add the possibility to use a TCP connection for the echo client.
      The code is well prepared for this and you simply need to activate
      the correct parameter parsing and connect the socket to the server.
      
      Additionally to activating the TCP connection we have to wait for the
      whole package to arrive.
      
      As a refactoring step sue a simple division instead of a conditional
      shift to get a loop boundary.
      
      BCS 746-000127
      a4ecc2e2
    • Clemens Terasa's avatar
      rs485echo: Fix compile error by adding include · aaf8b149
      Clemens Terasa authored
      The ```gettimeofday()``` function is defined in ```sys/time.h```. Thus
      include it.
      
      BCS 746-000125
      aaf8b149
  28. Nov 20, 2020
    • Clemens Terasa's avatar
      serial: Rewrite to use select() · d8a0193f
      Clemens Terasa authored
      For concurrency and synchronization issues we need a new approach.
      The select() function and additional pipes should be sufficient to
      timeout and synchronize the TX source and Rx sink thread.
      d8a0193f
Loading