- Jan 03, 2019
-
-
Kees Bakker authored
-
MrKevinWeiss authored
Since some boards an int is 16 bits the atoi truncates values. This commit using a long instead of an int.
-
Vincent Dupont authored
-
MrKevinWeiss authored
This states iotlab boards shouldn't run these tests. This is because the i2c address of L3G4200 is the same ad the ds1307. This causes an error that thinks the test is valid when it is not.
-
- Jan 02, 2019
-
-
Alexandre Abadie authored
-
Alexandre Abadie authored
-
- Dec 20, 2018
-
-
Federico Pellegrin authored
-
Gunar Schorcht authored
-
Gunar Schorcht authored
-
Alexandre Abadie authored
* drivers/ccs811: fix types in debug messages * drivers/driver_ccs811_full: fix unused variable build error
-
Schorcht authored
-
Schorcht authored
-
- Dec 19, 2018
-
-
Martine Lenders authored
-
- Dec 18, 2018
-
-
Martine Lenders authored
-
Francisco Acosta authored
Co-authored-by:
Federico Pellegrin <fede@evolware.org>
-
Francisco Acosta authored
The tests overrides the target all to be tested by the CI. All the instructions how to use it are in README.md The test is successful if the image boots and displays information about the image and running slot. Co-authored-by:
Federico Pellegrin <fede@evolware.org>
-
- Dec 14, 2018
-
-
Alexandre Abadie authored
Otherwise it may break on nrf51 boards where the timeout can be slightly above 100. Using 105us margin seems enough
-
Alexandre Abadie authored
Otherwise it raises a timeout on slow boards. It takes around 2 minutes on nrf51 based boards (e.g microbit)
-
- Dec 13, 2018
-
-
Alexandre Abadie authored
-
Alexandre Abadie authored
On a microbit (nrf51) the autotest takes around 4 minutes to complete.
-
Alexandre Abadie authored
Otherwise the test takes too long on nrf51 based boards and fails: - 80s on a microbit for tests/pkg_micro-ecc - 120s on a microbit for tests/pkg_micro-ecc-with-hwrng
-
- Dec 11, 2018
-
-
Alexandre Abadie authored
It can takes up to 640s to complete on microbit
-
- Dec 07, 2018
-
-
Gaëtan Harter authored
This will allow testing the build system 'utils' functions.
-
Gaëtan Harter authored
Without the protection, the host system also tries to execute the tests.
-
Gaëtan Harter authored
Without the protection, the host system also tries to execute the tests.
-
Gaëtan Harter authored
If the file does not exist, because of concurrency issues, there is no error. So verify it is there for good measures.
-
- Dec 06, 2018
-
-
Martine Lenders authored
-
Martine Lenders authored
-
- Dec 05, 2018
-
-
Gaëtan Harter authored
The test randomly fails for unrelated PRs. Expecting real-time timing on native is not really possible. Maybe it could be fixed but it currently triggers many false positive.
-
Gaëtan Harter authored
The test randomly fails for unrelated PRs. Expecting real-time timing on native is not really possible. Maybe it could be fixed but it currently triggers many false positive.
-
- Dec 04, 2018
-
-
Alexandre Abadie authored
-
Alexandre Abadie authored
-
Alexandre Abadie authored
-
Alexandre Abadie authored
-
- Dec 03, 2018
-
-
Francisco Acosta authored
Unittest for riotboot_hdr submodule. If successful, it must print 4 successful tests.
-
Sebastian Meiling authored
-
Leandro Lanzieri authored
-
Koen Zandberg authored
Tests are based on the tests vectors provided in RFC 7539
-
- Dec 01, 2018
-
-
Joakim Nohlgård authored
-
- Nov 30, 2018
-
-
Sam Kumar authored
-