|
designing a message "bus"
Hi,
I'm wanting to design a firmware, for a small low-power embedded system, with an architecture that features a "bus" over which the firmware modules communicate. I'm wondering how to design this
Hi,
I'm wanting to design a firmware, for a small low-power embedded system, with an architecture that features a "bus" over which the firmware modules communicate. I'm wondering how to design this
|
By
yshragai.firmware@...
·
#2942
·
|
|
Re: Connecting to a private resolvable address found using bt_le_scan_start
Hi Jason,
Without bonding (connect, pair, encrypt and distribute keys) with the device, IRK cannot be obtained from the remove device.
Regards,
Vinayak
From: users@... <users@...>On Behalf
Hi Jason,
Without bonding (connect, pair, encrypt and distribute keys) with the device, IRK cannot be obtained from the remove device.
Regards,
Vinayak
From: users@... <users@...>On Behalf
|
By
Chettimada, Vinayak Kariappa
·
#2941
·
|
|
Connecting to a private resolvable address found using bt_le_scan_start
Hi,
I’m writing some firmware for both sides of a BLE link. I would like to scan for advertisers, filter the results to find my device, then store the address to be connected later, without
Hi,
I’m writing some firmware for both sides of a BLE link. I would like to scan for advertisers, filter the results to find my device, then store the address to be connected later, without
|
By
Jason Bens <jason.bens@...>
·
#2940
·
|
|
STM32 VS Code
Hello, can someone describe how to create a project for stm32f407 and Zephyr os with opportunity to flash and debug in VS code
Hello, can someone describe how to create a project for stm32f407 and Zephyr os with opportunity to flash and debug in VS code
|
By
mshary@...
·
#2939
·
|
|
Re: west flash issue
you need to have JLINK folder in your PATH.
see this link for how to add something to the path https://www.architectryan.com/2018/03/17/add-to-the-path-on-windows-10/
Anis
you need to have JLINK folder in your PATH.
see this link for how to add something to the path https://www.architectryan.com/2018/03/17/add-to-the-path-on-windows-10/
Anis
|
By
Anis
·
#2938
·
|
|
west flash issue
Hi,
Im trying to use zephyr os but I cant flash because im having problems with jlink, how can I solve It?
Yojanse Duarte
Ingeniero de Hardware
TripleCyber S.R.L.
RNC: 1-32-28980-3
Telefono:
Hi,
Im trying to use zephyr os but I cant flash because im having problems with jlink, how can I solve It?
Yojanse Duarte
Ingeniero de Hardware
TripleCyber S.R.L.
RNC: 1-32-28980-3
Telefono:
|
By
Yojanse Duarte <Yojanse.Duarte@...>
·
#2937
·
|
|
Re: Executing a Post Build Batch File using CMake
Hi Casey,
Did you have a look at the global 'extra_post_build_commands' and
'extra_post_build_byproducts' properties mentioned in
zephyr/CMakeLists.txt?
Try searching around the source tree to see
Hi Casey,
Did you have a look at the global 'extra_post_build_commands' and
'extra_post_build_byproducts' properties mentioned in
zephyr/CMakeLists.txt?
Try searching around the source tree to see
|
By
Bolivar, Marti
·
#2936
·
|
|
Re: Executing a Post Build Batch File using CMake
Hi Casey,
I have been using `add_custom_command` to sign my generated images like this:
set(ZEPHYR_SIGNED_BIN ${ZEPHYR_BINARY_DIR}/zephyr.signed.bin)
set(MCUBOOT_SIGNING_KEY
Hi Casey,
I have been using `add_custom_command` to sign my generated images like this:
set(ZEPHYR_SIGNED_BIN ${ZEPHYR_BINARY_DIR}/zephyr.signed.bin)
set(MCUBOOT_SIGNING_KEY
|
By
mlsvrts
·
#2935
·
|
|
Executing a Post Build Batch File using CMake
Build Environment Details
Building Zephyr with CMake
ARM Platform (Nordic nrf5340)
Source and Build directories are out of tree.
My build directory is ${CMAKE_CURRENT_SOURCE_DIR}../../Executables
My
Build Environment Details
Building Zephyr with CMake
ARM Platform (Nordic nrf5340)
Source and Build directories are out of tree.
My build directory is ${CMAKE_CURRENT_SOURCE_DIR}../../Executables
My
|
By
Casey Shea
·
#2934
·
|
|
Re: Zephyr wi-fi shell on Windows 10: sending commands?
just in case someone will hit this issue
I solved it installing Putty terminal emulator on Windows 10
Gianluca
just in case someone will hit this issue
I solved it installing Putty terminal emulator on Windows 10
Gianluca
|
By
gianluca torta
·
#2933
·
|
|
Zephyr wi-fi shell on Windows 10: sending commands?
hi all,
I have added the wi-fi shell support to my Zephyr project, by adding the following options:
CONFIG_NET_L2_WIFI_SHELL=y
CONFIG_NET_SHELL=y
CONFIG_SHELL=y
I am on Windows 10 and use Tera Term
hi all,
I have added the wi-fi shell support to my Zephyr project, by adding the following options:
CONFIG_NET_L2_WIFI_SHELL=y
CONFIG_NET_SHELL=y
CONFIG_SHELL=y
I am on Windows 10 and use Tera Term
|
By
gianluca torta
·
#2932
·
|
|
West v0.13.0
Hello,
I'm announcing west v0.13.0.
This release allows you to associate arbitrary user data with the
manifest repository, and contains some fixes for errors related to path
handling.
There were
Hello,
I'm announcing west v0.13.0.
This release allows you to associate arbitrary user data with the
manifest repository, and contains some fixes for errors related to path
handling.
There were
|
By
Bolivar, Marti
·
#2931
·
|
|
Re: Compiling sample program on MAC 10.14 gets a compilation error
Hi,
Looks like my previous mail got mangled. Let me retry.
Since you are using a toolchain from homebrew following unofficial instructions from Adafruit, and you are getting an internal error message
Hi,
Looks like my previous mail got mangled. Let me retry.
Since you are using a toolchain from homebrew following unofficial instructions from Adafruit, and you are getting an internal error message
|
By
Bolivar, Marti
·
#2930
·
|
|
Re: Compiling sample program on MAC 10.14 gets a compilation error
On April 4, 2022 11:19 pm, Sowmya Krishnaswamy via lists.zephyrproject.org wrote:
> Hi,
>
> I am following the steps outlined in
>
> 1.
On April 4, 2022 11:19 pm, Sowmya Krishnaswamy via lists.zephyrproject.org wrote:
> Hi,
>
> I am following the steps outlined in
>
> 1.
|
By
Bolivar, Marti
·
#2929
·
|
|
Re: Enabling i2c on nucleo_f429zi
Hi David. I'm also not an expert, but I'll try to help you if I can. More experienced users can feel free to correct me on this.
First off, regarding "And accordingly its the devicetree contains an
Hi David. I'm also not an expert, but I'll try to help you if I can. More experienced users can feel free to correct me on this.
First off, regarding "And accordingly its the devicetree contains an
|
By
Jason Bens <jason.bens@...>
·
#2928
·
|
|
Enabling i2c on nucleo_f429zi
Hi there,
Quite new to zephyr and still reading its documentation actively. I've
been able to successfully generate, debug and use GPIO based
applications (following the very well documented blinky
Hi there,
Quite new to zephyr and still reading its documentation actively. I've
been able to successfully generate, debug and use GPIO based
applications (following the very well documented blinky
|
By
David Demelier <markand@...>
·
#2927
·
|
|
CC1310
Hello All, i can see cc1352R has a support for sub-GHz
Wanted to ask if cc1310 is supported to take 6LoWPAN and Zephyr?
Thanks,
Akshay
Hello All, i can see cc1352R has a support for sub-GHz
Wanted to ask if cc1310 is supported to take 6LoWPAN and Zephyr?
Thanks,
Akshay
|
By
Akshay Mishra
·
#2926
·
|
|
Compiling sample program on MAC 10.14 gets a compilation error
Hi,
I am following the steps outlined in
1. https://learn.adafruit.com/blinking-led-with-zephyr-rtos/installing-zephyr-osx
2.
Hi,
I am following the steps outlined in
1. https://learn.adafruit.com/blinking-led-with-zephyr-rtos/installing-zephyr-osx
2.
|
By
Sowmya Krishnaswamy <sokrishn@...>
·
#2925
·
|
|
Re: Suppress line breaks when using LOG_INF etc with RTT and Segger
#debugging
Hi Justin,
It is an option flag that can be used with log_output module which is a helper module for formatting log messages. Most of backends does not use it. It can be easily added to certain
Hi Justin,
It is an option flag that can be used with log_output module which is a helper module for formatting log messages. Most of backends does not use it. It can be easily added to certain
|
By
Chruściński, Krzysztof
·
#2924
·
|
|
Suppress line breaks when using LOG_INF etc with RTT and Segger
#debugging
I would have thought this was easy but I cannot seem to find a way to prevent LOG_INF etc from adding a line break to the log string.
I have found the following log flag definition in
I would have thought this was easy but I cannot seem to find a way to prevent LOG_INF etc from adding a line break to the log string.
I have found the following log flag definition in
|
By
justin.leavesley@...
·
#2923
·
|