|
HAL architecture
Hi everyone!
First of all: thanks specifically to Carles Cufi for taking the time a few months ago to give very detailed answers to my questions on whether Zephyr would be a right choice for our
Hi everyone!
First of all: thanks specifically to Carles Cufi for taking the time a few months ago to give very detailed answers to my questions on whether Zephyr would be a right choice for our
|
By
Noëlle Clement
·
#2030
·
|
|
Re: Error in Getting Started Guide
Hi Jim,
Zephyr requires Python 3.6, you seem to be using Python 3.5.
Carles
Hi Jim,
Zephyr requires Python 3.6, you seem to be using Python 3.5.
Carles
|
By
Carles Cufi
·
#2029
·
|
|
Error in Getting Started Guide
Hello,
I am new to Zephyr. Problem with Getting Started Guide, UBUNTU Tab
Get Zephyr and install Python dependencies
2. Get the Zephyr source code:
west init ~/zephyrproject
jws@DESKTOP-AJSFNLH:~$
Hello,
I am new to Zephyr. Problem with Getting Started Guide, UBUNTU Tab
Get Zephyr and install Python dependencies
2. Get the Zephyr source code:
west init ~/zephyrproject
jws@DESKTOP-AJSFNLH:~$
|
By
jim slaughter <jim.slaughter@...>
·
#2028
·
|
|
Zephyr 2.3.0-rc2 tagged
Hi all,
The second release candidate for Zephyr 2.3.0 has now been tagged (v2.3.0-rc2).
The current issue counts are:
- 1 high-priority bug
- 16 medium-priority bugs
The high-priority bug (#23364)
Hi all,
The second release candidate for Zephyr 2.3.0 has now been tagged (v2.3.0-rc2).
The current issue counts are:
- 1 high-priority bug
- 16 medium-priority bugs
The high-priority bug (#23364)
|
By
Carles Cufi
·
#2027
·
|
|
Re: Full supported 802.15.4 modules (i.e as radio interfaces by zephyr's kernel)
#nrf52840
Thank you Jukka for your reply. I think I will stay with the nrf52840 dk. If there is no other suggestion
--
Nikos Karamolegkos
R & D engineer at ICS-FORTH
Telecommunications and Networks Lab
Thank you Jukka for your reply. I think I will stay with the nrf52840 dk. If there is no other suggestion
--
Nikos Karamolegkos
R & D engineer at ICS-FORTH
Telecommunications and Networks Lab
|
By
Nikos Karamolegkos
·
#2026
·
|
|
Re: Support for Atmel SAMG55
Just an FYI, working on moving pinmux for SAM0 over to DTS like I did for atmel SAM.
Also, we’re under some discussions on QSPI so good to know that you are looking at support for that as well on
Just an FYI, working on moving pinmux for SAM0 over to DTS like I did for atmel SAM.
Also, we’re under some discussions on QSPI so good to know that you are looking at support for that as well on
|
By
Kumar Gala
·
#2024
·
|
|
API meeting: agenda
Hi all,
*************************************************
We will be using Teams instead of
Hi all,
*************************************************
We will be using Teams instead of
|
By
Carles Cufi
·
#2023
·
|
|
Re: Full supported 802.15.4 modules (i.e as radio interfaces by zephyr's kernel)
#nrf52840
Hi Nikos,
Don't know about exact boards, but currently we have 802.15.4 drivers
for following chips/shields in drivers/ieee802154
source "drivers/ieee802154/Kconfig.cc2520"
source
Hi Nikos,
Don't know about exact boards, but currently we have 802.15.4 drivers
for following chips/shields in drivers/ieee802154
source "drivers/ieee802154/Kconfig.cc2520"
source
|
By
Jukka Rissanen
·
#2022
·
|
|
Full supported 802.15.4 modules (i.e as radio interfaces by zephyr's kernel)
#nrf52840
Hello to everyone, in this link1 there is a list with all the modules supported by zephyr. I am interested in 802.15.4 modules that are fully supported by Zephyr's kernel. Based on this discussion and
Hello to everyone, in this link1 there is a list with all the modules supported by zephyr. I am interested in 802.15.4 modules that are fully supported by Zephyr's kernel. Based on this discussion and
|
By
Nikos Karamolegkos
·
#2021
·
|
|
Re: Support for Atmel SAMG55
Yip, looks like I jumped the gun. Sorry about that!
Yip, looks like I jumped the gun. Sorry about that!
|
By
Michael Hope
·
#2020
·
|
|
Re: Support for Atmel SAMG55
Hi Michael,
I'm afraid it won't be as easy as using definition for SAMD51. I've compared memory mapping. It is enough to see that Internal Flash has different address, there is Internal ROM in G55.
Hi Michael,
I'm afraid it won't be as easy as using definition for SAMD51. I've compared memory mapping. It is enough to see that Internal Flash has different address, there is Internal ROM in G55.
|
By
Adam Podogrocki
·
#2019
·
|
|
Re: Support for Atmel SAMG55
Hi Adam. I just so happen to be adding support for the Adafruit
ItsyBitsy M4 board ATM. It's SAMD51 based which seems to be basically
the same as the SAMG55.
I've checked the UART, GPIO, SPI, and
Hi Adam. I just so happen to be adding support for the Adafruit
ItsyBitsy M4 board ATM. It's SAMD51 based which seems to be basically
the same as the SAMG55.
I've checked the UART, GPIO, SPI, and
|
By
Michael Hope
·
#2018
·
|
|
Support for Atmel SAMG55
Hi,
are there any activities ongoing to add support for SAMG55 MCU to Zephyr?
Regards,
Adam
Hi,
are there any activities ongoing to add support for SAMG55 MCU to Zephyr?
Regards,
Adam
|
By
Adam Podogrocki
·
#2017
·
|
|
Re: USB Questions
Hi Anton,
regarding point 2 to use the USB device as a console, please add:
CONFIG_UART_CONSOLE_ON_DEV_NAME="CDC_ACM"
CONFIG_USB_UART_CONSOLE=y
Hi Anton,
regarding point 2 to use the USB device as a console, please add:
CONFIG_UART_CONSOLE_ON_DEV_NAME="CDC_ACM"
CONFIG_USB_UART_CONSOLE=y
|
By
Adam Podogrocki
·
#2016
·
|
|
Re: Compile as much code as possible.
"Carles Cufi" <carles.cufi@...> wrote:
We for example have
https://github.com/zephyrproject-rtos/zephyr/blob/master/tests/net/all/prj.conf ,
can extend such a practice to other subsystems
"Carles Cufi" <carles.cufi@...> wrote:
We for example have
https://github.com/zephyrproject-rtos/zephyr/blob/master/tests/net/all/prj.conf ,
can extend such a practice to other subsystems
|
By
Paul Sokolovsky
·
#2015
·
|
|
Re: Compile as much code as possible.
Hi there,
No, there is not. In part because Zephyr requires a board to be passed as a parameter to the build system, and the board determines the basic set of Kconfig options.
You could I guess
Hi there,
No, there is not. In part because Zephyr requires a board to be passed as a parameter to the build system, and the board determines the basic set of Kconfig options.
You could I guess
|
By
Carles Cufi
·
#2014
·
|
|
Compile as much code as possible.
Hello! I want to compile as much code as possible. Is there any command like make allyesconfig in linux?
Hello! I want to compile as much code as possible. Is there any command like make allyesconfig in linux?
|
By
istuoli@...
·
#2013
·
|
|
[Zephyr 2.3] Final release delayed until June 5th
Hi all,
After close inspection of the current state of the code when it comes to bug counts, we have decided to postpone the release for a week, until June 5th. The main reason is the existence of
Hi all,
After close inspection of the current state of the code when it comes to bug counts, we have decided to postpone the release for a week, until June 5th. The main reason is the existence of
|
By
Carles Cufi
·
#2012
·
|
|
USB Questions
Hi,
I've been testing out Zephyr's USB connectivity options on FRDM-K22F and got some questions:
samples/subsys/usb/console/ compiles and runs okay as long as the USB is connected. If usb is not
Hi,
I've been testing out Zephyr's USB connectivity options on FRDM-K22F and got some questions:
samples/subsys/usb/console/ compiles and runs okay as long as the USB is connected. If usb is not
|
By
antoker@...
·
#2011
·
|
|
[Zephyr 2.3] Current status as of 21st of May
Hi all,
This is the current bug status for Zephyr 2.3 as of today.
High priority bugs: 3 (threshold for release is ==0)
Hi all,
This is the current bug status for Zephyr 2.3 as of today.
High priority bugs: 3 (threshold for release is ==0)
|
By
Carles Cufi
·
#2010
·
|