Gaëtan Harter
Gaëtan Harter
I got the same problem a lot. Small screen and slow phone. Another solution would be to allow using cancel to get to the previous game state.
Current `picocom` configuration is made for a user and does not work for tests as it does local echo. Local echo could be disabled but it would mean disable also...
Also, there are already cases where you cannot directly say "RIOT_TERMINAL = picocom" and expect it to work. `native`, boards using Jlink and `stdio_rtt`, tests through `IOTLAB_NODE`. All these would...
To introduce it early without even being implemented, I would like to have an implementation of `make rawterm` that defaults to `term`. $(if $(RAWTERMPROG),$(RAWTERMPROG) $(RAWTERMFLAGS),$(TERMPROG) $(TERMFLAGS)) With a documentation saying...
A hardwritten sleep was added https://github.com/RIOT-OS/RIOT/blob/fcd7f2233ad132963e859a1d25266d86a46fa010/dist/tools/jlink/jlink.sh#L258 For the retry I had this https://github.com/RIOT-OS/RIOT/pull/10849 but was not using `socat` `retry` option
Thank you for your answer. I do not rely on pytest-html at my job, except myself locally, so no "need" to have it fixed. It's only the terminal output that...
@BeyondEvil Ok thank you. It's good to know for 3.6. I will provide a test and will try some fix. The minimum of having a failing test is the best...
There is indeed a limitation that https://github.com/RIOT-OS/RIOT/blob/59b4dcffed6b8f32e6fba01e262e941d7413f7ca/makefiles/docker.inc.mk currently does not map 'CCACHE_DIR' directory or exports the 'CCACHE' variable to the docker container. You can see it in the build output...
> Yupp, [according to the doc](https://docs.travis-ci.com/user/caching/#ccache-cache) the `ccache` output shoulds till go to `$HOME/.ccache`. Ok thanks for checking.
Hi, the seed I used was the following: ``` /seed [07:40:19] [Server thread/INFO]: Seed: -9025376972525664787 ```