|
Re: STM32F103x port
Really glad to see Zephyr upon chips of STM, my former employer :)
Really glad to see Zephyr upon chips of STM, my former employer :)
|
By
Liu, Sharron <sharron.liu@...>
·
#2352
·
|
|
Re: RFC[2/2] Common logging infrastructure and API
Hi
By
Nashif, Anas
·
#2351
·
|
|
Re: RFC[1/2] Common logging infrastructure and API
Hi,
This is a much needed enhancement, thanks for making this proposal.
We need to make sure we support logging for more than debugging and during development. In most cases logging will be used
Hi,
This is a much needed enhancement, thanks for making this proposal.
We need to make sure we support logging for more than debugging and during development. In most cases logging will be used
|
By
Nashif, Anas
·
#2350
·
|
|
Re: STM32F103x port
Hi list,
It has been a slow weekend, as part of my self-doubt recovery after a
bad Codility experience I've started writing drivers for RCC, UART and
pinmux for STM32F10x chips. The changes are
Hi list,
It has been a slow weekend, as part of my self-doubt recovery after a
bad Codility experience I've started writing drivers for RCC, UART and
pinmux for STM32F10x chips. The changes are
|
By
Maciek Borzecki <maciek.borzecki@...>
·
#2349
·
|
|
[RFC] Docker-based development environment for Windows
Problem: Setting up a Zephyr development environment on Microsoft Windows involves many steps.
Proposal: Use Docker to automate the setup procedure.
Docker Toolbox
Problem: Setting up a Zephyr development environment on Microsoft Windows involves many steps.
Proposal: Use Docker to automate the setup procedure.
Docker Toolbox
|
By
LeMay, Michael <michael.lemay@...>
·
#2348
·
|
|
Re: Counter driver API
Just to add missing sub-folder name in the hardware specific driver path:
Just to add missing sub-folder name in the hardware specific driver path:
|
By
Tseng, Kuo-Lang <kuo-lang.tseng@...>
·
#2347
·
|
|
Building project
Hi,
I'm currently trying to build the hello world example in a directory
outside the zephyr SDK and I keep getting this make
Hi,
I'm currently trying to build the hello world example in a directory
outside the zephyr SDK and I keep getting this make
|
By
Corey Williamson <corey.bailey.williamson@...>
·
#2358
·
|
|
Re: STM32F103x port
There is an effort going on right now, details will be provided soon.
Anas
There is an effort going on right now, details will be provided soon.
Anas
|
By
Nashif, Anas
·
#2346
·
|
|
RFC: Counter driver API
Hi,
As per suggestion from Gerrit comment, moving the discussion to mailing list.
Background
--------------
On Quark (SE and D2000), there are Always On Counter (free running) and Always ON
Hi,
As per suggestion from Gerrit comment, moving the discussion to mailing list.
Background
--------------
On Quark (SE and D2000), there are Always On Counter (free running) and Always ON
|
By
Tseng, Kuo-Lang <kuo-lang.tseng@...>
·
#2345
·
|
|
Re: STM32F103x port
<tomasz.bursztyka(a)linux.intel.com> wrote:
The problem with the dev board that I used is that it's not really
available anymore. To the best of my knowledge, the unit I have is an
older version of
<tomasz.bursztyka(a)linux.intel.com> wrote:
The problem with the dev board that I used is that it's not really
available anymore. To the best of my knowledge, the unit I have is an
older version of
|
By
Maciek Borzecki <maciek.borzecki@...>
·
#2344
·
|
|
Re: STM32F103x port
By
Kalowsky, Daniel <daniel.kalowsky@...>
·
#2343
·
|
|
Re: STM32F103x port
Hi Maciek,
This is great stuff, it's totally worth working on porting Zephyr for STM32.
I actually recently got the Nucleo boards F103, F030 and F334 as I was
planning to
play with Zephyr on it.
Hi Maciek,
This is great stuff, it's totally worth working on porting Zephyr for STM32.
I actually recently got the Nucleo boards F103, F030 and F334 as I was
planning to
play with Zephyr on it.
|
By
Tomasz Bursztyka
·
#2342
·
|
|
Re: STM32F103x port
Hi Maciek,
Very cool!
Cortex-M4 should work as well, since the M4 is a superset of the M3. The
first board we supported is the Freescale FRDM-K64F, which is an M4.
For M0, you have to do an arch
Hi Maciek,
Very cool!
Cortex-M4 should work as well, since the M4 is a superset of the M3. The
first board we supported is the Freescale FRDM-K64F, which is an M4.
For M0, you have to do an arch
|
By
Benjamin Walsh <benjamin.walsh@...>
·
#2341
·
|
|
STM32F103x port
Hi list,
I've done a PoC port of Zephyr to STM32F103VE MCU on a EB-STM_06 dev
board. The port is rather minimal, most of the configuration is
hardcoded. The MCU is configured to use internal HSI
Hi list,
I've done a PoC port of Zephyr to STM32F103VE MCU on a EB-STM_06 dev
board. The port is rather minimal, most of the configuration is
hardcoded. The MCU is configured to use internal HSI
|
By
Maciek Borzecki <maciek.borzecki@...>
·
#2340
·
|
|
Re: Pinmux driver model: per board vs. unified
Hi,
Dmitriy Korovkin <dmitriy.korovkin(a)windriver.com> writes:
Exactly, from what I can see, it will be only one common function.
I see. I wouldn't like that these _priv.{c,h} idiom would become
Hi,
Dmitriy Korovkin <dmitriy.korovkin(a)windriver.com> writes:
Exactly, from what I can see, it will be only one common function.
I see. I wouldn't like that these _priv.{c,h} idiom would become
|
By
Vinicius Costa Gomes
·
#2339
·
|
|
[RFC] Nanokernel timers rework proposal
Problem: there are two similar mechanisms in nanokernel: nano_timers and
nano_timeouts. In order to optimize codeand space it's better to have one
mechanism for both.
Proposal: Implement nano_timer
Problem: there are two similar mechanisms in nanokernel: nano_timers and
nano_timeouts. In order to optimize codeand space it's better to have one
mechanism for both.
Proposal: Implement nano_timer
|
By
Dmitriy Korovkin
·
#2338
·
|
|
Re: Pinmux driver model: per board vs. unified
I agree, Galileo is a special case and it's initialization code may/will
share enough code with development part. I think, pinmux_galileo_priv.c
will implement those common functions, am I
I agree, Galileo is a special case and it's initialization code may/will
share enough code with development part. I think, pinmux_galileo_priv.c
will implement those common functions, am I
|
By
Dmitriy Korovkin
·
#2337
·
|
|
Re: Pinmux driver model: per board vs. unified
Hi Dmitriy,
Dmitriy Korovkin <dmitriy.korovkin(a)windriver.com> writes:
Good idea, this is going to be useful to see if what I have in mind is
aligned with what other's have.
This is a rough sketch
Hi Dmitriy,
Dmitriy Korovkin <dmitriy.korovkin(a)windriver.com> writes:
Good idea, this is going to be useful to see if what I have in mind is
aligned with what other's have.
This is a rough sketch
|
By
Vinicius Costa Gomes
·
#2336
·
|
|
Re: Pinmux driver model: per board vs. unified
It would be good to have design changes for pinmux outlined in one text. Are we talking about code consolidation for Quark SE/D2000 or the global change for all pinmuxes? Are we touching the part
It would be good to have design changes for pinmux outlined in one text. Are we talking about code consolidation for Quark SE/D2000 or the global change for all pinmuxes? Are we touching the part
|
By
Dmitriy Korovkin
·
#2335
·
|
|
Re: Pinmux driver model: per board vs. unified
Hi all,
Quoting Vinicius Costa Gomes (2016-02-24 18:34:16)
Yes, I also like this proposal and I think we should move with it instead
of with the proposal I did.
I have just one comment regarding the
Hi all,
Quoting Vinicius Costa Gomes (2016-02-24 18:34:16)
Yes, I also like this proposal and I think we should move with it instead
of with the proposal I did.
I have just one comment regarding the
|
By
Andre Guedes <andre.guedes@...>
·
#2334
·
|