|
Re: usb device network on nrf52840 platform
BTW, you can also say
$ cmake -DOVERLAY_CONFIG=overlay-netusb.conf -DBOARD=nrf52840_pca10056
../..
as prj.conf is automatically included anyway.
Using -DCONF_FILE="prj.conf overlay-netusb.conf"
BTW, you can also say
$ cmake -DOVERLAY_CONFIG=overlay-netusb.conf -DBOARD=nrf52840_pca10056
../..
as prj.conf is automatically included anyway.
Using -DCONF_FILE="prj.conf overlay-netusb.conf"
|
By
Jukka Rissanen
·
#5353
·
|
|
Re: [Question] zephyr file transfer via BLE
Hi Carles
I have a question
NOW
Scenario
BLE file transfer UART(file)
Android app (mcumgr) ----------------------à
Hi Carles
I have a question
NOW
Scenario
BLE file transfer UART(file)
Android app (mcumgr) ----------------------à
|
By
우승우 <du5102@...>
·
#5352
·
|
|
Re: usb device network on nrf52840 platform
Andrezej, thanks for looking at this. To keep things simple, I went back to the sample project:
samples/net/echo_server
With the exception of adding the first line, I don't believe I have changed
Andrezej, thanks for looking at this. To keep things simple, I went back to the sample project:
samples/net/echo_server
With the exception of adding the first line, I don't believe I have changed
|
By
cpmcparland@...
·
#5351
·
|
|
Re: usb device network on nrf52840 platform
Hi
I’m unable to reproduce this problem – I mean that I did not encounter problem compiling usbd along with newlibc.
Can you point prj.conf you used, or even the project?
Hi
I’m unable to reproduce this problem – I mean that I did not encounter problem compiling usbd along with newlibc.
Can you point prj.conf you used, or even the project?
|
By
Puzdrowski, Andrzej
·
#5350
·
|
|
Re: usb device network on nrf52840 platform
Well, as is usually the case, as soon as I'm convinced I'm stuck and send off a note, I try something else and make a bit
of progress......sigh. The new project I was trying to integrate with an ecm
Well, as is usually the case, as soon as I'm convinced I'm stuck and send off a note, I try something else and make a bit
of progress......sigh. The new project I was trying to integrate with an ecm
|
By
cpmcparland@...
·
#5349
·
|
|
usb device network on nrf52840 platform
Has anyone had any luck adding usb device networking to a project outside of samples/net/echo_server ?
I have built the above project with -DCONF_FILE="prj.conf overlay-netusb.conf" and it appears to
Has anyone had any luck adding usb device networking to a project outside of samples/net/echo_server ?
I have built the above project with -DCONF_FILE="prj.conf overlay-netusb.conf" and it appears to
|
By
cpmcparland@...
·
#5348
·
|
|
Re: Zephyr SDK 0.9.5 Release
Thanks!
By
Marti Bolivar <marti@...>
·
#5347
·
|
|
Re: Zephyr SDK 0.9.5 Release
We don’t need DTC greater than 1.4.6, so Mac & Windows should still be ok. Mostly updated the SDK version to get additional warning checks.
- k
We don’t need DTC greater than 1.4.6, so Mac & Windows should still be ok. Mostly updated the SDK version to get additional warning checks.
- k
|
By
Kumar Gala
·
#5346
·
|
|
Re: Zephyr SDK 0.9.5 Release
Re DTC, I will Kumar and Carles answer.
Re OpenOCD: The Zephyr SDK was always Linux only. For Mac/Windows we currently have no solution beside the documentation.
Anas
Re DTC, I will Kumar and Carles answer.
Re OpenOCD: The Zephyr SDK was always Linux only. For Mac/Windows we currently have no solution beside the documentation.
Anas
|
By
Nashif, Anas
·
#5345
·
|
|
Re: [Zephyr-announce] [Zephyr-devel] Zephyr SDK 0.9.5 Release
Hi Carles,
OK, thanks. So the dtc question is the same on Windows as on macOS
(and remains open): what should users do to get this latest version?
Will vanilla 1.4.7 continue to
Hi Carles,
OK, thanks. So the dtc question is the same on Windows as on macOS
(and remains open): what should users do to get this latest version?
Will vanilla 1.4.7 continue to
|
By
Marti Bolivar <marti@...>
·
#5344
·
|
|
Re: [Zephyr-announce] [Zephyr-devel] Zephyr SDK 0.9.5 Release
Hi Martí,
By
Carles Cufi
·
#5343
·
|
|
Re: Zephyr SDK 0.9.5 Release
Hi Anas,
How are Windows and Mac users supposed to update DTC?
- macOS via HomeBrew seems to be on 1.4.7 exactly, and you mention
commit 2e930b7, which is ahead of that tag
Hi Anas,
How are Windows and Mac users supposed to update DTC?
- macOS via HomeBrew seems to be on 1.4.7 exactly, and you mention
commit 2e930b7, which is ahead of that tag
|
By
Marti Bolivar <marti@...>
·
#5342
·
|
|
Zephyr SDK 0.9.5 Release
Hi,
As announced a few weeks ago, we have been working on a new version of the SDK with updates mostly to the host tools.
This release of the SDK has the following changes as compared with 0.9.3:
Hi,
As announced a few weeks ago, we have been working on a new version of the SDK with updates mostly to the host tools.
This release of the SDK has the following changes as compared with 0.9.3:
|
By
Nashif, Anas
·
#5341
·
|
|
Re: ARP request with 0.0.0.0 source ip
Add erhernet_init in init_func of your device. ARP table will be initialized.
Resolved.
---Original---
From: "魏学波"<38900484@...>
Date: Sat, Nov 3, 2018 11:09 AM
To:
Add erhernet_init in init_func of your device. ARP table will be initialized.
Resolved.
---Original---
From: "魏学波"<38900484@...>
Date: Sat, Nov 3, 2018 11:09 AM
To:
|
By
"K.I.R.A.
·
#5340
·
|
|
Re: #nrf52840 #ble unstable connection
#nrf52840
#ble
Hi Vinayak,
I enable HCI_CORE_DEBUG to got some logs in the link.
1. UART log.
2. air log.
Thanks,
Randy
Hi Vinayak,
I enable HCI_CORE_DEBUG to got some logs in the link.
1. UART log.
2. air log.
Thanks,
Randy
|
By
Randy Chou <rchou3@...>
·
#5339
·
|
|
Re: [Zephyr-users] BT840F EV mesh without crystal
Hi Vinayak,
Thanks. With this PR, it works fine. Rgds,
Venkat.
On 02/11/18 7:45 PM, Chettimada, Vinayak Kariappa wrote:
Hi Vinayak,
Thanks. With this PR, it works fine. Rgds,
Venkat.
On 02/11/18 7:45 PM, Chettimada, Vinayak Kariappa wrote:
|
By
Venkat Rao Vallapaneni <vallapaneni@...>
·
#5338
·
|
|
ARP request with 0.0.0.0 source ip
Hi Community guys,
I am using Ethernet device to do communication.
There's a confusion.
When sending a ARP request to find other device, Ethernet stack always fills source ip address with 0.0.0.0.
Hi Community guys,
I am using Ethernet device to do communication.
There's a confusion.
When sending a ARP request to find other device, Ethernet stack always fills source ip address with 0.0.0.0.
|
By
"K.I.R.A.
·
#5337
·
|
|
Re: Using BLE IPSP with a Smartphone or Tablet as Host
Hi Häring,
On 11/2/18 2:02 PM, Cufi, Carles wrote:
One issue that I can think of: several bluetooth/6lowpan crash bugs were submitted for the 4.12 kernel. For testing you could
Hi Häring,
On 11/2/18 2:02 PM, Cufi, Carles wrote:
One issue that I can think of: several bluetooth/6lowpan crash bugs were submitted for the 4.12 kernel. For testing you could
|
By
Michael Scott
·
#5336
·
|
|
Re: Using BLE IPSP with a Smartphone or Tablet as Host
Hi Häring,
I believe that neither Android nor iOS support IPSP, so this might not be possible at all.
That said I’ve copied a couple of people to this thread who might have more information.
Hi Häring,
I believe that neither Android nor iOS support IPSP, so this might not be possible at all.
That said I’ve copied a couple of people to this thread who might have more information.
|
By
Carles Cufi
·
#5335
·
|
|
Re: Highlights from the TSC meeting during ELCE
Rationale:
- Slack offers the project more control (for example fighting spam)
- Very good Integration with GitHub and other platforms we use (Shippable). We are trying a few apps
Rationale:
- Slack offers the project more control (for example fighting spam)
- Very good Integration with GitHub and other platforms we use (Shippable). We are trying a few apps
|
By
Nashif, Anas
·
#5334
·
|