|
Zephyr v1.14.0-rc2 Tagged
Hi all,
We have just tagged Zephyr 1.14.0-rc2.
At this point we are freezing the code base. The focus at this point will be to close out any serious bugs and documentation issues. There will be
Hi all,
We have just tagged Zephyr 1.14.0-rc2.
At this point we are freezing the code base. The focus at this point will be to close out any serious bugs and documentation issues. There will be
|
By
Kumar Gala
·
#1346
·
|
|
clarification on spi_transceive
Hi,
Just to be consistent with my driver development, I would like to understand more about the usage of tx_bufs and rx_bufs arguments to function spi_transceive.
I understand that
Hi,
Just to be consistent with my driver development, I would like to understand more about the usage of tx_bufs and rx_bufs arguments to function spi_transceive.
I understand that
|
By
Venkat Rao Vallapaneni <vallapaneni@...>
·
#1345
·
|
|
Re: Max Callbacks? and other GPIO problems - nrf52840-MDK board (fix for dead GPIOs)
I managed to get Problem 3) below resolved. It turns out that the serial port is ‘stealing’ these two pins for RTS and CTS. This is incorrectly set in the file
I managed to get Problem 3) below resolved. It turns out that the serial port is ‘stealing’ these two pins for RTS and CTS. This is incorrectly set in the file
|
By
Lawrence King
·
#1344
·
|
|
Include external libraries
Hi,
I need to include pre-compiled external libraries. I am not able to provide link directories path. I could add the library name with "target_link_libraries(app PRIVATE power)" but
Hi,
I need to include pre-compiled external libraries. I am not able to provide link directories path. I could add the library name with "target_link_libraries(app PRIVATE power)" but
|
By
Venkat Rao Vallapaneni <vallapaneni@...>
·
#1343
·
|
|
SPI function transceive blocks
#spi
Hello,
I am trying to use the ADC on my Intel Galielo Gen 2 through the SPI.
The problem is that all the calls of spi_transcieve() that I have tried using SPI_0 device seems to block at
Hello,
I am trying to use the ADC on my Intel Galielo Gen 2 through the SPI.
The problem is that all the calls of spi_transcieve() that I have tried using SPI_0 device seems to block at
|
By
andreibolkonski1814@...
·
#1342
·
|
|
Re: [Zephyr-devel] Zephyr SDK 0.10.0 available
Hi Luiz,
The Zephyr SDK can be found on the Developers page in the Downloads section here: https://www.zephyrproject.org/developers/#downloads
We'll re-work the page so its easier to find!
Best,
Thea
Hi Luiz,
The Zephyr SDK can be found on the Developers page in the Downloads section here: https://www.zephyrproject.org/developers/#downloads
We'll re-work the page so its easier to find!
Best,
Thea
|
By
Thea Aldrich <taldrich@...>
·
#1341
·
|
|
Re: [Zephyr-devel] Zephyr SDK 0.10.0 available
Hi Kumar,
It seems there is no link for it in the developers page:
https://www.zephyrproject.org/developers/
--
Luiz Augusto von Dentz
Hi Kumar,
It seems there is no link for it in the developers page:
https://www.zephyrproject.org/developers/
--
Luiz Augusto von Dentz
|
By
Luiz Augusto von Dentz
·
#1340
·
|
|
Zephyr SDK 0.10.0 available
The is the first release of the Zephyr SDK that utilizes crosstool-ng to build the toolchains. We utilize crosstool-ng-1.24.0-rc2.
Toolchain version:
• GCC 8.3
• GDB 8.2.1
• BINUTILS
The is the first release of the Zephyr SDK that utilizes crosstool-ng to build the toolchains. We utilize crosstool-ng-1.24.0-rc2.
Toolchain version:
• GCC 8.3
• GDB 8.2.1
• BINUTILS
|
By
Kumar Gala
·
#1339
·
|
|
Max Callbacks? and other GPIO problems - nrf52840-MDK board
I am developing a piece of code for nrf52840 that uses 24 GPIOs. Conveniently the NRF52840-MDK board brings out exactly 24 GPIOs so I have enough hardware on hand. The application needs 12 inputs and
I am developing a piece of code for nrf52840 that uses 24 GPIOs. Conveniently the NRF52840-MDK board brings out exactly 24 GPIOs so I have enough hardware on hand. The application needs 12 inputs and
|
By
Lawrence King
·
#1338
·
|
|
Re: nRF52840 memory layout
The nordic guys probably know better, but its possible that the flash that isn’t carved up is used for code.
- k
The nordic guys probably know better, but its possible that the flash that isn’t carved up is used for code.
- k
|
By
Kumar Gala
·
#1337
·
|
|
Re: How to use TEMP sensor on nRF5x boards ?
#nrf52840
#sensor
Hi Yorick,
This TEMP sensor are defined within zephyr sensors pattern. You should use it by binding the device to a struct and using the default functions from sensor.h
You should use this to
Hi Yorick,
This TEMP sensor are defined within zephyr sensors pattern. You should use it by binding the device to a struct and using the default functions from sensor.h
You should use this to
|
By
Felipe Gabardo Gonçalves
·
#1336
·
|
|
How to use TEMP sensor on nRF5x boards ?
#nrf52840
#sensor
Hello,
I have recently started to use Zephyr. Up to now, I have been able to set up some tasks and ESS (with Temperature characteristic (dummy value for the moment)) and BAS Bluetooth profiles. The
Hello,
I have recently started to use Zephyr. Up to now, I have been able to set up some tasks and ESS (with Temperature characteristic (dummy value for the moment)) and BAS Bluetooth profiles. The
|
By
Yorick Brunet
·
#1335
·
|
|
nRF52840 memory layout
Dear All,
maybe I’m reading it wrong, but in all nRF52840-related DTS files, the memory layout ends at 524,288 bytes and I wonder why. That wastes the other 50% of the available storage. Is
Dear All,
maybe I’m reading it wrong, but in all nRF52840-related DTS files, the memory layout ends at 524,288 bytes and I wonder why. That wastes the other 50% of the available storage. Is
|
By
Christoph Schramm
·
#1333
·
|
|
Re: West not installing; Alternative ways to install?
#west
Hi Marc,
Just seeing this, thanks for the follow-up. I think this question of how much material to provide for auxiliary tools and dependencies is a probably a tough one. I think with pip/python,
Hi Marc,
Just seeing this, thanks for the follow-up. I think this question of how much material to provide for auxiliary tools and dependencies is a probably a tough one. I think with pip/python,
|
By
Birch Jr, Johnnie L <johnnie.l.birch.jr@...>
·
#1332
·
|
|
RFC: Changing the `west build` command-line interface
Hi there,
As you know, west now allows users to build Zephyr applications with it, and many among us have started making use of this new functionality.
The signature for `west build` currently reads
Hi there,
As you know, west now allows users to build Zephyr applications with it, and many among us have started making use of this new functionality.
The signature for `west build` currently reads
|
By
Carles Cufi
·
#1331
·
|
|
Re: mcumgr: How to calculate hash of image under Linux
#nrf52840
Hi Phil,
It doesn't have to be TLV index 0. You need to use the "type" in each type/length/value (TLV) datum to find the hash TLV in the image binary.
I don't use mcumgr very much, just mcuboot, so I
Hi Phil,
It doesn't have to be TLV index 0. You need to use the "type" in each type/length/value (TLV) datum to find the hash TLV in the image binary.
I don't use mcumgr very much, just mcuboot, so I
|
By
Marti Bolivar <marti@...>
·
#1330
·
|
|
96Boards GPIO standard names?
---------- Forwarded message ---------
From: Mani Sadhasivam <manivannanece23@...>
Date: Tue, 5 Mar, 2019, 12:11 AM
Subject: Re: [Zephyr-users] 96Boards GPIO standard names?
To: Lawrence King
---------- Forwarded message ---------
From: Mani Sadhasivam <manivannanece23@...>
Date: Tue, 5 Mar, 2019, 12:11 AM
Subject: Re: [Zephyr-users] 96Boards GPIO standard names?
To: Lawrence King
|
By
Mani Sadhasivam
·
#1329
·
|
|
96Boards GPIO standard names?
I have been writing code for a peripheral board that plugs into a Nitrogen or any other 96Boards compliant board (with 40-pin Low Speed connector) running Zephyr. I was trying to code use of the GPIOs
I have been writing code for a peripheral board that plugs into a Nitrogen or any other 96Boards compliant board (with 40-pin Low Speed connector) running Zephyr. I was trying to code use of the GPIOs
|
By
Lawrence King
·
#1328
·
|
|
Re: mcumgr: How to calculate hash of image under Linux
#nrf52840
Hey Marti,
thanks for your reply. So in my understanding the value of TLV 0 is the hash that will be displayed using "Image list", isn't it?
Best
Philipp
Hey Marti,
thanks for your reply. So in my understanding the value of TLV 0 is the hash that will be displayed using "Image list", isn't it?
Best
Philipp
|
By
Phil Hipp
·
#1327
·
|
|
Re: mcumgr: How to calculate hash of image under Linux
#nrf52840
Hi Phil,
If you mean the hash of the image header and body, that is available
as the value for the IMAGE_TLV_SHA256 key type in your signed image's
TLV area (see
Hi Phil,
If you mean the hash of the image header and body, that is available
as the value for the IMAGE_TLV_SHA256 key type in your signed image's
TLV area (see
|
By
Marti Bolivar <marti@...>
·
#1326
·
|