|
[PATCH] Fix the problem that it cannot work under mimxrt1061cvl5a SOC
There is no built-in SDRAM area in mimxrt1061 cvl5a, which makes zephyr unable to work on 1061 SOC
Best Regards
Zhihao
There is no built-in SDRAM area in mimxrt1061 cvl5a, which makes zephyr unable to work on 1061 SOC
Best Regards
Zhihao
|
By
Zhou, ZhihaoX <zhihaox.zhou@...>
·
#2735
·
|
|
Re: [Zephyr-devel] TinyCrypt end of life - Help needed
Hi,
There is no information about tinycrypt being EOL on webpage nor github...
https://github.com/intel/tinycrypt
https://01.org/tinycrypt
--
pozdrawiam
Szymon K. Janc
Hi,
There is no information about tinycrypt being EOL on webpage nor github...
https://github.com/intel/tinycrypt
https://01.org/tinycrypt
--
pozdrawiam
Szymon K. Janc
|
By
Szymon Janc <szymon.janc@...>
·
#2734
·
|
|
Re: [Zephyr-devel] TinyCrypt end of life - Help needed
Dear Flavio,
thank you for the information!
we are using TinyCrypt in the uoscore-uedhoc [1] project, which we want to contribute to zephyr OS. We are in contact already with the responsible people at
Dear Flavio,
thank you for the information!
we are using TinyCrypt in the uoscore-uedhoc [1] project, which we want to contribute to zephyr OS. We are in contact already with the responsible people at
|
By
Stefan Hristozov
·
#2733
·
|
|
How do I create drivers in platformio?
#drivers
#devicetree
I’m trying to create a driver for a temperature sensor, as6221. I’m using the tmp117 as a guide. I’m using platformio. I have a little understanding of how cmake, Kconfig, devicetree, dts files
I’m trying to create a driver for a temperature sensor, as6221. I’m using the tmp117 as a guide. I’m using platformio. I have a little understanding of how cmake, Kconfig, devicetree, dts files
|
By
leo moreland
·
#2732
·
|
|
Proper BT-SETTINGS Behavior
#bluetoothmesh
#bluetooth
#ble
Hi,
Thanks in advance for all replies.
I've created a ble keyboard peripheral, using the native_posix board, to control my amazon firestick.
It seems to work fine, except I'm unsure if the
Hi,
Thanks in advance for all replies.
I've created a ble keyboard peripheral, using the native_posix board, to control my amazon firestick.
It seems to work fine, except I'm unsure if the
|
By
bob@...
·
#2731
·
Edited
|
|
Re: Zephyr running on Arm Cortex-M7 within Intel PSE (Elkharts Lake)
Bernd,
You are correct that ELH support in zephyr upstream right now is limited to the main CPU (IA).
Support for the PSE on Cortex-M7 is not part of Zephyr yet, is in the process of being
Bernd,
You are correct that ELH support in zephyr upstream right now is limited to the main CPU (IA).
Support for the PSE on Cortex-M7 is not part of Zephyr yet, is in the process of being
|
By
Nashif, Anas
·
#2730
·
|
|
Zephyr running on Arm Cortex-M7 within Intel PSE (Elkharts Lake)
Dear Zyphyr Users,
first of all: I'm a completely newbie regarding zephyr!
Currently i'm trying to get it run on a Arm Cortex-M7 core, which is part of the Intel Programmable Service Engine (PSE) of
Dear Zyphyr Users,
first of all: I'm a completely newbie regarding zephyr!
Currently i'm trying to get it run on a Arm Cortex-M7 core, which is part of the Intel Programmable Service Engine (PSE) of
|
By
Weiberg, Bernd
·
#2729
·
|
|
Re: [Zephyr-devel] TinyCrypt end of life - Help needed
Send it to users list as well.
Send it to users list as well.
|
By
Flavio Ceolin
·
#2728
·
|
|
Re: nRF5340 GPIO FEM control (generic)
#nrf53
I'm attempting to use mainline Zephyr in order to submit a new board that will include a GPIO controlled FEM. I am not using NCS at the moment.
Bob
I got a private reply from Rodrigo by mistake and
I'm attempting to use mainline Zephyr in order to submit a new board that will include a GPIO controlled FEM. I am not using NCS at the moment.
Bob
I got a private reply from Rodrigo by mistake and
|
By
Bob Recny
·
#2727
·
|
|
nRF5340 GPIO FEM control (generic)
#nrf53
Greetings,
I see that a new feature of Zephyr 2.6.0 is:"Added GPIO PA/LNA support for the Nordic nRF53x SoC series." (under "Bluetooth LE split software Controller" in the release notes).
Are there
Greetings,
I see that a new feature of Zephyr 2.6.0 is:"Added GPIO PA/LNA support for the Nordic nRF53x SoC series." (under "Bluetooth LE split software Controller" in the release notes).
Are there
|
By
Bob Recny
·
#2726
·
|
|
Re: System Level Testing for Zephyr Adopters
Hi, I'm working on testing efforts on Chromium. Our current approach is to write emulators of all the chips (https://source.chromium.org/chromium/chromiumos/platform/ec/+/HEAD:zephyr/emul/). We'll be
Hi, I'm working on testing efforts on Chromium. Our current approach is to write emulators of all the chips (https://source.chromium.org/chromium/chromiumos/platform/ec/+/HEAD:zephyr/emul/). We'll be
|
By
Yuval Peress
·
#2725
·
|
|
Re: System Level Testing for Zephyr Adopters
HI all,
Sending this mail again to Zephyr-users email, in hope it will reach the larger audience
Thanks and Regards
Mithun
HI all,
Sending this mail again to Zephyr-users email, in hope it will reach the larger audience
Thanks and Regards
Mithun
|
By
Pandey, Mithun
·
#2724
·
|
|
Re: Control-flow Enforcement Technology (CET) support
Hi Rafal,
This is not supported currently. We had plans in the past to enable this feature, but this did not happen.
There is no reason why this feature can’t be enabled, and you are welcome to
Hi Rafal,
This is not supported currently. We had plans in the past to enable this feature, but this did not happen.
There is no reason why this feature can’t be enabled, and you are welcome to
|
By
Nashif, Anas
·
#2723
·
|
|
Control-flow Enforcement Technology (CET) support
Hi,
I’ve tried building zephyr app with GCC compiler flags to enable CET feature (Control-flow Enforcement Technology) “-fcf-protection=full -z cet-report=error”. Unfortunately there’s
Hi,
I’ve tried building zephyr app with GCC compiler flags to enable CET feature (Control-flow Enforcement Technology) “-fcf-protection=full -z cet-report=error”. Unfortunately there’s
|
By
Bisiorowski, Rafal
·
#2722
·
|
|
System Level Testing for Zephyr Adopters
HI All
For the Teams adopting zephyr, what the adopting teams do for automation at system level when everything is put together , Is there any recommendations from the Zephyr Community, or form
HI All
For the Teams adopting zephyr, what the adopting teams do for automation at system level when everything is put together , Is there any recommendations from the Zephyr Community, or form
|
By
Pandey, Mithun
·
#2721
·
|
|
bme680 sample: I2C address in overlay file (nrf52840) does not match described wiring
#i2c
#nrf52840
#sensor
Running the BME680 sample (zephyr/samples/sensor/bme680) on the nrf52840-dk fails and printk "Device (nil) name is".
My BME680 is already packaged (DFRobot SEN0248), and provides connections only for
Running the BME680 sample (zephyr/samples/sensor/bme680) on the nrf52840-dk fails and printk "Device (nil) name is".
My BME680 is already packaged (DFRobot SEN0248), and provides connections only for
|
By
chrisduf
·
#2720
·
|
|
Thread safety with multiple shell instances
Hello,
I'm planning to use two simultaneous shell instances each with a different backend in my application. I have a couple of questions regarding this.
1. Is this possible?
2. Do I need to use a
Hello,
I'm planning to use two simultaneous shell instances each with a different backend in my application. I have a couple of questions regarding this.
1. Is this possible?
2. Do I need to use a
|
By
mbarrett@...
·
#2719
·
|
|
Re: Adding HAL for new NXP Kinetis device K32L2B31
Hi there,
Why don’t you send a Pull Request to the hal_nxp repository to add the HAL you need?
Thanks,
Carles
Hi there,
Why don’t you send a Pull Request to the hal_nxp repository to add the HAL you need?
Thanks,
Carles
|
By
Carles Cufi
·
#2718
·
|
|
Adding HAL for new NXP Kinetis device K32L2B31
Hi,
I need to add a new CPU "K32L2B31A" HAL from NXP to the NXP HAL module.
Can I do this by creating an external NXP module an using the ZEPHYR_EXTRA_MODULES variable to declare this new module ?
I
Hi,
I need to add a new CPU "K32L2B31A" HAL from NXP to the NXP HAL module.
Can I do this by creating an external NXP module an using the ZEPHYR_EXTRA_MODULES variable to declare this new module ?
I
|
By
claude@...
·
#2717
·
|
|
How to use gsm_modem sample on the nrf5340dk
#networking
#nrf5340
Hi Zephyr Users
Hope all is good with everyone.
- I am trying to use the nrf5340dk with the Ublox Lara-R211 GSM modem.
- I managed to get the nucleo_f746zg board working with this modem using the
Hi Zephyr Users
Hope all is good with everyone.
- I am trying to use the nrf5340dk with the Ublox Lara-R211 GSM modem.
- I managed to get the nucleo_f746zg board working with this modem using the
|
By
Brenton Chetty
·
#2716
·
|