|
Re: std::map where type of key is struct
#std
Hi all again,
To fix this issue I only had to add CONFIG_LIB_CPLUSPLUS=y to my prj.conf file.
Thanks pabigot !
Leo
Hi all again,
To fix this issue I only had to add CONFIG_LIB_CPLUSPLUS=y to my prj.conf file.
Thanks pabigot !
Leo
|
By
Leo
·
#1971
·
|
|
std::map where type of key is struct
#std
Hello all,
I am trying to create an std::map where type of key is struct and I provide my own comparator.
The code compiles/executes correctly with g++ (click on links below) outside of the Zephyr
Hello all,
I am trying to create an std::map where type of key is struct and I provide my own comparator.
The code compiles/executes correctly with g++ (click on links below) outside of the Zephyr
|
By
Leo
·
#1970
·
|
|
Release Readiness meeting today
Hi all,
The release readiness meeting today will take place as planned, just using Webex instead of Zoom:
*******************************
NOTE: We will be using Webex for this meeting instead of
Hi all,
The release readiness meeting today will take place as planned, just using Webex instead of Zoom:
*******************************
NOTE: We will be using Webex for this meeting instead of
|
By
Carles Cufi
·
#1969
·
|
|
Re: #mqtt Failed to obtain RX buffer
#mqtt
#api
Hi Erik,
you are running out of RX network buffers. Try to increase the value of
CONFIG_NET_BUF_RX_COUNT
and optionally
CONFIG_NET_PKT_RX_COUNT
options.
Cheers,
Jukka
Hi Erik,
you are running out of RX network buffers. Try to increase the value of
CONFIG_NET_BUF_RX_COUNT
and optionally
CONFIG_NET_PKT_RX_COUNT
options.
Cheers,
Jukka
|
By
Jukka Rissanen
·
#1968
·
|
|
API meeting cancelled today
Hi all,
I have cancelled the API meeting today due to my lack of availability today. To my knowledge, we did not have any pressing matters to discuss, but as always please let me know or add the
Hi all,
I have cancelled the API meeting today due to my lack of availability today. To my knowledge, we did not have any pressing matters to discuss, but as always please let me know or add the
|
By
Carles Cufi
·
#1967
·
|
|
#mqtt Failed to obtain RX buffer
#mqtt
#api
Hi,
I'm implementing mqtt on an nucleo stm32 board (stm32f767zi). The communication from the broker seemed to work OK at first, however when stressing the communication a bit the next error appears
Hi,
I'm implementing mqtt on an nucleo stm32 board (stm32f767zi). The communication from the broker seemed to work OK at first, however when stressing the communication a bit the next error appears
|
By
erik.samyn@...
·
#1966
·
|
|
Re: #api
#api
Mostly for the same sorts of reasons that poll() in Linux can't wait on a POSIX condition variable or futex.
The zsock_poll() implementation is designed to work the way it works on existing Berkley
Mostly for the same sorts of reasons that poll() in Linux can't wait on a POSIX condition variable or futex.
The zsock_poll() implementation is designed to work the way it works on existing Berkley
|
By
Andy Ross
·
#1965
·
|
|
#api
#api
Hello, I am new to Zephyr. I have a need to write code that runs on both RTOS and linux. It is structured as an event loop that can monitor sockets, local queues and timers for Linux. When looking at
Hello, I am new to Zephyr. I have a need to write code that runs on both RTOS and linux. It is structured as an event loop that can monitor sockets, local queues and timers for Linux. When looking at
|
By
r.gokool@...
·
#1964
·
|
|
Build size of bluetooth and ip stack
#bluetooth
#nrf51822
Hi,
i am trying to build the bluetooth/ipsp/ example for the nrf51, but the build fails because the SRAM overflows (50kB usage with 32kB available on the nRF51). Also, the Flash usage is 98%. I
Hi,
i am trying to build the bluetooth/ipsp/ example for the nrf51, but the build fails because the SRAM overflows (50kB usage with 32kB available on the nRF51). Also, the Flash usage is 98%. I
|
By
mdl.mailme@...
·
#1963
·
|
|
Re: getting started with ssd1306 shield
Hi Trevor,
What is the error reported ?
Erwan
Hi Trevor,
What is the error reported ?
Erwan
|
By
Erwan Gouriou
·
#1962
·
|
|
getting started with ssd1306 shield
I'm new to zephyr and I'm trying to get a 128x32 SSD1306 display working with a stm32 black pill and I'm having trouble.
My prj.conf has CONFIG_DISPLAY=y
My CMakeLists.txt has set(SHIELD
I'm new to zephyr and I'm trying to get a 128x32 SSD1306 display working with a stm32 black pill and I'm having trouble.
My prj.conf has CONFIG_DISPLAY=y
My CMakeLists.txt has set(SHIELD
|
By
Trevor Clarke
·
#1961
·
|
|
Re: API meeting: agenda
Two additional items:
- DAC API proposal
- PR: https://github.com/zephyrproject-rtos/zephyr/pull/21805
- Auth API location
- Issue: https://github.com/zephyrproject-rtos/zephyr/issues/23465
Two additional items:
- DAC API proposal
- PR: https://github.com/zephyrproject-rtos/zephyr/pull/21805
- Auth API location
- Issue: https://github.com/zephyrproject-rtos/zephyr/issues/23465
|
By
Carles Cufi
·
#1960
·
|
|
MCP2515 Interrupt
#can
Hello everybody, this is my first post.
I have a problem with the drivers/can/can_mcp2515.c interrupt configuration/the mcp2515 driver implementation.
I would like to send a can message with the
Hello everybody, this is my first post.
I have a problem with the drivers/can/can_mcp2515.c interrupt configuration/the mcp2515 driver implementation.
I would like to send a can message with the
|
By
turboaffe@...
·
#1959
·
|
|
NFC Support
#nxp
#i2c
#nvs
Hello guys,
I would like to implement an application with NFC tag reader via NXP PN532 or other NFC controllers, which communicates with board via I2C, is there any suggestion or sample to follow how
Hello guys,
I would like to implement an application with NFC tag reader via NXP PN532 or other NFC controllers, which communicates with board via I2C, is there any suggestion or sample to follow how
|
By
nanjunneo@...
·
#1958
·
|
|
API meeting: agenda
Hi all,
Tomorrow's topics:
- Proposal to unify the "forever" timeout constant across subsystems that take milliseconds as an input parameter
- PR:
Hi all,
Tomorrow's topics:
- Proposal to unify the "forever" timeout constant across subsystems that take milliseconds as an input parameter
- PR:
|
By
Carles Cufi
·
#1957
·
|
|
Re: issues with devicetree in 2.2
"Trevor Clarke via lists.zephyrproject.org"
<pythonpimp=gmail.com@...> writes:
In the zephyr master branch, it would be
"Trevor Clarke via lists.zephyrproject.org"
<pythonpimp=gmail.com@...> writes:
In the zephyr master branch, it would be
|
By
Bolivar, Marti
·
#1956
·
|
|
issues with devicetree in 2.2
'm using Zephyr 2.2 for stm32 through platformio. I'm trying to use the newer device tree API to configure hardware through an overlay.
I've got an overlay with:
&usart3 { current-speed = <31250>;
'm using Zephyr 2.2 for stm32 through platformio. I'm trying to use the newer device tree API to configure hardware through an overlay.
I've got an overlay with:
&usart3 { current-speed = <31250>;
|
By
Trevor Clarke
·
#1955
·
|
|
HWINFO API clarification
There were two recent issues (#23444, #24103) that identified a byte ordering issue with the hwinfo API. A PR (#24203) has been submitted to clarify the hwinfo API identifier data structure. This
There were two recent issues (#23444, #24103) that identified a byte ordering issue with the hwinfo API. A PR (#24203) has been submitted to clarify the hwinfo API identifier data structure. This
|
By
Steven Slupsky <sslupsky@...>
·
#1954
·
|
|
Zephyr networking testing in LAVA, was: Re: Network forum agenda
Hello,
On Mon, 6 Apr 2020 21:44:27 +0300
"Paul Sokolovsky via lists.zephyrproject.org"
<paul.sokolovsky=linaro.org@...> wrote:
[]
I appreciate being able to present my work
Hello,
On Mon, 6 Apr 2020 21:44:27 +0300
"Paul Sokolovsky via lists.zephyrproject.org"
<paul.sokolovsky=linaro.org@...> wrote:
[]
I appreciate being able to present my work
|
By
Paul Sokolovsky
·
#1953
·
|
|
API meeting cancelled today
Hi all,
Due to several people being away and needing a bit more time to discuss some of the items offline I am cancelling this week's API meeting.
Next week the meeting will take place as
Hi all,
Due to several people being away and needing a bit more time to discuss some of the items offline I am cancelling this week's API meeting.
Next week the meeting will take place as
|
By
Carles Cufi
·
#1952
·
|