|
Re: Bluetooth mesh sample (mesh) - Hard Fault
Hi Carles,
2017-09-06 16:30 GMT+02:00 Cufi, Carles <Carles.Cufi@...>:
It is a module from
Hi Carles,
2017-09-06 16:30 GMT+02:00 Cufi, Carles <Carles.Cufi@...>:
It is a module from
|
By
laczenJMS
·
#939
·
|
|
Re: Bluetooth mesh sample (mesh) - Hard Fault
Hi Jehudi,
By
Carles Cufi
·
#938
·
|
|
Re: Bluetooth mesh sample (mesh) - Hard Fault
Hi Carles,
2017-09-06 15:26 GMT+02:00 Cufi, Carles <Carles.Cufi@...>:
I am using the latest zephyr version (pulled yesterday), commit
d3862d7b39349b079b0d125de0c27e54a41b8aa4
I am using a
Hi Carles,
2017-09-06 15:26 GMT+02:00 Cufi, Carles <Carles.Cufi@...>:
I am using the latest zephyr version (pulled yesterday), commit
d3862d7b39349b079b0d125de0c27e54a41b8aa4
I am using a
|
By
laczenJMS
·
#937
·
|
|
Re: Bluetooth mesh sample (mesh) - Hard Fault
Hi Jehudi,
By
Carles Cufi
·
#936
·
|
|
Re: Bluetooth mesh sample (mesh) - Hard Fault
Hi Johan,
I increased the stack size to CONFIG_BT_RX_STACK_SIZE=2048 (I don't
understand why the real stack size is reported to be 2348), anyhow it
gives a new hard fault (but now with assert: '0'
Hi Johan,
I increased the stack size to CONFIG_BT_RX_STACK_SIZE=2048 (I don't
understand why the real stack size is reported to be 2348), anyhow it
gives a new hard fault (but now with assert: '0'
|
By
laczenJMS
·
#935
·
|
|
Question regarding to implement a UDP client using net_app APIs
Hi,
I’m comparing implement a UDP client by using net_app and net_context APIs.
When using net_context APIs, I’m able to send and receive data from any peer (register receive callback
Hi,
I’m comparing implement a UDP client by using net_app and net_context APIs.
When using net_context APIs, I’m able to send and receive data from any peer (register receive callback
|
By
Robert Chou
·
#934
·
|
|
Re: Bluetooth mesh sample (mesh) - Hard Fault
Hi Jehudi,
I'd bet the recv thread stack overflowed. It's already at 97% with only
32 unused bytes based on the above log. Try increasing its size to
something bigger. The Kconfig variable is called
Hi Jehudi,
I'd bet the recv thread stack overflowed. It's already at 97% with only
32 unused bytes based on the above log. Try increasing its size to
something bigger. The Kconfig variable is called
|
By
Johan Hedberg
·
#933
·
|
|
Bluetooth mesh sample (mesh) - Hard Fault
Hi,
Running the bluetooth mesh example (samples/bluetooth/mesh/) on a
nrf51822 results in a Hard Fault. The provisioner is meshctl (bluez).
After successful provisioning I disconnect from the mesh,
Hi,
Running the bluetooth mesh example (samples/bluetooth/mesh/) on a
nrf51822 results in a Hard Fault. The provisioner is meshctl (bluez).
After successful provisioning I disconnect from the mesh,
|
By
laczenJMS
·
#932
·
|
|
Re: [Zephyr-builds] Hello, I have some questions for building hello-world samples.
Hello,
a quick thought - did you try to write in Hello World example the following lines?
$ make help
$ make BOARD=<board_name>
$ make BOARD=<board_name> flash
$ make BOARD=<board_name> debug
Try to
Hello,
a quick thought - did you try to write in Hello World example the following lines?
$ make help
$ make BOARD=<board_name>
$ make BOARD=<board_name> flash
$ make BOARD=<board_name> debug
Try to
|
By
Maciej Dębski <maciej.debski@...>
·
#931
·
|
|
Re: [Zephyr-builds] Hello, I have some questions for building hello-world samples.
Hi,
You need to install the SDK, it seems line you are missing this step. Please follow the instructions in the getting started guide to install the SDK, then point the variables to the directory
Hi,
You need to install the SDK, it seems line you are missing this step. Please follow the instructions in the getting started guide to install the SDK, then point the variables to the directory
|
By
Nashif, Anas
·
#930
·
|
|
Re: Remove/change fs_truncate() API
Perhaps we should change the API to add the truncate option to
fs_open(), at least provided at least one underlying implementation
supports this.
Only if the fs_truncate() for 0 offset can be
Perhaps we should change the API to add the truncate option to
fs_open(), at least provided at least one underlying implementation
supports this.
Only if the fs_truncate() for 0 offset can be
|
By
David Brown
·
#929
·
|
|
Re: Remove/change fs_truncate() API
Hi David,
I'm not really sure if this needs to be POSIX compliant - the Jira ticket for adding filesystem APIs states that it is designed after POSIX but is not POSIX compliant. For example,
Hi David,
I'm not really sure if this needs to be POSIX compliant - the Jira ticket for adding filesystem APIs states that it is designed after POSIX but is not POSIX compliant. For example,
|
By
Andrzej Kaczmarek
·
#928
·
|
|
Re: how to conditionally link a static library in Zephyr?
Hi,
The Kconfig options (macro) you define need to be included (sourced) in the overall Kconfig structure of zephyr, just adding an option to prj.conf does not give you what you want. This is
Hi,
The Kconfig options (macro) you define need to be included (sourced) in the overall Kconfig structure of zephyr, just adding an option to prj.conf does not give you what you want. This is
|
By
Nashif, Anas
·
#927
·
|
|
Re: Zephyr 1.9.0 RC3 tagged
Fixed, blame form auto-complete.
Anas
Fixed, blame form auto-complete.
Anas
|
By
Nashif, Anas
·
#926
·
|
|
Re: Zephyr 1.9.0 RC3 tagged
Hi Anas,
Thanks for preparing the release. Just a minor remark, after opening the
link the page title seems to be incorrect. It states: "Zephyr SDK 0.9.2-rc3"
Regards,
Piotr
Hi Anas,
Thanks for preparing the release. Just a minor remark, after opening the
link the page title seems to be incorrect. It states: "Zephyr SDK 0.9.2-rc3"
Regards,
Piotr
|
By
Piotr Mienkowski
·
#925
·
|
|
Zephyr 1.9.0 RC3 tagged
Hi,
We have just tagged RC3, please see the changes since RC2 here:
https://github.com/zephyrproject-rtos/zephyr/releases/tag/v1.9.0-rc3
If no major issues are found, we are expected to
Hi,
We have just tagged RC3, please see the changes since RC2 here:
https://github.com/zephyrproject-rtos/zephyr/releases/tag/v1.9.0-rc3
If no major issues are found, we are expected to
|
By
Nashif, Anas
·
#924
·
|
|
Re: RFC: Watchdog API update.
I have updated Watchdog API RFC.
I am waiting for feedback!
Michał Kruszewski
Sent with ProtonMail Secure Email.
I have updated Watchdog API RFC.
I am waiting for feedback!
Michał Kruszewski
Sent with ProtonMail Secure Email.
|
By
Michał Kruszewski <mkru@...>
·
#923
·
|
|
Re: Remove/change fs_truncate() API
If your goal is posix compliance, this isn't going to be right anyway.
truncate is required to be atomic.
The POSIX truncate call is also allowed to be used to extend the size
of a file.
I think it
If your goal is posix compliance, this isn't going to be right anyway.
truncate is required to be atomic.
The POSIX truncate call is also allowed to be used to extend the size
of a file.
I think it
|
By
David Brown
·
#922
·
|
|
Re: info about device tree for stm32f412zg
Hi,
According to stm32f412zg datasheet, usart2_pin_c is actually supported on stm32f412zg, so I don't see issue to populate it in stm32f4-pinctrl.dtsi.
Besides, as mentioned by Andy, it's not a
Hi,
According to stm32f412zg datasheet, usart2_pin_c is actually supported on stm32f412zg, so I don't see issue to populate it in stm32f4-pinctrl.dtsi.
Besides, as mentioned by Andy, it's not a
|
By
Erwan Gouriou
·
#921
·
|
|
Re: Zephyr SDK 0.9.2-rc1
0.9.2 RC2 is now available from https://github.com/zephyrproject-rtos/meta-zephyr-sdk/releases/tag/0.9.2-rc2 with the following changes:
Changes since 0.9.2-rc1:
Update to Qemu 2.10.0
0.9.2 RC2 is now available from https://github.com/zephyrproject-rtos/meta-zephyr-sdk/releases/tag/0.9.2-rc2 with the following changes:
Changes since 0.9.2-rc1:
Update to Qemu 2.10.0
|
By
Nashif, Anas
·
#920
·
|