|
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
·
|
|
Re: STM32F107 clocks
Ahhh... Thanks! Then I don’t need to feel too stupid for not understanding it. 😀
Cheers,
-- Gunnar
Ahhh... Thanks! Then I don’t need to feel too stupid for not understanding it. 😀
Cheers,
-- Gunnar
|
By
Gunnar Bråding
·
#2559
·
|
|
Re: STM32F107 clocks
Hi Gunnar,
Unfortunately, we miss code for PLL2 configuration as PLL input.
Though, I'm adding Attie who investigated that point and may have code to get it working.
BR
Erwan
Hi Gunnar,
Unfortunately, we miss code for PLL2 configuration as PLL input.
Though, I'm adding Attie who investigated that point and may have code to get it working.
BR
Erwan
|
By
Erwan Gouriou
·
#2558
·
|
|
STM32F107 clocks
Hi!
I got a board with the crystal at 25MHz, and need to use the PLL2 as input to the system clock.
I just do not seem to understand the code enough to see how to set the prediv and multiplication
Hi!
I got a board with the crystal at 25MHz, and need to use the PLL2 as input to the system clock.
I just do not seem to understand the code enough to see how to set the prediv and multiplication
|
By
Gunnar Bråding
·
#2557
·
|