|
Re: How to use STM32 HAL drives
Hi,
This is the correct understanding, you need to modify Makefile/Kbuild to access HAL drivers.
Then, if you need to use some driver in an application, you'd theoretically use zephyr HW API and
Hi,
This is the correct understanding, you need to modify Makefile/Kbuild to access HAL drivers.
Then, if you need to use some driver in an application, you'd theoretically use zephyr HW API and
|
By
Erwan Gouriou
·
#1002
·
|
|
Re: Using Flash partitions
Hi.
You need to provide description of how to use the description you introduced. Look at https://github.com/zephyrproject-rtos/zephyr/blob/master/dts/common/yaml/partition.yaml
For details how BOT
Hi.
You need to provide description of how to use the description you introduced. Look at https://github.com/zephyrproject-rtos/zephyr/blob/master/dts/common/yaml/partition.yaml
For details how BOT
|
By
Puzdrowski, Andrzej
·
#1001
·
|
|
How to use STM32 HAL drives
In an application I need to use STM32 HAL driver, for example GPIO, FSMC and others.
I wonder how can I have the appropriate files compiled. There are some CONFIG_* to set?
I read
In an application I need to use STM32 HAL driver, for example GPIO, FSMC and others.
I wonder how can I have the appropriate files compiled. There are some CONFIG_* to set?
I read
|
By
Massimiliano Cialdi
·
#1000
·
|
|
Using Flash partitions
Hi,
I would like to setup zephyr so that it can use a flash area to store
data. I have added a partition description in my dts file describing
the flash partitioning (for testing I used the
Hi,
I would like to setup zephyr so that it can use a flash area to store
data. I have added a partition description in my dts file describing
the flash partitioning (for testing I used the
|
By
laczenJMS
·
#999
·
|
|
Re: RFC: Stopping Zephyr networking from being painful by enabling error logging by default
Hi,
I fully agree with your first paragraph but then I got completely lost how enabling logging is going to solve the issue you have presented. Frankly, the first thing I do when trying out an
Hi,
I fully agree with your first paragraph but then I got completely lost how enabling logging is going to solve the issue you have presented. Frankly, the first thing I do when trying out an
|
By
Nashif, Anas
·
#998
·
|
|
Re: RFC: Stopping Zephyr networking from being painful by enabling error logging by default
Jukka Rissanen <jukka.rissanen@...> wrote:
It's that there're too many options, and need for a particular option
or an effect of some option is hard to anticipate, and if one didn't,
an
Jukka Rissanen <jukka.rissanen@...> wrote:
It's that there're too many options, and need for a particular option
or an effect of some option is hard to anticipate, and if one didn't,
an
|
By
Paul Sokolovsky
·
#997
·
|
|
Re: RFC: Stopping Zephyr networking from being painful by enabling error logging by default
Hello Andrew,
"Boie, Andrew P" <andrew.p.boie@...> wrote:
Thanks for support. I'm not much familiar with logging in other
susbystems, so wanted to start with a humble, pilot proposal
Hello Andrew,
"Boie, Andrew P" <andrew.p.boie@...> wrote:
Thanks for support. I'm not much familiar with logging in other
susbystems, so wanted to start with a humble, pilot proposal
|
By
Paul Sokolovsky
·
#996
·
|
|
Re: RFC: Stopping Zephyr networking from being painful by enabling error logging by default
Hi guys,
I have been using it when porting new devices, it's an easy option to just see how
the whole behaves at boot/init time.
But indeed, it's not a good option when you need to debug an
Hi guys,
I have been using it when porting new devices, it's an easy option to just see how
the whole behaves at boot/init time.
But indeed, it's not a good option when you need to debug an
|
By
Tomasz Bursztyka
·
#995
·
|
|
[RFC] Support gettimeofday() and settimeofday()
All,
By sntp client (#1374), we can get the current time from the network. And I decided to give it a try to enable these two functions, so the application can set and get the current time. Here is
All,
By sntp client (#1374), we can get the current time from the network. And I decided to give it a try to enable these two functions, so the application can set and get the current time. Here is
|
By
aska.wu
·
#994
·
|
|
Re: RFC: Stopping Zephyr networking from being painful by enabling error logging by default
Hi Andrew,
That's a syslog issue then. Error level as a default would be nice.
Tomasz
Hi Andrew,
That's a syslog issue then. Error level as a default would be nice.
Tomasz
|
By
Tomasz Bursztyka
·
#993
·
|
|
Re: Adding Nucleo-F030R8 support to Zephyr - runtime error
Hello Bobby, hello Neil,
thank you for working on this.
I did not spend much time on this, I just merged the recent zephyr master into my branch and added these
Hello Bobby, hello Neil,
thank you for working on this.
I did not spend much time on this, I just merged the recent zephyr master into my branch and added these
|
By
Maciej Dębski <maciej.debski@...>
·
#992
·
|
|
Re: Adding Nucleo-F030R8 support to Zephyr - runtime error
Hi Bobby,
I was thinking of something similar, good work !
I'll test it,
@Maciej, would you have time to test it and integrate it to your pull request ?
Thanks,
Neil
Hi Bobby,
I was thinking of something similar, good work !
I'll test it,
@Maciej, would you have time to test it and integrate it to your pull request ?
Thanks,
Neil
|
By
Neil Armstrong
·
#991
·
|
|
Re: RFC: Stopping Zephyr networking from being painful by enabling error logging by default
Hi Paul,
I am probably biased here and looking the code too close but what
exactly is hard when configuring the IP stack? Is it difficult to
figure out the suitable config options, are the help texts
Hi Paul,
I am probably biased here and looking the code too close but what
exactly is hard when configuring the IP stack? Is it difficult to
figure out the suitable config options, are the help texts
|
By
Jukka Rissanen
·
#990
·
|
|
Re: RFC: Stopping Zephyr networking from being painful by enabling error logging by default
I would take this even further. It never made sense to me why the logging stuff, by default, prints nothing even in error conditions.
I think for all subsystems we should default to enabling
I would take this even further. It never made sense to me why the logging stuff, by default, prints nothing even in error conditions.
I think for all subsystems we should default to enabling
|
By
Boie, Andrew P
·
#989
·
|
|
RFC: Stopping Zephyr networking from being painful by enabling error logging by default
Hello,
I more the once mentioned the issue that Zephyr IP networking is very
hard to configure. It almost impossible to configure
a slightly-above-trivial app from scratch: something won't work with
Hello,
I more the once mentioned the issue that Zephyr IP networking is very
hard to configure. It almost impossible to configure
a slightly-above-trivial app from scratch: something won't work with
|
By
Paul Sokolovsky
·
#988
·
|
|
Re: Adding Nucleo-F030R8 support to Zephyr - runtime error
Hi Neil,
I created another vector table relocation function and adjusted the linker control file.
Please have a look at
Hi Neil,
I created another vector table relocation function and adjusted the linker control file.
Please have a look at
|
By
Bobby
·
#987
·
|
|
Re: BlueBorne vulnerability
Hi Leandro,
<leandro.pereira@...> wrote:
Just one clarification about the issues here, most of them were quite
unique to each OS.
Zephyr's implementation of SDP server doesn't suffer from the
Hi Leandro,
<leandro.pereira@...> wrote:
Just one clarification about the issues here, most of them were quite
unique to each OS.
Zephyr's implementation of SDP server doesn't suffer from the
|
By
Luiz Augusto von Dentz
·
#986
·
|
|
BlueBorne vulnerability
TL;DR: Zephyr is unlikely to be vulnerable
Hello --
As some of you are probably aware, a set of vulnerabilities affecting almost all Bluetooth stacks have been found. These vulnerabilities have
TL;DR: Zephyr is unlikely to be vulnerable
Hello --
As some of you are probably aware, a set of vulnerabilities affecting almost all Bluetooth stacks have been found. These vulnerabilities have
|
By
Leandro Pereira
·
#984
·
|
|
Re: linking a precompiled static library (with custom name)
Max,
If your library has a name other than libxxxx.a, you can still you the ALL_LIBS and LDFLAGS_zephyr as they are used in samples/application_development/static_lib/hello_world/Makefile in order to
Max,
If your library has a name other than libxxxx.a, you can still you the ALL_LIBS and LDFLAGS_zephyr as they are used in samples/application_development/static_lib/hello_world/Makefile in order to
|
By
Michael Rosen
·
#985
·
|
|
Re: Counter API ambiguity.
Ø Shouldn't we stay consistent with the type for delay/timeout/alarm values among Zephyr modules?
I had noticed this recently as well, I couldn't figure out why APIs like k_timer_start() took
Ø Shouldn't we stay consistent with the type for delay/timeout/alarm values among Zephyr modules?
I had noticed this recently as well, I couldn't figure out why APIs like k_timer_start() took
|
By
Boie, Andrew P
·
#983
·
|