|
Re: Logging with a string via %s
> sprintf(baTmpBuf, "%s", "ffffffff");?
Using that works fine, it just doesn’t like it when a variable is used.
THIS MESSAGE, ANY ATTACHMENT(S), AND THE INFORMATION CONTAINED HEREIN MAY BE
> sprintf(baTmpBuf, "%s", "ffffffff");?
Using that works fine, it just doesn’t like it when a variable is used.
THIS MESSAGE, ANY ATTACHMENT(S), AND THE INFORMATION CONTAINED HEREIN MAY BE
|
By
lairdjm
·
#5971
·
|
|
Re: Logging with a string via %s
sprintf(baTmpBuf, "%s", "ffffffff"); ?
---Original---
From: "lairdjm"<jamie.mccrae@...>
Date: Wed, May 15, 2019 18:52 PM
To: "devel@..."<devel@...>;
Subject: [Zephyr-devel] Logging with a string
sprintf(baTmpBuf, "%s", "ffffffff"); ?
---Original---
From: "lairdjm"<jamie.mccrae@...>
Date: Wed, May 15, 2019 18:52 PM
To: "devel@..."<devel@...>;
Subject: [Zephyr-devel] Logging with a string
|
By
"K.I.R.A.
·
#5970
·
|
|
Logging with a string via %s
Hi,
I’m seeing an issue whereby I am unable to log strings using LOG_DBG() and %s format, for a quick example I modified the hello world sample to enable logging and change the code to
Hi,
I’m seeing an issue whereby I am unable to log strings using LOG_DBG() and %s format, for a quick example I modified the hello world sample to enable logging and change the code to
|
By
lairdjm
·
#5969
·
|
|
Re: #ble Refresh advertising data after disconnect
#ble
Hi Robert,
You could try using BT_LE_ADV_OPT_ONE_TIME with bt_le_adv_start(). That should ensure that the stack doesn’t automatically restart advertising after a disconnection event.
Johan
Hi Robert,
You could try using BT_LE_ADV_OPT_ONE_TIME with bt_le_adv_start(). That should ensure that the stack doesn’t automatically restart advertising after a disconnection event.
Johan
|
By
Johan Hedberg
·
#5968
·
|
|
Upcoming Event: Zephyr Project: APIs - Tue, 05/14/2019 9:00am-10:00am, Please RSVP
#cal-reminder
Reminder: Zephyr Project: APIs
When: Tuesday, 14 May 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, 14 May 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@...>
·
#5967
·
|
|
#ble Refresh advertising data after disconnect
#ble
In disconnect callback event I was try to update advertising data but function "bt_le_adv_update_data" return with -11 (error code).
As I understand BLE stack start to advwrise after disconnect
In disconnect callback event I was try to update advertising data but function "bt_le_adv_update_data" return with -11 (error code).
As I understand BLE stack start to advwrise after disconnect
|
By
robert.konc@...
·
#5966
·
|
|
Re: [Zephyr Main] WEST File Initialization Problem
Thank you for your help. I have successfully installed Zephyr.
Now basically i want to do project in Zephyr and will use ReNode for simulation purposes. As i am quite new in this area. I have already
Thank you for your help. I have successfully installed Zephyr.
Now basically i want to do project in Zephyr and will use ReNode for simulation purposes. As i am quite new in this area. I have already
|
By
M Rizwan Ghori <rizwanghori@...>
·
#5965
·
|
|
Re: More apps sharing the same building system
#nrf52840
Hi,
Do you mean by "apps" to create multiple images for multiple boards,
or multiple threads in one image?
Zephyr is not like Linux; meaning that you don't have multiple apps
running on a board.
Hi,
Do you mean by "apps" to create multiple images for multiple boards,
or multiple threads in one image?
Zephyr is not like Linux; meaning that you don't have multiple apps
running on a board.
|
By
Yasushi SHOJI
·
#5964
·
|
|
STM32-Nucleo-F411RE SPI1 NSS pin pull-up
Hi,
I'm using the SPI1 bus in master mode on a STM32-Nucleo-F411RE board with the following small app:
https://github.com/ideak/zephyr-stm32-spi/blob/master/src/main.c
Things work fine, except I had
Hi,
I'm using the SPI1 bus in master mode on a STM32-Nucleo-F411RE board with the following small app:
https://github.com/ideak/zephyr-stm32-spi/blob/master/src/main.c
Things work fine, except I had
|
By
imre.deak@...
·
#5963
·
Edited
|
|
Request for help in interfacing ENC28J60 to PCA10056
#nrf52840
Hi,
I am trying to interface ENC28J60 module to PCA10056(NRF52840). Below are my pin configurations:
================= ===================================
NRF52840 PCA10056 ENC28J60 (pin numbers
Hi,
I am trying to interface ENC28J60 module to PCA10056(NRF52840). Below are my pin configurations:
================= ===================================
NRF52840 PCA10056 ENC28J60 (pin numbers
|
By
giriprasad@...
·
#5962
·
|
|
Re: Question about "Zephyr Modules"
Hi,
Gotcha. I just saw the "hal_st" and "hal_qmsi" repo's so that's good.
- Pushpal
<snip>
Hi,
Gotcha. I just saw the "hal_st" and "hal_qmsi" repo's so that's good.
- Pushpal
<snip>
|
By
Pushpal Sidhu
·
#5960
·
|
|
Re: Question about "Zephyr Modules"
Hi,
I would not compare west to bitbake, maybe to android repo.
The modules are going to be part of the zephyr project, so they will not randomly disappear.
Anas
Hi,
I would not compare west to bitbake, maybe to android repo.
The modules are going to be part of the zephyr project, so they will not randomly disappear.
Anas
|
By
Nashif, Anas
·
#5959
·
|
|
Re: Question about "Zephyr Modules"
Hi Anas,
Thank you for your response. I figured that we're moving towards these
modules. I just wanted to verify that west is becoming an integral
tool for working with Zephyr. It sounds very similar
Hi Anas,
Thank you for your response. I figured that we're moving towards these
modules. I just wanted to verify that west is becoming an integral
tool for working with Zephyr. It sounds very similar
|
By
Pushpal Sidhu
·
#5958
·
|
|
Re: Question about "Zephyr Modules"
Pushpal,
You will need to use west to get the modules, but you can still build do everything else as usual.
QMSI is just the first of many PR that we follow.
Anas
Pushpal,
You will need to use west to get the modules, but you can still build do everything else as usual.
QMSI is just the first of many PR that we follow.
Anas
|
By
Nashif, Anas
·
#5957
·
|
|
Question about "Zephyr Modules"
Hi All,
This commit caught my eye:
https://github.com/zephyrproject-rtos/zephyr/pull/16039
Does this mean that, if we use the qmsi hal going forward, we *must*
use west (I wonder why it wasn't
Hi All,
This commit caught my eye:
https://github.com/zephyrproject-rtos/zephyr/pull/16039
Does this mean that, if we use the qmsi hal going forward, we *must*
use west (I wonder why it wasn't
|
By
Pushpal Sidhu
·
#5956
·
|
|
Upcoming Event: Zephyr Project: Dev Meeting - Thu, 05/09/2019 8:00am-9:00am, Please RSVP
#cal-reminder
Reminder: Zephyr Project: Dev Meeting
When: Thursday, 9 May 2019, 8:00am to 9:00am, (GMT-07:00) America/Los Angeles
Where:https://zoom.us/j/993312203
An RSVP is requested. Click here to
Reminder: Zephyr Project: Dev Meeting
When: Thursday, 9 May 2019, 8:00am to 9:00am, (GMT-07:00) America/Los Angeles
Where:https://zoom.us/j/993312203
An RSVP is requested. Click here to
|
By
devel@lists.zephyrproject.org Calendar <devel@...>
·
#5955
·
|
|
Updated Event: Zephyr Project: APIs
#cal-invite
Zephyr Project: APIs
When:
Tuesday, 7 May 2019
9:00am to 10:00am
(GMT-07:00) America/Los Angeles
Repeats: Weekly on Tuesday
Where:
https://zoom.us/j/177647878
Organizer:
devel@...
An RSVP is
Zephyr Project: APIs
When:
Tuesday, 7 May 2019
9:00am to 10:00am
(GMT-07:00) America/Los Angeles
Repeats: Weekly on Tuesday
Where:
https://zoom.us/j/177647878
Organizer:
devel@...
An RSVP is
|
By
devel@lists.zephyrproject.org Calendar <devel@...>
·
#5954
·
|
|
Upcoming Event: Zephyr Project: APIs - Tue, 05/07/2019 9:00am-10:00am, Please RSVP
#cal-reminder
Reminder: Zephyr Project: APIs
When: Tuesday, 7 May 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, 7 May 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@...>
·
#5953
·
|
|
Periodic publishing
#bluetoothmesh
#nrf52
Hello,
I have been trying to use the periodic publishing in mesh, but I don't really see how to use it correctly. I have read the Mesh Specification, and I already asked here for help on publishing,
Hello,
I have been trying to use the periodic publishing in mesh, but I don't really see how to use it correctly. I have read the Mesh Specification, and I already asked here for help on publishing,
|
By
paul.leguennec@...
·
#5952
·
|
|
GPIO API update
Hi,
I started work on updating GPIO API and introducing PINCTRL API. The
initial proposal is described here:
https://github.com/zephyrproject-rtos/zephyr/issues/15611
Since the hardware
Hi,
I started work on updating GPIO API and introducing PINCTRL API. The
initial proposal is described here:
https://github.com/zephyrproject-rtos/zephyr/issues/15611
Since the hardware
|
By
Piotr Mienkowski
·
#5951
·
|