|
Re: Atomic() vs k_sched_lock() vs irq_lock() vs k_mutex_lock()
You should be using the APIs in include/atomic.h
On arches that don't natively support atomic operations, these get implemented in terms of irq_lock()
Andrew
You should be using the APIs in include/atomic.h
On arches that don't natively support atomic operations, these get implemented in terms of irq_lock()
Andrew
|
By
Boie, Andrew P
·
#5875
·
|
|
Re: GitHub Help
Hi Lars and Billy,
When you do get things figured out, please let me know what GitHub issues you were having and if there are improvements to the Zephyr getting started documentation we can
Hi Lars and Billy,
When you do get things figured out, please let me know what GitHub issues you were having and if there are improvements to the Zephyr getting started documentation we can
|
By
Kinder, David B <david.b.kinder@...>
·
#5874
·
|
|
Re: GitHub Help
Hi Billy,
what seems to be the problem? - just reply to me so we don't bother the list
br
Lars
Hi Billy,
what seems to be the problem? - just reply to me so we don't bother the list
br
Lars
|
By
Lars Knudsen
·
#5873
·
|
|
GitHub Help
Help Please.
I am new to GitHub and am having a terrible time trying to follow the instructions as I used a mixed environment the instructions and results are causing me (and everyone involved) a lot
Help Please.
I am new to GitHub and am having a terrible time trying to follow the instructions as I used a mixed environment the instructions and results are causing me (and everyone involved) a lot
|
By
William Fish
·
#5872
·
|
|
Atomic() vs k_sched_lock() vs irq_lock() vs k_mutex_lock()
We have an internal discussion about the recommended usage of the 4 methods mentioned in subjects, when the goal is to protect an assignment of a variable (u32 - any platform) within one task so it is
We have an internal discussion about the recommended usage of the 4 methods mentioned in subjects, when the goal is to protect an assignment of a variable (u32 - any platform) within one task so it is
|
By
Kim Bøndergaard
·
#5871
·
|
|
Re: [Zephyr Main] WEST File Initialization Problem
Dear,
I am able to install the latest DTC version. Now i am stuck up with the following error while doing the
Dear,
I am able to install the latest DTC version. Now i am stuck up with the following error while doing the
|
By
M Rizwan Ghori <rizwanghori@...>
·
#5870
·
|
|
Re: [Zephyr Main] WEST File Initialization Problem
Dear,
Thank you for your reply. I have run the command for hello world example advised by you.
Now i am getting the error as follows while executing the command.
Dear,
Thank you for your reply. I have run the command for hello world example advised by you.
Now i am getting the error as follows while executing the command.
|
By
M Rizwan Ghori <rizwanghori@...>
·
#5869
·
|
|
Re: [Zephyr Main] WEST File Initialization Problem
Did you set up a toolchain as perhttps://docs.zephyrproject.org/latest/getting_started/index.html#set-up-a-toolchain?
If so, make sure you source zephyr-env.sh before attempting to build any
Did you set up a toolchain as perhttps://docs.zephyrproject.org/latest/getting_started/index.html#set-up-a-toolchain?
If so, make sure you source zephyr-env.sh before attempting to build any
|
By
Geoffroy Van Cutsem
·
#5868
·
|
|
Re: [Zephyr Main] WEST File Initialization Problem
Hi there,
This looks like there might be stale build files somewhere in your tree. Can you clean the tree and try again? You can use the following command, but please be careful since it will
Hi there,
This looks like there might be stale build files somewhere in your tree. Can you clean the tree and try again? You can use the following command, but please be careful since it will
|
By
Carles Cufi
·
#5867
·
|
|
Re: MCUMGR SMP implementations
Hi Rodrigo,
Assuming Board B is running Zephyr and not Linux, you can actually use LWM2M to update the firmware on Board B without having to write any additional code. The foundries.io folks use
Hi Rodrigo,
Assuming Board B is running Zephyr and not Linux, you can actually use LWM2M to update the firmware on Board B without having to write any additional code. The foundries.io folks use
|
By
Carles Cufi
·
#5866
·
|
|
Re: [Zephyr Main] WEST File Initialization Problem
Dear All,
Thank you very much for your response. That problem is resolved by following your advised step. Moreover, now i was moving towards the HelloWorld example i received the following
Dear All,
Thank you very much for your response. That problem is resolved by following your advised step. Moreover, now i was moving towards the HelloWorld example i received the following
|
By
M Rizwan Ghori <rizwanghori@...>
·
#5865
·
|
|
Re: [Zephyr Main] WEST File Initialization Problem
Hi there,
This has been a bug that has popped up several times in the past with Ubuntu:
https://bugs.launchpad.net/ubuntu/+source/bash/+bug/1588562
As mentioned by others, please add the
Hi there,
This has been a bug that has popped up several times in the past with Ubuntu:
https://bugs.launchpad.net/ubuntu/+source/bash/+bug/1588562
As mentioned by others, please add the
|
By
Carles Cufi
·
#5864
·
|
|
Re: [Zephyr Main] WEST File Initialization Problem
Dear,
Thank you all for the quick response. Here is the copy paste code.
pip3 install --user west
runs fine, after this i have run the following command and it echos the error shown
Dear,
Thank you all for the quick response. Here is the copy paste code.
pip3 install --user west
runs fine, after this i have run the following command and it echos the error shown
|
By
M Rizwan Ghori <rizwanghori@...>
·
#5863
·
|
|
Re: [Zephyr Main] WEST File Initialization Problem
This is most likely what Marti said, you need to add ~/.local/bin to your PATH:
$ export PATH=$PATH:~/.local/bin
And try again.
If that works, you can make this change permanent via
This is most likely what Marti said, you need to add ~/.local/bin to your PATH:
$ export PATH=$PATH:~/.local/bin
And try again.
If that works, you can make this change permanent via
|
By
Geoffroy Van Cutsem
·
#5862
·
|
|
MCUMGR SMP implementations
Hi all.
My company is developing two boards let's call them Board A and Board B for illustrating purpose. Board A is simple it has some sensors and it has a shell interface for communicating with the
Hi all.
My company is developing two boards let's call them Board A and Board B for illustrating purpose. Board A is simple it has some sensors and it has a shell interface for communicating with the
|
By
Rodrigo Peixoto
·
#5861
·
|
|
#ble #nrf52840
#nrf52840
#ble
After implementing a throughput test for BLE using #nrf52840 hardware and Zephyr 1.14-rc1, notice some curious behavior in data we are collecting. The test seems to show that sending data from the
After implementing a throughput test for BLE using #nrf52840 hardware and Zephyr 1.14-rc1, notice some curious behavior in data we are collecting. The test seems to show that sending data from the
|
By
henry.wagner@...
·
#5860
·
|
|
Re: SDK migration 0.9.5 -> 0.10.0 increase CPU usage
Nicolas,
Can you please open an issue on GH with all this data?
Can you also provide some info about how you measure the numbers below?
Thanks,
Anas
Nicolas,
Can you please open an issue on GH with all this data?
Can you also provide some info about how you measure the numbers below?
Thanks,
Anas
|
By
Nashif, Anas
·
#5859
·
|
|
Re: SDK migration 0.9.5 -> 0.10.0 increase CPU usage
Hi,
I confirm that (in my test case) New SDK 0.10.0 toolchain seems to significantly increase CPU usage, the new SDK 0.10.0 Newlib a lot.
The
Hi,
I confirm that (in my test case) New SDK 0.10.0 toolchain seems to significantly increase CPU usage, the new SDK 0.10.0 Newlib a lot.
The
|
By
nicolas lantz <nicolas.lantz@...>
·
#5858
·
|
|
Re: Syntax in dts file for defining a GPIO output based on nxp,kinetis-gpio.yaml
#defines
Thank you for your quick assistance yesterday Andrei.
Maybe I misunderstood your last point, but as I see it, it is the name "test_pin" in my example, which needs to remain the same across dts files
Thank you for your quick assistance yesterday Andrei.
Maybe I misunderstood your last point, but as I see it, it is the name "test_pin" in my example, which needs to remain the same across dts files
|
By
Bo.Kragelund@...
·
#5857
·
|
|
Re: [Zephyr Main] WEST File Initialization Problem
Can you paste on this thread what the output of “pip3 show –f west” and “echo $PATH” return?
Can you paste on this thread what the output of “pip3 show –f west” and “echo $PATH” return?
|
By
Geoffroy Van Cutsem
·
#5856
·
|