|
undefined reference to `__bswapdi2' when trying to link tinycbor for RISC-V
Hi I am using Zephyr version: 2.3.99 with West version: v0.7.2. How to provide -Wl,--start-group …. -Wl,—end-group linker flags to my Zephyr project? Br, Stefan
Hi I am using Zephyr version: 2.3.99 with West version: v0.7.2. How to provide -Wl,--start-group …. -Wl,—end-group linker flags to my Zephyr project? Br, Stefan
|
By
Stefan Hristozov
· #2441
·
|
|
undefined reference to `__bswapdi2' when trying to link tinycbor for RISC-V
I am getting undefined reference to `__bswapdi2' when I am trying to link tinycbor for RISC-V (west build -b=hifive1) stefan@t460s:~/workspaces/oscore-edhoc/test$ west build -b=hifive1 [1/5] Linking C
I am getting undefined reference to `__bswapdi2' when I am trying to link tinycbor for RISC-V (west build -b=hifive1) stefan@t460s:~/workspaces/oscore-edhoc/test$ west build -b=hifive1 [1/5] Linking C
|
By
Stefan Hristozov
· #2428
·
|
|
printf causes hard_fault
#nrf52840
I have an application for the nrf52840dk_nrf52840 board where I am using printf() to print some messages. All works most of the time and the messages are shown correctly on my serial console. However,
I have an application for the nrf52840dk_nrf52840 board where I am using printf() to print some messages. All works most of the time and the messages are shown correctly on my serial console. However,
|
By
Stefan Hristozov
· #2408
·
|
|
IPSP with global IPv6 addresses
#coap
#ipsp
#nrf52480
Hi, I have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation, which communicate over IPSP following the IPSP sample. The nrf52840 is a UDP/CoAP client, the Raspberry pi is a bord
Hi, I have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation, which communicate over IPSP following the IPSP sample. The nrf52840 is a UDP/CoAP client, the Raspberry pi is a bord
|
By
Stefan Hristozov
· #2277
·
|
|
BLE data rate with IPSP
#ble
#nrf52480
Hi all, I have a set up consisting of nRF52840 and Raspberry Pi4 communicating over IPSP. The nRF52840 application needs to send data with 6,4KByte/s. My nRF52840 prj.conf is: # Thread Priorities CONF
Hi all, I have a set up consisting of nRF52840 and Raspberry Pi4 communicating over IPSP. The nRF52840 application needs to send data with 6,4KByte/s. My nRF52840 prj.conf is: # Thread Priorities CONF
|
By
Stefan Hristozov
· #2247
·
|
|
Testing DTLS with the echo_client and echo_server samples
#ble
#crypto
#nrf52832
Hi all, I want to test DTLS in IPv6 over BLE network. My set up looks as follows: BLE wifi wifi nrf52832 --------------------- Raspberry Pi Border router --------------- WIFI router --------------- PC
Hi all, I want to test DTLS in IPv6 over BLE network. My set up looks as follows: BLE wifi wifi nrf52832 --------------------- Raspberry Pi Border router --------------- WIFI router --------------- PC
|
By
Stefan Hristozov
· #2120
·
|
|
how to change the compiler from C99 to gnu99
#std
Hi, I want to change the compiler from c99 to gnu99. I have tried to set CONFIG_COMPILER_OPT="-std=gnu99" in my prj.conf file. Unfortunately this does not remove -std=c99, see e.g. a single line of my
Hi, I want to change the compiler from c99 to gnu99. I have tried to set CONFIG_COMPILER_OPT="-std=gnu99" in my prj.conf file. Unfortunately this does not remove -std=c99, see e.g. a single line of my
|
By
Stefan Hristozov
· #1999
·
|
|
unable to build
#west
When I try to build my project I get the following error: $ west build -b native_posix Traceback (most recent call last): File "/home/stefan/.local/bin/west", line 11, in <module> sys.exit(main()) Fil
When I try to build my project I get the following error: $ west build -b native_posix Traceback (most recent call last): File "/home/stefan/.local/bin/west", line 11, in <module> sys.exit(main()) Fil
|
By
Stefan Hristozov
· #1926
·
|
|
when using zephyr with wolfssl -> error: 'CONFIG_NET_BUF_USER_DATA_SIZE' undeclared here
Hi I want to use wolfssl in my zephyr project. My proj.conf looks like that: CONFIG_ENTROPY_GENERATOR=y CONFIG_TEST_RANDOM_GENERATOR=y CONFIG_TINYCBOR=y CONFIG_WOLFSSL=y Unfortunately I get this error
Hi I want to use wolfssl in my zephyr project. My proj.conf looks like that: CONFIG_ENTROPY_GENERATOR=y CONFIG_TEST_RANDOM_GENERATOR=y CONFIG_TINYCBOR=y CONFIG_WOLFSSL=y Unfortunately I get this error
|
By
Stefan Hristozov
· #1922
·
|
|
simple coap client-server communication of two posix applications
#coap
Hi, I want to set up a simple setup of two posix projects -- one running a simple coap server and other running a simple coap client. What I did so far: 1) I build both /zephyrproject/zephyr/samples/n
Hi, I want to set up a simple setup of two posix projects -- one running a simple coap server and other running a simple coap client. What I did so far: 1) I build both /zephyrproject/zephyr/samples/n
|
By
Stefan Hristozov
· #1899
·
|
|
Adding a costume module to my project
#west
Hi, I moved set ( $ENV{ZEPHYR_EXTRA_MODULES} pbs_path/module1) before include ( $ENV{ZEPHYR_BASE} /cmake/app/boilerplate.cmake NO_POLICY_SCOPE) project (NONE) Unfortunately I am still getting the same
Hi, I moved set ( $ENV{ZEPHYR_EXTRA_MODULES} pbs_path/module1) before include ( $ENV{ZEPHYR_BASE} /cmake/app/boilerplate.cmake NO_POLICY_SCOPE) project (NONE) Unfortunately I am still getting the same
|
By
Stefan Hristozov
· #1875
·
|
|
Adding a costume module to my project
#west
Hi, I want to add a module to my project. My folder structure looks like this: <top dir> |---modules | |---module1 | | |---CMakeLists.txt | | |---inc | | |---src | | |---zephyr | | |---module.yml | |-
Hi, I want to add a module to my project. My folder structure looks like this: <top dir> |---modules | |---module1 | | |---CMakeLists.txt | | |---inc | | |---src | | |---zephyr | | |---module.yml | |-
|
By
Stefan Hristozov
· #1873
·
|
|
more documentation needed
Dear Zephyr community, I very like the zephyr project but I need more documentation in order to get productive with it. 1) Concepts: For me it looks like Zephyr uses some of the Linux concepts. Severa
Dear Zephyr community, I very like the zephyr project but I need more documentation in order to get productive with it. 1) Concepts: For me it looks like Zephyr uses some of the Linux concepts. Severa
|
By
Stefan Hristozov
· #1740
·
|
|
NRF52832 debugging in eclipse
#nrf52832
#jlink
#debugging
#eclipse
Hi, i am trying to set up eclipse, gdb and jlink for debugging NRF52832. I am using a PCA10040 board with an integrated Jlink debugger. I have a simple project with a single main.c file. My prj.conf a
Hi, i am trying to set up eclipse, gdb and jlink for debugging NRF52832. I am using a PCA10040 board with an integrated Jlink debugger. I have a simple project with a single main.c file. My prj.conf a
|
By
Stefan Hristozov
· #1650
·
|