|
RFC: 3/5 Provide a Mechanism to enter CPU to Low Power State
Problem Statement:
Zephyr needs to provide an architecture independent method for power
management application to invoke a low power state on the CPU.
Why this is a
Problem Statement:
Zephyr needs to provide an architecture independent method for power
management application to invoke a low power state on the CPU.
Why this is a
|
By
Thomas, Ramesh
·
#2533
·
|
|
RFC: 2/5 System Device Driver Modifications
Problem Statement:
Not all Zephyr kernel drivers provide the same interfaces.
Why this is a problem:
-----------------------------
The Zephyr kernel currently has devices that are essential for core
Problem Statement:
Not all Zephyr kernel drivers provide the same interfaces.
Why this is a problem:
-----------------------------
The Zephyr kernel currently has devices that are essential for core
|
By
Thomas, Ramesh
·
#2532
·
|
|
RFC: 1/5 Consistent naming of PM Kconfig flags
Problem Statement:
Power management Kconfig flags are not consistent and hierarchy is not
clear
Why this is a problem:
-----------------------------
The names include terms like “ADVANCED” which
Problem Statement:
Power management Kconfig flags are not consistent and hierarchy is not
clear
Why this is a problem:
-----------------------------
The names include terms like “ADVANCED” which
|
By
Thomas, Ramesh
·
#2530
·
|
|
RFC: 0/5 Provide common terminology for Power Management
Here are the revised RFCs that attempts to state the problems, reasons
and solutions more clearly Thanks to Dan for spending a lot of time
with me in making it right.
(It was a challenge to put
Here are the revised RFCs that attempts to state the problems, reasons
and solutions more clearly Thanks to Dan for spending a lot of time
with me in making it right.
(It was a challenge to put
|
By
Thomas, Ramesh
·
#2531
·
|
|
Re: something wrong into drivers/spi/spi_k64.c line 204.
The best thing to do if you find code defects is one of two things:
1. Send a patch to Gerrit that fixes it for review.
2. File a bug in JIRA https://jira.zephyrproject.org/ so that the issue
is
The best thing to do if you find code defects is one of two things:
1. Send a patch to Gerrit that fixes it for review.
2. File a bug in JIRA https://jira.zephyrproject.org/ so that the issue
is
|
By
Boie, Andrew P
·
#2529
·
|
|
Re: [users] Re: Re: Re: Re: Re: STM32F103x port
Question: if they're almost the same, do we really need an extra
directory layer, or simply have different files for the parts that
differ in the same directory ? That would prevent
Question: if they're almost the same, do we really need an extra
directory layer, or simply have different files for the parts that
differ in the same directory ? That would prevent
|
By
Benjamin Walsh <benjamin.walsh@...>
·
#2528
·
|
|
Re: [users] Re: Re: Re: Re: Re: STM32F103x port
Of course, but I don't know if at the time we were thinking about
supporting a bunch of variants of a particular microcontroller that are
almost the same. I think this is an opportunity for
Of course, but I don't know if at the time we were thinking about
supporting a bunch of variants of a particular microcontroller that are
almost the same. I think this is an opportunity for
|
By
Boie, Andrew P
·
#2527
·
|
|
Re: [users] Re: Re: Re: Re: Re: STM32F103x port
By
Kalowsky, Daniel <daniel.kalowsky@...>
·
#2526
·
|
|
Re: [RFC] Sensor API
Hello,
I have uploaded another iteration of the sensor API patches on Gerrit [1].
This addresses some minor issues that have been raised this week and
also ports another driver, the SX9500 SAR
Hello,
I have uploaded another iteration of the sensor API patches on Gerrit [1].
This addresses some minor issues that have been raised this week and
also ports another driver, the SX9500 SAR
|
By
Vlad Dogaru <vlad.dogaru@...>
·
#2525
·
|
|
something wrong into drivers/spi/spi_k64.c line 204.
Hi,
i just read the source code of zephyr.
I have found an error into :
drivers/spi/spi_k64.c
line 204, baud_rate_prescaler is use instead of baud_rate_scaler (causes an out of bound
Hi,
i just read the source code of zephyr.
I have found an error into :
drivers/spi/spi_k64.c
line 204, baud_rate_prescaler is use instead of baud_rate_scaler (causes an out of bound
|
By
Chény, Yves-Gael <yves at cheny.fr...>
·
#2524
·
|
|
Re: [users] Re: Re: Re: Re: Re: STM32F103x port
Where did you see a new layer in what I said? The current patch and adding st_stm32 is adding a new layer. st_stm32 is not an SoC, its an architecture (just like there is STM8) that has different
Where did you see a new layer in what I said? The current patch and adding st_stm32 is adding a new layer. st_stm32 is not an SoC, its an architecture (just like there is STM8) that has different
|
By
Nashif, Anas
·
#2523
·
|
|
Re: [users] Re: Re: Re: Re: Re: STM32F103x port
Do we need another layer of abstraction in the build for SoC variants? I
share Dan's concerns, I think it may be better to have st_stm32/ SoC and
then subdirectories with variants thereof, with common
Do we need another layer of abstraction in the build for SoC variants? I
share Dan's concerns, I think it may be better to have st_stm32/ SoC and
then subdirectories with variants thereof, with common
|
By
Boie, Andrew P
·
#2522
·
|
|
Re: [users] Re: Re: Re: Re: Re: STM32F103x port
By
Kalowsky, Daniel <daniel.kalowsky@...>
·
#2521
·
|
|
Re: [users] Re: Re: Re: Re: Re: STM32F103x port
Yes, the only different from what you have right now is having 1 level less. I think everything else should stay the same.
Anas
Yes, the only different from what you have right now is having 1 level less. I think everything else should stay the same.
Anas
|
By
Nashif, Anas
·
#2520
·
|
|
Re: [users] Re: Re: Re: Re: Re: STM32F103x port
Summing up, what you're basically suggesting is having a structure
like this (assumig that we keep vendor prefix for the time being):
arch/
arm/
soc/
st_stm32f1/
Kconfig.soc
Summing up, what you're basically suggesting is having a structure
like this (assumig that we keep vendor prefix for the time being):
arch/
arm/
soc/
st_stm32f1/
Kconfig.soc
|
By
Maciek Borzecki <maciek.borzecki@...>
·
#2519
·
|
|
Re: Change in coding style.
+1 from me
--
Andrew Boie
Staff Engineer - EOS Zephyr
Intel Open Source Technology Center
+1 from me
--
Andrew Boie
Staff Engineer - EOS Zephyr
Intel Open Source Technology Center
|
By
Boie, Andrew P
·
#2518
·
|
|
Change in coding style.
Folks,
Not that big of a change for a lot of people, but I pushed a revision to
documentation yesterday that enforces a 8-char tabs/80 column coding
style. Basically, this makes our coding style the
Folks,
Not that big of a change for a lot of people, but I pushed a revision to
documentation yesterday that enforces a 8-char tabs/80 column coding
style. Basically, this makes our coding style the
|
By
Benjamin Walsh <benjamin.walsh@...>
·
#2517
·
|
|
Re: [users] Re: Re: Re: Re: Re: STM32F103x port
Maybe I was misunderstood in my email about the structure. I was suggesting to move the SoCs directly under soc/ and ski[ the st_stm32 level. If we are to do things the same way across architecture we
Maybe I was misunderstood in my email about the structure. I was suggesting to move the SoCs directly under soc/ and ski[ the st_stm32 level. If we are to do things the same way across architecture we
|
By
Nashif, Anas
·
#2516
·
|
|
Re: STM32F103x port
Hi Daniel,
Maybe we can move on with current patches yes.
Tomasz
Hi Daniel,
Maybe we can move on with current patches yes.
Tomasz
|
By
Tomasz Bursztyka
·
#2515
·
|
|
Re: STM32F103x port
Hey Maciek,
By
Kalowsky, Daniel <daniel.kalowsky@...>
·
#2514
·
|