- Mar 20, 2020
-
-
Philipp Spilger authored
Change-Id: I4b9cde62a9d46c025d41067a48790b1e3368352f
-
- Mar 19, 2020
-
-
Philipp Spilger authored
Change-Id: Ifa5a22431cf9c874992807eb96084c0dabf4e00d
-
- Mar 11, 2020
-
-
Philipp Spilger authored
* Removes name clash with std::vector Change-Id: Iea7a5b0dbaade6a6006abcf84885a6efbfb2ae71
-
- Mar 10, 2020
-
-
Change-Id: I18a986c1bf7268aef093569d06c8d393f31963e0
-
- Mar 04, 2020
-
-
Yannik Stradmann authored
Change-Id: I7c16d4a1c953d5c636b24f1814a81d8957e252c6
-
Yannik Stradmann authored
Change-Id: Idc1bd2020dd75fee00b13bdf962103e93069584e
-
Change-Id: I6cc5b650ed63abd70554f456bdf6e07b0aaa05ac
-
- Feb 26, 2020
-
-
Change-Id: I304cf14bdfeccacefaacb58bf58c3c526d21b1b5
-
- Feb 24, 2020
-
-
Change-Id: Iff725b7abfe455d476c9383aa582a62ea94449c9
-
Change-Id: I374c45fff60d38b8b5b76ee813d706f19160f2ab
-
- Feb 19, 2020
-
-
Change-Id: I900959ca46521c12ef8926b17b7b845efe1bfe99
-
- Feb 13, 2020
-
-
Depends-On: 9527 Change-Id: I0c3d1f35ffa0672ee806f47b5272de0e39e6935f
-
- Feb 04, 2020
-
-
Depends-On: 9382,9384 Change-Id: I1119611c305d63577d18b4042a7209d48cc8013d
-
- Jan 30, 2020
-
-
Yannik Stradmann authored
Depends-On: 9404 Change-Id: I1e993a395a2c9182747d0f5787d7e16a58a121c9
-
- Jan 29, 2020
-
-
Yannik Stradmann authored
Change-Id: I8424b67f02ec83219a8419c845c7ea29a09d4950
-
- Jan 28, 2020
-
-
Aron Leibfried authored
Change-Id: Iea5c9d65ff51b12d8b6f24131dc132dda654baff
-
- Jan 16, 2020
-
-
Yannik Stradmann authored
High congestion on simulation nodes might lead to longer than expected simulation times. In such cases, prematurely aborted tests lead to false CI votes and higher total verification times. Change-Id: Iba093ac15dd53626a532ee20fedd686268dbdc08
-
- Jan 14, 2020
-
-
Yannik Stradmann authored
Change-Id: Ie132e8b37cb955510122a59996c05413c3f56db1
-
- Jan 13, 2020
-
-
Yannik Stradmann authored
Change-Id: Ie6e27bd74722e931e8ffa4e9a2fdf0c245362377
-
- Dec 12, 2019
-
-
Depends-On: 8819 Change-Id: Iea4514c3bd334759648275f8a6f21096cf05760e
-
- Dec 11, 2019
-
-
Change-Id: Id23bf6129a08eb7ec28ecf0c3463c2dc0ebc70f4
-
Exit code handling is more generic than the full libnux runtime: We would like to use it within minimal assembly tests (e.g. nux-tests) without the complex runtime provided by libnux. Depends-On: 8725 Change-Id: I065428a3119c4a662c4073e5c48ad32918aab86c
-
Change-Id: Iaa5e33f3fc49715d73bdc3b3a3b7a1b40c905e6e
-
- Dec 05, 2019
-
-
Change-Id: I644511ecec8626fe3bdb833bf6bae930fd0fced9
-
* Run all HICANN-X tests with one connection and one init routine * Factor out common test logic in a hardware test helper * Enable HICANN-X tests in simulation Change-Id: I58ff4b3dbccd9ab9450858e4e195b9805e415b86
-
- Nov 15, 2019
-
-
Philipp Spilger authored
Change-Id: I3f1cb3bc08b426ca972c9259d43e5719ea042839
-
- Oct 23, 2019
-
-
Philipp Spilger authored
Change-Id: I6606ca6f60159ed877170809c4c78ec190931bc4
-
- Oct 08, 2019
-
-
Philipp Spilger authored
Depends-On: 7540,8157,7587,7955,7585 Change-Id: I3aed7d455f07995ece809192e63cb7d92f5239c1
-
- Sep 15, 2019
-
-
Philipp Spilger authored
* introduce extern "C" _start to wrap start in C++ * move libnux/*.c files to src/*.cpp * remove C-only test_empty.c * change all tests/examples to be C++ * merge libnux/time.hpp into libnux/time.h Depends-On: 7589 Change-Id: Ia1394253d4830205c4fd3fbe2ba71865b2b48ac6
-
- Aug 14, 2019
-
-
Philipp Spilger authored
Depends-On: 6247 Change-Id: Ib2025594ba40919e7ddfae2482d36573663ca3a6
-
Aron Leibfried authored
Change-Id: I6b2296ed68659feff813f60d7b14927bf2b9ef03
-
- Aug 13, 2019
-
-
Aron Leibfried authored
Change-Id: I443e61813b0eae2c50651e7744a9848cc152caea
-
- Aug 09, 2019
-
-
Aron Leibfried authored
Change-Id: I4737ecc15a1932642510d198640beb2097144c77
-
- Aug 08, 2019
-
-
Philipp Spilger authored
Change-Id: I09a1b6e1451f0a6470701ab39ac7f936a94a0738
-
- Aug 07, 2019
-
-
Change-Id: I49865b73ccfe11cee7e3594c29cc139d2196bab2
-
- Aug 04, 2019
-
-
Philipp Spilger authored
* used by gcc-8 in test_vector_cc Change-Id: I770c7118c33695e24cf4997a5f37fd45207edc91
-
- Jul 25, 2019
-
-
Philipp Spilger authored
* Beforehand, crt.s was built with without -m option, i.e. with -many instead of -mnux Change-Id: I86eaebeeaacc5dfc3c005ce4c1cce05b3f700b9f
-
- Jul 09, 2019
-
-
Yannik Stradmann authored
Change-Id: I09c05df98e0099ff30473d9033eaa195c2f9331d
-
- May 21, 2019
-
-
Depends-On:6481,6486 Change-Id: Iee59be587b6b5cf2e81f18feb593b95bf6f450a5
-
- May 02, 2019
-
-
timow authored
Change-Id: Ib9683fb67bc403a0537b9370d8aa6972b1056cd1
-