|
#west 4 messages
#west
Hello, I want or create a docker image for Zephyr, I have a script that has west init / West Update west zephyr export ..........and the next steps. While the previous steps are in Dockerfile. when i
Hello, I want or create a docker image for Zephyr, I have a script that has west init / West Update west zephyr export ..........and the next steps. While the previous steps are in Dockerfile. when i
|
By ahmed.balata@...
·
|
|
West v0.7.3 released
Hello, I'm announcing the release of west v0.7.3. https://pypi.org/project/west/0.7.3/ https://github.com/zephyrproject-rtos/west/tree/v0.7.3 To upgrade: Ubuntu: pip3 install --user west==0.7.3 Window
Hello, I'm announcing the release of west v0.7.3. https://pypi.org/project/west/0.7.3/ https://github.com/zephyrproject-rtos/west/tree/v0.7.3 To upgrade: Ubuntu: pip3 install --user west==0.7.3 Window
|
By Bolivar, Marti
·
|
|
RFC: removing eeprom_slave as driver in Zephyr
The eeprom_slave driver accessed under CONFIG_I2C_EEPROM_SLAVE implements the I2C follower (slave) driver API. This device isn't an actual hardware driver: it's a virtual EEPROM that stores data in an
The eeprom_slave driver accessed under CONFIG_I2C_EEPROM_SLAVE implements the I2C follower (slave) driver API. This device isn't an actual hardware driver: it's a virtual EEPROM that stores data in an
|
By Peter A. Bigot
·
|
|
API meeting: agenda
Hi all, Sorry for the late agenda. Topics for today: - RFC: downgrade i2c eeprom_slave driver to sample - Issue: https://github.com/zephyrproject-rtos/zephyr/issues/27303 - Add regulator driver infras
Hi all, Sorry for the late agenda. Topics for today: - RFC: downgrade i2c eeprom_slave driver to sample - Issue: https://github.com/zephyrproject-rtos/zephyr/issues/27303 - Add regulator driver infras
|
By Carles Cufi
·
|
|
[solved] Re: SMP Server Sample: Fails to upload over BLE 2 messages
Thanks to the support of Nick, I was able to trace it down to an issue in the MCUmgr on the PC side. There is now an open bug report for this: https://github.com/apache/mynewt-mcumgr-cli/issues/15
Thanks to the support of Nick, I was able to trace it down to an issue in the MCUmgr on the PC side. There is now an open bug report for this: https://github.com/apache/mynewt-mcumgr-cli/issues/15
|
By George Ruinelli
·
|
|
Network forum agenda
Hi all, There is a network forum meeting today 4 Aug at 8AM PDT / 17.00 CET. Agenda: - Making the new TCP stack the default. See https://github.com/zephyrproject-rtos/zephyr/pull/27208 for details. -
Hi all, There is a network forum meeting today 4 Aug at 8AM PDT / 17.00 CET. Agenda: - Making the new TCP stack the default. See https://github.com/zephyrproject-rtos/zephyr/pull/27208 for details. -
|
By Jukka Rissanen
·
|
|
SMP Server Sample: Fails to upload over BLE
Hi all I am trying to get the "SMP Server Sample" (https://docs.zephyrproject.org/latest/samples/subsys/mgmt/mcumgr/smp_svr/README.html) working. I have a nrf52840dongle_nrf52840 and successfully inst
Hi all I am trying to get the "SMP Server Sample" (https://docs.zephyrproject.org/latest/samples/subsys/mgmt/mcumgr/smp_svr/README.html) working. I have a nrf52840dongle_nrf52840 and successfully inst
|
By George Ruinelli
·
|
|
Getting to blinky with an ESP32 board 2 messages
I am trying out Zephyr following the "Getting Started" guide: https://docs.zephyrproject.org/latest/getting_started/index.html#build-the-blinky-sample I've installed the toolchain and I am trying to g
I am trying out Zephyr following the "Getting Started" guide: https://docs.zephyrproject.org/latest/getting_started/index.html#build-the-blinky-sample I've installed the toolchain and I am trying to g
|
By
don.haig@...
·
|
|
API meeting: agenda
Hi all, Today's topics: - Device: Normalize DMA, IPM and UART callbacks signatures including the caller's device pointer (should be quick, PRs are already approved and email sent to the mailing lists)
Hi all, Today's topics: - Device: Normalize DMA, IPM and UART callbacks signatures including the caller's device pointer (should be quick, PRs are already approved and email sent to the mailing lists)
|
By Carles Cufi
·
|
|
ODP: Reading data from LSM6DS33 , I2C
Thank you ๐ Thanks to your advice I opened this file but I still get error while writing to this file ๐Do you have any idea why? I will be very grateful for any help๐ Od: Lawrence King <lawrence.king@
Thank you ๐ Thanks to your advice I opened this file but I still get error while writing to this file ๐Do you have any idea why? I will be very grateful for any help๐ Od: Lawrence King <lawrence.king@
|
By
Edyta Bosacka
·
|
|
Sending data to .csv file 2 messages
Hi ๐ I want to write some data to .csv file. I took an example : \zephyrproject\zephyr\samples\subsys\fs\fat_fs and I added these to my code: In main: Os_x, os_y, os_z - these are variables I wanna ha
Hi ๐ I want to write some data to .csv file. I took an example : \zephyrproject\zephyr\samples\subsys\fs\fat_fs and I added these to my code: In main: Os_x, os_y, os_z - these are variables I wanna ha
|
By
Edyta Bosacka
·
|
|
embed data files 3 messages
Dear Experts, I am new to zephyr and working with nRF9160dk related development. For testing some functionalities, I thought to include some 'raw resource binary data file' in the code as in the linux
Dear Experts, I am new to zephyr and working with nRF9160dk related development. For testing some functionalities, I thought to include some 'raw resource binary data file' in the code as in the linux
|
By adpauly@...
·
|
|
SAME70 Xplained failed to build with ethernet networking 11 messages
I bought a new SAME70 Xplained board last week and pulled down the latest from Master. Sample projects work as long as networking is not involved. Network projects compiled and run but debugging showe
I bought a new SAME70 Xplained board last week and pulled down the latest from Master. Sample projects work as long as networking is not involved. Network projects compiled and run but debugging showe
|
By Sam Wong
·
|
|
Reading data from LSM6DS33 , I2C 5 messages
I am trying to get Who I am data from accelerometer LSM6DS33, but I cannot receive them. I' m getting this error: I2C transfer errorI am: 0. What can be the reason of this? #define LSM6DS33_XG_WHO_AM_
I am trying to get Who I am data from accelerometer LSM6DS33, but I cannot receive them. I' m getting this error: I2C transfer errorI am: 0. What can be the reason of this? #define LSM6DS33_XG_WHO_AM_
|
By
Edyta Bosacka
·
|
|
Zephyr - read I2C sample, nrf52840 2 messages
Is there any example how to read data from sensor by I2C?
Is there any example how to read data from sensor by I2C?
|
By
Edyta Bosacka
·
|
|
[Zephyr-devel] Community input on possible change to Discord from Slack 4 messages
Hi all, I have never used Discord before, but I given it a quick try the last couple of days. My main concern is that Discord does not support threads (only quoting). This will cause all messages to g
Hi all, I have never used Discord before, but I given it a quick try the last couple of days. My main concern is that Discord does not support threads (only quoting). This will cause all messages to g
|
By Henrik Brix Andersen
·
|
|
API meeting: agenda
Hi all, Today's topics: - Device: Normalize DMA, IPM and UART callbacks signatures including the caller's device pointer (should be quick, PRs are already approved and email sent to the mailing lists)
Hi all, Today's topics: - Device: Normalize DMA, IPM and UART callbacks signatures including the caller's device pointer (should be quick, PRs are already approved and email sent to the mailing lists)
|
By Carles Cufi
·
|
|
MCUMGR - sends responses to wrong port 5 messages
Dear All: I am trying to setup mcumgr to allow code download over a serial port and use the shell. In this case I have 2 serial ports in play. The first serial port is where printk() sends messages. I
Dear All: I am trying to setup mcumgr to allow code download over a serial port and use the shell. In this case I have 2 serial ports in play. The first serial port is where printk() sends messages. I
|
By Lawrence King
·
|
|
Community input on possible change to Discord from Slack 3 messages
All, Weโve had a few discussion in the Zephyr TSC regarding the need for maintaining history in our chat communication platform and the limitation that Slack imposes on this for free usage. The genera
All, Weโve had a few discussion in the Zephyr TSC regarding the need for maintaining history in our chat communication platform and the limitation that Slack imposes on this for free usage. The genera
|
By Kumar Gala
·
|
|
API meeting: agenda
Hi all, Tomorrow's topics: - Conclusion on fs_open() flags Stable API Change: - Issue: https://github.com/zephyrproject-rtos/zephyr/issues/26833 - RFC: Require system clock stability on startup - Issu
Hi all, Tomorrow's topics: - Conclusion on fs_open() flags Stable API Change: - Issue: https://github.com/zephyrproject-rtos/zephyr/issues/26833 - RFC: Require system clock stability on startup - Issu
|
By Carles Cufi
·
|