|
Re: undefined reference to `__bswapdi2' when trying to link tinycbor for RISC-V
Based on the gcc line, you are getting libgcc pulled in via -L"/opt/zephyr-sdk-0.11.3/riscv64-zephyr-elf/bin/../lib/gcc/riscv64-zephyr-elf/9.2.0” and -lgcc.
What version of zephyr are you using?
Based on the gcc line, you are getting libgcc pulled in via -L"/opt/zephyr-sdk-0.11.3/riscv64-zephyr-elf/bin/../lib/gcc/riscv64-zephyr-elf/9.2.0” and -lgcc.
What version of zephyr are you using?
|
By
Kumar Gala
·
#2431
·
|
|
API meeting cancelled today
Hi all,
I am cancelling the API meeting today due to a conflict and the fact that there were no scheduled discussions to take place besides going over the current open GitHub issues to fix for
Hi all,
I am cancelling the API meeting today due to a conflict and the fact that there were no scheduled discussions to take place besides going over the current open GitHub issues to fix for
|
By
Carles Cufi
·
#2430
·
|
|
Network forum agenda
Hi all,
There is a network forum meeting tomorrow Tue 2 Feb at 8AM PST / 17.00
CET.
Currently the agenda is empty, so if there is anything network related
topics you want to discuss, please let me
Hi all,
There is a network forum meeting tomorrow Tue 2 Feb at 8AM PST / 17.00
CET.
Currently the agenda is empty, so if there is anything network related
topics you want to discuss, please let me
|
By
Jukka Rissanen
·
#2429
·
|
|
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)
With grep I can see that this function is available in libgcc.a for RISC-V
How to
I am getting undefined reference to `__bswapdi2' when I am trying to link tinycbor for RISC-V (west build -b=hifive1)
With grep I can see that this function is available in libgcc.a for RISC-V
How to
|
By
Stefan Hristozov
·
#2428
·
|
|
NRF52832 - LPCOMP wakeup example
Hello,
does anybody have working example of using LPCOMP in NRF52832 to wakeup MCU from sleep mode (when input voltage gets above setup voltage) and then read somewhere that it has been woken by
Hello,
does anybody have working example of using LPCOMP in NRF52832 to wakeup MCU from sleep mode (when input voltage gets above setup voltage) and then read somewhere that it has been woken by
|
By
Martin Kozusky
·
#2427
·
|
|
Re: Azure MQTT with GSM modem over PPP
#mqtt
#modem
#ppp
#nrf52840
Hi Jukka,
I only had to add a board overlay for my nRF52840 in order to get the gsm_modem sample up and running. Drivers specifically for the Quectell BG 96 and Sara 412 are available in Zephyr.
I
Hi Jukka,
I only had to add a board overlay for my nRF52840 in order to get the gsm_modem sample up and running. Drivers specifically for the Quectell BG 96 and Sara 412 are available in Zephyr.
I
|
By
petrus.vanderwalt@...
·
#2426
·
|
|
Re: Azure MQTT with GSM modem over PPP
#mqtt
#modem
#ppp
#nrf52840
Hi Petrus,
Did you need to do any changes to generic gsm modem in order to get the BG96 or SARA modem working. I do not have these modems, so would be interested to know if they worked ok without any
Hi Petrus,
Did you need to do any changes to generic gsm modem in order to get the BG96 or SARA modem working. I do not have these modems, so would be interested to know if they worked ok without any
|
By
Jukka Rissanen
·
#2425
·
|
|
Azure MQTT with GSM modem over PPP
#mqtt
#modem
#ppp
#nrf52840
Hi, Zephyr community. I am trying to add Azure MQTT functionality to my project. I am using an nRF52840 with a Quectel BG96/Sara R412M-02B. I would also like to use the modem functionality to
Hi, Zephyr community. I am trying to add Azure MQTT functionality to my project. I am using an nRF52840 with a Quectel BG96/Sara R412M-02B. I would also like to use the modem functionality to
|
By
petrus.vanderwalt@...
·
#2424
·
|
|
Re: Query regarding Bluetooth Controller Porting
Hi Carles,
Thanks for sharing the information. We are planning to use uart-H4 protocol and it’s a dual mode controller.
My understanding is that H4tl module on controller side will be interacting
Hi Carles,
Thanks for sharing the information. We are planning to use uart-H4 protocol and it’s a dual mode controller.
My understanding is that H4tl module on controller side will be interacting
|
By
Pankaj Singh <PANKAJ.SINGH@...>
·
#2423
·
|
|
API meeting: agenda
Hi all,
Agenda for today:
- Watchdog Example not working as expected on a Nordic chip
Issue: https://github.com/zephyrproject-rtos/zephyr/issues/29991
- sensor: add TI FDC2X1X sensor driver and
Hi all,
Agenda for today:
- Watchdog Example not working as expected on a Nordic chip
Issue: https://github.com/zephyrproject-rtos/zephyr/issues/29991
- sensor: add TI FDC2X1X sensor driver and
|
By
Carles Cufi
·
#2422
·
|
|
SDK 0.12.2 Release
Hi,
Latest version of the SDK can be found here:
https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.12.2
Please download and try things out and report any issues.
[ I skipped the release
Hi,
Latest version of the SDK can be found here:
https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.12.2
Please download and try things out and report any issues.
[ I skipped the release
|
By
Kumar Gala
·
#2421
·
|
|
CANopen error message
Hi all
I'm developing a CANOPEN node based on an nRF52DK nRF52832 (PCA10040) board wired to a MCP2515 and a MCP2551 devices.
So far, through a CAN Interface for USB plugged to a PC, I can receive
Hi all
I'm developing a CANOPEN node based on an nRF52DK nRF52832 (PCA10040) board wired to a MCP2515 and a MCP2551 devices.
So far, through a CAN Interface for USB plugged to a PC, I can receive
|
By
Cristian Anceschi
·
#2420
·
|
|
Problem with ARP source address
#ethernet
#stm32
Hi,
I am using an STM32F4 board with an ENC28J60 (Ethernet over SPI chip) and am trying to get the net/sockets/http_get sample to work. To make it easier I use a static IP of google instead of DNS.
Hi,
I am using an STM32F4 board with an ENC28J60 (Ethernet over SPI chip) and am trying to get the net/sockets/http_get sample to work. To make it easier I use a static IP of google instead of DNS.
|
By
tobias.roehmel@...
·
#2419
·
|
|
sx126x device driver: adding power management to the
#lora
#driver
Hello,
I’m building a battery powered IoT device based on an nRF52832, with a small sensor (i2c) and a LoRa transceiver (sx126x). The device measures and sends the measured value every 12 hours and
Hello,
I’m building a battery powered IoT device based on an nRF52832, with a small sensor (i2c) and a LoRa transceiver (sx126x). The device measures and sends the measured value every 12 hours and
|
By
Diogo Correia
·
#2418
·
|
|
API meeting: agenda
Hi all,
Agenda for today, taken from the Triage column in the project.
- We need a proposal for the API and component naming conventions:
- Issue:
Hi all,
Agenda for today, taken from the Triage column in the project.
- We need a proposal for the API and component naming conventions:
- Issue:
|
By
Carles Cufi
·
#2417
·
|
|
Re: Divide zephyr into libraries
#west
Hi
Isn't `ninja menuconfig` what you are looking after? Link :
https://docs.zephyrproject.org/latest/guides/kconfig/menuconfig.html?highlight=menuconfig
.
Regards
Hi
Isn't `ninja menuconfig` what you are looking after? Link :
https://docs.zephyrproject.org/latest/guides/kconfig/menuconfig.html?highlight=menuconfig
.
Regards
|
By
Lukasz Iwaszkiewicz <lukasz.iwaszkiewicz@...>
·
#2416
·
|
|
Re: Divide zephyr into libraries
#west
Guys any extra information about this. It will really helps.
Thank you
On 12/1/21 4:23 μ.μ., Nikos Karamolegkos wrote:
-- Nikos KaramolegkosR & D engineer at
Guys any extra information about this. It will really helps.
Thank you
On 12/1/21 4:23 μ.μ., Nikos Karamolegkos wrote:
-- Nikos KaramolegkosR & D engineer at
|
By
Nikos Karamolegkos
·
#2415
·
|
|
True Random Number Generator
#crypto
Hello,
I am using a third party chriptographic engine that provides a dedicated hardware accelerator for AES-128 encryption based algorithms.
I am using this engine to encrypt and decrypt the data
Hello,
I am using a third party chriptographic engine that provides a dedicated hardware accelerator for AES-128 encryption based algorithms.
I am using this engine to encrypt and decrypt the data
|
By
Mohamed Belaroussi
·
#2414
·
|
|
Re: Embedded Border-Router - Route Thread-Protocol to Serialbus
Hi.
> **Creating an Embedded Border-Router for Thread**
Currently there is support for the NCP as well as the RCP configuration of an OpenThread BR within Zephyr
Hi.
> **Creating an Embedded Border-Router for Thread**
Currently there is support for the NCP as well as the RCP configuration of an OpenThread BR within Zephyr
|
By
Becker Markus
·
#2413
·
|
|
Embedded Border-Router - Route Thread-Protocol to Serialbus
Hi,
I am currently investigating Zephyr and Thread for various use cases and I did a lot of research, but there are still a lot of open questions left. I tried to avoid opening an issue, but I am
Hi,
I am currently investigating Zephyr and Thread for various use cases and I did a lot of research, but there are still a lot of open questions left. I tried to avoid opening an issue, but I am
|
By
Liechtenecker Heinz-Peter Ulrich <H.Liechtenecker@...>
·
#2412
·
|