|
Mesh: gatt_proxy feature bit not being set in mesh/cfg.c:hb_send & comp_get_page_0
The code to conditionally set the gatt_proxy feature bit seems to be
missing in these two functions.
It looks like friend is also missing from comp_get_page_0.
Can somebody familiar with the code
The code to conditionally set the gatt_proxy feature bit seems to be
missing in these two functions.
It looks like friend is also missing from comp_get_page_0.
Can somebody familiar with the code
|
By
Steve Brown
·
#1123
·
|
|
Re: Is there tutorials for Zephyr ticker/mayfly?
Thank you for comments.
I want to custum a nordic RF driver.
It seem that, need a tunning ticker/mayfly.
By the way, is there a plan to replace it? What time is it?
2017-10-12 4:43 GMT+09:00
Thank you for comments.
I want to custum a nordic RF driver.
It seem that, need a tunning ticker/mayfly.
By the way, is there a plan to replace it? What time is it?
2017-10-12 4:43 GMT+09:00
|
By
loquat3
·
#1122
·
|
|
Re: [Zephyr-devil] Tiny tile Zephyr implementation
Jie,
Which version of Zephyr are you using? I am still on 1.8.0 as I want to keep a stable version while doing my development. Looking at the code for 1.9.1, I see that there are many changes in
Jie,
Which version of Zephyr are you using? I am still on 1.8.0 as I want to keep a stable version while doing my development. Looking at the code for 1.9.1, I see that there are many changes in
|
By
Graham Stott <gbcstott1@...>
·
#1121
·
|
|
Re: [Zephyr-devil] Tiny tile Zephyr implementation
Hi Anas,
You are right, the only successful flashing with tinytile was using the make BOARD=tinytile command. That was through ttyACM0 with the flyswatter2. For some reason, it was difficult for me to
Hi Anas,
You are right, the only successful flashing with tinytile was using the make BOARD=tinytile command. That was through ttyACM0 with the flyswatter2. For some reason, it was difficult for me to
|
By
Jie Zhou <zhoujie@...>
·
#1120
·
|
|
Re: [Zephyr-devil] Tiny tile Zephyr implementation
Can you please open an issue herehttps://github.com/zephyrproject-rtos/zephyr/issues with all details and what sample code you are building and how to reproduce this please, this thread starting to
Can you please open an issue herehttps://github.com/zephyrproject-rtos/zephyr/issues with all details and what sample code you are building and how to reproduce this please, this thread starting to
|
By
Nashif, Anas
·
#1119
·
|
|
Re: [Zephyr-devil] Tiny tile Zephyr implementation
Hi Anas,
I opened minicom using minicom -D /dev/ttyUSB0. This was after making the BOARD=arduino_101 even though I'm using the tinyTILE.
Opening minicom using ACM0 results in minicom freezing and none
Hi Anas,
I opened minicom using minicom -D /dev/ttyUSB0. This was after making the BOARD=arduino_101 even though I'm using the tinyTILE.
Opening minicom using ACM0 results in minicom freezing and none
|
By
Tamra Oyama <tamrako@...>
·
#1118
·
|
|
Re: [Zephyr-devil] Tiny tile Zephyr implementation
Which serial device do you connect minicom to? How is the device connected to your host? TinyTILe board is configured to use USB CDC, so the console output is on ttyACM, if you flash the Arduino board
Which serial device do you connect minicom to? How is the device connected to your host? TinyTILe board is configured to use USB CDC, so the console output is on ttyACM, if you flash the Arduino board
|
By
Nashif, Anas
·
#1117
·
|
|
Re: [Zephyr-devil] Tiny tile Zephyr implementation
On Fri, Oct 13, 2017 at 6:47 AM Li, Jun R <jun.r.li@...> wrote:
Yeah sorry I meant "make BOARD=tinytile". Although it works and applications can flash with this command. When I open minicom to view
On Fri, Oct 13, 2017 at 6:47 AM Li, Jun R <jun.r.li@...> wrote:
Yeah sorry I meant "make BOARD=tinytile". Although it works and applications can flash with this command. When I open minicom to view
|
By
Jie Zhou <zhoujie@...>
·
#1116
·
|
|
Re: [Zephyr-devil] Tiny tile Zephyr implementation
Please try “make BOARD=tinytile”. The board name should be exactly same as “boards/x86/tinytile”.
From: <zephyr-devel-bounces@...> on behalf of Jie Zhou <zhoujie@...>
Date: Friday, October
Please try “make BOARD=tinytile”. The board name should be exactly same as “boards/x86/tinytile”.
From: <zephyr-devel-bounces@...> on behalf of Jie Zhou <zhoujie@...>
Date: Friday, October
|
By
Li, Jun R
·
#1115
·
|
|
New flashing scripts merged, please report any issues
Hi,
Last night, a pull request of mine was merged which uses a Python script to flash binaries ("make flash"):
https://github.com/zephyrproject-rtos/zephyr/pull/4304
If you run into any problems, you
Hi,
Last night, a pull request of mine was merged which uses a Python script to flash binaries ("make flash"):
https://github.com/zephyrproject-rtos/zephyr/pull/4304
If you run into any problems, you
|
By
Marti Bolivar <marti.bolivar@...>
·
#1114
·
|
|
Re: [Zephyr-devil] Tiny tile Zephyr implementation - Needs fixing
Jie,
Great. I believe that cleaning up the CONFIG setting would fix the tinyTile build.
Graham
Jie,
Great. I believe that cleaning up the CONFIG setting would fix the tinyTile build.
Graham
|
By
Graham Stott <gbcstott1@...>
·
#1113
·
|
|
Re: [Zephyr-devil] Tiny tile Zephyr implementation
Hey Graham,
Thanks for the help! It worked. To flash on tinyTILE, do make BOARD=arduino_101 flash. Since they are using the same Intel curie chip, it will work. Interesting that BOARD=tinyTILE doesn't
Hey Graham,
Thanks for the help! It worked. To flash on tinyTILE, do make BOARD=arduino_101 flash. Since they are using the same Intel curie chip, it will work. Interesting that BOARD=tinyTILE doesn't
|
By
Jie Zhou <zhoujie@...>
·
#1112
·
|
|
Debugging __reset?
I find myself in a situation where my platform keeps going through the __reset and I’m not sure why?
How does one debug something like this with Zephyr? My target is a FRDM-KW41Z board.
I find myself in a situation where my platform keeps going through the __reset and I’m not sure why?
How does one debug something like this with Zephyr? My target is a FRDM-KW41Z board.
|
By
David Leach
·
#1111
·
|
|
Zephyr 1.9.1 released
Hi,
First bug fix release for 1.9 with many Bluetooth related bug fixes, see the release page for details:
https://github.com/zephyrproject-rtos/zephyr/releases/tag/zephyr-v1.9.1
Hi,
First bug fix release for 1.9 with many Bluetooth related bug fixes, see the release page for details:
https://github.com/zephyrproject-rtos/zephyr/releases/tag/zephyr-v1.9.1
|
By
Nashif, Anas
·
#1110
·
|
|
Zephyr SDK 0.9.2-rc5
Hi,
RC5 has been released and available from https://github.com/zephyrproject-rtos/meta-zephyr-sdk/releases/tag/0.9.2-rc5
This release removes the QEMU update and restores the original
Hi,
RC5 has been released and available from https://github.com/zephyrproject-rtos/meta-zephyr-sdk/releases/tag/0.9.2-rc5
This release removes the QEMU update and restores the original
|
By
Nashif, Anas
·
#1109
·
|
|
Re: I2C for STM32F3
I created the PR https://github.com/zephyrproject-rtos/zephyr/pull/4298
Yannis
I created the PR https://github.com/zephyrproject-rtos/zephyr/pull/4298
Yannis
|
By
Yannis Damigos
·
#1108
·
|
|
Re: I2C for STM32F3
Thanks Erwan,
It works now. I will create a PR for it
Yannis
Thanks Erwan,
It works now. I will create a PR for it
Yannis
|
By
Yannis Damigos
·
#1107
·
|
|
Re: stm32f4_disco issues
Hello Erwan,
Thanks for the help; the CONFIG_GPIO_STM32_PORTD was missing. I'll
send a PR to add this to stm32f4_disco_defconfig later today.
Regarding debugging, I was using debug before, but was
Hello Erwan,
Thanks for the help; the CONFIG_GPIO_STM32_PORTD was missing. I'll
send a PR to add this to stm32f4_disco_defconfig later today.
Regarding debugging, I was using debug before, but was
|
By
Pushpal Sidhu
·
#1106
·
|
|
Re: I2C for STM32F3
Hi,
I don't have time to test this yet, but looking into STM32F303 reference manual,
it seems that I2C on F3 is clock independent and hence, we should sepcify clock
before using it.
It seems this case
Hi,
I don't have time to test this yet, but looking into STM32F303 reference manual,
it seems that I2C on F3 is clock independent and hence, we should sepcify clock
before using it.
It seems this case
|
By
Erwan Gouriou
·
#1105
·
|
|
Re: I2C for STM32F3
Hi Daniel,
I was trying to get I2C working on stm32f3_disco a couple of months ago. You could find my local branch here https://github.com/ydamigos/zephyr/tree/f3disco (it needs a rebase to the master
Hi Daniel,
I was trying to get I2C working on stm32f3_disco a couple of months ago. You could find my local branch here https://github.com/ydamigos/zephyr/tree/f3disco (it needs a rebase to the master
|
By
Yannis Damigos
·
#1104
·
|