|
Re: FIFO is not empty after getting all data items; reference pointer still points to another item
Hi Carles,
thanks for your reply. This solved my problem.
But why does Zephyr not copy the items to the list? For me, there’s absolutely no reason to NOT copy data items to a queue . It runs
Hi Carles,
thanks for your reply. This solved my problem.
But why does Zephyr not copy the items to the list? For me, there’s absolutely no reason to NOT copy data items to a queue . It runs
|
By
Weber, Dominik <dominik.weber@...>
·
#2235
·
|
|
Re: Password Protection for Shell
#uart
#api
Hi Dave,
I think you could try to look into selecting root command feature. Create dummy command with only “login” subcommand. Set this dummy command during system startup
Hi Dave,
I think you could try to look into selecting root command feature. Create dummy command with only “login” subcommand. Set this dummy command during system startup
|
By
Chruściński, Krzysztof
·
#2234
·
|
|
Re: How to resolve FATAL ERROR that displayed when I edited, modified some files.
Dear Zephyr Users, Developers,
Thank you for good support.
I did not know that header files and c-sources comments can not include any irregular code that represent some languages' characters except
Dear Zephyr Users, Developers,
Thank you for good support.
I did not know that header files and c-sources comments can not include any irregular code that represent some languages' characters except
|
By
Dicek Bear
·
#2233
·
|
|
Password Protection for Shell
#uart
#api
Hello,
I'm quite new to Zephyr, so I may have missed this, but I can't seem to find an easy way to add a simple password protection wall for the shell commands. I don't need or expect a full user
Hello,
I'm quite new to Zephyr, so I may have missed this, but I can't seem to find an easy way to add a simple password protection wall for the shell commands. I don't need or expect a full user
|
By
dave@...
·
#2232
·
|
|
API meeting: agenda
Hi all,
Another special agenda for today:
- Modbus: https://github.com/zephyrproject-rtos/zephyr/pull/26516
- In order to help with the 2.4 release we will go through bugs labeled API or drivers and
Hi all,
Another special agenda for today:
- Modbus: https://github.com/zephyrproject-rtos/zephyr/pull/26516
- In order to help with the 2.4 release we will go through bugs labeled API or drivers and
|
By
Carles Cufi
·
#2231
·
|
|
Re: Requesting Bug list for ZephyrProject release 1.14.0
Hi Harish,
Best I can think of for that is to use a filter in GitHub to see all issues (open and closed) that target the next 1.14.3
Hi Harish,
Best I can think of for that is to use a filter in GitHub to see all issues (open and closed) that target the next 1.14.3
|
By
Carles Cufi
·
#2230
·
|
|
Re: Requesting Bug list for ZephyrProject release 1.14.0
Hello Carles,
Thanks for the pointers. I really appreciate your help.
From the above link it is possible to get the list of issue that has been fixed in version 1.14.x , but is it possible for us to
Hello Carles,
Thanks for the pointers. I really appreciate your help.
From the above link it is possible to get the list of issue that has been fixed in version 1.14.x , but is it possible for us to
|
By
Harish KothandaRaman <harish.kothandaraman@...>
·
#2229
·
|
|
Re: Requesting Bug list for ZephyrProject release 1.14.0
Hi Harish,
You can browse the issues that were addressed in the 1.14.x releases
Hi Harish,
You can browse the issues that were addressed in the 1.14.x releases
|
By
Carles Cufi
·
#2228
·
|
|
Re: Custom linker script for module
#api
Ok, solution found. Adding zephyr_linker_sources(SECTIONS custom-sections.ld) into cmakelists.txt inside module folder giver required flexibility.
Thanks!
Ok, solution found. Adding zephyr_linker_sources(SECTIONS custom-sections.ld) into cmakelists.txt inside module folder giver required flexibility.
Thanks!
|
By
EugKrashtan
·
#2227
·
|
|
Custom linker script for module
#api
Hi.
My custom module requires an additional ROM section. Is it possible to define CONFIG_CUSTOM_LINKER_SCRIPT for module only without adding this option to prj.conf file?
WBR,
Eugene
Hi.
My custom module requires an additional ROM section. Is it possible to define CONFIG_CUSTOM_LINKER_SCRIPT for module only without adding this option to prj.conf file?
WBR,
Eugene
|
By
EugKrashtan
·
#2226
·
|
|
Re: v2.4.0-rc1: Can't set GPIO pin output during pinmux initialization
Thanks Brix.
Helge, FYI, you might be interested in https://github.com/zephyrproject-rtos/zephyr/issues/27985 that will work around the issue for V2.4.0.
BR
Erwan
Thanks Brix.
Helge, FYI, you might be interested in https://github.com/zephyrproject-rtos/zephyr/issues/27985 that will work around the issue for V2.4.0.
BR
Erwan
|
By
Erwan Gouriou
·
#2225
·
|
|
How to resolve FATAL ERROR that displayed when I edited, modified some files.
Dear Zephyr Users, Developers,
I am a beginner of Zepher OS, so it is too difficult to analyze the following problem.
Please teach me how to resolve it.
First step,
I install the development
Dear Zephyr Users, Developers,
I am a beginner of Zepher OS, so it is too difficult to analyze the following problem.
Please teach me how to resolve it.
First step,
I install the development
|
By
Dicek Bear
·
#2224
·
|
|
Build fails : arm-none-eabi-gcc.exe: error: unrecognized argument in option '-mabi=lp64'.
Hi Zephyr Users,
I tried to execute following command,
\zephyrproject\zephyr>west build -b qemu_cortex_a53 -d build\hello_world samples\hello_world
by v2.3.0 release on Windows-10 with
Hi Zephyr Users,
I tried to execute following command,
\zephyrproject\zephyr>west build -b qemu_cortex_a53 -d build\hello_world samples\hello_world
by v2.3.0 release on Windows-10 with
|
By
Hanumesha Ks <hanumesha.ks@...>
·
#2223
·
|
|
Re: Flash two firmware in flash and jump from one address to another
#flash
#nrf52480
Hello, after all I am flashing the base firmware (first app) into 0x0 address and then using the CONFIG_FLASH_LOAD_OFFSET=0x20000 to the proj.conf of the second app I am flashing the second firmware
Hello, after all I am flashing the base firmware (first app) into 0x0 address and then using the CONFIG_FLASH_LOAD_OFFSET=0x20000 to the proj.conf of the second app I am flashing the second firmware
|
By
Nikos Karamolegkos
·
#2222
·
|
|
Re: Direct ISR support on ARC
Thank you Ruud for sharing and sorry for replying late.
You nail it: I was checking Zephyr 2.0.0. I will get the latest copy and give it a try.
Many thanks again,
Justin
From: users@... <users@...>
Thank you Ruud for sharing and sorry for replying late.
You nail it: I was checking Zephyr 2.0.0. I will get the latest copy and give it a try.
Many thanks again,
Justin
From: users@... <users@...>
|
By
Justin Huang
·
#2221
·
|
|
Re: v2.4.0-rc1: Can't set GPIO pin output during pinmux initialization
Hi all,
This problem is due to a change in the device initialisation:
https://github.com/zephyrproject-rtos/zephyr/pull/28198
Regards,
Brix
--
Henrik Brix Andersen
Hi all,
This problem is due to a change in the device initialisation:
https://github.com/zephyrproject-rtos/zephyr/pull/28198
Regards,
Brix
--
Henrik Brix Andersen
|
By
Henrik Brix Andersen
·
#2220
·
|
|
Requesting Bug list for ZephyrProject release 1.14.0
Hello,
This is Harish Working for NupulseCV an medical device manufacturer.
We have used the Zephyr project (release version v1.14.0), in our development of BLE 5.0 support for our device which uses
Hello,
This is Harish Working for NupulseCV an medical device manufacturer.
We have used the Zephyr project (release version v1.14.0), in our development of BLE 5.0 support for our device which uses
|
By
Harish KothandaRaman <harish.kothandaraman@...>
·
#2219
·
|
|
Re: v2.4.0-rc1: Can't set GPIO pin output during pinmux initialization
Hi Helge,
Looking into it quickly, there has been no change in the init priorities on gpio or pinmux.
board pinmux init: PRE_KERNEL_1
gpio init: POST_KERNEL
So, what seems strange also is that it had
Hi Helge,
Looking into it quickly, there has been no change in the init priorities on gpio or pinmux.
board pinmux init: PRE_KERNEL_1
gpio init: POST_KERNEL
So, what seems strange also is that it had
|
By
Erwan Gouriou
·
#2218
·
|
|
Re: LWM2M client to nrf582540-DK
#nrf52840
#networking
I just meant that OpenThread uses mbedTLS as it’s crypto library, for instance:
https://github.com/openthread/openthread/blob/master/src/core/crypto/sha256.cpp#L41
Regards,
Robert
From:
I just meant that OpenThread uses mbedTLS as it’s crypto library, for instance:
https://github.com/openthread/openthread/blob/master/src/core/crypto/sha256.cpp#L41
Regards,
Robert
From:
|
By
Lubos, Robert
·
#2217
·
|
|
Re: LWM2M client to nrf582540-DK
#nrf52840
#networking
Perfect. I will prepare the configuration for the contribution. I made the changes you proposed and worked (I set MAX_PACKET_SIZE to 1024). Just to be clear by what do you mean by "OT use mbedTLS
Perfect. I will prepare the configuration for the contribution. I made the changes you proposed and worked (I set MAX_PACKET_SIZE to 1024). Just to be clear by what do you mean by "OT use mbedTLS
|
By
Nikos Karamolegkos
·
#2216
·
|