|
RFC: Stopping Zephyr networking from being painful by enabling error logging by default
Hello Piotr,
By
Paul Sokolovsky
· #1016
·
|
|
RFC: Stopping Zephyr networking from being painful by enabling error logging by default
"Nashif, Anas" <anas.nashif@...> wrote: Well, just as you tried to present the issues in the net stack from the different sides, just the same I try to present an extended perspective of the iss
"Nashif, Anas" <anas.nashif@...> wrote: Well, just as you tried to present the issues in the net stack from the different sides, just the same I try to present an extended perspective of the iss
|
By
Paul Sokolovsky
· #1012
·
|
|
RFC: Stopping Zephyr networking from being painful by enabling error logging by default
Tomasz Bursztyka <tomasz.bursztyka@...> wrote: [] Right, I had the same idea, mentioned in the other mails. [] I posted https://github.com/zephyrproject-rtos/zephyr/pull/1507 showing how t
Tomasz Bursztyka <tomasz.bursztyka@...> wrote: [] Right, I had the same idea, mentioned in the other mails. [] I posted https://github.com/zephyrproject-rtos/zephyr/pull/1507 showing how t
|
By
Paul Sokolovsky
· #1011
·
|
|
RFC: Stopping Zephyr networking from being painful by enabling error logging by default
Hello Anas, "Nashif, Anas" <anas.nashif@...> wrote: We can approach it from another side. Let me present some cases I faced (some of them based on other users' feedback), and you'll try to guess
Hello Anas, "Nashif, Anas" <anas.nashif@...> wrote: We can approach it from another side. Let me present some cases I faced (some of them based on other users' feedback), and you'll try to guess
|
By
Paul Sokolovsky
· #1009
·
|
|
RFC: Stopping Zephyr networking from being painful by enabling error logging by default
Jukka Rissanen <jukka.rissanen@...> wrote: It's that there're too many options, and need for a particular option or an effect of some option is hard to anticipate, and if one didn't, an ap
Jukka Rissanen <jukka.rissanen@...> wrote: It's that there're too many options, and need for a particular option or an effect of some option is hard to anticipate, and if one didn't, an ap
|
By
Paul Sokolovsky
· #997
·
|
|
RFC: Stopping Zephyr networking from being painful by enabling error logging by default
Hello Andrew, "Boie, Andrew P" <andrew.p.boie@...> wrote: Thanks for support. I'm not much familiar with logging in other susbystems, so wanted to start with a humble, pilot proposal first, thou
Hello Andrew, "Boie, Andrew P" <andrew.p.boie@...> wrote: Thanks for support. I'm not much familiar with logging in other susbystems, so wanted to start with a humble, pilot proposal first, thou
|
By
Paul Sokolovsky
· #996
·
|
|
RFC: Stopping Zephyr networking from being painful by enabling error logging by default
Hello, I more the once mentioned the issue that Zephyr IP networking is very hard to configure. It almost impossible to configure a slightly-above-trivial app from scratch: something won't work with i
Hello, I more the once mentioned the issue that Zephyr IP networking is very hard to configure. It almost impossible to configure a slightly-above-trivial app from scratch: something won't work with i
|
By
Paul Sokolovsky
· #988
·
|
|
how to conditionally link a static library in Zephyr?
Hello, "Li, Jun R" <jun.r.li@...> wrote: Well, that's not specific enough. It's not enough to define a config option "in a Kconfig file somewhere" for it to be actually available in Zephyr build
Hello, "Li, Jun R" <jun.r.li@...> wrote: Well, that's not specific enough. It's not enough to define a config option "in a Kconfig file somewhere" for it to be actually available in Zephyr build
|
By
Paul Sokolovsky
· #916
·
|
|
Remove/change fs_truncate() API
Hello, Andrzej Kaczmarek <andrzej.kaczmarek@...> wrote: ENOTSUP is your friend (except Linux thinks it should be EPERM, see below). POSIX has it: http://pubs.opengroup.org/onlinepubs/7908799/x
Hello, Andrzej Kaczmarek <andrzej.kaczmarek@...> wrote: ENOTSUP is your friend (except Linux thinks it should be EPERM, see below). POSIX has it: http://pubs.opengroup.org/onlinepubs/7908799/x
|
By
Paul Sokolovsky
· #914
·
|
|
bitfields
Hello,
By
Paul Sokolovsky
· #875
·
|
|
Direct flash access from filesystem
Hello Andrzej, Andrzej Kaczmarek <andrzej.kaczmarek@...> wrote: Well, NFFS is a *flash* filesystem, it's expected that it would require more specific underlying device type than a generic FS l
Hello Andrzej, Andrzej Kaczmarek <andrzej.kaczmarek@...> wrote: Well, NFFS is a *flash* filesystem, it's expected that it would require more specific underlying device type than a generic FS l
|
By
Paul Sokolovsky
· #833
·
|
|
Nucleo f030r8 fails at QEMU Cortex M3 test
Hello Maciej, Maciej Dębski <maciej.debski@...> wrote: *All* tests fail sooner or later, with or without a reason. (As Murphy would add, non-tests fail sooner or later too.) If you're sure it's
Hello Maciej, Maciej Dębski <maciej.debski@...> wrote: *All* tests fail sooner or later, with or without a reason. (As Murphy would add, non-tests fail sooner or later too.) If you're sure it's
|
By
Paul Sokolovsky
· #823
·
|
|
Quadrature decoder driver
Hello Jonas, Jonas Pfaff <jonas.pfaff@...> wrote: I'd think the good approach is to fit it into an existing subsystem instead of creating new entities. So indeed, a sensor subsystem seems like a
Hello Jonas, Jonas Pfaff <jonas.pfaff@...> wrote: I'd think the good approach is to fit it into an existing subsystem instead of creating new entities. So indeed, a sensor subsystem seems like a
|
By
Paul Sokolovsky
· #791
·
|
|
Development Environment Setup on Linux — Zephyr Project Documentation
Hello, David Brown <david.brown@...> wrote: I recently hit a case when I needed to run Zephyr SDK on 32-bit system and of course, it was a rather unpleasant surprise to remember that I can't. I
Hello, David Brown <david.brown@...> wrote: I recently hit a case when I needed to run Zephyr SDK on 32-bit system and of course, it was a rather unpleasant surprise to remember that I can't. I
|
By
Paul Sokolovsky
· #745
·
|
|
What happened to github issue tracker?
Hello Andrew, "Boie, Andrew P" <andrew.p.boie@...> wrote: It would be interesting to ask someone who posted a first bug on Github why they did that. But I'd imagine the answer would be "The proj
Hello Andrew, "Boie, Andrew P" <andrew.p.boie@...> wrote: It would be interesting to ask someone who posted a first bug on Github why they did that. But I'd imagine the answer would be "The proj
|
By
Paul Sokolovsky
· #738
·
|
|
Development is hard if you can't trust your compiler (aka gcc6 did it again)
Hello Daniel, Daniel Thompson <daniel.thompson@...> wrote: Heh, removing all I wrote in the unsent version of this reply, indeed, it's my bug. It's the "for" played bad trick on me, seeing its
Hello Daniel, Daniel Thompson <daniel.thompson@...> wrote: Heh, removing all I wrote in the unsent version of this reply, indeed, it's my bug. It's the "for" played bad trick on me, seeing its
|
By
Paul Sokolovsky
· #736
·
|
|
Development is hard if you can't trust your compiler (aka gcc6 did it again)
Hello, Previously, there already were examples of the compiler fanciness: https://lists.zephyrproject.org/pipermail/zephyr-devel/2017-March/007426.html Here's another one, which is a pure bug. Given c
Hello, Previously, there already were examples of the compiler fanciness: https://lists.zephyrproject.org/pipermail/zephyr-devel/2017-March/007426.html Here's another one, which is a pure bug. Given c
|
By
Paul Sokolovsky
· #733
·
|
|
What happened to github issue tracker?
Hello, Some people started to use Github's project issue tracker at https://github.com/zephyrproject-rtos/zephyr to file routine issues (*not* epics or user stories) - for example, regression reports
Hello, Some people started to use Github's project issue tracker at https://github.com/zephyrproject-rtos/zephyr to file routine issues (*not* epics or user stories) - for example, regression reports
|
By
Paul Sokolovsky
· #732
·
|
|
GitHub workflow issue: Dismissing your own review
Hello Yannis, Yannis Damigos <giannis.damigos@...> wrote: [] Thanks for confirming this. I by now also submitted a Github report, it borders on a bug that a review author can't dismiss their own
Hello Yannis, Yannis Damigos <giannis.damigos@...> wrote: [] Thanks for confirming this. I by now also submitted a Github report, it borders on a bug that a review author can't dismiss their own
|
By
Paul Sokolovsky
· #725
·
|
|
GitHub workflow issue: Dismissing your own review
Hello, I spotted a following issue: if I gave negative ("change requested") review (or just the same, positive review), I don't seem to be able to change it back to "no review". For example, if I look
Hello, I spotted a following issue: if I gave negative ("change requested") review (or just the same, positive review), I don't seem to be able to change it back to "no review". For example, if I look
|
By
Paul Sokolovsky
· #723
·
|