|
USB: Question about usb_write() API
Hi,
While developing a USB device controller driver for the Nordic nRF52840 SoC,
I ran into the problem of handling chunked/partial write() while coding the usb_dc_ep_write() function.
From what I
Hi,
While developing a USB device controller driver for the Nordic nRF52840 SoC,
I ran into the problem of handling chunked/partial write() while coding the usb_dc_ep_write() function.
From what I
|
By
Sundar Subramaniyan
·
#1667
·
|
|
Re: Saving #BluetoothMesh Provisioning & Configuration related data on flash of nRF52 using NFFS
#bluetoothmesh
After testing I found that it is necessary to add __attribute__((packed)) after structure definationWhy ?? This will be helpful --> http://www.avabodh.com/cin/structure.html
So I edit above mentioned
After testing I found that it is necessary to add __attribute__((packed)) after structure definationWhy ?? This will be helpful --> http://www.avabodh.com/cin/structure.html
So I edit above mentioned
|
By
Vikrant More <vikrant8051@...>
·
#1666
·
|
|
Saving #BluetoothMesh Provisioning & Configuration related data on flash of nRF52 using NFFS
#bluetoothmesh
Hello World !!
By including NFFS support into #BluetoothMesh project, now I can access flash of nRF52.
{
Some useful links:
http://docs.zephyrproject.org/api/file_system.html
Hello World !!
By including NFFS support into #BluetoothMesh project, now I can access flash of nRF52.
{
Some useful links:
http://docs.zephyrproject.org/api/file_system.html
|
By
Vikrant More <vikrant8051@...>
·
#1665
·
|
|
Re: undefined reference to `bt_uuid_str'
Hi Paul,
I'm unable to reproduce this. Is this your own app and a custom
configuration, or a sample from the Zephyr tree? If it's your custom
app, could you provide the output of the
Hi Paul,
I'm unable to reproduce this. Is this your own app and a custom
configuration, or a sample from the Zephyr tree? If it's your custom
app, could you provide the output of the
|
By
Johan Hedberg
·
#1664
·
|
|
Re: Zephyr nRF52840 USBD driver development: EPSTATUS vs EPDATASTATUS register
Hi Carles,
Thanks for the information.
I'll get back if I run into other doubts.
Sundar
Hi Carles,
Thanks for the information.
I'll get back if I run into other doubts.
Sundar
|
By
Sundar Subramaniyan
·
#1656
·
|
|
Re: Zephyr nRF52840 USBD driver development: EPSTATUS vs EPDATASTATUS register
Hi Andrzej,
I'll make it read the EPDATASTATUS register alone for bulk/interrupt in that case.
Thanks for the clarification.
Sundar
Hi Andrzej,
I'll make it read the EPDATASTATUS register alone for bulk/interrupt in that case.
Thanks for the clarification.
Sundar
|
By
Sundar Subramaniyan
·
#1655
·
|
|
undefined reference to `bt_uuid_str'
Hello,
builing a mesh app with debug logs for provisioning fails, due to a missing ref. HEAD is at dbba22397c439ff4675de61407635ae4b5e5ac38
Log:
Hello,
builing a mesh app with debug logs for provisioning fails, due to a missing ref. HEAD is at dbba22397c439ff4675de61407635ae4b5e5ac38
Log:
|
By
Gavrikov Paul <Paul.Gavrikov@...>
·
#1661
·
|
|
Re: tests/subsys/fs/nffs_fs_api fails after commit ff7dfc4fb44b5c987e42afc847dce33f43d520ba
Hi Carles,
The test now builds and runs successfully.
Thanks,
Steve
Hi Carles,
The test now builds and runs successfully.
Thanks,
Steve
|
By
Steve Brown
·
#1660
·
|
|
Re: tests/subsys/fs/nffs_fs_api fails after commit ff7dfc4fb44b5c987e42afc847dce33f43d520ba
Hi Steve,
Andrzej has posted a PR today:
https://github.com/zephyrproject-rtos/zephyr/pull/5869
Regards,
Carles
Hi Steve,
Andrzej has posted a PR today:
https://github.com/zephyrproject-rtos/zephyr/pull/5869
Regards,
Carles
|
By
Carles Cufi
·
#1659
·
|
|
Re: Zephyr nRF52840 USBD driver development: EPSTATUS vs EPDATASTATUS register
Hi Sundar,
I am told internally thatit should be EPDATASTATUS, there is an mistake in the documentation.
Thanks,
Carles
Hi Sundar,
I am told internally thatit should be EPDATASTATUS, there is an mistake in the documentation.
Thanks,
Carles
|
By
Carles Cufi
·
#1657
·
|
|
Re: FW: support for NFFS file system
I forgot to inform that, we have to add ext/fs/nffs/include into list of include directories.
For that edit $zephyr_base/CMakeLists.txt as follow .... so it will looks
I forgot to inform that, we have to add ext/fs/nffs/include into list of include directories.
For that edit $zephyr_base/CMakeLists.txt as follow .... so it will looks
|
By
Vikrant More <vikrant8051@...>
·
#1658
·
|
|
Re: Zephyr nRF52840 USBD driver development: EPSTATUS vs EPDATASTATUS register
Hi Sundar,
The EPDATASTATUS register is the one that you should examine after getting the EPDATA event (our USB expert has confirmed this).
nRF52840 documentation is a bit imprecise in this
Hi Sundar,
The EPDATASTATUS register is the one that you should examine after getting the EPDATA event (our USB expert has confirmed this).
nRF52840 documentation is a bit imprecise in this
|
By
Andrzej G??bek
·
#1662
·
|
|
Re: FW: support for NFFS file system
Thanks Michael !!
Now I can access flash of nRF52840 using NFFS file system APIs.
I request Zephyr OS maintainer to create & add following attached main.c under
Thanks Michael !!
Now I can access flash of nRF52840 using NFFS file system APIs.
I request Zephyr OS maintainer to create & add following attached main.c under
|
By
Vikrant More <vikrant8051@...>
·
#1663
·
|
|
Re: tests/subsys/fs/nffs_fs_api fails after commit ff7dfc4fb44b5c987e42afc847dce33f43d520ba
Hi Steve,
Thanks for reporting this. Andrzej and I will take a look.
Carles
Hi Steve,
Thanks for reporting this. Andrzej and I will take a look.
Carles
|
By
Carles Cufi
·
#1654
·
|
|
Zephyr nRF52840 USBD driver development: EPSTATUS vs EPDATASTATUS register
Hi,
I'm developing a driver for USB device controller on nRF52840. I came across the BULK/INTERRUPT section in the datasheet and have some doubts.
My question is about the significance of EPSTATUS and
Hi,
I'm developing a driver for USB device controller on nRF52840. I came across the BULK/INTERRUPT section in the datasheet and have some doubts.
My question is about the significance of EPSTATUS and
|
By
Sundar Subramaniyan
·
#1653
·
|
|
tests/subsys/fs/nffs_fs_api fails after commit ff7dfc4fb44b5c987e42afc847dce33f43d520ba
From bisect
dts: bindings: add support for the flash driver name
***** BOOTING ZEPHYR OS v1.10.99 - BUILD: Jan 27 2018 10:01:12 *****
Running test suite
From bisect
dts: bindings: add support for the flash driver name
***** BOOTING ZEPHYR OS v1.10.99 - BUILD: Jan 27 2018 10:01:12 *****
Running test suite
|
By
Steve Brown
·
#1652
·
|
|
Re: Confusion about Zephyr ADC API semantics
Hi everyone,
Thanks to everybody who responded.
Unfortunately due to some priority changes at my company, I'm not able to continue this work as much as I had originally thought. I've heard from some
Hi everyone,
Thanks to everybody who responded.
Unfortunately due to some priority changes at my company, I'm not able to continue this work as much as I had originally thought. I've heard from some
|
By
Marti Bolivar
·
#1651
·
|
|
Re: [RFC] Issues with Zephyr Sensors API and ways to resolve them
Hello Anas,
"Nashif, Anas" <anas.nashif@...> wrote:
Thanks, that sounds reassuring. I'll collect evidence on millimeter
-> meter switchover then ;-).
[]
[]
--
Best
Hello Anas,
"Nashif, Anas" <anas.nashif@...> wrote:
Thanks, that sounds reassuring. I'll collect evidence on millimeter
-> meter switchover then ;-).
[]
[]
--
Best
|
By
Paul Sokolovsky
·
#1650
·
|
|
Re: [RFC] Issues with Zephyr Sensors API and ways to resolve them
I am fine with humidity unit change and now that I see the original author’s reply I am more comfortable with this.
Anas
I am fine with humidity unit change and now that I see the original author’s reply I am more comfortable with this.
Anas
|
By
Nashif, Anas
·
#1649
·
|
|
Re: [RFC] Issues with Zephyr Sensors API and ways to resolve them
Hello Anas,
"Nashif, Anas" <anas.nashif@...> wrote:
Yes, the original author of Sensors API, Vlad Dogaru, replied on Github
and pointed that is the
Hello Anas,
"Nashif, Anas" <anas.nashif@...> wrote:
Yes, the original author of Sensors API, Vlad Dogaru, replied on Github
and pointed that is the
|
By
Paul Sokolovsky
·
#1648
·
|