|
Executing a Post Build Batch File using CMake
Hi Casey, Did you have a look at the global 'extra_post_build_commands' and 'extra_post_build_byproducts' properties mentioned in zephyr/CMakeLists.txt? Try searching around the source tree to see how
Hi Casey, Did you have a look at the global 'extra_post_build_commands' and 'extra_post_build_byproducts' properties mentioned in zephyr/CMakeLists.txt? Try searching around the source tree to see how
|
By
Bolivar, Marti
· #2936
·
|
|
West v0.13.0
Hello, I'm announcing west v0.13.0. This release allows you to associate arbitrary user data with the manifest repository, and contains some fixes for errors related to path handling. There were sever
Hello, I'm announcing west v0.13.0. This release allows you to associate arbitrary user data with the manifest repository, and contains some fixes for errors related to path handling. There were sever
|
By
Bolivar, Marti
· #2931
·
|
|
Compiling sample program on MAC 10.14 gets a compilation error
Hi, Looks like my previous mail got mangled. Let me retry. Since you are using a toolchain from homebrew following unofficial instructions from Adafruit, and you are getting an internal error message
Hi, Looks like my previous mail got mangled. Let me retry. Since you are using a toolchain from homebrew following unofficial instructions from Adafruit, and you are getting an internal error message
|
By
Bolivar, Marti
· #2930
·
|
|
Compiling sample program on MAC 10.14 gets a compilation error
On April 4, 2022 11:19 pm, Sowmya Krishnaswamy via lists.zephyrproject.org wrote: > Hi, > > I am following the steps outlined in > > 1. https://learn.adafruit.com/blinking-led-with-zephyr-rtos/install
On April 4, 2022 11:19 pm, Sowmya Krishnaswamy via lists.zephyrproject.org wrote: > Hi, > > I am following the steps outlined in > > 1. https://learn.adafruit.com/blinking-led-with-zephyr-rtos/install
|
By
Bolivar, Marti
· #2929
·
|
|
Zephyr v3.1 release date moved 1 week earlier
Hi everyone, During today's Zephyr TSC meeting, we voted to move the release date for Zephyr v3.1 to 1 week earlier. This affects the feature freeze date as well, by the same amount of time. Updated d
Hi everyone, During today's Zephyr TSC meeting, we voted to move the release date for Zephyr v3.1 to 1 week earlier. This affects the feature freeze date as well, by the same amount of time. Updated d
|
By
Bolivar, Marti
· #2920
·
|
|
Unable to get GPIO controller handle from gpio node using DT_GPIO_CTLR
Hi Jason, DT_GPIO_CTLR returns a node identifier: https://docs.zephyrproject.org/latest/reference/devicetree/api.html#c.DT_GPIO_CTLR And node identifiers are not values: https://docs.zephyrproject.org
Hi Jason, DT_GPIO_CTLR returns a node identifier: https://docs.zephyrproject.org/latest/reference/devicetree/api.html#c.DT_GPIO_CTLR And node identifiers are not values: https://docs.zephyrproject.org
|
By
Bolivar, Marti
· #2915
·
|
|
Zephyr escaping its virtual environment
Hi, It's hard to diagnose issues like this remotely, and especially with so few details. If you are looking for general advice: - check your PATH for where west is installed - check things like 'py -3
Hi, It's hard to diagnose issues like this remotely, and especially with so few details. If you are looking for general advice: - check your PATH for where west is installed - check things like 'py -3
|
By
Bolivar, Marti
· #2778
·
|
|
Zephyr escaping its virtual environment
Hi, I use zephyr exclusively within virtual environments. Did you install west outside of the venv? If you build with west, Zephyr tries to use the same python from the build system that you used for
Hi, I use zephyr exclusively within virtual environments. Did you install west outside of the venv? If you build with west, Zephyr tries to use the same python from the build system that you used for
|
By
Bolivar, Marti
· #2775
·
|
|
west installation error
Hi, See inline. "Moiz Terem via lists.zephyrproject.org" <moiz.terem=inomize.com@...> writes: I'm not sure what you are asking. PyPI doesn't have any relationship with Symantec tha
Hi, See inline. "Moiz Terem via lists.zephyrproject.org" <moiz.terem=inomize.com@...> writes: I'm not sure what you are asking. PyPI doesn't have any relationship with Symantec tha
|
By
Bolivar, Marti
· #2688
·
|
|
HCI SPI - how to use
Hi, The hci_spi sample was originally upstreamed for use on the nRF51 chip on the 96Boards Carbon board. Please refer to the documentation for that board for more information. You can refer to 96b_car
Hi, The hci_spi sample was originally upstreamed for use on the nRF51 chip on the 96Boards Carbon board. Please refer to the documentation for that board for more information. You can refer to 96b_car
|
By
Bolivar, Marti
· #2684
·
|
|
Edge connectors and pin numbers
Hi, "Frank Duignan via lists.zephyrproject.org" <frank.duignan=gmail.com@...> writes: Yes, this is a GPIO nexus node. For details on these, see "2.5 Nexus Nodes and Specifier Mappi
Hi, "Frank Duignan via lists.zephyrproject.org" <frank.duignan=gmail.com@...> writes: Yes, this is a GPIO nexus node. For details on these, see "2.5 Nexus Nodes and Specifier Mappi
|
By
Bolivar, Marti
· #2682
·
|
|
Problem running samples/sensor/sht3xd
#driver
#sensor
Hi again Ilkka, "ilkka.virtanen via lists.zephyrproject.org" <ilkka.virtanen=sensoan.com@...> writes: I'm glad; thanks! Yes, you can, you just need to make sure the initialization
Hi again Ilkka, "ilkka.virtanen via lists.zephyrproject.org" <ilkka.virtanen=sensoan.com@...> writes: I'm glad; thanks! Yes, you can, you just need to make sure the initialization
|
By
Bolivar, Marti
· #2680
·
|
|
Problem running samples/sensor/sht3xd
#driver
#sensor
Hi, This email list is for upstream zephyr, not NCS, but since the sample is available in upstream zephyr I will respond here. "ilkka.virtanen via lists.zephyrproject.org" <ilkka.virtanen=sensoan.com@
Hi, This email list is for upstream zephyr, not NCS, but since the sample is available in upstream zephyr I will respond here. "ilkka.virtanen via lists.zephyrproject.org" <ilkka.virtanen=sensoan.com@
|
By
Bolivar, Marti
· #2678
·
|
|
nRF9160 custom board dynamic GPIO
#nrf9160
"DKaplan via lists.zephyrproject.org" <DKaplan=amiglobal.com@...> writes: Hello! Since you're using NCS, if you haven't figured this out yet, I'd recommend asking on DevZone. This
"DKaplan via lists.zephyrproject.org" <DKaplan=amiglobal.com@...> writes: Hello! Since you're using NCS, if you haven't figured this out yet, I'd recommend asking on DevZone. This
|
By
Bolivar, Marti
· #2675
·
|
|
TF-M samples build
Marti Bolivar <marti.bolivar@...> writes: D'oh, I forgot to reply-all.
Marti Bolivar <marti.bolivar@...> writes: D'oh, I forgot to reply-all.
|
By
Bolivar, Marti
· #2665
·
|
|
lis2mdl magnetometer in microbit v2
#i2c
#driver
#lis2dw12
Hi, +Armando "frank.duignan via lists.zephyrproject.org" <frank.duignan=gmail.com@...> writes: Did you send a pull request with the fix? If not, please do. Although I'm confused ab
Hi, +Armando "frank.duignan via lists.zephyrproject.org" <frank.duignan=gmail.com@...> writes: Did you send a pull request with the fix? If not, please do. Although I'm confused ab
|
By
Bolivar, Marti
· #2658
·
|
|
question on devicetree (nrf52840dongle)
Hi again Kristoff, "Kristoff Bonne via lists.zephyrproject.org" <kristoff=skypro.be@...> writes: Just to be clear although I mentioned this in my response to your other thread, the
Hi again Kristoff, "Kristoff Bonne via lists.zephyrproject.org" <kristoff=skypro.be@...> writes: Just to be clear although I mentioned this in my response to your other thread, the
|
By
Bolivar, Marti
· #2593
·
|
|
custom board
#customboard
#dts
Hi there, The error message may have gotten lost in the rest of the output, but it describes what went wrong, a stack trace where it went wrong, and how to fix it: "wbasser via lists.zephyrproject.org
Hi there, The error message may have gotten lost in the rest of the output, but it describes what went wrong, a stack trace where it went wrong, and how to fix it: "wbasser via lists.zephyrproject.org
|
By
Bolivar, Marti
· #2549
·
|
|
Compiling windbond spi flash driver
Hi Raz, I'm curious what version of Zephyr you're running. Since your error message mentions devicetree_fixups.h, it seems it might be on the older side. The DT "fixups" feature was deprecated in Zeph
Hi Raz, I'm curious what version of Zephyr you're running. Since your error message mentions devicetree_fixups.h, it seems it might be on the older side. The DT "fixups" feature was deprecated in Zeph
|
By
Bolivar, Marti
· #2537
·
|
|
Error by building own app
Hello, Please refer to this troubleshooting item: https://docs.zephyrproject.org/latest/guides/west/troubleshooting.html#invalid-choice-build-or-flash-etc "Olga Syrbachova via lists.zephyrproject.org"
Hello, Please refer to this troubleshooting item: https://docs.zephyrproject.org/latest/guides/west/troubleshooting.html#invalid-choice-build-or-flash-etc "Olga Syrbachova via lists.zephyrproject.org"
|
By
Bolivar, Marti
· #2535
·
|