|
Re: Zephyr support for USB-host and USB-OTG
Thanks Carles, its a blocking issue for many of us.
Have a great Thanksgiving (if you're in USA),
Best Regards, Dave
On 11/24/2021 11:54 AM, Carles Cufi via
Thanks Carles, its a blocking issue for many of us.
Have a great Thanksgiving (if you're in USA),
Best Regards, Dave
On 11/24/2021 11:54 AM, Carles Cufi via
|
By
Dave Nadler
·
#2797
·
|
|
Re: newlib Configuration?
> PS: Now about Zephyr support for USB-host and USB-OTG...
We do not have a timeframe for this, but it will certainly come sooner or later.
Carles
> PS: Now about Zephyr support for USB-host and USB-OTG...
We do not have a timeframe for this, but it will certainly come sooner or later.
Carles
|
By
Carles Cufi
·
#2796
·
|
|
Re: newlib Configuration?
That's great to hear Carles!
Thanks for letting us know,
Best Regards, Dave
PS: Now about Zephyr support for USB-host and USB-OTG...
On
That's great to hear Carles!
Thanks for letting us know,
Best Regards, Dave
PS: Now about Zephyr support for USB-host and USB-OTG...
On
|
By
Dave Nadler
·
#2795
·
|
|
Re: Configuration?
Hi,
There are multiple "backends" for the [s]printf function in the Zephyr:
* minimal libc (cbprintf)
* newlib
In case of newlib, you need to enable CONFIG_NEWLIB_LIBC_FLOAT_PRINTF as you mentioned
Hi,
There are multiple "backends" for the [s]printf function in the Zephyr:
* minimal libc (cbprintf)
* newlib
In case of newlib, you need to enable CONFIG_NEWLIB_LIBC_FLOAT_PRINTF as you mentioned
|
By
Stephanos Ioannidis
·
#2794
·
|
|
Re: Configuration?
Hi Dave,
Thread safety for newlib was implemented in Zephyr recently, there should not be any issues left with it. If there are, please open a GitHub issue:
Hi Dave,
Thread safety for newlib was implemented in Zephyr recently, there should not be any issues left with it. If there are, please open a GitHub issue:
|
By
Carles Cufi
·
#2793
·
|
|
Re: Configuration?
Careful Anders! Last I looked, newlib was not really supported properly in Zephyr.
Internally newlib sometimes uses free storage, and the OS needs to implement some hooks for
Careful Anders! Last I looked, newlib was not really supported properly in Zephyr.
Internally newlib sometimes uses free storage, and the OS needs to implement some hooks for
|
By
Dave Nadler
·
#2792
·
|
|
Configuration?
Hi,
I have just started working with Zephyr and struggled the other day with getting sprintf working for floats.
After searching the internet I found out that when using CONFIG_NEWLIB_LIBC=y I also
Hi,
I have just started working with Zephyr and struggled the other day with getting sprintf working for floats.
After searching the internet I found out that when using CONFIG_NEWLIB_LIBC=y I also
|
By
Anders
·
#2791
·
|
|
Hawkbit sample - Gateway Security Token Authentication
Hi, I am attempting to use the Hawkbit sample to connect to an online hawkbit server. I am using the nrf5340dk with a gsm modem. The board has internet connectivity, i.e. I tested the board by
Hi, I am attempting to use the Hawkbit sample to connect to an online hawkbit server. I am using the nrf5340dk with a gsm modem. The board has internet connectivity, i.e. I tested the board by
|
By
Brenton Chetty
·
#2790
·
|
|
DNS resolve issues using GSM/LTE
Hi, I am trying to set up a working Internet access via a SIM7000e GSM/LTE module. The LTE connection itself I got working using the GSM sample application. A ping for example is working perfectly (as
Hi, I am trying to set up a working Internet access via a SIM7000e GSM/LTE module. The LTE connection itself I got working using the GSM sample application. A ping for example is working perfectly (as
|
By
markus.prager@...
·
#2789
·
Edited
|
|
Using flash_read_jedec_id flash API call on ST Nucleo H743ZI dev board
Hello, first time poster here!
I am attempting to use the flash_read_jedec_id API call with my ST Nucleo H743zi development board, however while building I am receiving a linker error about an
Hello, first time poster here!
I am attempting to use the flash_read_jedec_id API call with my ST Nucleo H743zi development board, however while building I am receiving a linker error about an
|
By
BDesterBEC
·
#2788
·
|
|
Bluetooth IPSP Sample - Nordic nRF52840 Dongle
Hello,
I cannot get the Bluetooth IPSP sample working on the Nordic nRF52840 Dongle.
Below is the debug output. I am brand new to zephyr. I started looking at source code and saw where these come from
Hello,
I cannot get the Bluetooth IPSP sample working on the Nordic nRF52840 Dongle.
Below is the debug output. I am brand new to zephyr. I started looking at source code and saw where these come from
|
By
Matthew Larkin <larkym@...>
·
#2787
·
|
|
Golioth, the Zephyr-enabled cloud, is generally available and offers a free tier
Hello!
We're excited to announce that Golioth is now generally available and includes a free tier! We believe that Golioth is the easiest way to connect Zephyr-based devices to the cloud and we'd
Hello!
We're excited to announce that Golioth is now generally available and includes a free tier! We believe that Golioth is the easiest way to connect Zephyr-based devices to the cloud and we'd
|
By
Jonathan Beri
·
#2786
·
|
|
STM32G0B0 unable to enumerate USB device
#usb
Hi!
I'm currently trying to get USB on a STM32G0B0 running. While booting i get the following error on the Linux Workstation:
[ 691.189913] usb 1-5.2: new full-speed USB device number 15 using
Hi!
I'm currently trying to get USB on a STM32G0B0 running. While booting i get the following error on the Linux Workstation:
[ 691.189913] usb 1-5.2: new full-speed USB device number 15 using
|
By
arve@...
·
#2785
·
|
|
I2c_api
#i2c
Please help. I cannot get the I2c-api in the folder "tests/drivers" to work.
When I compile it tells me the error: #error "Please set the correct I2C device".
I am using the nrf52840dk_nrf52840
What
Please help. I cannot get the I2c-api in the folder "tests/drivers" to work.
When I compile it tells me the error: #error "Please set the correct I2C device".
I am using the nrf52840dk_nrf52840
What
|
By
Makavaz
·
#2784
·
|
|
Zephyr SDK 0.13.2 Release
Hi,
Zephyr SDK 0.13.2 has been released.
https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.13.2
This release contains several bug fixes and enhancements:
gcc:
Added multilibs
Hi,
Zephyr SDK 0.13.2 has been released.
https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.13.2
This release contains several bug fixes and enhancements:
gcc:
Added multilibs
|
By
Stephanos Ioannidis
·
#2783
·
|
|
Hawkbit sample functionality
#networking
#mcuboot
#mcumgr
Hi, I am trying to learn how to perform an OTA update for my nrf5340dk. I was initially planning to use the "big_http_download" sample to download the update file, and then flash that image into slot1
Hi, I am trying to learn how to perform an OTA update for my nrf5340dk. I was initially planning to use the "big_http_download" sample to download the update file, and then flash that image into slot1
|
By
Brenton Chetty
·
#2782
·
|
|
Re: Zephyr escaping its virtual environment
Hey Marti, thanks for the advice.
In this case specifically, I tracked it down to a pretty silly mistake. I was using the nRF extension for VS Code, but also had the CMake extension installed. I
Hey Marti, thanks for the advice.
In this case specifically, I tracked it down to a pretty silly mistake. I was using the nRF extension for VS Code, but also had the CMake extension installed. I
|
By
Jason Bens <jason.bens@...>
·
#2781
·
|
|
Re: Zephyr for ARM A53
Zephyr has support for multiple ARMv8 based SoCs/boards. Take a look
Zephyr has support for multiple ARMv8 based SoCs/boards. Take a look
|
By
Manivannan Sadhasivam <mani@...>
·
#2780
·
|
|
#customboard Linker Error with Custom Board
#customboard
I copied the board files from mimxrt1050_evk, and renamed them to my own board, basically just changing the names. When I do I get the following linker
I copied the board files from mimxrt1050_evk, and renamed them to my own board, basically just changing the names. When I do I get the following linker
|
By
mbarrett@...
·
#2779
·
|
|
Re: Zephyr escaping its virtual environment
Hi,
It's hard to diagnose issues like this remotely, and especially with so
few details.
If you are looking for general advice:
- check your PATH for where west is installed
- check things like 'py
Hi,
It's hard to diagnose issues like this remotely, and especially with so
few details.
If you are looking for general advice:
- check your PATH for where west is installed
- check things like 'py
|
By
Bolivar, Marti
·
#2778
·
|