|
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
·
|
|
Bluetooth: Mesh: Saving Server's State on SoC flash
Hi,
Bluetooth Mesh stack is already utilizing setting layer (#FCB)
to store mesh related data on SoC flash. Need examples so that
its implementation along with Bluetooth Mesh sample code
would not
Hi,
Bluetooth Mesh stack is already utilizing setting layer (#FCB)
to store mesh related data on SoC flash. Need examples so that
its implementation along with Bluetooth Mesh sample code
would not
|
By
vikrant8051 <vikrant8051@...>
·
#972
·
|
|
Re: Sample ibeacon on ESP32
HI Matthias,
Thanks for your inputs. I will try.
Rgds,
Venkat.
HI Matthias,
Thanks for your inputs. I will try.
Rgds,
Venkat.
|
By
Venkat Vallapaneni
·
#971
·
|
|
Re: I2C running on NRF52840
Hi Diana,
Writing "release 1.12.0" I meant this: https://github.com/zephyrproject-rtos/zephyr/releases.
Hence, I referred to the commit f58d9ca.
And as I wrote earlier, when you base on this
Hi Diana,
Writing "release 1.12.0" I meant this: https://github.com/zephyrproject-rtos/zephyr/releases.
Hence, I referred to the commit f58d9ca.
And as I wrote earlier, when you base on this
|
By
Andrzej G??bek
·
#970
·
|
|
Re: I2C running on NRF52840
Hi Andrzej,
Thanks a lot for your reply. I checked the version I was using, and it was: v1.11.0-244-gbe52e3c
However, I have just cloned the latest release: v1.12.0-803-g16ff8ca, and I'm unfortunately
Hi Andrzej,
Thanks a lot for your reply. I checked the version I was using, and it was: v1.11.0-244-gbe52e3c
However, I have just cloned the latest release: v1.12.0-803-g16ff8ca, and I'm unfortunately
|
By
Diana Rivera
·
#969
·
|
|
STM32F412 problem with full speed usb driver
#stm32
#usb
Hej
In the last weeks there were some works on the USB driver regarding full speed and high speed. For me it seems, that some of these changes are breaking my code. Any one with the same problem?
I
Hej
In the last weeks there were some works on the USB driver regarding full speed and high speed. For me it seems, that some of these changes are breaking my code. Any one with the same problem?
I
|
By
Stefan Jaritz
·
#968
·
|
|
Re: I2C running on NRF52840
Hi Diana,
The config you provided is fine and you don’t need any other modifications to build thei2c_fujitsu_fram sample for the nrf52840_pca10056 board. You haven’t specified on which commit
Hi Diana,
The config you provided is fine and you don’t need any other modifications to build thei2c_fujitsu_fram sample for the nrf52840_pca10056 board. You haven’t specified on which commit
|
By
Andrzej G??bek
·
#967
·
|
|
Re: Sample ibeacon on ESP32
Hi Venkat,
if you want to work on zephyr + ESP32 the current state is:
you can enable the ESP-IDF bootloader by using CONFIG_BOOTLOADER_ESP_IDF
together with this
Hi Venkat,
if you want to work on zephyr + ESP32 the current state is:
you can enable the ESP-IDF bootloader by using CONFIG_BOOTLOADER_ESP_IDF
together with this
|
By
Matthias Boesl
·
#966
·
|