|
API meeting: agenda
Hi all,
This week we will look at:
- PWM: Add support for inverted PWM signals
- PR: https://github.com/zephyrproject-rtos/zephyr/pull/20657
- GPIO: Update on progress
- Look at the PRs with
Hi all,
This week we will look at:
- PWM: Add support for inverted PWM signals
- PR: https://github.com/zephyrproject-rtos/zephyr/pull/20657
- GPIO: Update on progress
- Look at the PRs with
|
By
Carles Cufi
·
#1778
·
|
|
MCP2515 with nRF52832 using zephyr
#dts
#nrf52832
Hi I had a question to setup the MCP2515 driver in the zephyr project.
We made a custom board for the decawave DWM1001 module, which uses a nRF52832 chip. They have a device tree file in the zephyr
Hi I had a question to setup the MCP2515 driver in the zephyr project.
We made a custom board for the decawave DWM1001 module, which uses a nRF52832 chip. They have a device tree file in the zephyr
|
By
christophhintz@...
·
#1777
·
|
|
Re: #stm32 pinmux.c compile failure STM32F407
#stm32
Hi Neo
I'd advise you to have a look to STM32 clock control driver.
It provides MCO support. It might not provide exactly the requested configuration, but at least it would be a working point that you
Hi Neo
I'd advise you to have a look to STM32 clock control driver.
It provides MCO support. It might not provide exactly the requested configuration, but at least it would be a working point that you
|
By
Erwan Gouriou
·
#1776
·
|
|
Tomorrow's API meeting: Agenda
Hi all,
This week we will look at:
- QSPI/jedec API proposal vs SPI API extension:
- https://github.com/zephyrproject-rtos/zephyr/pull/20069
vs
-
Hi all,
This week we will look at:
- QSPI/jedec API proposal vs SPI API extension:
- https://github.com/zephyrproject-rtos/zephyr/pull/20069
vs
-
|
By
Carles Cufi
·
#1775
·
|
|
#stm32 pinmux.c compile failure STM32F407
#stm32
Hello guys,
for the board STM32F407 I want to add pin PA8 25 MHz clk output to Etherent Phy. So that I add the following sentence (1)
HAL_RCC_MCOConfig(RCC_MCO1, RCC_MCO1SOURCE_HSE, RCC_MCODIV_1)
Hello guys,
for the board STM32F407 I want to add pin PA8 25 MHz clk output to Etherent Phy. So that I add the following sentence (1)
HAL_RCC_MCOConfig(RCC_MCO1, RCC_MCO1SOURCE_HSE, RCC_MCODIV_1)
|
By
nanjunneo@...
·
#1774
·
|
|
Re: OpenOCD on STM32 boards
Hi Marti:
Thanks, setting the udev rules did the trick.
Just so other people know what to do:
$ sudo cp
Hi Marti:
Thanks, setting the udev rules did the trick.
Just so other people know what to do:
$ sudo cp
|
By
Lawrence King
·
#1773
·
|
|
Re: Shell over WebUSB
Hi Markus,
Yes, I had some dirty hacks working, never went upstream, the JS part is
still here: https://github.com/finikorg/webusb-zephyr-demo
webusb defines interface with 2 endpoints just for
Hi Markus,
Yes, I had some dirty hacks working, never went upstream, the JS part is
still here: https://github.com/finikorg/webusb-zephyr-demo
webusb defines interface with 2 endpoints just for
|
By
Andrei
·
#1772
·
|
|
Shell over WebUSB
Hi,
I have enjoyed the WebUSB sample application and it works nicely as expected.
Is there a possibility to bind the Zephyr Shell to WebUSB?
I saw that the webusb.c/.h files are in the
Hi,
I have enjoyed the WebUSB sample application and it works nicely as expected.
Is there a possibility to bind the Zephyr Shell to WebUSB?
I saw that the webusb.c/.h files are in the
|
By
Becker Markus
·
#1771
·
|
|
Re: OpenOCD on STM32 boards
Lawrence King <lawrence.king@...> writes:
Sure thing!
^^ judging from this, my guess is you need some udev rules to make the
USB device accessible to your user.
Marti
Lawrence King <lawrence.king@...> writes:
Sure thing!
^^ judging from this, my guess is you need some udev rules to make the
USB device accessible to your user.
Marti
|
By
Bolivar, Marti
·
#1770
·
|
|
Re: OpenOCD on STM32 boards
Hi Marti:
Thanks for your help.
I had stopped using the zephyr-sdk because I was bisecting the kernel to find a problem, depending on where I was I needed 0.10.0, 0.10.1, 0.10.2 or 0.10.3 versions
Hi Marti:
Thanks for your help.
I had stopped using the zephyr-sdk because I was bisecting the kernel to find a problem, depending on where I was I needed 0.10.0, 0.10.1, 0.10.2 or 0.10.3 versions
|
By
Lawrence King
·
#1769
·
|
|
Re: OpenOCD on STM32 boards
"Lawrence King via Lists.Zephyrproject.Org"
<lawrence.king=irdeto.com@...> writes:
It's not always wise to trust in your distro's openocd. It has been hard
to get support patches
"Lawrence King via Lists.Zephyrproject.Org"
<lawrence.king=irdeto.com@...> writes:
It's not always wise to trust in your distro's openocd. It has been hard
to get support patches
|
By
Bolivar, Marti
·
#1768
·
|
|
Zephyr Release 2.1: Status: Merge window closing this Friday, Nov 8th!
A reminder that the feature merge window to Zephyr will be closing this Friday (November 8th). For more information on milestone dates please refer to the program management wiki page:
A reminder that the feature merge window to Zephyr will be closing this Friday (November 8th). For more information on milestone dates please refer to the program management wiki page:
|
By
David Leach
·
#1767
·
|
|
OpenOCD on STM32 boards
Today I decided to bring up a STLML476 board, specifically the Nucleo-L476RG board.
Compile went cleanly
west build -b nucleo_l476rg samples/basic/blinky
Then after connecting the board I tried
Today I decided to bring up a STLML476 board, specifically the Nucleo-L476RG board.
Compile went cleanly
west build -b nucleo_l476rg samples/basic/blinky
Then after connecting the board I tried
|
By
Lawrence King
·
#1766
·
|
|
API meeting: agenda
Hi all,
This week we will look at GPIO:
- GPIO: Update on progress
- Look at the PRs with driver conversion (https://github.com/zephyrproject-rtos/zephyr/issues/18530)
- Check users of GPIO
Hi all,
This week we will look at GPIO:
- GPIO: Update on progress
- Look at the PRs with driver conversion (https://github.com/zephyrproject-rtos/zephyr/issues/18530)
- Check users of GPIO
|
By
Carles Cufi
·
#1765
·
|
|
Re: A question about configuring a USB virtual console in DTS?
#dts
#defconfig
Hi,
You can just remove virtualcom stuff,
samples/subsys/usb/console/prj.conf should assign right console with:
CONFIG_UART_CONSOLE_ON_DEV_NAME="CDC_ACM_0"
Best regards
Andrei Emeltchenko
Hi,
You can just remove virtualcom stuff,
samples/subsys/usb/console/prj.conf should assign right console with:
CONFIG_UART_CONSOLE_ON_DEV_NAME="CDC_ACM_0"
Best regards
Andrei Emeltchenko
|
By
Andrei
·
#1764
·
|
|
A question about configuring a USB virtual console in DTS?
#dts
#defconfig
Is it compulsory to add the node "virtualcom" to configure a USB virtual com port via USB-OTG-HS for STM32F407 under Zephyr 2.0.99?
I got the following code in DTS from a partner but it cannot be
Is it compulsory to add the node "virtualcom" to configure a USB virtual com port via USB-OTG-HS for STM32F407 under Zephyr 2.0.99?
I got the following code in DTS from a partner but it cannot be
|
By
nanjunneo@...
·
#1763
·
|
|
Re: Error in services launch sequence
#debugging
#eclipse
#gdb
All I did was to uncheck the "start pyOCD locally"
All I did was to uncheck the "start pyOCD locally"
|
By
fashtop3@...
·
#1762
·
|
|
Zephyr Release 2.1: Status: Merge window closing Nov 8th
A reminder that the feature merge window to Zephyr will be closing next Friday (November 8th). For more information on milestone dates please refer to the program management wiki page:
A reminder that the feature merge window to Zephyr will be closing next Friday (November 8th). For more information on milestone dates please refer to the program management wiki page:
|
By
David Leach
·
#1761
·
|
|
Logger flash backend
Hello
I noticed here: https://www.youtube.com/watch?v=JaQhhCHLxxQ
Nordic presented some of their implementations using the Logger framework which support features like:
logger backend flash (saving
Hello
I noticed here: https://www.youtube.com/watch?v=JaQhhCHLxxQ
Nordic presented some of their implementations using the Logger framework which support features like:
logger backend flash (saving
|
By
Ilan Ganor <ilan@...>
·
#1760
·
|
|
Zephyr Release 2.1: Status
A reminder that the feature merge window to Zephyr will be closing on November 8th (two short weeks away). Please keep this date in mind for any items you may be working on that you wish to be
A reminder that the feature merge window to Zephyr will be closing on November 8th (two short weeks away). Please keep this date in mind for any items you may be working on that you wish to be
|
By
David Leach
·
#1759
·
|