|
Json descripte
Christian, The JSON parser is quite unorthodox, so it can be quite tricky to declare the descriptor. However, it's quite efficient, type-safe, and can also be used to generate JSON, so once you get th
Christian, The JSON parser is quite unorthodox, so it can be quite tricky to declare the descriptor. However, it's quite efficient, type-safe, and can also be used to generate JSON, so once you get th
|
By
Leandro Pereira
· #4800
·
|
|
Compiling mqtt_publisher example with ESP32
Zach, WiFi on the ESP32 is not supported at the moment. Short answer: There are a few technical reasons for this, and making it work will require quite a bit of plumbing. The long answer: Zephyr is cu
Zach, WiFi on the ESP32 is not supported at the moment. Short answer: There are a few technical reasons for this, and making it work will require quite a bit of plumbing. The long answer: Zephyr is cu
|
By
Leandro Pereira
· #2209
·
|
|
k_msgq_get_attrs declared 'static' but never defined???
Although you can use the "clean" target, try using "git clean -xfd" in the build directory instead of "rm". It's less prone to errors: it will only remove files not tracked by Git, and will remove eve
Although you can use the "clean" target, try using "git clean -xfd" in the build directory instead of "rm". It's less prone to errors: it will only remove files not tracked by Git, and will remove eve
|
By
Leandro Pereira
· #2159
·
|
|
Is someone using Object Tracing?
Hi -- I've always wondered if object tracing (CONFIG_OBJECT_TRACING) was actually used and what was the use case. I know it predates Zephyr being open sourced, but I was unable to find code (on GitHub
Hi -- I've always wondered if object tracing (CONFIG_OBJECT_TRACING) was actually used and what was the use case. I know it predates Zephyr being open sourced, but I was unable to find code (on GitHub
|
By
Leandro Pereira
· #1917
·
|
|
Which cloud service zephyr already supported?
Aaron, While not a cloud provider itself, there are HTTP, CoAP, LWM2M, SNTP, NATS and JSON libraries in Zephyr. Some of these are available as libraries bundled with the project, some of these are imp
Aaron, While not a cloud provider itself, there are HTTP, CoAP, LWM2M, SNTP, NATS and JSON libraries in Zephyr. Some of these are available as libraries bundled with the project, some of these are imp
|
By
Leandro Pereira
· #1777
·
|
|
Request review for re-alloc patch @k_mem_pool_alloc()
Andrew, Zhou Xin, `ret` is checked against `-EAGAIN` in the `if` statement below. The calling function has to handle this error case; it's actually part of the documented interface. However, I agree t
Andrew, Zhou Xin, `ret` is checked against `-EAGAIN` in the `if` statement below. The calling function has to handle this error case; it's actually part of the documented interface. However, I agree t
|
By
Leandro Pereira
· #1511
·
|
|
New Defects reported by Coverity Scan for Zephyr
Jammy, Running Coverity locally requires a license; the Zephyr project has a free license that's kindly offered for open source projects, so there are some limitations as to the frequency of code scan
Jammy, Running Coverity locally requires a license; the Zephyr project has a free license that's kindly offered for open source projects, so there are some limitations as to the frequency of code scan
|
By
Leandro Pereira
· #1292
·
|
|
BlueBorne vulnerability
TL;DR: Zephyr is unlikely to be vulnerable Hello -- As some of you are probably aware, a set of vulnerabilities affecting almost all Bluetooth stacks have been found. These vulnerabilities have been g
TL;DR: Zephyr is unlikely to be vulnerable Hello -- As some of you are probably aware, a set of vulnerabilities affecting almost all Bluetooth stacks have been found. These vulnerabilities have been g
|
By
Leandro Pereira
· #984
·
|
|
esp32 support in zephyr
Hello, I'm still working on the documentation, but right now you'll need both esp-idf (for headers and the HAL library) and the ESP32 toolchain as distributed by Espressif. Building with the Zephyr to
Hello, I'm still working on the documentation, but right now you'll need both esp-idf (for headers and the HAL library) and the ESP32 toolchain as distributed by Espressif. Building with the Zephyr to
|
By
Leandro Pereira
· #696
·
|
|
Move to Github completed and some issue
Andrew, This is only possible if you're a member of the organization. Right now, as far as I can tell, people are mostly contributors to the "zephyr" repository there. This is in the pipeline to be fi
Andrew, This is only possible if you're a member of the organization. Right now, as far as I can tell, people are mostly contributors to the "zephyr" repository there. This is in the pipeline to be fi
|
By
Leandro Pereira
· #511
·
|
|
Zephyr JSON API can't find missing fields in sub-objects
Marti, That's indeed a known limitation. In this case, it might be sufficient to zero out the struct hawkbit_ctl_res struct, and then just NULL-check _links.cancelAction.href or _links.deploymentBase.
Marti, That's indeed a known limitation. In this case, it might be sufficient to zero out the struct hawkbit_ctl_res struct, and then just NULL-check _links.cancelAction.href or _links.deploymentBase.
|
By
Leandro Pereira
· #510
·
|
|
RFC: BSD Socket (like) API
Paul, Right now we have memory pools, so file descriptors could be really an index to the net_context pool. Since FDs should be treated as opaque identifiers, this should continue to be fine even if t
Paul, Right now we have memory pools, so file descriptors could be really an index to the net_context pool. Since FDs should be treated as opaque identifiers, this should continue to be fine even if t
|
By
Leandro Pereira
· #300
·
|