|
Re: RFC [0/3] - SoC, CPU LPS, Tickless idle and Device power management
Hi Ramesh,
By
Kalowsky, Daniel <daniel.kalowsky@...>
·
#2431
·
|
|
Re: RFC[1/2] Common logging infrastructure and API
Implementing this.
+1
I'm supporting this now and will implement this on some reference
module as example for the following patch set.
Implementing this.
+1
I'm supporting this now and will implement this on some reference
module as example for the following patch set.
|
By
Saucedo Tejada, Genaro <genaro.saucedo.tejada@...>
·
#2430
·
|
|
Re: RFC[1/2] Common logging infrastructure and API
I understand, for this first effort the goal is to unify calls under a
single API that can be later provided by different implementations. I
don't foresee conflicts between initial proposal and
I understand, for this first effort the goal is to unify calls under a
single API that can be later provided by different implementations. I
don't foresee conflicts between initial proposal and
|
By
Saucedo Tejada, Genaro <genaro.saucedo.tejada@...>
·
#2429
·
|
|
Re: RFC[2/2] Common logging infrastructure and API
Although a namespace is needed (as noted bellow) debug is not the only
goal of this infrastructure INFO and ERROR level might be used for big
production environments in the future.
I reused some
Although a namespace is needed (as noted bellow) debug is not the only
goal of this infrastructure INFO and ERROR level might be used for big
production environments in the future.
I reused some
|
By
Saucedo Tejada, Genaro <genaro.saucedo.tejada@...>
·
#2428
·
|
|
[RFC v2] uart: add ISR callback mechanism for UART drivers
The peripherals utilizing UART were required to register their own
ISR rountines. This means that all those peripherals drivers need
to know which IRQ line is attached to a UART controller, and
The peripherals utilizing UART were required to register their own
ISR rountines. This means that all those peripherals drivers need
to know which IRQ line is attached to a UART controller, and
|
By
Daniel Leung <daniel.leung@...>
·
#2427
·
|
|
Re: [RFC] Nanokernel timers rework proposal
Yes, after the timeout expires, delta_ticks_from_prev is -1. I agree, we
can check it and not use any flag.
This can be implemented. In this case nano_timer_test() places the
nano_timeout part of
Yes, after the timeout expires, delta_ticks_from_prev is -1. I agree, we
can check it and not use any flag.
This can be implemented. In this case nano_timer_test() places the
nano_timeout part of
|
By
Dmitriy Korovkin
·
#2426
·
|
|
Re: [RFC] Nanokernel timers rework proposal
I don't think you need this expired flag: delta_ticks_from_prev is
either 0 or -1 when the timeout expires (-1 I think).
I would prefer if we had a nano_timer object that is a wrapper around
I don't think you need this expired flag: delta_ticks_from_prev is
either 0 or -1 when the timeout expires (-1 I think).
I would prefer if we had a nano_timer object that is a wrapper around
|
By
Benjamin Walsh <benjamin.walsh@...>
·
#2425
·
|
|
Re: RFC [3/3] - SoC, CPU LPS, Tickless idle and Device power management
This is to give an opportunity for the PM service app to do additional
operations saving power around the tickless idle i.e. do more than just
rely on the power savings achieved by HLT that is done by
This is to give an opportunity for the PM service app to do additional
operations saving power around the tickless idle i.e. do more than just
rely on the power savings achieved by HLT that is done by
|
By
Thomas, Ramesh
·
#2424
·
|
|
Re: RFC [3/3] - SoC, CPU LPS, Tickless idle and Device power management
With all due respect what are you talking about?
Tickless idle and PM are orthogonal!
Tickless idle means we don't come out of idle to just serve periodic
timer interrupts, we come out of idle for the
With all due respect what are you talking about?
Tickless idle and PM are orthogonal!
Tickless idle means we don't come out of idle to just serve periodic
timer interrupts, we come out of idle for the
|
By
Boie, Andrew P
·
#2423
·
|
|
Re: RFC: Counter driver API
By
Tseng, Kuo-Lang <kuo-lang.tseng@...>
·
#2422
·
|
|
Re: RFC: Counter driver API
Hi guys,
Quoting D'alton, Alexandre (2016-02-29 12:22:31)
In terms of 'implementation details', should we have two drivers under
drivers/counter/ e.g. quark_aon_counter.c and quark_aon_timer.c?
Hi guys,
Quoting D'alton, Alexandre (2016-02-29 12:22:31)
In terms of 'implementation details', should we have two drivers under
drivers/counter/ e.g. quark_aon_counter.c and quark_aon_timer.c?
|
By
Andre Guedes <andre.guedes@...>
·
#2421
·
|
|
Re: RFC: Counter driver API
Missed addressing one comment on write function.
Missed addressing one comment on write function.
|
By
Tseng, Kuo-Lang <kuo-lang.tseng@...>
·
#2420
·
|
|
Re: STM32F103x port
Do you mind taking a look here
https://github.com/bboozzoo/zephyr/tree/bboozzoo/stm32f103-next-soc-layout-change
and sending some feedback?
The branch implements this layout:
arch/
arm/
soc/
Do you mind taking a look here
https://github.com/bboozzoo/zephyr/tree/bboozzoo/stm32f103-next-soc-layout-change
and sending some feedback?
The branch implements this layout:
arch/
arm/
soc/
|
By
Maciek Borzecki <maciek.borzecki@...>
·
#2419
·
|
|
Re: RFC: Counter driver API
By
Tseng, Kuo-Lang <kuo-lang.tseng@...>
·
#2418
·
|
|
Re: RFC [2/3] - SoC, CPU LPS, Tickless idle and Device power management
There is a basic disconnects between my original RFC and this one.
In mine all drivers are required to provide an implementation of
suspend/resume even if it is null. All the information for the
There is a basic disconnects between my original RFC and this one.
In mine all drivers are required to provide an implementation of
suspend/resume even if it is null. All the information for the
|
By
Dirk Brandewie <dirk.j.brandewie@...>
·
#2417
·
|
|
Re: RFC: Counter driver API
I think it might be useful to add a function to retrieve the timebase of
the counter. ATM the developer just needs to *know* what is being counted.
A function to set the timebase may be needed in
I think it might be useful to add a function to retrieve the timebase of
the counter. ATM the developer just needs to *know* what is being counted.
A function to set the timebase may be needed in
|
By
Dirk Brandewie <dirk.j.brandewie@...>
·
#2416
·
|
|
Re: STM32F103x port
Having thought about it for 10 seconds it seems reasonable :-) To the
greatest extent reasonable please avoid link time binding of SOC specifc
code into the generic stm32 code. We don't want to the
Having thought about it for 10 seconds it seems reasonable :-) To the
greatest extent reasonable please avoid link time binding of SOC specifc
code into the generic stm32 code. We don't want to the
|
By
Dirk Brandewie <dirk.j.brandewie@...>
·
#2415
·
|
|
Re: [RFC] uart: add ISR callback mechanism for UART drivers
Thanks for letting me know about this. I will modify and re-submit.
If anyone notices anything missing, please let me know.
-----
Daniel Leung
Thanks for letting me know about this. I will modify and re-submit.
If anyone notices anything missing, please let me know.
-----
Daniel Leung
|
By
Daniel Leung <daniel.leung@...>
·
#2414
·
|
|
Re: STM32F103x port
Hi,
I have been working with Dan's stm32 patch to add support for stm32f4xx and just wanted to share couple of thoughts.
https://gerrit.zephyrproject.org/r/#/c/209/
I would second the idea of
Hi,
I have been working with Dan's stm32 patch to add support for stm32f4xx and just wanted to share couple of thoughts.
https://gerrit.zephyrproject.org/r/#/c/209/
I would second the idea of
|
By
Pawel Wodnicki <root@...>
·
#2413
·
|
|
Re: RFC[1/2] Common logging infrastructure and API
Hi,
By
Chereau, Fabien <fabien.chereau@...>
·
#2412
·
|