tests: optimize xtimer drift for size#6662
Conversation
- remove descriptive puts messages, and use LOG_DEBUG/INFO - rational: fits into 2k RAM now, and works on arduino duemilanove
7846d25 to
ae5ee83
Compare
|
If you optimize for size, maybe have a look if |
|
@miri64 it wasn't in the first place: without this PR it wouldn't fit onto a arduino-duemilanove thats why I started this 😉 From the specs it should work with the blacklisted nucleos ( |
|
Besides: I think its better to have a README for tests, anyway - while the test apps in itself should be small without unnecessary bloat. |
You don't need it: assuming the board provider configured the linker correctly, just running the linker (i.e. run |
I agree. Just want to keep the build tests up to date ;-) |
|
@miri64 the nucleos still don't fit. At least not with the current board/cpu configuration, i.e., the problem is that even those small mem nucleos share common config from I created an issue see #6669. |
|
ping! |
the test description was inlined with
puts, which caused unnecessary blown up memory sizes.This PR moves most of the text into a separate README. With this improvements the test works on arduino duemilanove with 2K RAM.