-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
02-tests/task 03 Release 2016.07 - RC1 #24
Comments
|
Not to my knowledge. It's supposed to be a reference board so most of the code should work. How it fails? |
Basically the test state its failed, which results from the if-condition for the content received in the messages does not match [1] [1] https://github.com/RIOT-OS/RIOT/blob/master/tests/msg_send_receive/main.c#L53 |
Humm... ok I'll try to reproduce. |
seems that something is messed up for the last iteration.
|
Uhm... yeah I'm having the same problem. We need to open an issue for that and try to solve it. Else at least leave the issue open for the next release and solve it asap. |
ok, I created an issue RIOT-OS/RIOT#5699 |
alright next: |
beside |
uhm... maybe it needs a special module as for floating point numbers? |
That's not floating points that's long integers ;-). Remember RIOT-OS/RIOT#1891? |
OK so it needs to load that module for samr21. Can it be done on the Makefile? |
There is no such mudule for long int at least not on the RIOT side. But we can hack something together... But since we decided yesterday to postpone this for next release I would propose to do so and do for now as we always did: ignore this kind of output for now :D |
Regarding the fail for |
Task # 03
Perform a subset of tests (!= subset from Task #02) on
samr21-xpro
node:Initializing ADT7310 sensor... [Failed]
*ifconfig
doesn't show up the ethernet device since its not attachedInitializing HIH6130 sensor at I2C_0, address 0x27... [OK] Communication error: -1
, since no HIH6130 sensor is attachedInitializing ISL29125 sensor at I2C_0... [Failed]
Initializing LIS3DH sensor... [Failed]
Initializing LSM303DLHC sensor at I2C_0... [Failed]
Initializing MPL3115A2 sensor at I2C_0... [Failed]
it
fails with all read registers are0
Testing sensor communication...[Failed]
, since no SI7021 temperature and humidity sensor is attachedInitializing TCS37727 sensor at I2C_0... [Failed]
, since its not attached265 us
difference to expected1s
min
runningdrift/jitter
max: ~170 uslist made manually by executing:
in
RIOT/tests
and removingunittests
et al. from the listThe text was updated successfully, but these errors were encountered: