|
Daily JIRA Digest
NEW JIRA items within last 24 hours: 2
[ZEP-1292] Update external mbed TLS library to latest version (2.4.0)
https://jira.zephyrproject.org/browse/ZEP-1292
[ZEP-1293] ENC28J60 driver doesn't
NEW JIRA items within last 24 hours: 2
[ZEP-1292] Update external mbed TLS library to latest version (2.4.0)
https://jira.zephyrproject.org/browse/ZEP-1292
[ZEP-1293] ENC28J60 driver doesn't
|
By
donotreply@...
·
#4132
·
|
|
Daily Gerrit Digest
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/7284 : kernel/arm: fix race condition when setting _Swap() return value
- https://gerrit.zephyrproject.org/r/7215 : clone: change
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/7284 : kernel/arm: fix race condition when setting _Swap() return value
- https://gerrit.zephyrproject.org/r/7215 : clone: change
|
By
donotreply@...
·
#4131
·
|
|
Daily JIRA Digest
NEW JIRA items within last 24 hours: 1
[ZEP-1291] libzephyr.a dependency on phony "gcc" target
https://jira.zephyrproject.org/browse/ZEP-1291
UPDATED JIRA items within last 24 hours: 38
NEW JIRA items within last 24 hours: 1
[ZEP-1291] libzephyr.a dependency on phony "gcc" target
https://jira.zephyrproject.org/browse/ZEP-1291
UPDATED JIRA items within last 24 hours: 38
|
By
donotreply@...
·
#4130
·
|
|
Daily Gerrit Digest
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/7212 : iot/zoap: Increase the range of timeouts
- https://gerrit.zephyrproject.org/r/7117 : doc: Various corrections to Kernel
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/7212 : iot/zoap: Increase the range of timeouts
- https://gerrit.zephyrproject.org/r/7117 : doc: Various corrections to Kernel
|
By
donotreply@...
·
#4129
·
|
|
Re: How to get a documentation link to a macro API?
That seems to do the trick. Thanks, David/Inaky!
Sent: November-15-16 4:48 PM
To: Stephens, Allan; devel(a)lists.zephyrproject.org
Subject: RE: How to get a documentation link to a macro API?
Try
That seems to do the trick. Thanks, David/Inaky!
Sent: November-15-16 4:48 PM
To: Stephens, Allan; devel(a)lists.zephyrproject.org
Subject: RE: How to get a documentation link to a macro API?
Try
|
By
Stephens, Allan
·
#4128
·
|
|
How to set configuration values for Unit testing
Hi all,
Does anyone know how can I set configuration values in the Unit tests framework?
For example, in my uni-test I need the following configuration: CONFIG_SYS_POWER_MANAGEMENT
Thanks in
Hi all,
Does anyone know how can I set configuration values in the Unit tests framework?
For example, in my uni-test I need the following configuration: CONFIG_SYS_POWER_MANAGEMENT
Thanks in
|
By
Kaplan, Amir
·
#4127
·
|
|
sanitycheck not filtering for initconfig check?
Andrew,
I’m guessing there might be a reason, but curious why all the various filters don’t get applied for when we do initconfig check?
As we starting have a lot of platforms & tests doing this
Andrew,
I’m guessing there might be a reason, but curious why all the various filters don’t get applied for when we do initconfig check?
As we starting have a lot of platforms & tests doing this
|
By
Kumar Gala
·
#4126
·
|
|
Re: How to get a documentation link to a macro API?
Try :c:macro:`FOO` without the parens...
-- david (from Inaky)
Sent: Tuesday, November 15, 2016 7:15 AM
To: devel(a)lists.zephyrproject.org
Subject: [devel] How to get a documentation link to a macro
Try :c:macro:`FOO` without the parens...
-- david (from Inaky)
Sent: Tuesday, November 15, 2016 7:15 AM
To: devel(a)lists.zephyrproject.org
Subject: [devel] How to get a documentation link to a macro
|
By
Kinder, David B <david.b.kinder@...>
·
#4125
·
|
|
Re: HALs in Zephyr (was Re: STM32Cube SDK in Zephyr)
I would only that add that a HALL or SHIM layer should be implemented two different ways, depending on whether the user wants a size optimization or a speed optimization. For size, commonly called
I would only that add that a HALL or SHIM layer should be implemented two different ways, depending on whether the user wants a size optimization or a speed optimization. For size, commonly called
|
By
Chuck Jordan <Chuck.Jordan@...>
·
#4124
·
|
|
Daily JIRA Digest
NEW JIRA items within last 24 hours: 3
[ZEP-1283] compile option to skip gpio toggle in "samples/power/power_mgr"
https://jira.zephyrproject.org/browse/ZEP-1283
[ZEP-1285] BMI160 Oversampling
NEW JIRA items within last 24 hours: 3
[ZEP-1283] compile option to skip gpio toggle in "samples/power/power_mgr"
https://jira.zephyrproject.org/browse/ZEP-1283
[ZEP-1285] BMI160 Oversampling
|
By
donotreply@...
·
#4123
·
|
|
Daily Gerrit Digest
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/7085 : Bluetooth: Fix address type use for passive scanning
- https://gerrit.zephyrproject.org/r/7087 : wpan_serial: Correct file
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/7085 : Bluetooth: Fix address type use for passive scanning
- https://gerrit.zephyrproject.org/r/7087 : wpan_serial: Correct file
|
By
donotreply@...
·
#4122
·
|
|
How to get a documentation link to a macro API?
Does anyone know how to generate a documentation link to a macro API?
Situation:
* If I define function FOO() in my code and add the appropriate doxygen stuff, it shows up in the API Guide.
Does anyone know how to generate a documentation link to a macro API?
Situation:
* If I define function FOO() in my code and add the appropriate doxygen stuff, it shows up in the API Guide.
|
By
Stephens, Allan
·
#4121
·
|
|
Re: HALs in Zephyr (was Re: STM32Cube SDK in Zephyr)
We have one data point already in the ksdk ethernet driver that Tomasz
referred to. Due to the architectural difference in buffer handling
between zephyr and the underlying HAL abstraction the shim
We have one data point already in the ksdk ethernet driver that Tomasz
referred to. Due to the architectural difference in buffer handling
between zephyr and the underlying HAL abstraction the shim
|
By
Marcus Shawcroft <marcus.shawcroft@...>
·
#4120
·
|
|
Re: HALs in Zephyr (was Re: STM32Cube SDK in Zephyr)
<tomasz.bursztyka(a)linux.intel.com> wrote:
Yeah I didn't want to bring this up (binary size, memory consumption)
until I'd actually done some comparative studies which is hard since
you basically
<tomasz.bursztyka(a)linux.intel.com> wrote:
Yeah I didn't want to bring this up (binary size, memory consumption)
until I'd actually done some comparative studies which is hard since
you basically
|
By
Amit Kucheria
·
#4119
·
|
|
Re: HALs in Zephyr (was Re: STM32Cube SDK in Zephyr)
Hi guys,
Not to mention style issue is the least of the problem here. Though I fully
agree, it will grow uglier with time.
The much bigger problem is all about memory consumption and
Hi guys,
Not to mention style issue is the least of the problem here. Though I fully
agree, it will grow uglier with time.
The much bigger problem is all about memory consumption and
|
By
Tomasz Bursztyka
·
#4118
·
|
|
Re: HALs in Zephyr (was Re: STM32Cube SDK in Zephyr)
I'm skeptical about how this'll work because all the vendor SDK
definitions will leak into drivers (I'm currently refactoring my SPI
driver for nRF to work with hal files in ext/, because the
I'm skeptical about how this'll work because all the vendor SDK
definitions will leak into drivers (I'm currently refactoring my SPI
driver for nRF to work with hal files in ext/, because the
|
By
Amit Kucheria
·
#4117
·
|
|
Re: Zephyr 1.6 rc1
Hi,
If you are submitting fixes or changes to 1.6, please submit them to master branch and add a topic that starts with 1.6, for example:
# git push origin HEAD:refs/for/master/1.6-fix-foo-bar
If
Hi,
If you are submitting fixes or changes to 1.6, please submit them to master branch and add a topic that starts with 1.6, for example:
# git push origin HEAD:refs/for/master/1.6-fix-foo-bar
If
|
By
Nashif, Anas
·
#4116
·
|
|
Re: HALs in Zephyr (was Re: STM32Cube SDK in Zephyr)
Hi Fabien,
You're right, it doesn't follow the Zephyr coding style, which is why we are importing these headers into ext/ and not into arch/arm/. Their style is defined by the ARM Cortex
Hi Fabien,
You're right, it doesn't follow the Zephyr coding style, which is why we are importing these headers into ext/ and not into arch/arm/. Their style is defined by the ARM Cortex
|
By
Maureen Helm
·
#4115
·
|
|
Daily JIRA Digest
NEW JIRA items within last 24 hours: 1
[ZEP-1280] Event Queues
https://jira.zephyrproject.org/browse/ZEP-1280
UPDATED JIRA items within last 24 hours: 1
[ZEP-1209] Create test for Memory slabs
NEW JIRA items within last 24 hours: 1
[ZEP-1280] Event Queues
https://jira.zephyrproject.org/browse/ZEP-1280
UPDATED JIRA items within last 24 hours: 1
[ZEP-1209] Create test for Memory slabs
|
By
donotreply@...
·
#4114
·
|
|
Daily Gerrit Digest
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/7041 : tests: ieee802154: Fix compilation error in fragment test
- https://gerrit.zephyrproject.org/r/7044 : wpanusb: Send zero
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/7041 : tests: ieee802154: Fix compilation error in fragment test
- https://gerrit.zephyrproject.org/r/7044 : wpanusb: Send zero
|
By
donotreply@...
·
#4113
·
|