|
SDK 0.12.0 Release
Hi, Latest version of the SDK can be found here: https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.12.0 NOTE: In some cases changes are required to utilize SDK 0.12.0 with Zephyr (for examp
Hi, Latest version of the SDK can be found here: https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.12.0 NOTE: In some cases changes are required to utilize SDK 0.12.0 with Zephyr (for examp
|
By Kumar Gala
·
|
|
k_sleep() and C++
I posted this (slightly modified) on slack a week ago, but didn't really get any response (on my primary problem) Hope this is better I'm mixing CPP and threads. I've made a C++ 'thread'-class wrappin
I posted this (slightly modified) on slack a week ago, but didn't really get any response (on my primary problem) Hope this is better I'm mixing CPP and threads. I've made a C++ 'thread'-class wrappin
|
By
Kim Bønderga rd
·
|
|
API meeting: agenda 2 messages
Hi all, Agenda for today. Note that this will be the last API meeting of 2020. The following one will take place in January 5th, 2021. - drivers: can: Rework can_configure API and zcan_frame - PR: htt
Hi all, Agenda for today. Note that this will be the last API meeting of 2020. The following one will take place in January 5th, 2021. - drivers: can: Rework can_configure API and zcan_frame - PR: htt
|
By Carles Cufi
·
|
|
Support for Adafruit Feather #nrf52840 Sense 3 messages
#nrf52840
Hello Zephyr team! I have a question about board support and I also need your help building an example project. 1) Does Zephyr support the board below? How would I go about using its sensors? https://
Hello Zephyr team! I have a question about board support and I also need your help building an example project. 1) Does Zephyr support the board below? How would I go about using its sensors? https://
|
By Leo
·
|
|
k_uptime_get()
#api
I need to keep track of the time elapsed since boot-up using the function k_uptime_get() but it is always returning zero (0). I am using an nRF5340PDK and Zephyr OS build v2.3.0-rc1-ncs1. The IDE used
I need to keep track of the time elapsed since boot-up using the function k_uptime_get() but it is always returning zero (0). I am using an nRF5340PDK and Zephyr OS build v2.3.0-rc1-ncs1. The IDE used
|
By mohamed.belaroussi@...
·
|
|
Using C++ in projects
Looking at https://docs.zephyrproject.org/latest/reference/kernel/other/cxx_support.html#c-support-for-applications I've been able to play around with some C++ applications, but I'm not seeing any ver
Looking at https://docs.zephyrproject.org/latest/reference/kernel/other/cxx_support.html#c-support-for-applications I've been able to play around with some C++ applications, but I'm not seeing any ver
|
By Yuval Peress
·
|
|
device_get_binding() returns NULL on all but one vl53l0x 3 messages
Hi, I am using six vl53l0x (a laser time-of-flight sensor) on two I2C busses (three each), and device_get_binding() returns NULL on all but one. The vl53l0x is special in that regard that it cannot be
Hi, I am using six vl53l0x (a laser time-of-flight sensor) on two I2C busses (three each), and device_get_binding() returns NULL on all but one. The vl53l0x is special in that regard that it cannot be
|
By Matthias Wenzel
·
|
|
contiki-ng RPL-border router in zephyr
#nrf52840
Hello, I am investigating if the implementation of contiki-ng RPL border router can be useful in zephyr. I am trying to set up the echo client example of zephyr using the overlay-802154.conf file in o
Hello, I am investigating if the implementation of contiki-ng RPL border router can be useful in zephyr. I am trying to set up the echo client example of zephyr using the overlay-802154.conf file in o
|
By Nikos Karamolegkos
·
|
|
Zephyr SDK 0.12.0-beta-3 available for testing
Hi, Latest version of the SDK can be found here: https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.12.0-beta-3 Please download and try things out and report any issues. Please report issues
Hi, Latest version of the SDK can be found here: https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.12.0-beta-3 Please download and try things out and report any issues. Please report issues
|
By Kumar Gala
·
|
|
How to implements SPI slave event handler on zephyr
#spi
Recently I am trying to use nrf52840 to implement SPI slave on zephyr In Nordic's SPIS example, it will go to spis_event_handler when an interrupt occurs In spis_event_handler, judge whether the trans
Recently I am trying to use nrf52840 to implement SPI slave on zephyr In Nordic's SPIS example, it will go to spis_event_handler when an interrupt occurs In spis_event_handler, judge whether the trans
|
By mfinmuch@...
·
|
|
Switch between network interfaces during runtime (Offloaded modem/Ethernet) 2 messages
#driver
#networking
#stm32
#ethernet
#modem
Hi Zephyr Users, I wonder how I can make my app switch between which network interface it use during runtime. My idea is to automate the if-selection depending on which of the ifs that has a internet
Hi Zephyr Users, I wonder how I can make my app switch between which network interface it use during runtime. My idea is to automate the if-selection depending on which of the ifs that has a internet
|
By John Johnson
·
|
|
API meeting: agenda 2 messages
Hi all, Agenda for today. - device: refactor declare/define macros to support device definition and reference from devicetree nodes - PR https://github.com/zephyrproject-rtos/zephyr/pull/30196 - Add A
Hi all, Agenda for today. - device: refactor declare/define macros to support device definition and reference from devicetree nodes - PR https://github.com/zephyrproject-rtos/zephyr/pull/30196 - Add A
|
By Carles Cufi
·
|
|
Network forum agenda
Hi all, There is a network forum meeting tomorrow Tue 1 Dec at 8AM PST / 17.00 CET. Currently the agenda is empty, so if there is anything network related topics you want to discuss, please let me kno
Hi all, There is a network forum meeting tomorrow Tue 1 Dec at 8AM PST / 17.00 CET. Currently the agenda is empty, so if there is anything network related topics you want to discuss, please let me kno
|
By Jukka Rissanen
·
|
|
Porting GRBL to Zephyr
Hi all I was wondering how to port some of the existing CNC suites to Zephyr and I need your opinion on this. My idea was to take only (or at least) g-code and stepper motor implementation from a proj
Hi all I was wondering how to port some of the existing CNC suites to Zephyr and I need your opinion on this. My idea was to take only (or at least) g-code and stepper motor implementation from a proj
|
By Lukasz Iwaszkiewicz
·
|
|
Make smaller binary (disable .debug_info etc)
Hi, I am trying to figure out how to make the binary for nrf52dk_nrf52832 smaller, so I tried to look at zepyr.map with AMap and I am seeing so much .debug_info, .debug_line etc stuff in .map file. I
Hi, I am trying to figure out how to make the binary for nrf52dk_nrf52832 smaller, so I tried to look at zepyr.map with AMap and I am seeing so much .debug_info, .debug_line etc stuff in .map file. I
|
By Martin Kozusky
·
|
|
Debugging Zephyr using no able to stop at specific source line after init.c 2 messages
#debugging
Hi All, I'm trying to enable Zephyr with a SoC(4-cores CPU) that not listed in the Zephyr page. Currently I'm able to step the code using the ARM Development studio and able to step (single step) unti
Hi All, I'm trying to enable Zephyr with a SoC(4-cores CPU) that not listed in the Zephyr page. Currently I'm able to step the code using the ARM Development studio and able to step (single step) unti
|
By ngbk1993@...
·
|
|
Private: Re: [Zephyr-users] Same I2C bus on different pins 5 messages
#driver
#i2c
Hi Nikolaus, I assume that your MCU allows alternative SDA/SCL configurations but not simultaneous, i.e. you can decide on which SDA/SCL pair of pins you can have I2C bus, but not on all pairs at the
Hi Nikolaus, I assume that your MCU allows alternative SDA/SCL configurations but not simultaneous, i.e. you can decide on which SDA/SCL pair of pins you can have I2C bus, but not on all pairs at the
|
By Adam Podogrocki
·
|
|
BSD Sockets and poll-triggered work items
#networking
#api
Hi, Is there currently any way to trigger a work item when a message arrives to a BSD socket (without creating a new thread)? From the documentation it looks like there are two polling methods (k_poll
Hi, Is there currently any way to trigger a work item when a message arrives to a BSD socket (without creating a new thread)? From the documentation it looks like there are two polling methods (k_poll
|
By valentin.plotkin@...
·
|
|
[Zephyr-devel] Zephyr SDK 0.12.0-beta-2 available for testing
Hello, Thanks for great works! I'm trying: zephyr-toolchain-riscv64-0.12.0-beta-2-x86_64-linux-setup.run Currently, it works fine for me. Best Regards, Katsuhiro Suzuki
Hello, Thanks for great works! I'm trying: zephyr-toolchain-riscv64-0.12.0-beta-2-x86_64-linux-setup.run Currently, it works fine for me. Best Regards, Katsuhiro Suzuki
|
By
Katsuhiro Suzuki
·
|
|
Zephyr SDK 0.12.0-beta-2 available for testing
Hi, Latest version of the SDK can be found here: https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.12.0-beta-2 Please download and try things out and report any issues. Please report issues
Hi, Latest version of the SDK can be found here: https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.12.0-beta-2 Please download and try things out and report any issues. Please report issues
|
By Kumar Gala
·
|