|
Zephyr 2.6.0-rc1 tagged
Hi all,
The first release candidate for Zephyr 2.6.0 has been tagged (v2.6.0-rc1).
The merge window for features and enhancements is now closed for this release, and it will remain closed until
Hi all,
The first release candidate for Zephyr 2.6.0 has been tagged (v2.6.0-rc1).
The merge window for features and enhancements is now closed for this release, and it will remain closed until
|
By
Kumar Gala
·
#2579
·
|
|
Problem with SWD after Flash on STM32L432 Nucleo Board
I am developing an application currently running on STM32L432 KC Nucleo reference board. I have created an STMCubeMX startup file and simple application that works flawlessly. I can program and
I am developing an application currently running on STM32L432 KC Nucleo reference board. I have created an STMCubeMX startup file and simple application that works flawlessly. I can program and
|
By
Chuck Link
·
#2578
·
|
|
Re: Set GPIO with SYS_INIT()
#gpio
#nrf52840
#sys_init
I realize I mentioned the need to set the pin low and that code above is attempting to set the pin high. If I just start the board without this code, the pin is measured low on my oscilloscope even
I realize I mentioned the need to set the pin low and that code above is attempting to set the pin high. If I just start the board without this code, the pin is measured low on my oscilloscope even
|
By
Bob Recny
·
#2577
·
|
|
Set GPIO with SYS_INIT()
#gpio
#nrf52840
#sys_init
Greetings,
I'm working on adding a board to Zephyr. I'm attempting to use a board.c file to configure GPIO pins as output and initialize them low on start-up. I've attempted to follow existing
Greetings,
I'm working on adding a board to Zephyr. I'm attempting to use a board.c file to configure GPIO pins as output and initialize them low on start-up. I've attempted to follow existing
|
By
Bob Recny
·
#2576
·
|
|
Set zephyr EXACT version
Hello,
How can I restrain zephyr to be at a specific version on my application CmakeLists.txt?
I've done this:
find_package(Zephyr 2.7.0 EXACT)
even on the hello_world sample and it compiled normally
Hello,
How can I restrain zephyr to be at a specific version on my application CmakeLists.txt?
I've done this:
find_package(Zephyr 2.7.0 EXACT)
even on the hello_world sample and it compiled normally
|
By
Rodrigo Brochado
·
#2575
·
|
|
SDK 0.13.0-alpha-1 Release
Hi all,
Just wanted to let people be aware few have an alpha release of the v0.13.0 SDK. The main focus of this alpha release is to enable ARC64 support in the toolchain.
Additionally we’ve
Hi all,
Just wanted to let people be aware few have an alpha release of the v0.13.0 SDK. The main focus of this alpha release is to enable ARC64 support in the toolchain.
Additionally we’ve
|
By
Kumar Gala
·
#2574
·
|
|
Re: [Zephyr-devel] Network forum agenda
One topic emerged:
- WiFi and wpa supplicant support in Zephyr
Cheers,
Jukka
One topic emerged:
- WiFi and wpa supplicant support in Zephyr
Cheers,
Jukka
|
By
Jukka Rissanen
·
#2573
·
|
|
Network forum agenda
Hi all,
There is a network forum meeting tomorrow Tue 4 May at 8AM PST / 17.00
CEST.
Currently the agenda is empty, so if there is anything network related
topics you want to discuss, please let me
Hi all,
There is a network forum meeting tomorrow Tue 4 May at 8AM PST / 17.00
CEST.
Currently the agenda is empty, so if there is anything network related
topics you want to discuss, please let me
|
By
Jukka Rissanen
·
#2572
·
|
|
No binding for LIS3DH
#dts
I played with Zephyr back in 2018 -- I had a working setup with custom out-of-tree board for CJMCU8223 -- a Chinese thingy with NRF51. Some days ago, I decided to revive this setup and use it for a
I played with Zephyr back in 2018 -- I had a working setup with custom out-of-tree board for CJMCU8223 -- a Chinese thingy with NRF51. Some days ago, I decided to revive this setup and use it for a
|
By
Kiril Zyapkov
·
#2571
·
|
|
STM32: Clock control configuration moved from Kconfig to device tree
Hi,
We've started to transition STM32 clock system configuration from Kconfig to dts.
The main change (that introduces the whole mechanism) has been merged earlier this week,
making it available to
Hi,
We've started to transition STM32 clock system configuration from Kconfig to dts.
The main change (that introduces the whole mechanism) has been merged earlier this week,
making it available to
|
By
Erwan Gouriou
·
#2570
·
|
|
Googletest as a Zephyr module for native_posix target
#nrf52
I'm new to Zephyr and am trying to get a Linux VM hosted native_posix unit test build environment set up for our Zephyr nRF52 embedded project.
I've set up the Zephyr SDK and west native_posix (&
I'm new to Zephyr and am trying to get a Linux VM hosted native_posix unit test build environment set up for our Zephyr nRF52 embedded project.
I've set up the Zephyr SDK and west native_posix (&
|
By
tjones@...
·
#2569
·
|
|
Re: Zephyr HCI USB vs Bluez version
Furthermore the same thing happens using bluetoothctl which seems to be the prefered way of doing HCI on Linux over the gatttool and hcitool.
I really can’t find a way to read/write with any bluez
Furthermore the same thing happens using bluetoothctl which seems to be the prefered way of doing HCI on Linux over the gatttool and hcitool.
I really can’t find a way to read/write with any bluez
|
By
Piotr Barszczewski <piotr@...>
·
#2568
·
|
|
Zephyr HCI USB vs Bluez version
Hello,
Is there some guide on which of the recent kernel/bluez/linux versions does the HCI_USB ( https://github.com/zephyrproject-rtos/zephyr/tree/master/samples/bluetooth/hci_usb ) work on
Hello,
Is there some guide on which of the recent kernel/bluez/linux versions does the HCI_USB ( https://github.com/zephyrproject-rtos/zephyr/tree/master/samples/bluetooth/hci_usb ) work on
|
By
Piotr Barszczewski <piotr@...>
·
#2567
·
|
|
HTTP client not connecting to Microsoft Azure Blob Storage
#fota
Hi everyone,
I want to create a FOTA solution for my project. I am trying to use the HTTP client to download a file from Microsoft Blob storage. My issue is that the HTTP client does not connect to
Hi everyone,
I want to create a FOTA solution for my project. I am trying to use the HTTP client to download a file from Microsoft Blob storage. My issue is that the HTTP client does not connect to
|
By
petrus.vanderwalt@...
·
#2566
·
|
|
Re: STM32F107 clocks
Awesome! Worked like a charm. Thanks a bunch!
Cheers,
— Gunnar
Awesome! Worked like a charm. Thanks a bunch!
Cheers,
— Gunnar
|
By
Gunnar Bråding
·
#2565
·
|
|
Final Reminder: CFP -- Zephyr Developer Summit 2021
Members of the Zephyr Community,
A final reminder that the Call for Papers for the Zephyr Developer Summit closes tomorrow (Tuesday, April 20):
https://forms.gle/i637wnnBp9ahrnc37
Look for schedule
Members of the Zephyr Community,
A final reminder that the Call for Papers for the Zephyr Developer Summit closes tomorrow (Tuesday, April 20):
https://forms.gle/i637wnnBp9ahrnc37
Look for schedule
|
By
Brett Preston
·
#2564
·
|
|
HC-SR04 connection to particle argon
#nrf52480
I need to connect the HC-SR04 ultrasonic sensor to the particle argon board and use it for distance measurement with Zephyr.
What is the device binding that needs to be done in zephyr for this?
Are
I need to connect the HC-SR04 ultrasonic sensor to the particle argon board and use it for distance measurement with Zephyr.
What is the device binding that needs to be done in zephyr for this?
Are
|
By
Smitha Ratnam <s.ratnam@...>
·
#2563
·
|
|
HC-SR04 connection to particle argon
Hi,
I need to connect the HC-SR04 ultrasonic sensor to the particle argon board and use it for distance measurement with Zephyr.
What is the device binding that needs to be done in zephyr for
Hi,
I need to connect the HC-SR04 ultrasonic sensor to the particle argon board and use it for distance measurement with Zephyr.
What is the device binding that needs to be done in zephyr for
|
By
s.ratnam@...
·
#2562
·
|
|
Re: STM32F107 clocks
Awesome, thanks for sharing Artie!
Awesome, thanks for sharing Artie!
|
By
Erwan Gouriou
·
#2561
·
|
|
Re: STM32F107 clocks
Hi Gunnar,
We got the PLL2 code into the STM32CubeF1 codebase a little while ago [1].
There are also some patches for adding this support into Zephyr, but I
need to revisit them / make a PR now that
Hi Gunnar,
We got the PLL2 code into the STM32CubeF1 codebase a little while ago [1].
There are also some patches for adding this support into Zephyr, but I
need to revisit them / make a PR now that
|
By
Attie Grande <attie.grande@...>
·
#2560
·
|