|
Re: Seeed BLE Micro (nrf51822) hangs on k_msleep
Hi Matias,
Please create a github issue detailing the steps to reproduce, please mention the diff/changes of the upstream master samples you are using. Also upload the “.config” file of your
Hi Matias,
Please create a github issue detailing the steps to reproduce, please mention the diff/changes of the upstream master samples you are using. Also upload the “.config” file of your
|
By
Chettimada, Vinayak Kariappa
·
#2062
·
|
|
Re: Seeed BLE Micro (nrf51822) hangs on k_msleep
Hi,
sorry for the delay. I just tried your suggestion and it does not seem to make a difference. As I mentioned, on debugging it seems to be halted at the WFI instruction. From my understanding, there
Hi,
sorry for the delay. I just tried your suggestion and it does not seem to make a difference. As I mentioned, on debugging it seems to be halted at the WFI instruction. From my understanding, there
|
By
Matias N.
·
#2061
·
|
|
Re: Git submodules with West
#west
Hi,
Right now, the only way to handle submodules with west is the way you're
currently doing it. If you are interested in submitting a PR with
support, I think it'd make sense to add. The only
Hi,
Right now, the only way to handle submodules with west is the way you're
currently doing it. If you are interested in submitting a PR with
support, I think it'd make sense to add. The only
|
By
Bolivar, Marti
·
#2060
·
|
|
Re: how to provide own out of tree implementation/replacement of existing driver
Hi,
You should be able to just disable the in-tree driver using Kconfig and
use your own out of tree driver.
"Jan Pohanka via lists.zephyrproject.org"
<xhpohanka=gmail.com@...>
Hi,
You should be able to just disable the in-tree driver using Kconfig and
use your own out of tree driver.
"Jan Pohanka via lists.zephyrproject.org"
<xhpohanka=gmail.com@...>
|
By
Bolivar, Marti
·
#2059
·
|
|
how to provide own out of tree implementation/replacement of existing driver
Hello,
I would like to use my own implementation of an existing driver. Is
there any way to do that? I have found an amend feature in
https://github.com/zephyrproject-rtos/zephyr/pull/19980 but I
Hello,
I would like to use my own implementation of an existing driver. Is
there any way to do that? I have found an amend feature in
https://github.com/zephyrproject-rtos/zephyr/pull/19980 but I
|
By
Jan Pohanka
·
#2058
·
|
|
API meeting: agenda
Hi all,
Today's topics:
- device struct and constness
- Issue https://github.com/zephyrproject-rtos/zephyr/issues/22941
- PR https://github.com/zephyrproject-rtos/zephyr/pull/26127
- Extend the
Hi all,
Today's topics:
- device struct and constness
- Issue https://github.com/zephyrproject-rtos/zephyr/issues/22941
- PR https://github.com/zephyrproject-rtos/zephyr/pull/26127
- Extend the
|
By
Carles Cufi
·
#2057
·
|
|
Git submodules with West
#west
Hi,
I have a Zephyr project set up as a manifest repository, and I'm trying to include a git repository that makes use of submodules. i.e., I would normally clone this repository with:Is there a way
Hi,
I have a Zephyr project set up as a manifest repository, and I'm trying to include a git repository that makes use of submodules. i.e., I would normally clone this repository with:Is there a way
|
By
mike@...
·
#2056
·
|
|
Re: BLE "Just-Works" configuration
I ended up resolving this, it was to do with the previous bond information being stored. The following two configs fixed
I ended up resolving this, it was to do with the previous bond information being stored. The following two configs fixed
|
By
Jeremy Herbert
·
#2055
·
|
|
BLE "Just-Works" configuration
Hi,
I'm trying to set up Zephyr as a BLE peripheral with an nrf52810. I have the peripheral_hids example running fine, including bonding with the passkey being printed out over printk. However, my
Hi,
I'm trying to set up Zephyr as a BLE peripheral with an nrf52810. I have the peripheral_hids example running fine, including bonding with the passkey being printed out over printk. However, my
|
By
Jeremy Herbert
·
#2054
·
|
|
WiFi support configuration issue.
If any of the WiFi drivers (WINC1500 given here) are selected with guiconfig, we get Kconfig warning as follows -
- WIFI_WINC1500 (defined at drivers/wifi/winc1500/Kconfig.winc1500:6), with value
If any of the WiFi drivers (WINC1500 given here) are selected with guiconfig, we get Kconfig warning as follows -
- WIFI_WINC1500 (defined at drivers/wifi/winc1500/Kconfig.winc1500:6), with value
|
By
rdsingh@...
·
#2053
·
|
|
Post 2.3.0 PR merging
Hi all,
We currently have 170+ Pull Requests that pass CI but require one or more approvals in order to be merged, in part due to the fact that we have increased the minimum number of approvals
Hi all,
We currently have 170+ Pull Requests that pass CI but require one or more approvals in order to be merged, in part due to the fact that we have increased the minimum number of approvals
|
By
Carles Cufi
·
#2052
·
|
|
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.
·
#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
·
|