Hudson Ayers
Hudson Ayers
Turns out the UDP failure was just that I was missing a jumper, and I found a fix for the other failure. So no remaining problems that I have found...
Per the discussion on the last core call, I wanted to organize release testing. Now that I have all of the tests I can run on my Imix passing, we...
With https://github.com/tock/tock/pull/3152, all Imix tests now pass.
# nrf52dk * All Boards * [x] `examples/sensors` * [x] `examples/c_hello` and `examples/tests/printf_long` * [x] `examples/tests/console_recv_short` and `examples/tests/console_recv_long` Only individually - as expected * [x] `examples/blink` * [x] `examples/rot_client` and...
# Nano 33 BLE - Tests - [x] `examples/sensors` - sense_to_console: Application that samples a sensor and outputs values to console - [x] `examples/ble_advertising` - Should a device named "TockOS"...
# nRF52840dk - Tests - [x] `examples/sensors` 26 deg C - [x] `examples/services/ble-env-sense` and `examples/services/ble-env-sense/test-with-sensors` Fails with `BLE ERROR Code = 16385`, expected because no nRF51 serialization driver is present...
It looks like the LLVM bug was fixed on October 16, but its not clear to me when Rust will update to a new enough version of LLVM to include...
Now that rust nightly is on LLVM 12, I think that updating to a newer nightly will fix this.
Using nightly 2021-03-15, disassembling with `arm-none-eabi-objdump -D -S imix.elf` successfully shows tock source code inline with the assembly. Using a nightly from before Rust upgraded to LLVM 12, that was...
The warnings originally cited as justification for this issue still show up in CI (https://github.com/tock/tock/runs/2203324015). On one hand, the .elf files do point back to actual source (if you run...