|
Porting a board - running twister
#nrf5
#test
#nrf52
#nrf53
Greetings,
I'm preparing some PRs to add our u-blox nRF52 and nRF53 EVK boards to Zephyr. I'd like to run twister locally and seem to have things working. I'm running out of drive space due to the
Greetings,
I'm preparing some PRs to add our u-blox nRF52 and nRF53 EVK boards to Zephyr. I'd like to run twister locally and seem to have things working. I'm running out of drive space due to the
|
By
Bob Recny <bob@...>
·
#2538
·
|
|
Re: 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
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
|
By
Bolivar, Marti
·
#2537
·
|
|
Re: Message Queues
I have found msgdev.c under samples/scheduler/kernel/metairq_dispatch/src. And according to this example I'm quite sure my code is right. I have updated it here
I have found msgdev.c under samples/scheduler/kernel/metairq_dispatch/src. And according to this example I'm quite sure my code is right. I have updated it here
|
By
Olga Syrbachova <syrba4eva28@...>
·
#2536
·
|
|
Re: 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
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
|
By
Bolivar, Marti
·
#2535
·
|
|
Re: Message Queues
Thank you very much for your reply! Unfortunately I can't find samples/scheduler/metairq_dispatch neither on the website of zephyrproject nor on GIT. Could you please tell me where I can find
Thank you very much for your reply! Unfortunately I can't find samples/scheduler/metairq_dispatch neither on the website of zephyrproject nor on GIT. Could you please tell me where I can find
|
By
Olga Syrbachova <syrba4eva28@...>
·
#2534
·
|
|
Re: DeviceTree binding problem
#dts
#customboard
Do you have a dts binding for compatible = “gpio”.
- k
Do you have a dts binding for compatible = “gpio”.
- k
|
By
Kumar Gala
·
#2533
·
|
|
DeviceTree binding problem
#dts
#customboard
I created some local GPIO pins in a custom device tree for the project. It build correctly and I can see the entries in both the "build/zephyr.dts" and
I created some local GPIO pins in a custom device tree for the project. It build correctly and I can see the entries in both the "build/zephyr.dts" and
|
By
wbasser@...
·
#2532
·
|
|
Re: CANbus to USB using Zephyr ?
Hi,
I was actually working on one a while back. It was not native USB, but used USB CDC-ACM for exposing an Serial-Line Discipline CAN (slcan) compatible interface.
I will see if I can resurrect it
Hi,
I was actually working on one a while back. It was not native USB, but used USB CDC-ACM for exposing an Serial-Line Discipline CAN (slcan) compatible interface.
I will see if I can resurrect it
|
By
Henrik Brix Andersen
·
#2531
·
|
|
Re: Message Queues
Consider having a look at msgdev.c in samples/scheduler/metairq_dispatch
I think that clearly answer your questions
Best regards,
Kim Bøndergaard|Software Tech Lead, Esco Medical
Phone: +45
Consider having a look at msgdev.c in samples/scheduler/metairq_dispatch
I think that clearly answer your questions
Best regards,
Kim Bøndergaard|Software Tech Lead, Esco Medical
Phone: +45
|
By
Kim Boendergaard
·
#2530
·
|
|
CANbus to USB using Zephyr ?
Is there CANbus to USB code using Zephyr ? I seem to recall seeing a
reference to one in a slide deck ... but didn't make a note of it.
FYI, there is a number of "bare metal" code
Is there CANbus to USB code using Zephyr ? I seem to recall seeing a
reference to one in a slide deck ... but didn't make a note of it.
FYI, there is a number of "bare metal" code
|
By
popeye22202
·
#2529
·
|
|
Re: Performance analysis tooling
Thank you, it certainly is a viable option to consider.
Thank you, it certainly is a viable option to consider.
|
By
Cap Able
·
#2528
·
|
|
Re: Compiling windbond spi flash driver
how do i describe winbond in the device tree ? i have the spi addresses but what about the flash ? is there an example ?
how do i describe winbond in the device tree ? i have the spi addresses but what about the flash ? is there an example ?
|
By
Raz <raziebe@...>
·
#2527
·
|
|
Re: Compiling windbond spi flash driver
Here’s an example:
https://github.com/zephyrproject-rtos/zephyr/blob/63ca48a7a9b8e9a85d9c18c5dbaf894968bbc35d/boards/arm/black_f407ve/black_f407ve.dts#L101
- k
Here’s an example:
https://github.com/zephyrproject-rtos/zephyr/blob/63ca48a7a9b8e9a85d9c18c5dbaf894968bbc35d/boards/arm/black_f407ve/black_f407ve.dts#L101
- k
|
By
Kumar Gala
·
#2526
·
|
|
Re: Compiling windbond spi flash driver
Is the device described in the devicetree for the board you are building for?
- k
Is the device described in the devicetree for the board you are building for?
- k
|
By
Kumar Gala
·
#2525
·
|
|
Compiling windbond spi flash driver
Hello
I am fail to compile winbond spi flash driver (SPI_FLASH_W25QXXD)I fail to compile:
I get errors like :
zephyr/include/generated/devicetree_fixups.h:205:32: error:
Hello
I am fail to compile winbond spi flash driver (SPI_FLASH_W25QXXD)I fail to compile:
I get errors like :
zephyr/include/generated/devicetree_fixups.h:205:32: error:
|
By
Raz <raziebe@...>
·
#2524
·
|
|
Re: Performance analysis tooling
I’d you’re using a Segger J-Link, you might find this useful:
https://www.zephyrproject.org/tracing-zephyr-applications-with-segger-systemview/
I’d you’re using a Segger J-Link, you might find this useful:
https://www.zephyrproject.org/tracing-zephyr-applications-with-segger-systemview/
|
By
Kevin Townsend
·
#2523
·
|
|
Message Queues
Hi! I'm trying to create my own app. I decided to start by modifying a "synchronization" sample. In my app I want to have 2 threads and 1 queue, so one thread can send messages to this queue and
Hi! I'm trying to create my own app. I decided to start by modifying a "synchronization" sample. In my app I want to have 2 threads and 1 queue, so one thread can send messages to this queue and
|
By
Olga Syrbachova <syrba4eva28@...>
·
#2522
·
|
|
Performance analysis tooling
Hello.
Are there any performance analysis tools that can help gain a sense of where and how much CPU time is consumed more? For comparison, the gprof tool under Linux provides such capability for user
Hello.
Are there any performance analysis tools that can help gain a sense of where and how much CPU time is consumed more? For comparison, the gprof tool under Linux provides such capability for user
|
By
Cap Able
·
#2521
·
|
|
tech support
Hello!
I'm Dmitry, working in Moeco to create IoT solutions for the b2b market.
We're settling a new project - bluetooth temperature \ himidity sensor in connection with gateway, based on bluetooth
Hello!
I'm Dmitry, working in Moeco to create IoT solutions for the b2b market.
We're settling a new project - bluetooth temperature \ himidity sensor in connection with gateway, based on bluetooth
|
By
Dmitry Shichenko <dsh@...>
·
#2520
·
|
|
Implementing passkey
Hi,
I have successfully implemented OTA DFU using the smp_svr sample on my nrf52840dk. I'm now worried that anyone can connect to the device and update the firmware remotely using the nrf connect
Hi,
I have successfully implemented OTA DFU using the smp_svr sample on my nrf52840dk. I'm now worried that anyone can connect to the device and update the firmware remotely using the nrf connect
|
By
reniervdw1@...
·
#2519
·
|