|
Re: How to add support for STM32H7B0 SoC to Zephyr
#stm32
Hi Laura,
yes, That's the way to proceed : like the link you mention
adding the new device in the ./dts/arm/st/h7
config the ./soc/arm/st_stm32/stm32h7/Kconfig.defconfig.stm32h7b0xx
create the board
Hi Laura,
yes, That's the way to proceed : like the link you mention
adding the new device in the ./dts/arm/st/h7
config the ./soc/arm/st_stm32/stm32h7/Kconfig.defconfig.stm32h7b0xx
create the board
|
By
Francois RAMU
·
#2807
·
|
|
How to add support for STM32H7B0 SoC to Zephyr
#stm32
This is my first time trying to add support for a board and using Zephyr RTOS, so any help would be appreciated:
I believe Zephyr RTOS already has support for my architecture (ARM), CPU core (Arm
This is my first time trying to add support for a board and using Zephyr RTOS, so any help would be appreciated:
I believe Zephyr RTOS already has support for my architecture (ARM), CPU core (Arm
|
By
Laura
·
#2806
·
|
|
Re: CoAP client observer
Hi Robert, thanks for your interest in the topic!
I will take a look at the pull!
Best
Alessio Galliazzo
https://www.agalliazzo.com/
Debugging is twice as hard as writing the code in the first
Hi Robert, thanks for your interest in the topic!
I will take a look at the pull!
Best
Alessio Galliazzo
https://www.agalliazzo.com/
Debugging is twice as hard as writing the code in the first
|
By
Alessio
·
#2805
·
|
|
Asking for NVS detail documentation
Hello Zephyr team
I am a software engineer of ITR VN company in Viet Nam country. Our develop team is well using Zephyr OS in our current project, but there are some unclear things related to NVS
Hello Zephyr team
I am a software engineer of ITR VN company in Viet Nam country. Our develop team is well using Zephyr OS in our current project, but there are some unclear things related to NVS
|
By
Nhi Ngo Nhat <nhingonhat@...>
·
#2804
·
|
|
Espressif ESP32 development setup script and tutorial.
#risc-v
#esp32
A Zephyr RTOS & Espressif ESP32 SOC Development Environment: Linux setup script and tutorial.
git clone https://github.com/Burtrum/scripts-zephyr
This single script installs ALL of the tools needed to
A Zephyr RTOS & Espressif ESP32 SOC Development Environment: Linux setup script and tutorial.
git clone https://github.com/Burtrum/scripts-zephyr
This single script installs ALL of the tools needed to
|
By
Robert C
·
#2803
·
|
|
Re: CoAP client observer
Hi Alessio,
Unfortunately I’m not aware of any other good resource for the client side of the Zephyr Observer API other than `coap_client` sample. When checking the sample though I’ve noticed
Hi Alessio,
Unfortunately I’m not aware of any other good resource for the client side of the Zephyr Observer API other than `coap_client` sample. When checking the sample though I’ve noticed
|
By
Lubos, Robert
·
#2802
·
|
|
Re: use esp32 can't build project
Hi zhichun lee,
I often find that 'pip3' works in mysterious ways (it is not always clear which python installation it is linked with).
Have you tried `/usr/bin/python3.6 -m pip install kconfiglib`
Hi zhichun lee,
I often find that 'pip3' works in mysterious ways (it is not always clear which python installation it is linked with).
Have you tried `/usr/bin/python3.6 -m pip install kconfiglib`
|
By
mlsvrts
·
#2801
·
|
|
use esp32 can't build project
Hi
I used ESP32 and setup the build environment acording to the docs
ashttps://docs.zephyrproject.org/latest/boards/xtensa/esp32/doc/index.html.
The mainly environment are as
Hi
I used ESP32 and setup the build environment acording to the docs
ashttps://docs.zephyrproject.org/latest/boards/xtensa/esp32/doc/index.html.
The mainly environment are as
|
By
zhichunlee <zhichunlee@...>
·
#2800
·
|
|
CoAP client observer
Dear Sirs,
can anyone point me to some docs to read, some code examples or some tutorial about CoAP observer?
Starting from CoAP client example, I'm stuck in a point where I, from a client, can ask to
Dear Sirs,
can anyone point me to some docs to read, some code examples or some tutorial about CoAP observer?
Starting from CoAP client example, I'm stuck in a point where I, from a client, can ask to
|
By
Alessio
·
#2799
·
|
|
Re: Configuration?
Thank you all for sharing useful information!
/Anders
Thank you all for sharing useful information!
/Anders
|
By
Anders
·
#2798
·
|
|
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
-- Dave Nadler, USA East Coast voice (978)
Thanks Carles, its a blocking issue for many of us.
Have a great Thanksgiving (if you're in USA),
Best Regards, Dave
-- Dave Nadler, USA East Coast voice (978)
|
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...
-- Dave
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...
-- Dave
|
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
·
|