benpicco

Results 395 comments of benpicco

Please rebase - you can drop the ESP8266 changes now.

I think this PR is a bit odd. The root problem is that `stdio_write()` returns anything at all. If this was solved by calling `stdio_write()` in a loop, the stdio...

stdio in RIOT is just a debug tool. It should be reasonably reliable, but still kept as simple as possible. I don't think we need anything on top of that...

In the current form, this PR will cause regressions when stdio is used from ISR.

Do you have a packet capture of what RIOT is requesting there?

Are all the changes from this PR now merged or is there still something left?

@miri64 have your comments been addressed?

The changes to the example Makefile still apply :wink: Why not just use the example app from `tests/drivers/w5100` and change w5100 -> w5500?

Oh sorry for forgetting to update the Readme. The idea is that boards now will define what filesystems they have on their MTD devies and that they will be mounted...

@leandrolanzieri do you have an idea how to solve the Kconfig issue?