|
Re: something wrong into drivers/spi/spi_k64.c line 204.
Jeudi 10-03-2016 à 23:14 Boie, Andrew P a écrit:
Hello Andrew,
ok, i'll send a patch soon.
regards,
Yves-Gaël.
Jeudi 10-03-2016 à 23:14 Boie, Andrew P a écrit:
Hello Andrew,
ok, i'll send a patch soon.
regards,
Yves-Gaël.
|
By
Chény, Yves-Gael <yves at cheny.fr...>
·
#2537
·
|
|
RFC: 5/5 Provide interfaces for Power Management Applications Policies
Problem Statement:
Add OS infrastructure to enable application-based power management
policies, which is architecture independent, supports microkernel and
nanokernel and the interface clearly
Problem Statement:
Add OS infrastructure to enable application-based power management
policies, which is architecture independent, supports microkernel and
nanokernel and the interface clearly
|
By
Thomas, Ramesh
·
#2536
·
|
|
RFC Common System logging API Rev. 2
This is the second attempt to define a common system logging API,
Original thread can be seen
This is the second attempt to define a common system logging API,
Original thread can be seen
|
By
Saucedo Tejada, Genaro <genaro.saucedo.tejada@...>
·
#2535
·
|
|
RFC: 4/5 Provide a Mechanism to enter SOC to Deep Sleep
Problem Statement:
Zephyr needs to provide an architecture independent method for power
management application to invoke the SOC Deep Sleep functionality.
Why this is a
Problem Statement:
Zephyr needs to provide an architecture independent method for power
management application to invoke the SOC Deep Sleep functionality.
Why this is a
|
By
Thomas, Ramesh
·
#2534
·
|
|
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
·
|