|
Re: USB console sample not working with STM32F070
Hi
You need to enable the usb device in boards device tree file:
&usb {
status = "ok";
};
Please consider creating a pull request if it works.
Yannis
Hi
You need to enable the usb device in boards device tree file:
&usb {
status = "ok";
};
Please consider creating a pull request if it works.
Yannis
|
By
Yannis Damigos
·
#4892
·
|
|
Re: kconfig
Hi Jehudi,
Kconfig options can only default to values of other Kconfig options, the whole Kconfig system is self-contained and has no access to macros in the code.
If necessary, you can convert
Hi Jehudi,
Kconfig options can only default to values of other Kconfig options, the whole Kconfig system is self-contained and has no access to macros in the code.
If necessary, you can convert
|
By
Carles Cufi
·
#4891
·
|
|
USB console sample not working with STM32F070
Hello,
I am trying to use the USB CDC device driver with an STM32F070. However, the usb console sample fails with the following error message (several similar errors shown, only one of them
Hello,
I am trying to use the USB CDC device driver with an STM32F070. However, the usb console sample fails with the following error message (several similar errors shown, only one of them
|
By
Martin Jäger
·
#4890
·
|
|
kconfig
Hi,
I am working on a subsystem and I have some problem with Kconfig. I
would like to define a configuration setting: SET_NVS_SECTOR_SIZE and
apply a default equal to the define
Hi,
I am working on a subsystem and I have some problem with Kconfig. I
would like to define a configuration setting: SET_NVS_SECTOR_SIZE and
apply a default equal to the define
|
By
laczenJMS
·
#4889
·
|
|
Zephyr development news, 26 July 2018
Hello,
This is the plain text email version of the 26 July 2018 newsletter
tracking the latest Zephyr development merged into the mainline tree
on GitHub, which went out yesterday.
The HTML version
Hello,
This is the plain text email version of the 26 July 2018 newsletter
tracking the latest Zephyr development merged into the mainline tree
on GitHub, which went out yesterday.
The HTML version
|
By
Marti Bolivar <marti@...>
·
#4888
·
|
|
Re: [Zephyr-users] HCI Interface UART//USB
Please check baud rate and use dts overlay files to build hci_uart app with 115200 bps if that’s what you have in your pixit
Please check baud rate and use dts overlay files to build hci_uart app with 115200 bps if that’s what you have in your pixit
|
By
Vinayak Kariappa <vinayak.kariappa@...>
·
#4887
·
|
|
HCI Interface UART//USB
Hello Team,
We have bought nRF52840 and nRF52 DK boards for BLE v5.0 testing with ellisys tester . Comport it is taking as ACM0 but HCI reset is failing in the IUT . As per the comment from nordic
Hello Team,
We have bought nRF52840 and nRF52 DK boards for BLE v5.0 testing with ellisys tester . Comport it is taking as ACM0 but HCI reset is failing in the IUT . As per the comment from nordic
|
By
kavin.muthusamy@wipro.com <kavin.muthusamy@...>
·
#4886
·
|
|
Re: printf -> /dev/ttyXXX output not working (nRF52 DK, Thingy52)
Hi Vinayak,
thanks a lot! - this was the correct solution. I had misunderstood how UART was (apparently not) hooked up through the SEGGER connection to the nRF52 DK board.
br
Lars
Hi Vinayak,
thanks a lot! - this was the correct solution. I had misunderstood how UART was (apparently not) hooked up through the SEGGER connection to the nRF52 DK board.
br
Lars
|
By
Lars Knudsen
·
#4885
·
|
|
Re: printf -> /dev/ttyXXX output not working (nRF52 DK, Thingy52)
Hi Lars,
You can try CONFIG_RTT_CONSOLE=y in your prj.conf to get your printf on the segger RTT. i.e if you don’t want to wire up the UART.
Regards,
Vinayak
Hi Lars,
You can try CONFIG_RTT_CONSOLE=y in your prj.conf to get your printf on the segger RTT. i.e if you don’t want to wire up the UART.
Regards,
Vinayak
|
By
Chettimada, Vinayak Kariappa
·
#4884
·
|
|
Re: printf -> /dev/ttyXXX output not working (nRF52 DK, Thingy52)
Hi Vinayak,
I have only connected the debug/flashing cable (see picture below). I thought the UART was part of that but of course, if it's going to different connectors, I can see why nothing appears
Hi Vinayak,
I have only connected the debug/flashing cable (see picture below). I thought the UART was part of that but of course, if it's going to different connectors, I can see why nothing appears
|
By
Lars Knudsen
·
#4883
·
|
|
Re: printf -> /dev/ttyXXX output not working (nRF52 DK, Thingy52)
Hi Lars,
I am assuming you have connected (wire) the configured Tx and Rx lines from your Thingy52 board to the DK’s TXD (P0.06) and RXD (P0.08) lines, at the least for the UART?
Hi Lars,
I am assuming you have connected (wire) the configured Tx and Rx lines from your Thingy52 board to the DK’s TXD (P0.06) and RXD (P0.08) lines, at the least for the UART?
|
By
Chettimada, Vinayak Kariappa
·
#4882
·
|
|
printf -> /dev/ttyXXX output not working (nRF52 DK, Thingy52)
Hi,
I recently got an nRF52 DK board to flash/debug Nordic Thingy52 using Zephyr.
My host machine is running Ubuntu Linux (modemmanager uninstalled, udev rules allows user access to the nRF52
Hi,
I recently got an nRF52 DK board to flash/debug Nordic Thingy52 using Zephyr.
My host machine is running Ubuntu Linux (modemmanager uninstalled, udev rules allows user access to the nRF52
|
By
Lars Knudsen
·
#4881
·
|
|
Re: Zephyr Support of Ethernet for NIOS II Soft Processor on FPGA
Aviv,
No, Unfortunately Ethernet is not supported on NIOSII yet.
Anas
Aviv,
No, Unfortunately Ethernet is not supported on NIOSII yet.
Anas
|
By
Nashif, Anas
·
#4880
·
|
|
Zephyr Support of Ethernet for NIOS II Soft Processor on FPGA
Hello,
I was wondering if there was/is ethernet support though Zephyr. I am interested in using Intel FPGA’s (formerly Altera) NIOS II soft processor on an FPGA and want to make sure that Zephyr
Hello,
I was wondering if there was/is ethernet support though Zephyr. I am interested in using Intel FPGA’s (formerly Altera) NIOS II soft processor on an FPGA and want to make sure that Zephyr
|
By
Weinstein, Aviv <aviv.weinstein@...>
·
#4879
·
Edited
|
|
Register soon for the Zephyr Hackathon at OpenIoT/Embedded Linux Con EU
Hi Zephyr Developers,
We have a great week of presentations, workshops and special events organized for October 21-26, 2018 in Edinburgh, Scotland for the OpenIoT Summit and Embedded Linux Conference
Hi Zephyr Developers,
We have a great week of presentations, workshops and special events organized for October 21-26, 2018 in Edinburgh, Scotland for the OpenIoT Summit and Embedded Linux Conference
|
By
Thea Aldrich
·
#4878
·
|
|
Re: Low power node and friend
#bluetoothmesh
Hello!
A couple of months ago, I requested some help to enable the LPN and friend features in this post: https://lists.zephyrproject.org/g/devel/topic/18050411#2060
Which turned out successfully with
Hello!
A couple of months ago, I requested some help to enable the LPN and friend features in this post: https://lists.zephyrproject.org/g/devel/topic/18050411#2060
Which turned out successfully with
|
By
Diana Rivera
·
#4877
·
|
|
Re: AODV Based Routing Over BLE Mesh
Osama,
Sure, can you share more details about your project and share the feature in form of a pull request on Github?
Thank you,
Anas
Osama,
Sure, can you share more details about your project and share the feature in form of a pull request on Github?
Thank you,
Anas
|
By
Nashif, Anas
·
#4876
·
|
|
AODV Based Routing Over BLE Mesh
Dear All,
We are a group of students at Cairo University who has developed an AODV based routing protocol using Zephyr over a BLE mesh network as our graduation project. Will you be interested in
Dear All,
We are a group of students at Cairo University who has developed an AODV based routing protocol using Zephyr over a BLE mesh network as our graduation project. Will you be interested in
|
By
Haytham Osama <haythamossama.95@...>
·
#4875
·
|
|
Re: Bluetooth: Mesh: Saving Server's State on SoC flash
Hi Johan,
But I need reference example or files from mesh stack which show how
to save & retrieve variable after reboot using setting layer ?
Thank You !!
Hi Johan,
But I need reference example or files from mesh stack which show how
to save & retrieve variable after reboot using setting layer ?
Thank You !!
|
By
vikrant8051 <vikrant8051@...>
·
#4874
·
|
|
Re: Bluetooth: Mesh: Saving Server's State on SoC flash
Hi Vikrant,
You should be able to use the same settings storage for your own data as
well. The Bluetooth stack (Mesh included) uses the prefix "bt/" for all
key names stored in settings, so as long
Hi Vikrant,
You should be able to use the same settings storage for your own data as
well. The Bluetooth stack (Mesh included) uses the prefix "bt/" for all
key names stored in settings, so as long
|
By
Johan Hedberg
·
#4873
·
|