|
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 Bösl <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
·
|
|
Re: STM32 LL SPI driver
Yes, I do.
By
Matthias Bösl <matthias.boesl@...>
·
#785
·
|
|
Re: STM32 LL SPI driver
I tested new SPI on nrf5 boards and everything looks ok.
Do you use spi contex to control CS gpio?
Michał Kruszewski
Sent with ProtonMail Secure Email.
I tested new SPI on nrf5 boards and everything looks ok.
Do you use spi contex to control CS gpio?
Michał Kruszewski
Sent with ProtonMail Secure Email.
|
By
Michał Kruszewski <mkru@...>
·
#784
·
|
|
Re: STM32 LL SPI driver
Hi Matthias,
Thank you for your reply.
I cannot reproduce the issue here.
On 96b_carbon (STM32F4 based), with my series, CS GPIO is glitch free when testing with tests/drivers/spi/spi_loopback. Analog
Hi Matthias,
Thank you for your reply.
I cannot reproduce the issue here.
On 96b_carbon (STM32F4 based), with my series, CS GPIO is glitch free when testing with tests/drivers/spi/spi_loopback. Analog
|
By
Marti Bolivar <marti.bolivar@...>
·
#783
·
|
|
Re: STM32 LL SPI driver
Hi Marti,
tested with and without your patch, same behavior with both versions
BR,
Matthias
Hi Marti,
tested with and without your patch, same behavior with both versions
BR,
Matthias
|
By
Matthias Bösl <matthias.boesl@...>
·
#782
·
|
|
Re: STM32 LL SPI driver
Hi Matthias,
Is this with or without https://github.com/zephyrproject-rtos/zephyr/pull/832?
Thanks,
Marti
Hi Matthias,
Is this with or without https://github.com/zephyrproject-rtos/zephyr/pull/832?
Thanks,
Marti
|
By
Marti Bolivar <marti.bolivar@...>
·
#781
·
|
|
Re: bug in http server
Hey Yannis,
GPIOG not being enabled by default by the board was one issue I fixed
while looking into the bug report by Anas, should have mentioned that.
But even with GPIOG enabled in the menu
Hey Yannis,
GPIOG not being enabled by default by the board was one issue I fixed
while looking into the bug report by Anas, should have mentioned that.
But even with GPIOG enabled in the menu
|
By
Erwin Rol
·
#779
·
|
|
Re: bug in http server
Hi Erwin
Did you try to enable CONFIG_GPIO_STM32_PORTG? I took a look into
samples/net/http_server/outdir/olimex_stm32_e407/.config and GPIOG is
not enabled.
Yannis
Hi Erwin
Did you try to enable CONFIG_GPIO_STM32_PORTG? I took a look into
samples/net/http_server/outdir/olimex_stm32_e407/.config and GPIOG is
not enabled.
Yannis
|
By
Yannis Damigos
·
#778
·
|