|
Re: Network forum agenda
Hello,
"Jukka Rissanen" <jukka.rissanen@...> wrote:
Thanks for the reminder, appreciated!
Will there be any status update on TCP2? I see recently there're
multiple patches from
Hello,
"Jukka Rissanen" <jukka.rissanen@...> wrote:
Thanks for the reminder, appreciated!
Will there be any status update on TCP2? I see recently there're
multiple patches from
|
By
Paul Sokolovsky
·
#1951
·
|
|
Network forum agenda
Hi all,
There is a network forum meeting tomorrow 7 Apr at 8AM PDT / 17.00
Hi all,
There is a network forum meeting tomorrow 7 Apr at 8AM PDT / 17.00
|
By
Jukka Rissanen
·
#1950
·
|
|
Re: Assert in sched.c
Check for stack overflows, enable CONFIG_STACK_SENTINEL if you don't have an MPU.
Check for stack overflows, enable CONFIG_STACK_SENTINEL if you don't have an MPU.
|
By
Boie, Andrew P
·
#1949
·
|
|
Assert in sched.c
I'm running v2.1.99-ncs1, which is a downstream minimal fork provided by Nordic Semiconductor. For the purposes of this bug, I can't find any difference between their code and the upstream Zephyr
I'm running v2.1.99-ncs1, which is a downstream minimal fork provided by Nordic Semiconductor. For the purposes of this bug, I can't find any difference between their code and the upstream Zephyr
|
By
erik.johnson@...
·
#1948
·
|
|
API meeting: agenda
Hi all,
Note: Today we go back to our usual 9AM PDT / 18h CET.
Today's topics:
- Template to document a driver implementation: discussion as to what it should include
- API Terminology
Hi all,
Note: Today we go back to our usual 9AM PDT / 18h CET.
Today's topics:
- Template to document a driver implementation: discussion as to what it should include
- API Terminology
|
By
Carles Cufi
·
#1947
·
|
|
FW: Zephyr CMake package / find_package(Zephyr)
By
Carles Cufi
·
#1946
·
|
|
Re: Changing partitions in a DTS overlay
Hi Martin:
Excellent, thank you. The bit I missed was the correct syntax for /delete-node/
I put the following 3 lines just before &flash0
/delete-node/ &slot0_partition;
/delete-node/
Hi Martin:
Excellent, thank you. The bit I missed was the correct syntax for /delete-node/
I put the following 3 lines just before &flash0
/delete-node/ &slot0_partition;
/delete-node/
|
By
Lawrence King
·
#1945
·
|
|
The question of nRF52810 support in HCI_UART
Hi Sir,
We design the nRF52810 in our system, and plans to use BlueZ to control the BLE device.
So, we implement the HCI_UART in nRF52810, but we got link fail when tried to link the
Hi Sir,
We design the nRF52810 in our system, and plans to use BlueZ to control the BLE device.
So, we implement the HCI_UART in nRF52810, but we got link fail when tried to link the
|
By
Hsu, Hanyu <Hanyu.Hsu@...>
·
#1944
·
|
|
Re: How to use NVS in native_posix?
#nvs
#flash
Hi Lucas,
You can use native_posix with NVS, the NVS sample (samples/subsys/nvs) almost works out of the box.
So I would have a look at the sample code and use it as a base line.
Steps (tested against
Hi Lucas,
You can use native_posix with NVS, the NVS sample (samples/subsys/nvs) almost works out of the box.
So I would have a look at the sample code and use it as a base line.
Steps (tested against
|
By
Jan Van Winkel <jan.van_winkel@...>
·
#1943
·
|
|
Re: Changing partitions in a DTS overlay
Hi,
this is how my overlay looks like (and it's working) - I wanted to make storage partition smaller and add 2 more partitions. Since I didn't change image0,1 and scratch size,
Hi,
this is how my overlay looks like (and it's working) - I wanted to make storage partition smaller and add 2 more partitions. Since I didn't change image0,1 and scratch size,
|
By
Martin Kozusky
·
#1942
·
|
|
Changing partitions in a DTS overlay
Dear all:
I am trying to change the partition table from the default as defined in the board file inside Zephyr to a slightly different configuration. Obviously I could do this by editing the file
Dear all:
I am trying to change the partition table from the default as defined in the board file inside Zephyr to a slightly different configuration. Obviously I could do this by editing the file
|
By
Lawrence King
·
#1941
·
|
|
Re: tracing using HW support (ETM, ARM CoreSight)
Hi Roman,
It isn't something I've used myself, but you can access TRACE functionality from JLinkExe on the command-line with an appropriate J-Trace debugger.
Checking the list of commands from the
Hi Roman,
It isn't something I've used myself, but you can access TRACE functionality from JLinkExe on the command-line with an appropriate J-Trace debugger.
Checking the list of commands from the
|
By
Kevin Townsend
·
#1939
·
|
|
tracing using HW support (ETM, ARM CoreSight)
Hello all,
We are developing SW for medical devices. Obviously we have specific requirements for code certification - we need to do detailed unit tests, gather Code Coverage, etc. We do this with
Hello all,
We are developing SW for medical devices. Obviously we have specific requirements for code certification - we need to do detailed unit tests, gather Code Coverage, etc. We do this with
|
By
roman.fedoryak@...
·
#1938
·
|
|
Re: for board nucleo_f302r8, where "stm32f3xx.h" header file needs to be?
#stm32
Bingo! Thanks, Erwan
I'm watching now how "west update" is fetching repositories.
stm32f3xx.h (and a lot more) are in
Bingo! Thanks, Erwan
I'm watching now how "west update" is fetching repositories.
stm32f3xx.h (and a lot more) are in
|
By
MaxMn
·
#1936
·
|
|
Re: for board nucleo_f302r8, where "stm32f3xx.h" header file needs to be?
#stm32
You might just miss a "west update".
You might just miss a "west update".
|
By
Erwan Gouriou
·
#1935
·
|
|
Re: for board nucleo_f302r8, where "stm32f3xx.h" header file needs to be?
#stm32
Hi,
just tried it and it works fine on my system.
are the modules installed?
You could check using: west list | grep hal_stm32
Best regards,
Yannis
Hi,
just tried it and it works fine on my system.
are the modules installed?
You could check using: west list | grep hal_stm32
Best regards,
Yannis
|
By
Yannis Damigos
·
#1934
·
|
|
for board nucleo_f302r8, where "stm32f3xx.h" header file needs to be?
#stm32
I'm running
~/zephyrproject/zephyr$ west build -p auto -b nucleo_f302r8 samples/basic/blinky
What is the proper location of stm32f3xx.h? I got it within so called "STM32Cube MCU Package for STM32F3
I'm running
~/zephyrproject/zephyr$ west build -p auto -b nucleo_f302r8 samples/basic/blinky
What is the proper location of stm32f3xx.h? I got it within so called "STM32Cube MCU Package for STM32F3
|
By
MaxMn
·
#1933
·
|
|
python tools when conda virtual environments are used
I'm using conda virtual environments (conda 4.8.0rc0, installed within miniconda in my case).
To get west build working, I had to activate the intended conda environment prior to (re-)installing west
I'm using conda virtual environments (conda 4.8.0rc0, installed within miniconda in my case).
To get west build working, I had to activate the intended conda environment prior to (re-)installing west
|
By
MaxMn
·
#1932
·
|
|
Re: is using of arm toolchain from developer.arm.com feasible?
No need to worry about dirty, its just because we have our own patches to crosstool-ng.
You can use developer.arm.com if you want, take a look here for the instructions on 'GNU ARM
No need to worry about dirty, its just because we have our own patches to crosstool-ng.
You can use developer.arm.com if you want, take a look here for the instructions on 'GNU ARM
|
By
Kumar Gala
·
#1931
·
|
|
is using of arm toolchain from developer.arm.com feasible?
After installing zephyr-sdk-0.11.2, I checked arm g++ version:
arm-zephyr-eabi-g++ (crosstool-NG 1.24.0.37-3f461da-dirty) 9.2.0
Why "dirty"? Should I worry?
How feasible is it to use the a toolchain
After installing zephyr-sdk-0.11.2, I checked arm g++ version:
arm-zephyr-eabi-g++ (crosstool-NG 1.24.0.37-3f461da-dirty) 9.2.0
Why "dirty"? Should I worry?
How feasible is it to use the a toolchain
|
By
MaxMn
·
#1930
·
|