|
Trying to add support for FRDM-KL28Z (nxp)
Hi,
I'm trying to add support for the FRDM-KL28Z board but realize, there seem to be missing support under /ext (where I see support for e.g. MKL25Z4).
Would this need to be pulled from an NXP
Hi,
I'm trying to add support for the FRDM-KL28Z board but realize, there seem to be missing support under /ext (where I see support for e.g. MKL25Z4).
Would this need to be pulled from an NXP
|
By
Lars Knudsen
·
#5006
·
|
|
Re: [Zephyr-users] [Zephyr-devel] nRF52: USART: sending data from Serial terminal to DK
Why don’t you use tests/bluetooth/mesh_shell ? and add your commands?
Johan may be of assistance.
Why don’t you use tests/bluetooth/mesh_shell ? and add your commands?
Johan may be of assistance.
|
By
Chettimada, Vinayak Kariappa
·
#5005
·
|
|
Re: Applying TDD to an IP stack issue
Hello Paul,
Thanks for the input.
Currenly the TCP suite is very simple and doesn't have a capability to initiate events on a peer's side of TCP connection.
I am planning to add such capability and
Hello Paul,
Thanks for the input.
Currenly the TCP suite is very simple and doesn't have a capability to initiate events on a peer's side of TCP connection.
I am planning to add such capability and
|
By
Oleg Zhurakivskyy
·
#5004
·
|
|
Re: [Zephyr-users] [Zephyr-devel] nRF52: USART: sending data from Serial terminal to DK
Hi Vinayak,
My sim is to create commands & send it to PDK where PDK process them & help onboard #BluetoothMesh clients to create data packets.
Currently using thread triggered by button interrupt to
Hi Vinayak,
My sim is to create commands & send it to PDK where PDK process them & help onboard #BluetoothMesh clients to create data packets.
Currently using thread triggered by button interrupt to
|
By
vikrant8051 <vikrant8051@...>
·
#5003
·
|
|
Re: [Zephyr-users] [Zephyr-devel] nRF52: USART: sending data from Serial terminal to DK
if you are looking for a shell, tests/bluetooth/shell could be your inspiration.
if you are looking for implementing a transport over uart, then samples/bluetooth/hci_uart could be your
if you are looking for a shell, tests/bluetooth/shell could be your inspiration.
if you are looking for implementing a transport over uart, then samples/bluetooth/hci_uart could be your
|
By
Chettimada, Vinayak Kariappa
·
#5002
·
|
|
Re: nRF52: USART: sending data from Serial terminal to DK
I found sample code under main tree i.e zephyr/samples/nfc/nfc_hello
which read data on UART terminal.
But it is crasing with this log ...
Sample app running on: arm
***** BUS FAULT *****
I found sample code under main tree i.e zephyr/samples/nfc/nfc_hello
which read data on UART terminal.
But it is crasing with this log ...
Sample app running on: arm
***** BUS FAULT *****
|
By
vikrant8051 <vikrant8051@...>
·
#5001
·
|
|
DS-5 ARM compiler support
Hi,
Does Zephyr have (or plan to add) support for DS-5 ARM compiler?
Regards,
Mina
Hi,
Does Zephyr have (or plan to add) support for DS-5 ARM compiler?
Regards,
Mina
|
By
miem@...
·
#5000
·
|
|
Re: Code cleanup for dts.fixup
#defines
>What do you think? Do you see any caveats about this?
A similar or the same idea drived the #9526 PR.
I think a prefix like dtconfig_ is usefull in aliases definition.
Best regards,
István
>What do you think? Do you see any caveats about this?
A similar or the same idea drived the #9526 PR.
I think a prefix like dtconfig_ is usefull in aliases definition.
Best regards,
István
|
By
@ibisz
·
#4999
·
|
|
Re: hciconfig tools error with nrf52832 running zephyr
Hi,
The 4.1 kernel is too old to support controllers without a public
address. IIRC you need at least a 4.4 kernel, but ideally something much
newer than that.
Johan
Hi,
The 4.1 kernel is too old to support controllers without a public
address. IIRC you need at least a 4.4 kernel, but ideally something much
newer than that.
Johan
|
By
Johan Hedberg
·
#4998
·
|
|
hciconfig tools error with nrf52832 running zephyr
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
·
#4997
·
|
|
Re: Code cleanup for dts.fixup
#defines
Ah, right. Yeah this looks quite nice then.
Ah, right. Yeah this looks quite nice then.
|
By
Andy Gross
·
#4996
·
|
|
Re: Code cleanup for dts.fixup
#defines
Andy,
Actually, the dts extraction already deals with the driver properties listed in the yaml file.
For example, the nxp,imx-uart.yaml, has the following #defines automatically generated for the
Andy,
Actually, the dts extraction already deals with the driver properties listed in the yaml file.
For example, the nxp,imx-uart.yaml, has the following #defines automatically generated for the
|
By
Diego Sueiro
·
#4995
·
|
|
Re: Code cleanup for dts.fixup
#defines
This is an excellent idea. The only downside (upside?) is having to standardize on all of the subsystem driver labels. And it still doesn't solve the device specific properties unless we were to
This is an excellent idea. The only downside (upside?) is having to standardize on all of the subsystem driver labels. And it still doesn't solve the device specific properties unless we were to
|
By
Andy Gross
·
#4994
·
|
|
nRF52: USART: sending data from Serial terminal to DK
Hi,
I wanna send some chuck of data over USART to #nRF52840_PDK like commands.
Is there any sample code available for it or any configuration is required to enable this USART
read feature ?
Thank You
Hi,
I wanna send some chuck of data over USART to #nRF52840_PDK like commands.
Is there any sample code available for it or any configuration is required to enable this USART
read feature ?
Thank You
|
By
vikrant8051 <vikrant8051@...>
·
#4993
·
|
|
Re: bt_le_scan_start Fails with Error -5 after 128 scan start/stop cycles
Hi,
Sorry for the delay in replying (working on another project).
I can confirm the problem still occurs with Controller Privacy turned off, as you suggested would be the case.
It
Hi,
Sorry for the delay in replying (working on another project).
I can confirm the problem still occurs with Controller Privacy turned off, as you suggested would be the case.
It
|
By
Declan Traill <declan.traill@...>
·
#4992
·
|
|
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
·
|