|
Re: 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
·
|
|
Re: Cmake Error While Building Blinky Sample
Have you setGNUARMEMB_TOOLCHAIN_PATH ?
https://docs.zephyrproject.org/latest/getting_started/toolchain_3rd_party_x_compilers.html#gnu-arm-embedded
Also, have you tried cleaning your build/
Have you setGNUARMEMB_TOOLCHAIN_PATH ?
https://docs.zephyrproject.org/latest/getting_started/toolchain_3rd_party_x_compilers.html#gnu-arm-embedded
Also, have you tried cleaning your build/
|
By
Carles Cufi
·
#2664
·
|
|
TF-M samples build
HI All.
nice to meet you, this is my first day evaluating Zephyr. it looks pretty exciting, i have struggled to build the TFM samples. is there a clear procedure to build them on windows for a
HI All.
nice to meet you, this is my first day evaluating Zephyr. it looks pretty exciting, i have struggled to build the TFM samples. is there a clear procedure to build them on windows for a
|
By
Philippe Gerard <philippegera@...>
·
#2663
·
|
|
Cmake Error While Building Blinky Sample
Hello,
I am trying to west build the blinky sample from the getting started guide (https://docs.zephyrproject.org/latest/getting_started/index.html). However, the below error comes
Hello,
I am trying to west build the blinky sample from the getting started guide (https://docs.zephyrproject.org/latest/getting_started/index.html). However, the below error comes
|
By
danwin354@...
·
#2662
·
|
|
Compiler and linker warnings with GCC 11
Hello!
After updating my GCC to version 11.1.0 I started getting a bunch of linker
errors when compiling projects. Previously I was using GCC 10.2.0.
For example, when building the sample
Hello!
After updating my GCC to version 11.1.0 I started getting a bunch of linker
errors when compiling projects. Previously I was using GCC 10.2.0.
For example, when building the sample
|
By
Sven Vainküla <svenvainkyla@...>
·
#2661
·
|
|
Re: lis2mdl magnetometer in microbit v2
#i2c
#driver
#lis2dw12
I've had a quick look and am confused as there is reference to a file:
#include "lis2mdl_reg.h"
It appears that when this driver was created they may have forgotten to include both lis2mdl_reg.c and
I've had a quick look and am confused as there is reference to a file:
#include "lis2mdl_reg.h"
It appears that when this driver was created they may have forgotten to include both lis2mdl_reg.c and
|
By
William Fish
·
#2660
·
Edited
|
|
Re: lis2mdl magnetometer in microbit v2
#i2c
#driver
#lis2dw12
Hi Marti,
I confirm that, in case CONFIG_PM_DEVICE is enabled, the driver does not
build correctly.
I just created a pull request with the fix (#36975) as suggested by
Frank.
Having said that, I
Hi Marti,
I confirm that, in case CONFIG_PM_DEVICE is enabled, the driver does not
build correctly.
I just created a pull request with the fix (#36975) as suggested by
Frank.
Having said that, I
|
By
Armando VISCONTI <armando.visconti@...>
·
#2659
·
|
|
Re: 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
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
|
By
Bolivar, Marti
·
#2658
·
|
|
bt_gatt_read() multiply read
#bluetooth
#nrf52840
Hello,
I use nrf52840-dk as central_hr and nrf52833-dk as peripheral_hr, examples from NRF Connect SDK.
I want to read two or more values using bt_gatt_read().
Code:
dis->read_params.func =
Hello,
I use nrf52840-dk as central_hr and nrf52833-dk as peripheral_hr, examples from NRF Connect SDK.
I want to read two or more values using bt_gatt_read().
Code:
dis->read_params.func =
|
By
antonsolonovich@...
·
#2657
·
|
|
Re: Understanding Ztest and Test Execution for Zephyr
At the recent Zephyr Dev Summit, there was a talk -- "On-target testing with Twister and the process of results publishing" -- which covers this. It doesn't look like that video has been published
At the recent Zephyr Dev Summit, there was a talk -- "On-target testing with Twister and the process of results publishing" -- which covers this. It doesn't look like that video has been published
|
By
Kevin Townsend
·
#2656
·
|
|
Understanding Ztest and Test Execution for Zephyr
HI all,
I was going through the test documentation under https://github.com/zephyrproject-rtos/zephyr/blob/main/doc/guides/test/ztest.rst
Is there any more documentation available regarding
HI all,
I was going through the test documentation under https://github.com/zephyrproject-rtos/zephyr/blob/main/doc/guides/test/ztest.rst
Is there any more documentation available regarding
|
By
Pandey, Mithun
·
#2655
·
|
|
lis2mdl magnetometer in microbit v2
#i2c
#driver
#lis2dw12
I have been experimenting with the microbit v2 and zephyr. Everything seems to work ok except for the magnetometer. The values it produces do not change when you re-orient the device. If you
I have been experimenting with the microbit v2 and zephyr. Everything seems to work ok except for the magnetometer. The values it produces do not change when you re-orient the device. If you
|
By
Frank Duignan
·
#2654
·
|
|
Re: options for missing driver functions
Yes, we have production boards for a medical device we’re building.
Thanks,
Jeff
--
If you want to build a ship, don't drum up people together to collect wood and don't assign them tasks and work,
Yes, we have production boards for a medical device we’re building.
Thanks,
Jeff
--
If you want to build a ship, don't drum up people together to collect wood and don't assign them tasks and work,
|
By
Jeff Haynes <feedyurhed@...>
·
#2653
·
|
|
Re: options for missing driver functions
Well, I have other non-zephyr related stuff to carry on.
I guess I can start working on it in a couple of weeks from now.
Is this req related to any particular project?
Thanks,
Armando
Well, I have other non-zephyr related stuff to carry on.
I guess I can start working on it in a couple of weeks from now.
Is this req related to any particular project?
Thanks,
Armando
|
By
Armando VISCONTI <armando.visconti@...>
·
#2652
·
|
|
Re: Application build from multiple libs.
Hi,
I've just followed mentioned example.
Using extensions.cmake functions I was able to fetch needed variables:
zephyr_get_include_directories_for_lang_as_string( C
Hi,
I've just followed mentioned example.
Using extensions.cmake functions I was able to fetch needed variables:
zephyr_get_include_directories_for_lang_as_string( C
|
By
tomasz.sleboda@...
·
#2650
·
|
|
Re: Application build from multiple libs.
Hello:
I found this in the documentation:
https://github.com/zephyrproject-rtos/zephyr/tree/main/samples/application_development/external_lib
HTH,
Hello:
I found this in the documentation:
https://github.com/zephyrproject-rtos/zephyr/tree/main/samples/application_development/external_lib
HTH,
|
By
Raúl Sánchez Siles
·
#2649
·
|
|
Application build from multiple libs.
Hi,
I'm trying to port our application to run under Zephyr.
Application itself is build as a set of different libraries (e.g. libComm, libMeasurements...and libapp).
All libs are compiled and linked
Hi,
I'm trying to port our application to run under Zephyr.
Application itself is build as a set of different libraries (e.g. libComm, libMeasurements...and libapp).
All libs are compiled and linked
|
By
tomasz.sleboda@...
·
#2648
·
|
|
NetworkING Forum Agenda
Hi all,
There is a networking forum tomorrow Tue 6 July at 8AM PST / 17.00 CEST.
Currently there are no major topics on the agenda. We’re going to briefly discuss networking stack
Hi all,
There is a networking forum tomorrow Tue 6 July at 8AM PST / 17.00 CEST.
Currently there are no major topics on the agenda. We’re going to briefly discuss networking stack
|
By
Lubos, Robert
·
#2647
·
|
|
Zephyr SDK 0.13.0-rc1 available
Hi all,
We’ve release the first release candidate for the SDK 0.13.0. The main changes in these release are support for ARC64, Qemu 6.0.0, OpenOCD, and some newlib updates/fixes.
SDK 0.13.0-rc1
Hi all,
We’ve release the first release candidate for the SDK 0.13.0. The main changes in these release are support for ARC64, Qemu 6.0.0, OpenOCD, and some newlib updates/fixes.
SDK 0.13.0-rc1
|
By
Kumar Gala
·
#2646
·
|
|
Re: Slack Invite
The slack invite link had gone stale and was refreshed:
https://tinyurl.com/2vue8666
https://github.com/zephyrproject-rtos/zephyr/commit/34c47a7a96a0c39d6558d65759caa8fea481ce30
- k
The slack invite link had gone stale and was refreshed:
https://tinyurl.com/2vue8666
https://github.com/zephyrproject-rtos/zephyr/commit/34c47a7a96a0c39d6558d65759caa8fea481ce30
- k
|
By
Kumar Gala
·
#2645
·
|