|
Re: HCI_UART
Charles,
Thank you very much for the reply.
Here is a paste-bin of the logs you requested. Please let me know if there's any further information you would like me to provide.
Charles,
Thank you very much for the reply.
Here is a paste-bin of the logs you requested. Please let me know if there's any further information you would like me to provide.
|
By
Cale Collins <ccollins@...>
·
#5200
·
|
|
Re: Best pinmux approach for Atmel sam soc (sam4s & same70)
So we are trying to have the out of box config of a board to enable a default set of features for that board.
I see now what was done on the other Atmel SAM platforms. So defining the pins in
So we are trying to have the out of box config of a board to enable a default set of features for that board.
I see now what was done on the other Atmel SAM platforms. So defining the pins in
|
By
Kumar Gala
·
#5199
·
|
|
Re: HCI_UART
Hi there,
Could you please attach a btmon log of the attach procedure?
On one shell run “sudo btmon”
On another shell then run: “sudo btattach -B /dev/ttyACM0 -S 1000000”
And then
Hi there,
Could you please attach a btmon log of the attach procedure?
On one shell run “sudo btmon”
On another shell then run: “sudo btattach -B /dev/ttyACM0 -S 1000000”
And then
|
By
Carles Cufi
·
#5198
·
|
|
HCI_UART
Hello,
I have built and installed HCI_UART to nRF52840 Nordic Development kit. When I connect this device it appears with "lsusb", seemingly I can attach it using "btattach -B /dev/ttyACM0 -S
Hello,
I have built and installed HCI_UART to nRF52840 Nordic Development kit. When I connect this device it appears with "lsusb", seemingly I can attach it using "btattach -B /dev/ttyACM0 -S
|
By
Cale Collins <ccollins@...>
·
#5197
·
|
|
Re: Best pinmux approach for Atmel sam soc (sam4s & same70)
Hi,
isn't better to put the pin config into the arch/.../soc_pinmap.h and then the user app is responsible for proper pin setup. As the same board can be used in various way (typically dev boards) and
Hi,
isn't better to put the pin config into the arch/.../soc_pinmap.h and then the user app is responsible for proper pin setup. As the same board can be used in various way (typically dev boards) and
|
By
Jiří Kubias <jiri.kubias@...>
·
#5196
·
|
|
Re: Best pinmux approach for Atmel sam soc (sam4s & same70)
I’d avoid device tree for right now, it is were we want to be, but requires a bunch of other work we are making progress on.
So we should have a pinmux driver that sets pins, and than we have board
I’d avoid device tree for right now, it is were we want to be, but requires a bunch of other work we are making progress on.
So we should have a pinmux driver that sets pins, and than we have board
|
By
Kumar Gala
·
#5195
·
|
|
Best pinmux approach for Atmel sam soc (sam4s & same70)
Hi all,
I'm currently extending the support for the sam4s and same70, by adding the SPI driver for it.
To create / extend a board which actually uses the SPI bus, I noticed there several different
Hi all,
I'm currently extending the support for the sam4s and same70, by adding the SPI driver for it.
To create / extend a board which actually uses the SPI bus, I noticed there several different
|
By
Vincent - VLoTech
·
#5194
·
|
|
Re: Compilers working on Zephyr
Hi Gil,
It's nice to see someone using TI CGT!
I've been working on it but the current Zephyr code base has many GCC-ism's.
Most challenging part of it is the final linking. In parts,
Hi Gil,
It's nice to see someone using TI CGT!
I've been working on it but the current Zephyr code base has many GCC-ism's.
Most challenging part of it is the final linking. In parts,
|
By
Yasushi SHOJI
·
#5193
·
|
|
Zephyr Development News, 02 October 2018
This is the 02 October 2018 newsletter tracking the latest Zephyr
development merged into the mainline tree on GitHub.
HTML is available
This is the 02 October 2018 newsletter tracking the latest Zephyr
development merged into the mainline tree on GitHub.
HTML is available
|
By
Marti Bolivar <marti@...>
·
#5192
·
|
|
Re: Compilers working on Zephyr
Hi Gil,
Thanks for pointing it out. I'll take a look on it.
Regards,
Flavio Ceolin
Hi Gil,
Thanks for pointing it out. I'll take a look on it.
Regards,
Flavio Ceolin
|
By
Flavio Ceolin
·
#5191
·
|
|
GPIO flags rework
Wanted to get anyone and everyone’s input on cleaning up the GPIO flags. Please comment on this GitHub issue if you have input:
https://github.com/zephyrproject-rtos/zephyr/issues/10339
Thanks
-
Wanted to get anyone and everyone’s input on cleaning up the GPIO flags. Please comment on this GitHub issue if you have input:
https://github.com/zephyrproject-rtos/zephyr/issues/10339
Thanks
-
|
By
Kumar Gala
·
#5190
·
|
|
Nordic nRF52: Including nrfx_gpiote
Hello,
I am having trouble to include “nrfx_gpiote.h”. I can see that “nrfx_gpiote.c” only implements all methods if the check “NRFX_CHECK(NRFX_GPIOTE_ENABLED)” is passed.
But how do
Hello,
I am having trouble to include “nrfx_gpiote.h”. I can see that “nrfx_gpiote.c” only implements all methods if the check “NRFX_CHECK(NRFX_GPIOTE_ENABLED)” is passed.
But how do
|
By
Gavrikov Paul <Paul.Gavrikov@...>
·
#5189
·
|
|
Re: Choosing Tx Buffers in BLE stack
Hi Dhananjay,
Related PR and its explanation in the commit message: https://github.com/zephyrproject-rtos/zephyr/pull/10332
This does not solve your Windows crash, but will in general reduce data
Hi Dhananjay,
Related PR and its explanation in the commit message: https://github.com/zephyrproject-rtos/zephyr/pull/10332
This does not solve your Windows crash, but will in general reduce data
|
By
Chettimada, Vinayak Kariappa
·
#5188
·
|
|
Re: Does Zephyr allow provisioning using relays?
Hi,
FYI, as of now #nRFMesh App itself doesn't support remote provisioning.
Regards,
vikrant
Hi,
FYI, as of now #nRFMesh App itself doesn't support remote provisioning.
Regards,
vikrant
|
By
vikrant8051 <vikrant8051@...>
·
#5187
·
|
|
Re: Does Zephyr allow provisioning using relays?
Hi,
As per my knowledge, remote provisioning is not yet part of Bluetooth SIG Mesh specification. That is why this feature is not included in Zephyr mesh stack.
Nordic own mesh SDK supported it. Have
Hi,
As per my knowledge, remote provisioning is not yet part of Bluetooth SIG Mesh specification. That is why this feature is not included in Zephyr mesh stack.
Nordic own mesh SDK supported it. Have
|
By
vikrant8051 <vikrant8051@...>
·
#5186
·
|
|
Re: Compilers working on Zephyr
Hi Flavio,
I also recorded some issues attempting to integrate TI compiler/toolchain:
https://github.com/zephyrproject-rtos/zephyr/issues/9284
I haven't gotten back to it as it's lower priority for
Hi Flavio,
I also recorded some issues attempting to integrate TI compiler/toolchain:
https://github.com/zephyrproject-rtos/zephyr/issues/9284
I haven't gotten back to it as it's lower priority for
|
By
Gil Pitney
·
#5185
·
|
|
Re: Compilers working on Zephyr
Hi Sebastian,
The in-tree documentation is lacking indeed, but I also wanted to know
whether people is trying to use other compilers and the problems they
are facing.
The work on MISRA-C and C99
Hi Sebastian,
The in-tree documentation is lacking indeed, but I also wanted to know
whether people is trying to use other compilers and the problems they
are facing.
The work on MISRA-C and C99
|
By
Flavio Ceolin
·
#5184
·
|
|
Benchmarking of Real-Time Operating Systems for Internet of Things Devices
Hello Zephyr community !
We are two students of the Université catholique de Louvain from Belgium and we work on our master thesis. The thesis is called "Benchmarking of Real-Time Operating Systems
Hello Zephyr community !
We are two students of the Université catholique de Louvain from Belgium and we work on our master thesis. The thesis is called "Benchmarking of Real-Time Operating Systems
|
By
julien.gomez@...
·
#5183
·
|
|
Does Zephyr allow provisioning using relays?
Hi, everybody:
I´m using four boards Nordic PCA10056 with nRF52840 for creating a simple mesh net. For provisioning I´m using the Nordic App nRF mesh. I'm using the sample
Hi, everybody:
I´m using four boards Nordic PCA10056 with nRF52840 for creating a simple mesh net. For provisioning I´m using the Nordic App nRF mesh. I'm using the sample
|
By
IosuGorostiza <balcalde@...>
·
#5182
·
|
|
Re: Choosing Tx Buffers in BLE stack
Hello Pawel,
Thank you very much for the reply.
Yes i used the zephyr sample as reference(HoG mouse device) but modified for keyboard. The report map i use is directly from Nordic SDK HID
Hello Pawel,
Thank you very much for the reply.
Yes i used the zephyr sample as reference(HoG mouse device) but modified for keyboard. The report map i use is directly from Nordic SDK HID
|
By
dhguja@gmail.com
·
#5181
·
|