|
[RFC] Zephyr IoT Protocols
What about lib/comms or lib/net ?
What about lib/comms or lib/net ?
|
By
Kumar Gala
· #2800
·
|
|
Zephyr sdks builds in jenkins?
Are there continuous builds of the SDK in jenkins? Not seeing anything and was hoping to grab a “nightly” snapshot out of there. - k
Are there continuous builds of the SDK in jenkins? Not seeing anything and was hoping to grab a “nightly” snapshot out of there. - k
|
By
Kumar Gala
· #2937
·
|
|
Structure for external libraries, HAL
Shouldn’t all of ext/ be excluded from checkpatch? Seems like ext/lib will have same issues. - k
Shouldn’t all of ext/ be excluded from checkpatch? Seems like ext/lib will have same issues. - k
|
By
Kumar Gala
· #2978
·
|
|
Structure for external libraries, HAL
We should probably document rules on import in ext/README. Mostly around documenting to origins of the code import (i.e., what should be in a commit message, what meta file that documents the source o
We should probably document rules on import in ext/README. Mostly around documenting to origins of the code import (i.e., what should be in a commit message, what meta file that documents the source o
|
By
Kumar Gala
· #2979
·
|
|
CMSIS, ksdk and nrf52 integration
Why do we need this change if we intend to point the include path to be cmsis/Include. I don’t think we should be changing this. It should get hidden by something like: subdir-ccflags-$(CONFIG_CMSIS)
Why do we need this change if we intend to point the include path to be cmsis/Include. I don’t think we should be changing this. It should get hidden by something like: subdir-ccflags-$(CONFIG_CMSIS)
|
By
Kumar Gala
· #3005
·
|
|
whitespace Kconfig cleanup patch
Anas, I’ve got a patch that cleans up all the whitespace issues is the Kconfig files. Think we should try and merge this sooner than later, to reduce propagation of this issue going forward. I think b
Anas, I’ve got a patch that cleans up all the whitespace issues is the Kconfig files. Think we should try and merge this sooner than later, to reduce propagation of this issue going forward. I think b
|
By
Kumar Gala
· #3009
·
|
|
RFC: Unified kernel
I think this should really just be posted on the list. We are taking gerrit too far for an RFC of this nature. - k
I think this should really just be posted on the list. We are taking gerrit too far for an RFC of this nature. - k
|
By
Kumar Gala
· #3028
·
|
|
Trying Clang builds
This appears to be taken directly from the Linux Kernel makefile, any idea why that was added over there? What all is in CLANG_FLAGS? Guessing this might be best added in scripts/Makefile.toolchain.cl
This appears to be taken directly from the Linux Kernel makefile, any idea why that was added over there? What all is in CLANG_FLAGS? Guessing this might be best added in scripts/Makefile.toolchain.cl
|
By
Kumar Gala
· #3063
·
|
|
fstat vs _fstat implementation in newlib/libc-hooks.c
Anas, Do you know why the fstat and _fstat implementations are slightly different in lib/libc/newlib/libc-hooks.c. Specifically why fstat() sets buf->st_blksize = 0? int fstat(int fd, struct stat *buf
Anas, Do you know why the fstat and _fstat implementations are slightly different in lib/libc/newlib/libc-hooks.c. Specifically why fstat() sets buf->st_blksize = 0? int fstat(int fd, struct stat *buf
|
By
Kumar Gala
· #3073
·
|
|
fstat vs _fstat implementation in newlib/libc-hooks.c
Great, sent a patch series that does that and fixes up the newlib support to deal with other toolchains better. - k
Great, sent a patch series that does that and fixes up the newlib support to deal with other toolchains better. - k
|
By
Kumar Gala
· #3077
·
|
|
intent for KBUILD_ZEPHYR_APP?
KBUILD_ZEPHYR_APP isn’t documented anywhere so wondering what’s it intent was and how it differs from SOURCE_DIR? - k
KBUILD_ZEPHYR_APP isn’t documented anywhere so wondering what’s it intent was and how it differs from SOURCE_DIR? - k
|
By
Kumar Gala
· #3100
·
|
|
intent for KBUILD_ZEPHYR_APP?
Not sure I get exactly what the point of KBUILD_ZEPHYR_APP based on the github you pointed at. Are we ok with removing it for now, maybe enter a new Jira ticket with the details of what functionality
Not sure I get exactly what the point of KBUILD_ZEPHYR_APP based on the github you pointed at. Are we ok with removing it for now, maybe enter a new Jira ticket with the details of what functionality
|
By
Kumar Gala
· #3103
·
|
|
Zephyr SDK question
I was wondering who was best to ask about the toolchains in the Zephyr SDK. One question I had was what is the history behind the following patch in meta-zephyr-sdk: recipes-devtools/gcc/files/0042-ar
I was wondering who was best to ask about the toolchains in the Zephyr SDK. One question I had was what is the history behind the following patch in meta-zephyr-sdk: recipes-devtools/gcc/files/0042-ar
|
By
Kumar Gala
· #3165
·
|
|
[RFC] Provide a generic interface for getting the SOC ID and version
I think the application of this API needs to be much clearer. What use cases are their from the application side? - k
I think the application of this API needs to be much clearer. What use cases are their from the application side? - k
|
By
Kumar Gala
· #3248
·
|
|
[RFC] Provide a generic interface for getting the SOC ID and version
I still don’t see the point of this API at all. In the ZEP it mentions using for entropy source or for MAC address creation. I don’t think this ID is a good choice for either purpose. I still don’t se
I still don’t see the point of this API at all. In the ZEP it mentions using for entropy source or for MAC address creation. I don’t think this ID is a good choice for either purpose. I still don’t se
|
By
Kumar Gala
· #3266
·
|
|
[RFC] Provide a generic interface for getting the SOC ID and version
When you say unique target identity, how unique are you meaning. The sense I got was this API would give me the same value for two different instances of the same board (HW, SoC, assuming same rev’s o
When you say unique target identity, how unique are you meaning. The sense I got was this API would give me the same value for two different instances of the same board (HW, SoC, assuming same rev’s o
|
By
Kumar Gala
· #3273
·
|
|
[RFC] Provide a generic interface for getting the SOC ID and version
The use case you specify of picking SOC-version-specific code at run-time should be using features and not an ID for determining such things. This goes directly to Tixy’s email thread which I agree wi
The use case you specify of picking SOC-version-specific code at run-time should be using features and not an ID for determining such things. This goes directly to Tixy’s email thread which I agree wi
|
By
Kumar Gala
· #3313
·
|
|
[RFC] Provide a generic interface for getting the SOC ID and version
If what you are talking about is really for errata than I think we should solve that specific problem. I think a combination of a consistent #define naming and usage convention: #define CONFIG_ERRATUM
If what you are talking about is really for errata than I think we should solve that specific problem. I think a combination of a consistent #define naming and usage convention: #define CONFIG_ERRATUM
|
By
Kumar Gala
· #3323
·
|
|
deprecation policy
Was it expected that the interface was for kernel code only? If so, I think its fair game to remove. If this was intended for some application code, we should probably come up with with a documented p
Was it expected that the interface was for kernel code only? If so, I think its fair game to remove. If this was intended for some application code, we should probably come up with with a documented p
|
By
Kumar Gala
· #3332
·
|
|
SDK version used in CI?
What version of the SDK are we using in CI? - k
What version of the SDK are we using in CI? - k
|
By
Kumar Gala
· #3337
·
|