Re: Can't compile unittests

2023-04-14 Thread Jan Clement
what is going on though, looks like WSL toolchain misconfiguration... Also, that `newt info` output is awkward (all repos showing same non-upstream sha). How did you set that up? On Wed, 12 Apr 2023 at 15:37, Jan Clement wrote: Which Linux is this? It looks like it is toolchain issue..Welcome

Re: Can't compile unittests

2023-04-12 Thread Jan Clement
for your time. Mit freundlichen Grüßen Jan Clement Clement, Mastalerz & Partner, Elektroingenieure cm-electronics Salzstrasse 9 79098 Freiburg, Germany +49 761 45894342 i...@cm-electronics.de www.cm-electronics.de Clement, Mastalerz & Partner, Elektroingenieure - Handelsregister: Freibu

Can't compile unittests

2023-04-11 Thread Jan Clement
e/tinycrypt/ecc_platform_specific.h Error: Test failure(s): Passed tests: [] any ideas on what i could do to get things working? Thanks in advance :) Mit freundlichen Grüßen Jan Clement Clement, Mastalerz & Partner, Elektroingenieure cm-electronics Salzstrasse 9 79098 Freiburg

How to flash a *.bin image directly

2018-12-14 Thread Jan Clement
Hello All, my mynewt program runs fine via debugger and download into RAM. Now I need to flash the *.bin file onto the flash, so that it works standalone. Unfortunately I don't know how to do this. Can anyone please point me into the right direction? Thank you so much!

Re: os_time issues

2018-07-19 Thread Jan Clement
no one using sntp? Am 18.07.2018 um 18:54 schrieb Jan Clement: Hello All, i tried to get sntp client from lwip stack up and running today and stumbled over some little problems and questions i would like to share with you: To start the sntp service I wrote:  sntp_setoperatingmode

os_time issues

2018-07-18 Thread Jan Clement
Hello All, i tried to get sntp client from lwip stack up and running today and stumbled over some little problems and questions i would like to share with you: To start the sntp service I wrote: sntp_setoperatingmode(SNTP_OPMODE_POLL); ip_addr_t ntp_server; IP4_ADDR(_server.u_addr.ip4,

Re: OC_SERVER

2018-06-22 Thread Jan Clement
put on the firmware console, you can turn on OC_DEBUG, OC_LOGGING, and set LOG_LEVEL to 0. Also do the log_register() with oic_log, similar to what slinky_oic does. This should make the OIC logs appear in the console; you can verify this with serial. On Jun 21, 2018, at 2:07 PM, Jan Clement wr

Re: OC_SERVER

2018-06-21 Thread Jan Clement
); as in the slinky_oic app, which also does not connect. any ideas? Regards, jan Am 21.06.2018 um 22:14 schrieb marko kiiskila: On Jun 21, 2018, at 10:59 AM, marko kiiskila wrote: On Jun 21, 2018, at 2:19 AM, Jan Clement wrote: Hello you All, at the moment I am stuck at connecting to the oic server

OC_SERVER

2018-06-21 Thread Jan Clement
Hello you All, at the moment I am stuck at connecting to the oic server via newtmgr over udp. the connection works fine with serial but ip is not. I added a connection with newtmgr conn add myudp5683 type=oic_udp connstring=[127.0.0.1]:5683 the port number is from the documentation, is it