|
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@...>
·
#992
·
|
|
Re: 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
·
#991
·
|
|
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@...>
·
#990
·
|
|
Re: Three UARTs on nrf52832
Thank you, Vinayak.
Best regards,
Rodrigo Peixoto
Co-founder and Technical advisor
+55 (82) 98144-8585
http://ayna.tech | Skype: rodrigopex
2018-07-26 10:48 GMT-03:00 Chettimada, Vinayak Kariappa
Thank you, Vinayak.
Best regards,
Rodrigo Peixoto
Co-founder and Technical advisor
+55 (82) 98144-8585
http://ayna.tech | Skype: rodrigopex
2018-07-26 10:48 GMT-03:00 Chettimada, Vinayak Kariappa
|
By
Rodrigo Peixoto <rodrigopex@...>
·
#989
·
|
|
Re: Three UARTs on nrf52832
Hi,
There is only one UART peripheral on nRF52832 at the base address0x40002000 (is either UART or UARTE instance).
Regards,
Vinayak
Hi,
There is only one UART peripheral on nRF52832 at the base address0x40002000 (is either UART or UARTE instance).
Regards,
Vinayak
|
By
Chettimada, Vinayak Kariappa <vinayak.kariappa.chettimada@...>
·
#988
·
|
|
Three UARTs on nrf52832
Hi all,
is it currently possible to use three UART at the same time on the nrf52832? We need that to control three external modules that communicate via UART.
Thank you in advance.
Best
Hi all,
is it currently possible to use three UART at the same time on the nrf52832? We need that to control three external modules that communicate via UART.
Thank you in advance.
Best
|
By
Rodrigo Peixoto <rodrigopex@...>
·
#987
·
|
|
Re: Using sanitycheck to run my project tests
Anas,
The command worked after removing the build_only. I think the documentation is outdated. For example: "Build only: If true, don't try to run the test under QEMU even if the selected platform
Anas,
The command worked after removing the build_only. I think the documentation is outdated. For example: "Build only: If true, don't try to run the test under QEMU even if the selected platform
|
By
Rodrigo Peixoto <rodrigopex@...>
·
#986
·
|
|
Re: How to use WebSocket Echo Server on disco_l475_iot1
Hi Heiko,
In the samples/net/ws_echo_server/prj.conf file, you could uncomment
the CONFIG_NET_DHCPV4=y setting.
Also if you do not want static IP address, you can comment
Hi Heiko,
In the samples/net/ws_echo_server/prj.conf file, you could uncomment
the CONFIG_NET_DHCPV4=y setting.
Also if you do not want static IP address, you can comment
|
By
Jukka Rissanen
·
#985
·
|
|
Re: Using sanitycheck to run my project tests
You should get rid of the build_only
You should get rid of the build_only
|
By
Nashif, Anas
·
#984
·
|
|
Re: Using sanitycheck to run my project tests
Maybe it is not an issue, but a miss use of my part. Should I open the issue?
My testcase.yaml is:
tests:
build:
build_only: true
The error I am forcing is a zassert to be false
Maybe it is not an issue, but a miss use of my part. Should I open the issue?
My testcase.yaml is:
tests:
build:
build_only: true
The error I am forcing is a zassert to be false
|
By
Rodrigo Peixoto <rodrigopex@...>
·
#983
·
|
|
Re: Using sanitycheck to run my project tests
What kind of error did you force? What do you have in testcase.yaml? Can you run with -vv? Please open an issue on GH and attach output there.
Anas
From:<users@...> on behalf of Rodrigo Peixoto
What kind of error did you force? What do you have in testcase.yaml? Can you run with -vv? Please open an issue on GH and attach output there.
Anas
From:<users@...> on behalf of Rodrigo Peixoto
|
By
Nashif, Anas
·
#982
·
|
|
Re: Using sanitycheck to run my project tests
When I run the command:
$ sanitycheck -p native_posix -T . --outdir ./sanity-out --detailed-report ./sanity-out/tests.report
The content of the report is:
<testsuites><testsuite
When I run the command:
$ sanitycheck -p native_posix -T . --outdir ./sanity-out --detailed-report ./sanity-out/tests.report
The content of the report is:
<testsuites><testsuite
|
By
Rodrigo Peixoto <rodrigopex@...>
·
#981
·
|
|
Re: Using sanitycheck to run my project tests
But when I force an error it doesn't affect the result.
Any clue?
Rodrigo Peixoto
Co-founder and Technical advisor
+55 (82) 98144-8585
http://ayna.tech | Skype: rodrigopex
2018-07-19 10:46 GMT-03:00
But when I force an error it doesn't affect the result.
Any clue?
Rodrigo Peixoto
Co-founder and Technical advisor
+55 (82) 98144-8585
http://ayna.tech | Skype: rodrigopex
2018-07-19 10:46 GMT-03:00
|
By
Rodrigo Peixoto <rodrigopex@...>
·
#980
·
|
|
Re: Using sanitycheck to run my project tests
--list-tests give you the list of sub-tests in a test project, sanitycheck results report on the test project level, not the sub-tests.
Anas
--list-tests give you the list of sub-tests in a test project, sanitycheck results report on the test project level, not the sub-tests.
Anas
|
By
Nashif, Anas
·
#979
·
|
|
Using sanitycheck to run my project tests
Hi all.
I was creating my unit, integration, and regression test for a project I am involved, I was wondering if it is possible to use the sanitycheck script to run my own tests that are not related
Hi all.
I was creating my unit, integration, and regression test for a project I am involved, I was wondering if it is possible to use the sanitycheck script to run my own tests that are not related
|
By
Rodrigo Peixoto <rodrigopex@...>
·
#978
·
|
|
Re: STM32F412 problem with full speed usb driver #stm32 #usb - solved
#stm32
#usb
Hi guys,
I have custom board. There was an error in my config with CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC parameter. I adjusted it to my PLL clock settings. Now everything works fine.
Thanks for the
Hi guys,
I have custom board. There was an error in my config with CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC parameter. I adjusted it to my PLL clock settings. Now everything works fine.
Thanks for the
|
By
Stefan Jaritz
·
#977
·
|
|
Re: STM32F412 problem with full speed usb driver
#stm32
#usb
Hi,
Do you use a custom board based on stm32f412 SoC? Does the sample application "samples/subsys/usb/cdc_acm" works on your board?
Yannis
Hi,
Do you use a custom board based on stm32f412 SoC? Does the sample application "samples/subsys/usb/cdc_acm" works on your board?
Yannis
|
By
Yannis Damigos
·
#976
·
|
|
Remember to Sign Up for the Zephyr Hackathon
Hello,
As many of you know, we have a great week of conferences, meetings and special events organized for October 21-26, 2018 in Edinburgh, Scotland as part of the OpenIoT Summit and Embedded Linux
Hello,
As many of you know, we have a great week of conferences, meetings and special events organized for October 21-26, 2018 in Edinburgh, Scotland as part of the OpenIoT Summit and Embedded Linux
|
By
Thea Aldrich <aldrich.thea@...>
·
#975
·
|
|
Re: [Zephyr-devel] 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@...>
·
#974
·
|
|
Re: [Zephyr-devel] 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
·
#973
·
|