|
Re: build failed due to missing headers
Same thing:
$ rm -rf build
$ ~/.local/bin/west -vvv build -b nrf52840_mdk samples/basic/blinky
...
...
../soc/arm/nordic_nrf/nrf52/soc.h:16:10: fatal error: nrfx.h: No such file or directory
Same thing:
$ rm -rf build
$ ~/.local/bin/west -vvv build -b nrf52840_mdk samples/basic/blinky
...
...
../soc/arm/nordic_nrf/nrf52/soc.h:16:10: fatal error: nrfx.h: No such file or directory
|
By
Stephane D'Alu
·
#1714
·
|
|
Re: build failed due to missing headers
Can you try removing the entire /home/sdalu/Z/zephyrproject/zephyr/build folder and building again? It might be an issue with stale build files.
Carles
Can you try removing the entire /home/sdalu/Z/zephyrproject/zephyr/build folder and building again? It might be an issue with stale build files.
Carles
|
By
Carles Cufi
·
#1713
·
|
|
Re: build failed due to missing headers
yeap.
nrxf.h exist in modules directory but doesn't seems to be picked up:
sdalu@hyperion:~/Z/zephyrproject$ find . -name
yeap.
nrxf.h exist in modules directory but doesn't seems to be picked up:
sdalu@hyperion:~/Z/zephyrproject$ find . -name
|
By
Stephane D'Alu
·
#1712
·
|
|
Re: build failed due to missing headers
Hi there,
Works fine here, are you sure you ran "west update"?
Carles
Hi there,
Works fine here, are you sure you ran "west update"?
Carles
|
By
Carles Cufi
·
#1711
·
|
|
build failed due to missing headers
I just followed the Getting started guide [1], to install zephyr.
And tried to build my first example. Unfortunately it seems
that includes are not correctly picked up
I'm doing (west version is
I just followed the Getting started guide [1], to install zephyr.
And tried to build my first example. Unfortunately it seems
that includes are not correctly picked up
I'm doing (west version is
|
By
Stephane D'Alu
·
#1710
·
|
|
Re: Atomic services
#include <sys/atomic.h> doesn’t work?
Andrew
#include <sys/atomic.h> doesn’t work?
Andrew
|
By
Boie, Andrew P
·
#1709
·
|
|
Atomic services
Hi there!
There are two files in my project. How can I call a function atomic_get(constatomic_t *target) from one file if it is declared in another? I need extern it?
Hi there!
There are two files in my project. How can I call a function atomic_get(constatomic_t *target) from one file if it is declared in another? I need extern it?
|
By
murad.durdyev.1989@...
·
#1708
·
|
|
API meeting: agenda
Hi all,
This week we will look at:
- CAN: Unification of the TX error behavior
- https://github.com/zephyrproject-rtos/zephyr/issues/19502
- GPIO: Update on progress
-
Hi all,
This week we will look at:
- CAN: Unification of the TX error behavior
- https://github.com/zephyrproject-rtos/zephyr/issues/19502
- GPIO: Update on progress
-
|
By
Carles Cufi
·
#1707
·
|
|
Re: user_data with gpio_callback
#api
Hi Leo,
Glad it did! You are very welcome.
Hadrien
Hi Leo,
Glad it did! You are very welcome.
Hadrien
|
By
Hadrien KOHL
·
#1706
·
|
|
Re: user_data with gpio_callback
#api
Awesome, that worked!
By
Leo
·
#1705
·
|
|
Re: user_data with gpio_callback
#api
The callback receives a pointer to your gpio_callback struct.
If the gpio_callback is within your own struct user_data you can use the CONTAINER_OF() macro to get a pointer to the
The callback receives a pointer to your gpio_callback struct.
If the gpio_callback is within your own struct user_data you can use the CONTAINER_OF() macro to get a pointer to the
|
By
Hadrien KOHL
·
#1704
·
|
|
user_data with gpio_callback
#api
Hello Zephyr developers,
What are my options if I want an interrupt / gpio_init_callback to invoke a member function?
Is there a way to pass user_data with a gpio_callback?
Thanks,
Leo
Hello Zephyr developers,
What are my options if I want an interrupt / gpio_init_callback to invoke a member function?
Is there a way to pass user_data with a gpio_callback?
Thanks,
Leo
|
By
Leo
·
#1703
·
|
|
Re: [Zephyr-devel] question in zephyrproject
I had this same problem. My solution was to export PYTHONPATH to include the directory containing this module. If you went through the instructions, installing all the dependencies, it is installed on
I had this same problem. My solution was to export PYTHONPATH to include the directory containing this module. If you went through the instructions, installing all the dependencies, it is installed on
|
By
Allen Curtis <allen@...>
·
#1702
·
|
|
question in zephyrproject
Hello.
This is Jaemin from Samsung Electronics and we are trying to set the environment up for Zephyr with https://docs.zephyrproject.org/latest/getting_started/index.html.
Everything went
Hello.
This is Jaemin from Samsung Electronics and we are trying to set the environment up for Zephyr with https://docs.zephyrproject.org/latest/getting_started/index.html.
Everything went
|
By
최재민 <jaeminy.choi@...>
·
#1701
·
|
|
API meeting: agenda
Hi all,
This week we will look at:
- Sensor API: Update on progress
- GPIO: Update on progress
- Merge https://github.com/zephyrproject-rtos/zephyr/pull/16648 to topic-gpio. CI issues are
Hi all,
This week we will look at:
- Sensor API: Update on progress
- GPIO: Update on progress
- Merge https://github.com/zephyrproject-rtos/zephyr/pull/16648 to topic-gpio. CI issues are
|
By
Carles Cufi
·
#1700
·
|
|
Re: MCUBoot as a west module
Becker Markus <Markus.Becker@...> writes:
Cherry-picking that PR and then remembering to running "west update":
$ west build -b my-board -d my-mcuboot-build-dir
Becker Markus <Markus.Becker@...> writes:
Cherry-picking that PR and then remembering to running "west update":
$ west build -b my-board -d my-mcuboot-build-dir
|
By
Bolivar, Marti
·
#1699
·
|
|
Re: MCUBoot as a west module
Hi Marti.
[MB] Alright, I had seen it in https://github.com/NordicPlayground/fw-nrfconnect-nrf. But since I could not get the partition manager to use the external flash device, I have been switching
Hi Marti.
[MB] Alright, I had seen it in https://github.com/NordicPlayground/fw-nrfconnect-nrf. But since I could not get the partition manager to use the external flash device, I have been switching
|
By
Becker Markus
·
#1698
·
|
|
Re: MCUBoot as a west module
"Becker Markus via Lists.Zephyrproject.Org"
<markus.becker=tridonic.com@...> writes:
A single merged hex isn't possible upstream, but mcuboot is being added
as a west module
"Becker Markus via Lists.Zephyrproject.Org"
<markus.becker=tridonic.com@...> writes:
A single merged hex isn't possible upstream, but mcuboot is being added
as a west module
|
By
Bolivar, Marti
·
#1697
·
|
|
MCUBoot as a west module
Hi,
I am trying to get Zephyr up and running with MCUboot as bootloader.
Is the documentation at https://juullabs-oss.github.io/mcuboot/readme-zephyr.html up-to-date?
Or is there a
Hi,
I am trying to get Zephyr up and running with MCUboot as bootloader.
Is the documentation at https://juullabs-oss.github.io/mcuboot/readme-zephyr.html up-to-date?
Or is there a
|
By
Becker Markus
·
#1696
·
|
|
Re: marat
Try removing D: from-DBOARD_ROOT=D:\CoIDE\UPS_SecurityBoard\boards
You can also try a relative path.
Marc
From:<users@...> on behalf of Erwan Gouriou <erwan.gouriou@...>
Date: Friday, 13
Try removing D: from-DBOARD_ROOT=D:\CoIDE\UPS_SecurityBoard\boards
You can also try a relative path.
Marc
From:<users@...> on behalf of Erwan Gouriou <erwan.gouriou@...>
Date: Friday, 13
|
By
Marc Herbert
·
#1695
·
|