|
About the Behavior of "z_clock_announce" in SMP, Is it dupulicate caculated?
Hi folks:
By
"曹子龙
·
#6169
·
|
|
Upcoming Event: Zephyr Project: APIs - Tue, 08/13/2019 9:00am-10:00am, Please RSVP
#cal-reminder
Reminder: Zephyr Project: APIs
When: Tuesday, 13 August 2019, 9:00am to 10:00am, (GMT-07:00) America/Los Angeles
Where:https://zoom.us/j/177647878
An RSVP is requested. Click here to
Reminder: Zephyr Project: APIs
When: Tuesday, 13 August 2019, 9:00am to 10:00am, (GMT-07:00) America/Los Angeles
Where:https://zoom.us/j/177647878
An RSVP is requested. Click here to
|
By
devel@lists.zephyrproject.org Calendar <devel@...>
·
#6168
·
|
|
API meeting: agenda
Hi all,
This week we will look at:
Agenda:
- Sensor API: Update on progress
rtio PR: https://github.com/zephyrproject-rtos/zephyr/pull/17434
- GPIO: Update on implementation and way
Hi all,
This week we will look at:
Agenda:
- Sensor API: Update on progress
rtio PR: https://github.com/zephyrproject-rtos/zephyr/pull/17434
- GPIO: Update on implementation and way
|
By
Carles Cufi
·
#6167
·
|
|
About the Behavior of "z_clock_announce" in SMP?
Hi folks:
a puzzle in the timer tick interrupt handler in SMP mode. look at below, the SMP mult cores share the same "cur_tick" object to remeber the current time, each cpu would increment
Hi folks:
a puzzle in the timer tick interrupt handler in SMP mode. look at below, the SMP mult cores share the same "cur_tick" object to remeber the current time, each cpu would increment
|
By
"曹子龙
·
#6166
·
|
|
Re: STM32WB55 BLE address
Awesome, thanks!
By
Marcio Montenegro
·
#6165
·
|
|
Re: STM32WB55 BLE address
Hi Marcio,
Setting of public address based on flash registers should be done as part of controller init in hci driver.
In function bt_ipm_ble_init in drivers/bluetooth/hci/ipm_stm32wb.c
It should be
Hi Marcio,
Setting of public address based on flash registers should be done as part of controller init in hci driver.
In function bt_ipm_ble_init in drivers/bluetooth/hci/ipm_stm32wb.c
It should be
|
By
Erwan Gouriou
·
#6164
·
|
|
Re: how to make zephyr as a ble mesh provisioner?
Hi Rahul,
There’s a preliminary pull request to add this feature, but it’s not yet merged upstream:
https://github.com/zephyrproject-rtos/zephyr/pull/17729
Were you asking for provisioner
Hi Rahul,
There’s a preliminary pull request to add this feature, but it’s not yet merged upstream:
https://github.com/zephyrproject-rtos/zephyr/pull/17729
Were you asking for provisioner
|
By
Johan Hedberg
·
#6163
·
|
|
Zephyr 2.0.0-rc1 tagged
Hi Zephyr developers,
We have just tagged Zephyr 2.0.0-rc1.
All required features scheduled for 2.0 release are now merged into master. As of now we are in the stabilization phase for 2.0
Hi Zephyr developers,
We have just tagged Zephyr 2.0.0-rc1.
All required features scheduled for 2.0 release are now merged into master. As of now we are in the stabilization phase for 2.0
|
By
Glaropoulos, Ioannis
·
#6162
·
|
|
Re: STM32WB55 BLE address
Hello Rob,
I got the error below:undefined reference to `bt_ctlr_set_public_addr'
Yes I included <bluetooth/controller.h>
I don't know if any config is missing and how public BLE address is assigned
Hello Rob,
I got the error below:undefined reference to `bt_ctlr_set_public_addr'
Yes I included <bluetooth/controller.h>
I don't know if any config is missing and how public BLE address is assigned
|
By
Marcio Montenegro
·
#6161
·
|
|
Zephyr SDK 0.10.2 available
Hi,
Latest version of the SDK can be found here:
https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.10.2
Please download and try things out and report any issues.
Changes since the last
Hi,
Latest version of the SDK can be found here:
https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.10.2
Please download and try things out and report any issues.
Changes since the last
|
By
Kumar Gala
·
#6160
·
|
|
Cancelled Event: Zephyr Project: Dev Meeting - Thursday, 8 August 2019
#cal-cancelled
Cancelled: Zephyr Project: Dev Meeting
This event has been cancelled.
When:
Thursday, 8 August 2019
8:00am to 9:00am
(UTC-07:00) America/Los
Cancelled: Zephyr Project: Dev Meeting
This event has been cancelled.
When:
Thursday, 8 August 2019
8:00am to 9:00am
(UTC-07:00) America/Los
|
By
devel@lists.zephyrproject.org Calendar <devel@...>
·
#6159
·
|
|
Re: Adafruit Feature nRF52 bit bang i2c
After some reading, I settled on these settings:
CONFIG_I2C=y
CONFIG_I2C_LOG_LEVEL_INF=y
CONFIG_I2C_LOG_LEVEL_ERR=y
CONFIG_I2C_LOG_LEVEL_DBG=y
After some reading, I settled on these settings:
CONFIG_I2C=y
CONFIG_I2C_LOG_LEVEL_INF=y
CONFIG_I2C_LOG_LEVEL_ERR=y
CONFIG_I2C_LOG_LEVEL_DBG=y
|
By
Tomas McGuinness <tomasmcguinness@...>
·
#6158
·
|
|
Re: STM32WB55 BLE address
Thanks, I'll check it out.
Thanks, I'll check it out.
|
By
Marcio Montenegro
·
#6157
·
|
|
Re: STM32WB55 BLE address
Hello,
I have not yet worked with any of the bluetooth APIs, but this thread
peaked my interest because I am also evaluating the STM32WB55 for an
upcoming project.
I did a quick search through the
Hello,
I have not yet worked with any of the bluetooth APIs, but this thread
peaked my interest because I am also evaluating the STM32WB55 for an
upcoming project.
I did a quick search through the
|
By
Rob Weber
·
#6156
·
|
|
Re: Adafruit Feature nRF52 bit bang i2c
It's not easy to comment on what caused the usage fault without knowing what code is actually running on the device.
It's not easy to comment on what caused the usage fault without knowing what code is actually running on the device.
|
By
Benjamin Lindqvist
·
#6155
·
|
|
Re: Adafruit Feature nRF52 bit bang i2c
Benjamin,
I added that entry to a file called nrf52_adafruit_feather.overlay
I had to add CONFIG_I2C_0=y to my proj file also, so it includes these settings now:
Benjamin,
I added that entry to a file called nrf52_adafruit_feather.overlay
I had to add CONFIG_I2C_0=y to my proj file also, so it includes these settings now:
|
By
Tomas McGuinness <tomasmcguinness@...>
·
#6154
·
|
|
Upcoming Event: Zephyr Project: APIs - Tue, 08/06/2019 9:00am-10:00am, Please RSVP
#cal-reminder
Reminder: Zephyr Project: APIs
When: Tuesday, 6 August 2019, 9:00am to 10:00am, (GMT-07:00) America/Los Angeles
Where:https://zoom.us/j/177647878
An RSVP is requested. Click here to
Reminder: Zephyr Project: APIs
When: Tuesday, 6 August 2019, 9:00am to 10:00am, (GMT-07:00) America/Los Angeles
Where:https://zoom.us/j/177647878
An RSVP is requested. Click here to
|
By
devel@lists.zephyrproject.org Calendar <devel@...>
·
#6153
·
|
|
STM32WB55 BLE address
Hi all,
I am evaluating STM32WB55 board HCI driver.
During my test I found that BLE public address is 02:80:e1:00:00:00
But this microcontroller has an internal flash register to store BLE address
Hi all,
I am evaluating STM32WB55 board HCI driver.
During my test I found that BLE public address is 02:80:e1:00:00:00
But this microcontroller has an internal flash register to store BLE address
|
By
Marcio Montenegro
·
#6152
·
|
|
API meeting: Agenda
Hi all,
This week we will look at:
Agenda:
- GPIO: Quick confirmation of API suitability
* See: https://github.com/zephyrproject-rtos/zephyr/issues/15611#issuecomment-516488369
- Sensor API:
Hi all,
This week we will look at:
Agenda:
- GPIO: Quick confirmation of API suitability
* See: https://github.com/zephyrproject-rtos/zephyr/issues/15611#issuecomment-516488369
- Sensor API:
|
By
Carles Cufi
·
#6151
·
|
|
Re: ARMv8 Cortex-M TrustZone configuration
Hi Johnny,
This doesn't use the LPC55S69-EVK at the moment -- it's based on a development board designed by ARM -- but it is relevant to your question and gives an initial example of TF-M in the
Hi Johnny,
This doesn't use the LPC55S69-EVK at the moment -- it's based on a development board designed by ARM -- but it is relevant to your question and gives an initial example of TF-M in the
|
By
Kevin Townsend
·
#6150
·
|