|
Re: info about device tree entry for STM32 micros
Start here for kernel clocks documentation:
https://www.zephyrproject.org/doc/kernel/timing/clocks.html#clocks-v2
-- david kinder
Start here for kernel clocks documentation:
https://www.zephyrproject.org/doc/kernel/timing/clocks.html#clocks-v2
-- david kinder
|
By
Kinder, David B <david.b.kinder@...>
·
#805
·
|
|
info about device tree entry for STM32 micros
I am surfing in the device tree files for stm32f412 micro
I found
usart3: serial@40004800 {
compatible = "st,stm32-usart", "st,stm32-uart";
reg = <0x40004800 0x400>;
clocks = <&rcc
I am surfing in the device tree files for stm32f412 micro
I found
usart3: serial@40004800 {
compatible = "st,stm32-usart", "st,stm32-uart";
reg = <0x40004800 0x400>;
clocks = <&rcc
|
By
Massimiliano Cialdi
·
#804
·
|
|
Re: Switching debuggers/flashers
I believe there is no standard way in Zephyr to select debug interface
so far but if you use OPENOCD_INTERFACE environment variable we would
establish a standard, for OpenOCD that is.
In case of
I believe there is no standard way in Zephyr to select debug interface
so far but if you use OPENOCD_INTERFACE environment variable we would
establish a standard, for OpenOCD that is.
In case of
|
By
Piotr Mienkowski
·
#803
·
|
|
Switching debuggers/flashers
Hello All,
Is there a standardized way to switch debugger/flash tool ?
I want to use the ST-Link2 with the Olimexino board, but I have to
change the openocd.conf file to do so, because the board
Hello All,
Is there a standardized way to switch debugger/flash tool ?
I want to use the ST-Link2 with the Olimexino board, but I have to
change the openocd.conf file to do so, because the board
|
By
Erwin Rol
·
#802
·
|
|
Re: [devel] How to generate .hex image
Hi Boie,
Got it, thanks!
2017年1月18日 00:41于 "Boie, Andrew P" <andrew.p.boie@...>写道:
Hi Boie,
Got it, thanks!
2017年1月18日 00:41于 "Boie, Andrew P" <andrew.p.boie@...>写道:
|
By
Tidy(Chun hua)Jiang <tidyjiang@...>
·
#801
·
|
|
回复: did zephyr support armcc and fromelf toolchain?
yes, follow the instructions:
Page: https://www.zephyrproject.org/doc/getting_started/getting_started.html
Section: Using Custom and 3rd Party Cross
yes, follow the instructions:
Page: https://www.zephyrproject.org/doc/getting_started/getting_started.html
Section: Using Custom and 3rd Party Cross
|
By
luobaidunpaigu@sina.com <luobaidunpaigu@...>
·
#800
·
|
|
Re: Shipable timeout
It seems to have figured out by itself that it has to rerun shipable.
- Erwin
It seems to have figured out by itself that it has to rerun shipable.
- Erwin
|
By
Erwin Rol
·
#799
·
|
|
Re: Shipable timeout
Might try a PR close/open to give shippable a kick?
-- david kinder
Might try a PR close/open to give shippable a kick?
-- david kinder
|
By
Kinder, David B <david.b.kinder@...>
·
#798
·
|
|
Shipable timeout
Hey all,
my PR caused a shipable timeout;
https://app.shippable.com/github/zephyrproject-rtos/zephyr/runs/3031/3/console
What do I do now ?
- Erwin
Hey all,
my PR caused a shipable timeout;
https://app.shippable.com/github/zephyrproject-rtos/zephyr/runs/3031/3/console
What do I do now ?
- Erwin
|
By
Erwin Rol
·
#797
·
|
|
USB device stack and class drivers
Hi all,
I got closer with Zephyr USB device stack while I wrote USB device driver for
Kinetis [1]. There are a few things that are not optimal and which I would like
to improve.
* USB controllers
Hi all,
I got closer with Zephyr USB device stack while I wrote USB device driver for
Kinetis [1]. There are a few things that are not optimal and which I would like
to improve.
* USB controllers
|
By
Johann Fischer
·
#796
·
|
|
Re: did zephyr support armcc and fromelf toolchain?
Hi there,
No, it does not support it. As far as I know no one has tried to compile it with it. We’d like to have it working with armclang, but we haven’t looked into it yet.
Regards,
Hi there,
No, it does not support it. As far as I know no one has tried to compile it with it. We’d like to have it working with armclang, but we haven’t looked into it yet.
Regards,
|
By
Carles Cufi
·
#795
·
|
|
did zephyr support armcc and fromelf toolchain?
HI all:
Did zephyr support armcc and fromelf toolchain present?
HI all:
Did zephyr support armcc and fromelf toolchain present?
|
By
曹子龙 <m13824125580@...>
·
#794
·
|
|
NDS32 N1068a
architecture is nds32 (not arm).
i am trying to modify zephyr source code.
i need more porting guide.
Thank you.
http://www.andestech.com/product-details01.php?cls=3&id=7
---------- Forwarded message
architecture is nds32 (not arm).
i am trying to modify zephyr source code.
i need more porting guide.
Thank you.
http://www.andestech.com/product-details01.php?cls=3&id=7
---------- Forwarded message
|
By
Ji Wong Park <sailfish009@...>
·
#793
·
|
|
NDS32 N1068a
Hi,
i want to port zephyr on n1068a cpu.
Hi,
i want to port zephyr on n1068a cpu.
|
By
Ji Wong Park <sailfish009@...>
·
#792
·
|
|
Re: Quadrature decoder driver
Hello Jonas,
Jonas Pfaff <jonas.pfaff@...> wrote:
I'd think the good approach is to fit it into an existing subsystem
instead of creating new entities. So indeed, a sensor subsystem seems
like
Hello Jonas,
Jonas Pfaff <jonas.pfaff@...> wrote:
I'd think the good approach is to fit it into an existing subsystem
instead of creating new entities. So indeed, a sensor subsystem seems
like
|
By
Paul Sokolovsky
·
#791
·
|
|
Quadrature decoder driver
Hello,
I am working on a driver for quadrature decoders on the SAM E70 SOC
where the QDEC is part of the counter module. The current counter API
would be a good match for it, but I am not sure that
Hello,
I am working on a driver for quadrature decoders on the SAM E70 SOC
where the QDEC is part of the counter module. The current counter API
would be a good match for it, but I am not sure that
|
By
Jonas Pfaff
·
#790
·
|
|
Re: STM32 LL SPI driver
Hi,
after digging deeper, i suspect this is a measurement problem.
@mbolivar I'll keep you updated about the result.
Matthias
Hi,
after digging deeper, i suspect this is a measurement problem.
@mbolivar I'll keep you updated about the result.
Matthias
|
By
Matthias Boesl
·
#789
·
|
|
Re: [PATCH] arm: board: Fix stm32f4_disco defconfig
Hi Andreas,
Zephyr uses GitHub pull requests for contributions:
https://www.zephyrproject.org/doc/contribute/contribute_guidelines.html
You probably want to submit this as a PR instead.
Cheers,
Marti
Hi Andreas,
Zephyr uses GitHub pull requests for contributions:
https://www.zephyrproject.org/doc/contribute/contribute_guidelines.html
You probably want to submit this as a PR instead.
Cheers,
Marti
|
By
Marti Bolivar <marti.bolivar@...>
·
#788
·
|
|
[PATCH] arm: board: Fix stm32f4_disco defconfig
From: Andreas Kölbl <andreas.koelbl@...>
This change fixes the prescaler values in the defconfig. The prescaler values
shown in the technical reference manual (STM32F407xx, p.19)
From: Andreas Kölbl <andreas.koelbl@...>
This change fixes the prescaler values in the defconfig. The prescaler values
shown in the technical reference manual (STM32F407xx, p.19)
|
By
andreas.koelbl@...
·
#787
·
|
|
Re: STM32 LL SPI driver
Does this reproduce in the loopback test for you? Are you able to take an analog trace?
Does this reproduce in the loopback test for you? Are you able to take an analog trace?
|
By
Marti Bolivar <marti.bolivar@...>
·
#786
·
|