|
Applying TDD to an IP stack issue
Hello Oleg,
I'm writing to you about your project to develop a testsuite for Zephyr
networking stack using TTCN-3 test language,
https://github.com/intel/net-test-suites . I also cc: this to
Hello Oleg,
I'm writing to you about your project to develop a testsuite for Zephyr
networking stack using TTCN-3 test language,
https://github.com/intel/net-test-suites . I also cc: this to
|
By
Paul Sokolovsky
·
#4991
·
|
|
Re: Enable SPI driver on nrf52840
Hi Chuck,
On top of CONFIG_SPI you have to specify which SPI interface your are using, that it is a NRFX SPI and the associated pins in your prj.conf.
Here is an example for the nrf52840_pca10056 I
Hi Chuck,
On top of CONFIG_SPI you have to specify which SPI interface your are using, that it is a NRFX SPI and the associated pins in your prj.conf.
Here is an example for the nrf52840_pca10056 I
|
By
Jan Van Winkel <jan.van_winkel@...>
·
#4990
·
|
|
Re: Zephyr 1.13rc1 tagged
Hello Anas,
"Nashif, Anas" <anas.nashif@...> wrote:
Thanks for the prompt pre-release process notifications to the mailing
list this cycle. Hope it'll become a good tradition ;-).
Any
Hello Anas,
"Nashif, Anas" <anas.nashif@...> wrote:
Thanks for the prompt pre-release process notifications to the mailing
list this cycle. Hope it'll become a good tradition ;-).
Any
|
By
Paul Sokolovsky
·
#4989
·
|
|
Zephyr 1.13rc1 tagged
Hi,
We have tagged Zephyr 1.13 rc1 and with that closed the merge window for 1.13. Focus now will go into bug fixing, testing and documentation. All new features will be merged after 1.13 is
Hi,
We have tagged Zephyr 1.13 rc1 and with that closed the merge window for 1.13. Focus now will go into bug fixing, testing and documentation. All new features will be merged after 1.13 is
|
By
Nashif, Anas
·
#4988
·
|
|
Re: Enable SPI driver on nrf52840
Hi Chuck,
All that I am sayings is, do not modify your repository, do not add anything to prj,conf file.
execute cmake, then either use make or ninja for the target config or menuconfig. Then you get
Hi Chuck,
All that I am sayings is, do not modify your repository, do not add anything to prj,conf file.
execute cmake, then either use make or ninja for the target config or menuconfig. Then you get
|
By
Chettimada, Vinayak Kariappa
·
#4987
·
|
|
Re: Enable SPI driver on nrf52840
Vinayak,
Thanks for being persistent in looking at this issue. Sorry for some confusion, I probably didn't state
the behavior I'm seeing very clearly. At this point, the issue is that the cmake does
Vinayak,
Thanks for being persistent in looking at this issue. Sorry for some confusion, I probably didn't state
the behavior I'm seeing very clearly. At this point, the issue is that the cmake does
|
By
cpmcparland@...
·
#4986
·
|
|
Re: Enable SPI driver on nrf52840
Hi Chuck,
I do not understand “menuconfig will not run on the project”, you may want to check your toolchain requirements and/or make a clean build, check that cmake command for the board and
Hi Chuck,
I do not understand “menuconfig will not run on the project”, you may want to check your toolchain requirements and/or make a clean build, check that cmake command for the board and
|
By
Chettimada, Vinayak Kariappa
·
#4985
·
|
|
Re: Enable SPI driver on nrf52840
Justin, Vinayak,
Thanks, still digging into this. So far, the cmake phase is not properly copying the
drivers into the library and failing before any make files are produced. So, menuconfig
will not
Justin, Vinayak,
Thanks, still digging into this. So far, the cmake phase is not properly copying the
drivers into the library and failing before any make files are produced. So, menuconfig
will not
|
By
cpmcparland@...
·
#4984
·
|
|
Re: bt_le_scan_start Fails with Error -5 after 128 scan start/stop cycles
Hi Johan,
It is nothing to do with controller privacy, its just that advertiser is active and by BT Spec.
“If the Host issues this command when scanning or legacy advertising is enabled, the
Hi Johan,
It is nothing to do with controller privacy, its just that advertiser is active and by BT Spec.
“If the Host issues this command when scanning or legacy advertising is enabled, the
|
By
Chettimada, Vinayak Kariappa
·
#4983
·
|
|
Code cleanup for dts.fixup
#defines
Folks,
I was thinking about doing a code cleanup in the dts.fixup and uart and gpio driver for the i.MX7 SoC, where we create redundant defines already covered by devicetree aliases.
Here is a breif
Folks,
I was thinking about doing a code cleanup in the dts.fixup and uart and gpio driver for the i.MX7 SoC, where we create redundant defines already covered by devicetree aliases.
Here is a breif
|
By
Diego Sueiro
·
#4982
·
|
|
Re: Enable SPI driver on nrf52840
I believe that the SPI driver for NRF52 doesn't support DTS yet, and you have to configure it through the config files. I'm not sure why that's the case and if something is preventing it from being
I believe that the SPI driver for NRF52 doesn't support DTS yet, and you have to configure it through the config files. I'm not sure why that's the case and if something is preventing it from being
|
By
Justin
·
#4981
·
|
|
Re: bt_le_scan_start Fails with Error -5 after 128 scan start/stop cycles
Hi,
Could you please turn off the controller privacy feature and check if you still face issues?
CONFIG_BT_CTLR_PRIVACY=n
This is to narrow down the locality of the problem, just suspecting some
Hi,
Could you please turn off the controller privacy feature and check if you still face issues?
CONFIG_BT_CTLR_PRIVACY=n
This is to narrow down the locality of the problem, just suspecting some
|
By
Chettimada, Vinayak Kariappa
·
#4980
·
|
|
Re: bt_le_scan_start Fails with Error -5 after 128 scan start/stop cycles
Hi Johan,
I have attached a new log. This time it fails after 121 cycles (maybe the 128 was a coincidence and the extra debug has changed the timing?).
Any ideas what is
Hi Johan,
I have attached a new log. This time it fails after 121 cycles (maybe the 128 was a coincidence and the extra debug has changed the timing?).
Any ideas what is
|
By
Declan Traill <declan.traill@...>
·
#4979
·
|
|
Re: bt_le_scan_start Fails with Error -5 after 128 scan start/stop cycles
Thanks Declan. The logs do indeed show the HCI error:
[bt] [DBG] bt_hci_cmd_send_sync: (0x20004240) opcode 0x2005 status 0x0c
0x0c is the same as "Command Disallowed", i.e. the controller
Thanks Declan. The logs do indeed show the HCI error:
[bt] [DBG] bt_hci_cmd_send_sync: (0x20004240) opcode 0x2005 status 0x0c
0x0c is the same as "Command Disallowed", i.e. the controller
|
By
Johan Hedberg
·
#4978
·
|
|
hciconfig error with nrf52832 running zephyr #nrf52832#hciconfig#bluez
hi guys,
I got a problem here and hope anyone can give me some advice,thanks.
I bought a official nrf52832 development kits and ported zephyr project successfully. It runs fine with my ubuntu
hi guys,
I got a problem here and hope anyone can give me some advice,thanks.
I bought a official nrf52832 development kits and ported zephyr project successfully. It runs fine with my ubuntu
|
By
icephyr
·
#4977
·
|
|
Re: Flash configuration in dts file
Thanks David.
However since I had this issue, I change the board definition to have a board out of zephyr scope, since it is a board created here in the compagny for a specific custom. Before I used
Thanks David.
However since I had this issue, I change the board definition to have a board out of zephyr scope, since it is a board created here in the compagny for a specific custom. Before I used
|
By
Laurence Pasteau
·
#4976
·
|
|
debug with mcuboot
How could I create image that will be signed that mcuboot will recognise it as valid image.
I wuild like to sign image with imgtool.py in ninja script after build (target all) was succesfull.
Thanks
How could I create image that will be signed that mcuboot will recognise it as valid image.
I wuild like to sign image with imgtool.py in ninja script after build (target all) was succesfull.
Thanks
|
By
robert.konc@...
·
#4975
·
|
|
Re: bt_le_scan_start Fails with Error -5 after 128 scan start/stop cycles
Hi Declan,
Could you enable the following options and try to take another log:
CONFIG_BT_DEBUG_LOG=y
CONFIG_BT_DEBUG_HCI_CORE=y
If I remember right, EIO is just a generic mapping to any HCI
Hi Declan,
Could you enable the following options and try to take another log:
CONFIG_BT_DEBUG_LOG=y
CONFIG_BT_DEBUG_HCI_CORE=y
If I remember right, EIO is just a generic mapping to any HCI
|
By
Johan Hedberg
·
#4974
·
|
|
bt_le_scan_start Fails with Error -5 after 128 scan start/stop cycles
Hi,
I have a basic project that scans for 5 seconds, then stops for one second - then repeats forever.
After exactly 128 cycles, the 129th scan start (and all after that) fails with error code -5
Hi,
I have a basic project that scans for 5 seconds, then stops for one second - then repeats forever.
After exactly 128 cycles, the 129th scan start (and all after that) fails with error code -5
|
By
Declan Traill <declan.traill@...>
·
#4973
·
|
|
Re: Development cycle of Zephyr 1.13 is coming to an end
Hi,
We are waiting on 4 PRs to be addressed and merged before we create RC1. So expect and RC1 tomorrow the latest.
Anas
Hi,
We are waiting on 4 PRs to be addressed and merged before we create RC1. So expect and RC1 tomorrow the latest.
Anas
|
By
Nashif, Anas
·
#4972
·
|