|
Re: Divide zephyr into libraries
#west
Hi
Isn't `ninja menuconfig` what you are looking after? Link :
https://docs.zephyrproject.org/latest/guides/kconfig/menuconfig.html?highlight=menuconfig
.
Regards
Hi
Isn't `ninja menuconfig` what you are looking after? Link :
https://docs.zephyrproject.org/latest/guides/kconfig/menuconfig.html?highlight=menuconfig
.
Regards
|
By
Lukasz Iwaszkiewicz <lukasz.iwaszkiewicz@...>
·
#2416
·
|
|
Re: Divide zephyr into libraries
#west
Guys any extra information about this. It will really helps.
Thank you
-- Nikos KaramolegkosR & D engineer at ICS-FORTHTelecommunications and Networks Lab (TNL)
Guys any extra information about this. It will really helps.
Thank you
-- Nikos KaramolegkosR & D engineer at ICS-FORTHTelecommunications and Networks Lab (TNL)
|
By
Nikos Karamolegkos
·
#2415
·
|
|
True Random Number Generator
#crypto
Hello,
I am using a third party chriptographic engine that provides a dedicated hardware accelerator for AES-128 encryption based algorithms.
I am using this engine to encrypt and decrypt the data
Hello,
I am using a third party chriptographic engine that provides a dedicated hardware accelerator for AES-128 encryption based algorithms.
I am using this engine to encrypt and decrypt the data
|
By
Mohamed Belaroussi
·
#2414
·
|
|
Re: Embedded Border-Router - Route Thread-Protocol to Serialbus
Hi.
> **Creating an Embedded Border-Router for Thread**
Currently there is support for the NCP as well as the RCP configuration of an OpenThread BR within Zephyr
Hi.
> **Creating an Embedded Border-Router for Thread**
Currently there is support for the NCP as well as the RCP configuration of an OpenThread BR within Zephyr
|
By
Becker Markus
·
#2413
·
|
|
Embedded Border-Router - Route Thread-Protocol to Serialbus
Hi,
I am currently investigating Zephyr and Thread for various use cases and I did a lot of research, but there are still a lot of open questions left. I tried to avoid opening an issue, but I am
Hi,
I am currently investigating Zephyr and Thread for various use cases and I did a lot of research, but there are still a lot of open questions left. I tried to avoid opening an issue, but I am
|
By
Liechtenecker Heinz-Peter Ulrich <H.Liechtenecker@...>
·
#2412
·
|
|
Re: Ethernet and CAN on STM32
#can
#ethernet
Hi Michael,
When available, peripheral drivers of one SoC series should work with all boards using SoC of this series.
Peripheral configuration is not done systematically on all the boards, as it
Hi Michael,
When available, peripheral drivers of one SoC series should work with all boards using SoC of this series.
Peripheral configuration is not done systematically on all the boards, as it
|
By
Erwan Gouriou
·
#2411
·
|
|
Ethernet and CAN on STM32
#can
#ethernet
Dear all,
I am new to Zephyr, I would like to use it on a STM32 for a Ethernet-to-CAN converter. While looking on the list of supported boards, and the supported feature, I can not find a single STM32
Dear all,
I am new to Zephyr, I would like to use it on a STM32 for a Ethernet-to-CAN converter. While looking on the list of supported boards, and the supported feature, I can not find a single STM32
|
By
schmid.enterprise@...
·
#2410
·
|
|
Lookinf for Nand flash driver
#flash
#driver
Hello.
I'm newbie with Zephyr OS. I've started with 2.4.99 version
I would like to connect mx35 2 Gb Nand flash to stm32f413 microcontroller via spi.
I've found spi_nor driver in zephyr/drivers/flash
Hello.
I'm newbie with Zephyr OS. I've started with 2.4.99 version
I would like to connect mx35 2 Gb Nand flash to stm32f413 microcontroller via spi.
I've found spi_nor driver in zephyr/drivers/flash
|
By
Arsenii Soitu
·
#2409
·
Edited
|
|
printf causes hard_fault
#nrf52840
I have an application for the nrf52840dk_nrf52840 board where I am using printf() to print some messages.
All works most of the time and the messages are shown correctly on my serial console.
However,
I have an application for the nrf52840dk_nrf52840 board where I am using printf() to print some messages.
All works most of the time and the messages are shown correctly on my serial console.
However,
|
By
Stefan Hristozov
·
#2408
·
|
|
Divide zephyr into libraries
#west
Hello and Happy new year to everyone, I am working in project with target to use zephyr as base of any freestanding application. Specifically, I would like the developer to have the ability to choose
Hello and Happy new year to everyone, I am working in project with target to use zephyr as base of any freestanding application. Specifically, I would like the developer to have the ability to choose
|
By
Nikos Karamolegkos
·
#2407
·
|
|
API meeting: agenda
- drivers: pwm: add functions for capturing pwm pulse width and period
- PR: https://github.com/zephyrproject-rtos/zephyr/pull/26025
- Naming conventions
- PR:
- drivers: pwm: add functions for capturing pwm pulse width and period
- PR: https://github.com/zephyrproject-rtos/zephyr/pull/26025
- Naming conventions
- PR:
|
By
Carles Cufi
·
#2406
·
|
|
Re: Bluetooth AND USB support?
Hi Uwe,
Looking at the board device tree description, USB is actually supported on this board:
&usb {
status = "okay";
pinctrl-0 = <&usb_dm_pa11 &usb_dp_pa12>;
};
I'll update the doc to reflect this
Hi Uwe,
Looking at the board device tree description, USB is actually supported on this board:
&usb {
status = "okay";
pinctrl-0 = <&usb_dm_pa11 &usb_dp_pa12>;
};
I'll update the doc to reflect this
|
By
Erwan Gouriou
·
#2405
·
|
|
Re: Newbie question: K64F with SD card
Hi Dave,
I take it you mean the Freedom K64F board?
It is correct that the SD card controller of the K64F is not yet supported by Zephyr.
There is an open issue regarding this:
Hi Dave,
I take it you mean the Freedom K64F board?
It is correct that the SD card controller of the K64F is not yet supported by Zephyr.
There is an open issue regarding this:
|
By
Henrik Brix Andersen
·
#2404
·
|
|
Re: Bluetooth AND USB support?
Hi Uwe,
The nRF52840 and the nRF5340 ICs from Nordic support both USB and Bluetooth.
There are several boards based on those supported by Zephyr.
Carles
Hi Uwe,
The nRF52840 and the nRF5340 ICs from Nordic support both USB and Bluetooth.
There are several boards based on those supported by Zephyr.
Carles
|
By
Carles Cufi
·
#2403
·
|
|
Bluetooth AND USB support?
Hello,
I am looking for a chip/ board that has Bluetooth AND USB which is supported by Zephyr.
For example, the STM32WB55RG offers USB and Bluetooth, but it looks as if Zephyr does NOT support the
Hello,
I am looking for a chip/ board that has Bluetooth AND USB which is supported by Zephyr.
For example, the STM32WB55RG offers USB and Bluetooth, but it looks as if Zephyr does NOT support the
|
By
Uwe Fechner
·
#2402
·
|
|
Re: CMake Sibling Shared Project Question
Hi,
"Steven Ghekiere via lists.zephyrproject.org"
<steven.ghekiere=student.kuleuven.be@...> writes:
The location of the zephyr repository is available to CMake in the
ZEPHYR_BASE
Hi,
"Steven Ghekiere via lists.zephyrproject.org"
<steven.ghekiere=student.kuleuven.be@...> writes:
The location of the zephyr repository is available to CMake in the
ZEPHYR_BASE
|
By
Bolivar, Marti
·
#2401
·
|
|
CMake Sibling Shared Project Question
Hi!
I'm developing a project with both a central device and end devices.
Since both projects use a lot of the same functions I've used, it would be beneficial if they could use the same files.
The
Hi!
I'm developing a project with both a central device and end devices.
Since both projects use a lot of the same functions I've used, it would be beneficial if they could use the same files.
The
|
By
Steven Ghekiere <steven.ghekiere@...>
·
#2400
·
|
|
Re: [Zephyr-devel] API meeting: Agenda
Hi Steven,
Your PRs do not modify existing APIs or add any new ones, from what I can tell after a quick look.
You can either wait for reviews, or bring those up at the dev-review meeting on
Hi Steven,
Your PRs do not modify existing APIs or add any new ones, from what I can tell after a quick look.
You can either wait for reviews, or bring those up at the dev-review meeting on
|
By
Carles Cufi
·
#2399
·
|
|
Re: [Zephyr-devel] API meeting: Agenda
Question?
Would my two driver addition PR be in this meeting? If not could you direct me to the appropriate call/place?
drivers: sensor: mcp9600: Added driver and sample for mcp9600
area:
Question?
Would my two driver addition PR be in this meeting? If not could you direct me to the appropriate call/place?
drivers: sensor: mcp9600: Added driver and sample for mcp9600
area:
|
By
Steven Riedl <steve@...>
·
#2398
·
|
|
Re: API meeting: Agenda
One extra item to the agenda:
- drivers: eeprom: mark the EEPROM API as stable
- PR: https://github.com/zephyrproject-rtos/zephyr/pull/31076
One extra item to the agenda:
- drivers: eeprom: mark the EEPROM API as stable
- PR: https://github.com/zephyrproject-rtos/zephyr/pull/31076
|
By
Carles Cufi
·
#2397
·
|