|
Whether the fifth parameter of settings_line_entry_copy can be 0
Hello!
I wonder if the fifth parameter of settings_line_entry_copy in subsys/settings/src/settings_line.c can be 0. If so, rc may be uninitialized.
Regards,
Tuo
Hello!
I wonder if the fifth parameter of settings_line_entry_copy in subsys/settings/src/settings_line.c can be 0. If so, rc may be uninitialized.
Regards,
Tuo
|
By
istuoli@...
·
#2051
·
|
|
Re: Seeed BLE Micro (nrf51822) hangs on k_msleep
Hi Matias,
From the schematics posted in seedstudio website, indeed a 32KHz crystal is said to be present. You may always use the internal 32 KHz RC oscillator in nRF51 to check if the system timer is
Hi Matias,
From the schematics posted in seedstudio website, indeed a 32KHz crystal is said to be present. You may always use the internal 32 KHz RC oscillator in nRF51 to check if the system timer is
|
By
Vinayak Kariappa
·
#2050
·
|
|
Re: CONFIG_HEAP_MEM_POOL_SIZE
I thought I fixed the docs, but it looks like that text is in kconfig?
The original mem_pool code had a hard requirement that the memory region be a power of four larger than the
I thought I fixed the docs, but it looks like that text is in kconfig?
The original mem_pool code had a hard requirement that the memory region be a power of four larger than the
|
By
Andy Ross
·
#2049
·
|
|
CONFIG_HEAP_MEM_POOL_SIZE
Hello,
I'm using Zephyr 2.2.0 and I would like to configure a heap size greater than 16kB but the documentation for CONFIG_HEAP_MEM_POOL_SIZE says that Supported values are: 256, 1024, 4096, and
Hello,
I'm using Zephyr 2.2.0 and I would like to configure a heap size greater than 16kB but the documentation for CONFIG_HEAP_MEM_POOL_SIZE says that Supported values are: 256, 1024, 4096, and
|
By
Armand C. <rnx.lab@...>
·
#2048
·
|
|
Re: API meeting: agenda
Hi all,
A small addition to the agenda:
- PWM: add functions for capturing pwm pulse width and period
- Issue: https://github.com/zephyrproject-rtos/zephyr/issues/26026
Carles
Hi all,
A small addition to the agenda:
- PWM: add functions for capturing pwm pulse width and period
- Issue: https://github.com/zephyrproject-rtos/zephyr/issues/26026
Carles
|
By
Carles Cufi
·
#2047
·
|
|
API meeting: agenda
Hi all,
*************************************************
We will be using Teams instead of
Hi all,
*************************************************
We will be using Teams instead of
|
By
Carles Cufi
·
#2046
·
|
|
Re: Use different memory bank
Great!
And yes, those are the old devicetree macros for the same thing. So you can keep the lines I sent as comments in the file until the time you upgrade (but maybe the numbers are different for
Great!
And yes, those are the old devicetree macros for the same thing. So you can keep the lines I sent as comments in the file until the time you upgrade (but maybe the numbers are different for
|
By
Arvid Rosén
·
#2045
·
|
|
Re: Use different memory bank
Thanks Arvid!
You solution worked! Thanks! But I had to modify it to work with my code base:
#define ITCM_ADDR (DT_INST_0_NXP_IMX_ITCM_BASE_ADDRESS)
#define DTCM_ADDR
Thanks Arvid!
You solution worked! Thanks! But I had to modify it to work with my code base:
#define ITCM_ADDR (DT_INST_0_NXP_IMX_ITCM_BASE_ADDRESS)
#define DTCM_ADDR
|
By
Antoine Zen-Ruffinen
·
#2044
·
|
|
Re: Use different memory bank
Hi Antoine,
We useCODE_DATA_RELOCATIONon i.MX RT 1020. It is a bit of a hack though, but I added this to the dts_fixup.h for our board:
// Needed for CODE and DATA relocation
#define
Hi Antoine,
We useCODE_DATA_RELOCATIONon i.MX RT 1020. It is a bit of a hack though, but I added this to the dts_fixup.h for our board:
// Needed for CODE and DATA relocation
#define
|
By
Arvid Rosén
·
#2043
·
|
|
Re: Use different memory bank
HI Brix,
Yes, I've tried that. See in my first post:
> - How to specify that code should be relocated to ITCM while using CODE_DATA_RELOCATION ? I have tried "zephyr_code_relocate(ram_func.c
HI Brix,
Yes, I've tried that. See in my first post:
> - How to specify that code should be relocated to ITCM while using CODE_DATA_RELOCATION ? I have tried "zephyr_code_relocate(ram_func.c
|
By
Antoine Zen-Ruffinen
·
#2042
·
|
|
Re: Use different memory bank
Hi Antoine,
Have you seen the instructions for code and data relocation in the Zephyr documentation?
https://docs.zephyrproject.org/latest/guides/code-relocation.html
Brix
--
Henrik Brix Andersen
Hi Antoine,
Have you seen the instructions for code and data relocation in the Zephyr documentation?
https://docs.zephyrproject.org/latest/guides/code-relocation.html
Brix
--
Henrik Brix Andersen
|
By
Henrik Brix Andersen
·
#2041
·
|
|
Seeed BLE Micro (nrf51822) hangs on k_msleep
Hi,
I'm starting a project based on the BLE Micro module from Seeedstudio. Since this "board" was not supported but the RedBear BLE nano board is the most similar one, I created a custom board
Hi,
I'm starting a project based on the BLE Micro module from Seeedstudio. Since this "board" was not supported but the RedBear BLE nano board is the most similar one, I created a custom board
|
By
Matias N. <matias@...>
·
#2040
·
|
|
Zephyr v2.3.0 released
Hi all,
We are pleased to announce the release of Zephyr RTOS version 2.3.0.
Major enhancements with this release include:
* A new Zephyr CMake package has been introduced, reducing the need
Hi all,
We are pleased to announce the release of Zephyr RTOS version 2.3.0.
Major enhancements with this release include:
* A new Zephyr CMake package has been introduced, reducing the need
|
By
Carles Cufi
·
#2039
·
|
|
Re: Zephyr "West" Issue
We have a generic risc-v toolchain that support both 32 and 64-bit risc-v (riscv64-zephyr-elf). There isn’t a specific toolchain for IBEX.
- k
We have a generic risc-v toolchain that support both 32 and 64-bit risc-v (riscv64-zephyr-elf). There isn’t a specific toolchain for IBEX.
- k
|
By
Kumar Gala
·
#2038
·
|
|
Zephyr "West" Issue
Hello,
I am using Ubuntu and have been through the Getting Started Document and have arrived at point where you:
Run the installer, installing the SDK in ~/zephyr-sdk-0.11.3:
I have done the
Hello,
I am using Ubuntu and have been through the Getting Started Document and have arrived at point where you:
Run the installer, installing the SDK in ~/zephyr-sdk-0.11.3:
I have done the
|
By
jim slaughter <jim.slaughter@...>
·
#2037
·
|
|
Re: Newbie question: How do I find out what's really there?
Hi Dave,
Most of the questions you ask are better answered by looking at the code directly. The level of detail you ask for is not reflected in the doc.
- Does the ethernet driver come from
Hi Dave,
Most of the questions you ask are better answered by looking at the code directly. The level of detail you ask for is not reflected in the doc.
- Does the ethernet driver come from
|
By
Carles Cufi
·
#2036
·
|
|
Newbie question: How do I find out what's really there?
I'm a longtime FreeRTOS user (many shipping products) interested in Zephyr.
Why? Tired of the endless hassles and cost debugging and/or rewriting
crap drivers and/or
I'm a longtime FreeRTOS user (many shipping products) interested in Zephyr.
Why? Tired of the endless hassles and cost debugging and/or rewriting
crap drivers and/or
|
By
Dave Nadler <drn@...>
·
#2035
·
|
|
Use different memory bank
Hi,
I have trouble getting full usage of the RAM on my SoC using zephyr and I might need a little help as I have not found the needed information in the doc. Here's the situation:
I'm using Zephyr
Hi,
I have trouble getting full usage of the RAM on my SoC using zephyr and I might need a little help as I have not found the needed information in the doc. Here's the situation:
I'm using Zephyr
|
By
Antoine Zen-Ruffinen
·
#2034
·
|
|
Re: HAL architecture
Additionally to Carles's answer, let me point you to an on going PR that aims at implementing lp modes on stm32:
https://github.com/zephyrproject-rtos/zephyr/pull/19026
It only supports L4/WB series
Additionally to Carles's answer, let me point you to an on going PR that aims at implementing lp modes on stm32:
https://github.com/zephyrproject-rtos/zephyr/pull/19026
It only supports L4/WB series
|
By
Erwan Gouriou
·
#2033
·
|
|
Re: HAL architecture
Hi Noëlle,
Thanks for the kind words.
You can use CMSIS, which is built-in with Zephyr, for WFI.
Simply use:
__WFI();
in your C code.
The definition is
Hi Noëlle,
Thanks for the kind words.
You can use CMSIS, which is built-in with Zephyr, for WFI.
Simply use:
__WFI();
in your C code.
The definition is
|
By
Carles Cufi
·
#2032
·
|