From 7435ac81de2ebe5b312b2435795c4c027d6add75 Mon Sep 17 00:00:00 2001 From: Paul Selkirk Date: Wed, 8 Apr 2015 16:38:45 -0400 Subject: Add EIM HAL. The eim and i2c support are copied from core/platform/novena. In future, we should maybe build a library there, and link it here. --- tests/test_trng.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test_trng.py b/tests/test_trng.py index 5207eda..1a2177d 100644 --- a/tests/test_trng.py +++ b/tests/test_trng.py @@ -44,5 +44,5 @@ if not have_i2c: print print "[I2C device not found, so testing software only, no hardware cores tested]" -for i in xrange(100): +for i in xrange(10): generate_key(i) -- cgit v1.2.3