|
Re: Set proj.conf config parameter from CMakelists
I found a solution. I pass it as argument to west build.
--
Nikos Karamolegkos
R & D engineer at ICS-FORTH
Telecommunications and Networks Lab (TNL)
I found a solution. I pass it as argument to west build.
--
Nikos Karamolegkos
R & D engineer at ICS-FORTH
Telecommunications and Networks Lab (TNL)
|
By
Nikos Karamolegkos
·
#2595
·
|
|
Set proj.conf config parameter from CMakelists
Hello,
I would like to set the CONFIG_FLASH_LOAD_OFFSET variable before compilation without setting in to proj.conf file. Can I use CMakelist.txt or something else to define a default value in case
Hello,
I would like to set the CONFIG_FLASH_LOAD_OFFSET variable before compilation without setting in to proj.conf file. Can I use CMakelist.txt or something else to define a default value in case
|
By
Nikos Karamolegkos
·
#2594
·
|
|
Re: question on devicetree (nrf52840dongle)
Hi again Kristoff,
"Kristoff Bonne via lists.zephyrproject.org"
<kristoff=skypro.be@...> writes:
Just to be clear although I mentioned this in my response to your other
thread,
Hi again Kristoff,
"Kristoff Bonne via lists.zephyrproject.org"
<kristoff=skypro.be@...> writes:
Just to be clear although I mentioned this in my response to your other
thread,
|
By
Bolivar, Marti
·
#2593
·
|
|
Re: question on devicetree (nrf52840dongle)
Hi all,
First, thanks to who reply off-list. :-)
I found the solution, so I will Just a reply for sake of the the mail-achive:
In contrast to the device-tree module on linux/*BSD, the devicetree
Hi all,
First, thanks to who reply off-list. :-)
I found the solution, so I will Just a reply for sake of the the mail-achive:
In contrast to the device-tree module on linux/*BSD, the devicetree
|
By
Kristoff Bonne
·
#2592
·
|
|
question on devicetree (nrf52840dongle)
Hi all,
I have been experimenting with running zephyr on some nrf52840dongle device that I bought some time ago.
According the document on this device, zephyr should support both i2c and spi on
Hi all,
I have been experimenting with running zephyr on some nrf52840dongle device that I bought some time ago.
According the document on this device, zephyr should support both i2c and spi on
|
By
Kristoff Bonne
·
#2591
·
|
|
STM32F723E-Disco: how to use USB in high-speed mode
Dear List,
I'm trying to use the USB-OTG HS port on an STM32F723E Discovery Board
to mount a ramdisk on a Linux 5.11 host; this works fine in FS-mode;
however, I want to use high-speed mode
Dear List,
I'm trying to use the USB-OTG HS port on an STM32F723E Discovery Board
to mount a ramdisk on a Linux 5.11 host; this works fine in FS-mode;
however, I want to use high-speed mode
|
By
Dirk-Jan C. Binnema
·
#2590
·
|
|
building espressif c++ project
Hi,
I have made a simple C++ project using Zephyr, to check if I can use various C++ features from Zephyr - for this particular one, I'm just trying to include the <algorithms> header.
The builds work
Hi,
I have made a simple C++ project using Zephyr, to check if I can use various C++ features from Zephyr - for this particular one, I'm just trying to include the <algorithms> header.
The builds work
|
By
iborco@...
·
#2589
·
|
|
How to perform DFU over BLE of the peripheral device using Bluetooth: HCI UART based board connected with linux board?
#hci_uart
#nrf52840
#ble
Hi
I want to do the OTA of my nrf52840 based peripheral device through nrf52840(Bluetooth: HCI UART) based Linux gateway. Below is the setup of my project. I know I can perform the OTA of the
Hi
I want to do the OTA of my nrf52840 based peripheral device through nrf52840(Bluetooth: HCI UART) based Linux gateway. Below is the setup of my project. I know I can perform the OTA of the
|
By
bhavya.mathukiya@...
·
#2588
·
|
|
bluetooth init error -90
Hi,
We are trying to use the silicon labs thunderboard sense2 SLTB004A device with bluetooth.
When we program the device the zephyr beacon sample, we get the following error:
* Booting Zephyr OS
Hi,
We are trying to use the silicon labs thunderboard sense2 SLTB004A device with bluetooth.
When we program the device the zephyr beacon sample, we get the following error:
* Booting Zephyr OS
|
By
Smitha Ratnam <s.ratnam@...>
·
#2587
·
|
|
Changing default branch name on GitHub - action required
We will be changing the default branch on github from 'master' to 'main' on Friday (May 14, 2021).
There is no action required for any open PRs, however you'll need to update your local git clone as
We will be changing the default branch on github from 'master' to 'main' on Friday (May 14, 2021).
There is no action required for any open PRs, however you'll need to update your local git clone as
|
By
Kumar Gala
·
#2586
·
|
|
Re: partition in board overlay file (for nrf52840-dk)
Thank you. What happens if there is reference in the code to deleted labels? I can not pass the compilation
--
Nikos Karamolegkos
R & D engineer at ICS-FORTH
Telecommunications and Networks Lab
Thank you. What happens if there is reference in the code to deleted labels? I can not pass the compilation
--
Nikos Karamolegkos
R & D engineer at ICS-FORTH
Telecommunications and Networks Lab
|
By
Nikos Karamolegkos
·
#2585
·
|
|
Re: partition in board overlay file (for nrf52840-dk)
Hi Nikos:
Here is an example of changing the partition table in an overlay file you can see the old partitions deleted, then commented out, and the new partitions:
/delete-node/
Hi Nikos:
Here is an example of changing the partition table in an overlay file you can see the old partitions deleted, then commented out, and the new partitions:
/delete-node/
|
By
Lawrence King
·
#2584
·
|
|
partition in board overlay file (for nrf52840-dk)
Hello,
I have create a board overlay file inside my zephyr sample where I create my partition in flash. However, if I use FLASH_AREA_ID(image_0) I can see that this ID exists which means that the
Hello,
I have create a board overlay file inside my zephyr sample where I create my partition in flash. However, if I use FLASH_AREA_ID(image_0) I can see that this ID exists which means that the
|
By
Nikos Karamolegkos
·
#2583
·
|
|
Re: Set GPIO with SYS_INIT()
#gpio
#nrf52840
#sys_init
Thanks Erik for the pointer. There was a race issue in initializing the pin before the driver was ready.
I changed from
SYS_INIT(board_init, POST_KERNEL,
Thanks Erik for the pointer. There was a race issue in initializing the pin before the driver was ready.
I changed from
SYS_INIT(board_init, POST_KERNEL,
|
By
Bob Recny
·
#2582
·
Edited
|
|
Re: Problem with SWD after Flash on STM32L432 Nucleo Board
I will raise a dedicated issue in GitHub.
I will raise a dedicated issue in GitHub.
|
By
Chuck Link
·
#2581
·
|
|
Re: Problem with SWD after Flash on STM32L432 Nucleo Board
Hi Chuck,
Thanks for reporting this, this behavior seems indeed unusual.
Can you raise a dedicated issue in github ?
Cheers
Erwan
Hi Chuck,
Thanks for reporting this, this behavior seems indeed unusual.
Can you raise a dedicated issue in github ?
Cheers
Erwan
|
By
Erwan Gouriou
·
#2580
·
|
|
Zephyr 2.6.0-rc1 tagged
Hi all,
The first release candidate for Zephyr 2.6.0 has been tagged (v2.6.0-rc1).
The merge window for features and enhancements is now closed for this release, and it will remain closed until
Hi all,
The first release candidate for Zephyr 2.6.0 has been tagged (v2.6.0-rc1).
The merge window for features and enhancements is now closed for this release, and it will remain closed until
|
By
Kumar Gala
·
#2579
·
|
|
Problem with SWD after Flash on STM32L432 Nucleo Board
I am developing an application currently running on STM32L432 KC Nucleo reference board. I have created an STMCubeMX startup file and simple application that works flawlessly. I can program and
I am developing an application currently running on STM32L432 KC Nucleo reference board. I have created an STMCubeMX startup file and simple application that works flawlessly. I can program and
|
By
Chuck Link
·
#2578
·
|
|
Re: Set GPIO with SYS_INIT()
#gpio
#nrf52840
#sys_init
I realize I mentioned the need to set the pin low and that code above is attempting to set the pin high. If I just start the board without this code, the pin is measured low on my oscilloscope even
I realize I mentioned the need to set the pin low and that code above is attempting to set the pin high. If I just start the board without this code, the pin is measured low on my oscilloscope even
|
By
Bob Recny
·
#2577
·
|
|
Set GPIO with SYS_INIT()
#gpio
#nrf52840
#sys_init
Greetings,
I'm working on adding a board to Zephyr. I'm attempting to use a board.c file to configure GPIO pins as output and initialize them low on start-up. I've attempted to follow existing
Greetings,
I'm working on adding a board to Zephyr. I'm attempting to use a board.c file to configure GPIO pins as output and initialize them low on start-up. I've attempted to follow existing
|
By
Bob Recny
·
#2576
·
|