- Oct 20, 2021
-
-
Clemens Terasa authored
-
- May 18, 2021
-
-
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.
-
- Apr 04, 2021
-
-
Julian Dieskau authored
-
- Mar 29, 2021
-
-
Jonas Höppner authored
Option -c enables flowcontrol with rts and cts, for none RS485 mode. Option -t adds a delay after the reception of the first byte, usable to test the flowcontrol.
-
- Mar 10, 2021
-
-
Jonas Höppner authored
BCS 746-000282
-
- Mar 08, 2021
-
-
Jonas Höppner authored
Add qml implementation of bouncing ball to be used with qmlscene. Add itu background images in png format.
-
- Feb 25, 2021
-
-
Clemens Terasa authored
For the TANARO platform we need to initialize the keypad and test it. Add the corresponding scripts and Makefile hint. BCS 746-000147
-
Clemens Terasa authored
The line endings were set to DOS (carriage-return + linefeed) Set it to unix instead. With this also change the subdir variable to multi line and order it. BCS 746-000147
-
- Feb 18, 2021
-
-
Jonas Höppner authored
Uses the Packageformat from RS485 test, works with direct loopback. Don't uses additional threads, so no syncronisation problems. BCS 746-000172
-
Jonas Höppner authored
Some test are compiled into bit, so the time consuming fork process can be omitted. With -n this can be disabled now. BCS 746-000172
-
Jonas Höppner authored
rand was initialized with time(0) which led to the same data if started twice in the same wall time second. Now also taking nanoseconds into acount. BCS 746-000172
-
Jonas Höppner authored
BCS 746-000172
-
- Feb 17, 2021
-
-
Jonas Höppner authored
BCS 746-000172
-
Jonas Höppner authored
The rs485pingpong test is replaced by rs485echo test, which turns out to be more stable. BCS 746-000172
-
- Nov 30, 2020
-
-
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
-
- Nov 23, 2020
-
-
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
-
Clemens Terasa authored
The ```gettimeofday()``` function is defined in ```sys/time.h```. Thus include it. BCS 746-000125
-
- Nov 20, 2020
-
-
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.
-
- Nov 19, 2020
-
-
Jonas Höppner authored
* Add RS485 echo test for our EMC verification. * The test is more flexible than the legacy RS485 ping pong test and will always recover from transmission errors due to EMI. * The sent data includes a hard-coded 4-byte header and a 4-byte data length field, which is parsed by the receiver. The receiver always scans the received data for the header bytes in order to detect a new message. BCS 746-000125
-
- Nov 11, 2020
-
-
Jonas Höppner authored
BCS 746-000120
-
- Nov 09, 2020
-
-
Clemens Terasa authored
can: Remove the usleep See merge request garz-fricke/tools/gf-emc-test-suite!3
-
Clemens Terasa authored
The usleep did not fix the broken Microchip MCP25XXFD CAN driver. To resolve the issue we need to update the driver, thus remove the sleep.
-
Clemens Terasa authored
can: Move mutex unlock after signal. See merge request garz-fricke/tools/gf-emc-test-suite!2
-
Clemens Terasa authored
The pthread_cond_signal should be called with the mutex locked. Thus move the unlock after the signal. Add an usleep(1000) before closing the CAN socket. Some drivers have some kind of race condition sending data and closing the socket.
-
Marc-Oliver Westerburg authored
iptest assumed sizeof(unsigned long) == 4, which fails on aarch64. fixed this.
-
- Nov 04, 2020
-
-
Jonas Höppner authored
ltp-guf-test: Remove version generation as it is broken See merge request garz-fricke/tools/gf-emc-test-suite!1
-
Jonas Höppner authored
BCS 746-000110
-
- Nov 03, 2020
-
-
Jonas Höppner authored
-
- Feb 24, 2020
-
-
Tim Jaacks authored
* Our hardware supports more baud rates than the test did. Add support for baud rates above 230400. Change-Id: Ic1f0ad2244b84881ef0a8bb952d3ec27825cd569
-
- Nov 05, 2019
-
-
Norman Stetter authored
* disable spread spectrum in preparation of EMV test run Change-Id: I8906db5d5fc11cb3bbc9c74f0aabf32462ea6bff
-
- Oct 16, 2019
-
-
Norman Stetter authored
* enable bball_sdl in nallino runtest file to improve performance Change-Id: Iba9dc03d850819c7b31d715722f49b7c3dfd9bb7
-
Marc-Oliver Westerburg authored
* added calls to shutdown customer application * moved mount-call to the end to gain some time (USB-power on to successful mount takes variable amounts of time) * added call to disable screensaver Change-Id: Iacc91ee495689e2e8f2d93a31cb52cb31f9d5040 Note: This setup-script should be called on each boot before starting the @bit@ testsuite but only after the customer application has started completely (dialog to chose language is visible on screen). If the script is started before the customer app is fully started, some calls may not work, the USB-stick may fail to mount continuously, the @bit@ runtimes may increase significantly or the system may reboot automatically after some time.
-
Marc-Oliver Westerburg authored
* The @sanvito-custom@ testscript for the BELD OS still had some issues: ** Load on the 3 Ethernet and the 4 slow RS485 interfaces was too high, making the test too sensitive to scheduling variances and causing the test to break the 1s-raster. Reduced amount of data for both. ** Removed the @i2c@ test for the proximity sensor. While physically still present, it won't be used or supported anymore (only ambient light will be used) ** increased load on fast RS485 port and GPU (@bball@) because these tests still allowed higher data-rates without performance or temperature impact ** increased load on Analog-I/O test to 10 reads of 10 median-filtered samples, each, as specified by customer as application work-load (also still possible without impact on performance or temperature) Change-Id: I635cc5c3652d01d90ff7380acbcbf231b0fe6d5e
-
Marc-Oliver Westerburg authored
* the new @sanvito-custom-setup.sh@ script was accidently commited with Windows line-breaks. Fixed now. Change-Id: I5e855c26cf8ac82313155e945802cf0361e8c696
-
Marc-Oliver Westerburg authored
* added "sanvito-custom-setup.sh". This must be @source@d on each login before starting the test * added LED test steps * fixed SD-Card test Change-Id: I6c2adc905161a72df8cfa9c50d230cd119271f32
-
Marc-Oliver Westerburg authored
* (temporarily) added contents of @/etc/config/network@ for properly working ethernet tests * added @MMC_write@-test for µSD-Card Note: * LED tests are still not working * USB test is still unstable due to timing issues when enabling the port and mounting the stick Change-Id: I60db484c5119c013b1db970a646435400fcb820e
-
Marc-Oliver Westerburg authored
* @aio@ tool can now use device-names of the form ** e.g. @iio:device0/in_voltage_raw@ to specify devices relative to @/sys/bus/iio/devices/@, as before ** or e.g. @/dev/ain1/in_voltage_raw@ to specify absolute device names Change-Id: Id0e38ea614e03b3f3363209a5ce3af21c5a7fb0a
-
Marc-Oliver Westerburg authored
* added new parameters @-f@ and @-g@ to override the IIO scale values reported by the system Change-Id: I02e4bce2a4ab7a22bf9be54470890857e811ab70
-
Marc-Oliver Westerburg authored
* enabled @bball@-test again, because @bball@ is rumored to be working in the next @BELD@ OS Change-Id: Ib10f35726317b600c97563b3fc020567dfc62942
-
Marc-Oliver Westerburg authored
* changed default input-filter for @aio@ test from 20 dummy reads to 5-sample median filter Change-Id: I6081186ea624ca21a36e5f9cf46edabbb6053e24
-