|
Re: [Zephyr-devel] Zephyr development news, 20 August 2018
Sure thing! Sorry for the long delay since the last one. Summertime...
Sure thing! Sorry for the long delay since the last one. Summertime...
|
By
Marti Bolivar <marti@...>
·
#1044
·
|
|
Re: [Zephyr-devel] Zephyr development news, 20 August 2018
Thank you Marti!
By
Thea Aldrich <aldrich.thea@...>
·
#1043
·
|
|
Zephyr development news, 20 August 2018
Hello,
This is the 20 August 2018 newsletter tracking the latest Zephyr
development merged into the mainline tree on GitHub.
An HTML version is available
Hello,
This is the 20 August 2018 newsletter tracking the latest Zephyr
development merged into the mainline tree on GitHub.
An HTML version is available
|
By
Marti Bolivar <marti@...>
·
#1042
·
|
|
Re: Is Zephyr able to control a Bluetooth Device via HCI
#ble
#hci
Hi Oliver,
If I understand correctly, you want to run Zephyr OS on Cypress BLE chips, but do not want to use the fully open source BLE stack in Zephyr OS. You will need to start with adding your
Hi Oliver,
If I understand correctly, you want to run Zephyr OS on Cypress BLE chips, but do not want to use the fully open source BLE stack in Zephyr OS. You will need to start with adding your
|
By
Chettimada, Vinayak Kariappa <vinayak.kariappa.chettimada@...>
·
#1041
·
|
|
Is Zephyr able to control a Bluetooth Device via HCI
#ble
#hci
Hi,
i'm currently using Cypress BLE chips for my projects and i want to evaluate Zephyr. Since i think it rather complicated to get a new BLE stack running, my idea was to use the Cypress BLE Stack
Hi,
i'm currently using Cypress BLE chips for my projects and i want to evaluate Zephyr. Since i think it rather complicated to get a new BLE stack running, my idea was to use the Cypress BLE Stack
|
By
oliverzabel@...
·
#1040
·
|
|
Breaking changes to network config settings
Hello,
For the 1.13 release, networking configuration library ("net_conf") was
split from net_app library, because it always was independent from the
rest of net_app, and is useful even for apps
Hello,
For the 1.13 release, networking configuration library ("net_conf") was
split from net_app library, because it always was independent from the
rest of net_app, and is useful even for apps
|
By
Paul Sokolovsky
·
#1039
·
|
|
about synchronization of remote forked master, local master & local branches
Hi,
Assume a person create one PR (to solve already present issues) & it take some time to get approval from reviewers.
Meanwhile Zephyr master get upgrad as usual.
Then how to properly sync
1)
Hi,
Assume a person create one PR (to solve already present issues) & it take some time to get approval from reviewers.
Meanwhile Zephyr master get upgrad as usual.
Then how to properly sync
1)
|
By
vikrant8051 <vikrant8051@...>
·
#1038
·
|
|
Breaking change to app build scripts
Hi all,
to silence the 'policy CMP000' warning[0] we have decided to
require that all 'app' CMakeLists.txt build scripts invoke the
function 'cmake_minimum_required'.
This requirement is a breaking
Hi all,
to silence the 'policy CMP000' warning[0] we have decided to
require that all 'app' CMakeLists.txt build scripts invoke the
function 'cmake_minimum_required'.
This requirement is a breaking
|
By
Bøe, Sebastian <Sebastian.Boe@...>
·
#1037
·
|
|
Re: Default clocks on Nucleo F401RE
Went a bit further, in ST's UM1724 "STM32 Nucleo-64 boards", section
"6.7 OSC clock" mentions two revisions of the board: MB1136 C-01 with
HSE disabled and MB1136 C-02 and higher with HSE from
Went a bit further, in ST's UM1724 "STM32 Nucleo-64 boards", section
"6.7 OSC clock" mentions two revisions of the board: MB1136 C-01 with
HSE disabled and MB1136 C-02 and higher with HSE from
|
By
Kiril Zyapkov
·
#1036
·
|
|
Default clocks on Nucleo F401RE
Hi,
I have a Nucleo F401RE board which came with no external crystals
populated for the target MCU. Both LSE and HSE sources are missing.
However, nucleo_f401re_defconfig says
# use HSE as PLL
Hi,
I have a Nucleo F401RE board which came with no external crystals
populated for the target MCU. Both LSE and HSE sources are missing.
However, nucleo_f401re_defconfig says
# use HSE as PLL
|
By
Kiril Zyapkov
·
#1035
·
|
|
Re: How to connect the LSM6DS0 sensor when using a custom board?
#sensor
#dts
#defconfig
Hi Stefan,
If your board selects HAS_DTS_I2C_DEVICE, then you should define CONFIG_LSM6DS0_I2C_MASTER_DEV_NAME and CONFIG_LSM6DS0_I2C_ADDR in your board dts.fixup file rather than myboard_defconfig.
Hi Stefan,
If your board selects HAS_DTS_I2C_DEVICE, then you should define CONFIG_LSM6DS0_I2C_MASTER_DEV_NAME and CONFIG_LSM6DS0_I2C_ADDR in your board dts.fixup file rather than myboard_defconfig.
|
By
Maureen Helm
·
#1034
·
|
|
How to connect the LSM6DS0 sensor when using a custom board?
#sensor
#dts
#defconfig
Hej
I am failing to get my LSM6DS3(almost LSM6DS0) sensor rightfully setup. Maybe someone can give me a hint.
My system:
LSM6DS3 <--> I2C1 @ stm32F412 <--> Zephyr OS
I created an own board for
Hej
I am failing to get my LSM6DS3(almost LSM6DS0) sensor rightfully setup. Maybe someone can give me a hint.
My system:
LSM6DS3 <--> I2C1 @ stm32F412 <--> Zephyr OS
I created an own board for
|
By
Stefan Jaritz
·
#1033
·
|
|
GCC ARM Embedded is now GNU Arm Embedded
Hi all,
We have just merged a commit [1] which renames the Arm embedded toolchain from GCC ARM Embedded to its new and current name, GNU Arm Embedded.
If you use this toolchain you will see a
Hi all,
We have just merged a commit [1] which renames the Arm embedded toolchain from GCC ARM Embedded to its new and current name, GNU Arm Embedded.
If you use this toolchain you will see a
|
By
Carles Cufi
·
#1032
·
|
|
Find devices with custom service like in central_hr example
#bt
#ble
Hi,
I'm trying to port the central_hr example to my project. In this project I'm using a peripheral that advertises a 128Bit UUID of a custom service instead of the 16Bit UUID of the HRS service. I
Hi,
I'm trying to port the central_hr example to my project. In this project I'm using a peripheral that advertises a 128Bit UUID of a custom service instead of the 16Bit UUID of the HRS service. I
|
By
Phil Hipp
·
#1031
·
|
|
DFU nrf52840
#nrf52840
Is it possible to Upgrade a bare metal firmware(not from zephyr, may be from nrf sdk example) through smp server explained in zephyr project ?
Is it possible to Upgrade a bare metal firmware(not from zephyr, may be from nrf sdk example) through smp server explained in zephyr project ?
|
By
Arun kumar
·
#1030
·
|
|
Re: SPI on nRF52-PCA10040 possible?
#nrf52832
Hi Joe,
thanks again for your fast answer.
I tried to run spi_loopback/spi.c
on nrf52840_pca10056 but i am still running into problems.
I will explain the problem, if someone has the time to take a
Hi Joe,
thanks again for your fast answer.
I tried to run spi_loopback/spi.c
on nrf52840_pca10056 but i am still running into problems.
I will explain the problem, if someone has the time to take a
|
By
moritzgerlich@...
·
#1029
·
|
|
How to setup BCSP at runtime with manufacture specific commands
#bt
#protocol
#hc5
#bcsp
Hej,
I like to implement an firmware upgrade via bcsp + manufacture specific commands. I give a quick setup of my system:
BT device <---> UART3 @ MCU <---> Zephyr OS
The update
Hej,
I like to implement an firmware upgrade via bcsp + manufacture specific commands. I give a quick setup of my system:
BT device <---> UART3 @ MCU <---> Zephyr OS
The update
|
By
Stefan Jaritz
·
#1028
·
|
|
Re: SPI on nRF52-PCA10040 possible?
#nrf52832
Hi Moritz,
SPI does not have DTS support in nordic boards yet, so you still have to set it up via Kconfig until https://github.com/zephyrproject-rtos/zephyr/issues/8758 is completely resolved.
The
Hi Moritz,
SPI does not have DTS support in nordic boards yet, so you still have to set it up via Kconfig until https://github.com/zephyrproject-rtos/zephyr/issues/8758 is completely resolved.
The
|
By
Johannes Hutter
·
#1027
·
|
|
SPI on nRF52-PCA10040 possible?
#nrf52832
Hello at all,
i have a question concerning the nRF52-PCA10040.
I want to connect the nRF52-PCA10040 to another board via SPI. However i cannot
figure out a possible way to do so. The provided samples
Hello at all,
i have a question concerning the nRF52-PCA10040.
I want to connect the nRF52-PCA10040 to another board via SPI. However i cannot
figure out a possible way to do so. The provided samples
|
By
moritzgerlich@...
·
#1026
·
|
|
Re: MPU FAULT when starting BLE peripheral sample on nrf52840_pca10056
As you see your toolchain is not correctly picking the gcc libraries from armv7e-m.
I am not on my MacBook now, hopefully someone else could help you resolve the issue or will help set the CFLAGS
As you see your toolchain is not correctly picking the gcc libraries from armv7e-m.
I am not on my MacBook now, hopefully someone else could help you resolve the issue or will help set the CFLAGS
|
By
Chettimada, Vinayak Kariappa <vinayak.kariappa.chettimada@...>
·
#1025
·
|