|
Daily Gerrit Digest
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/5443 : net: echo_server: Add Bluetooth support
- https://gerrit.zephyrproject.org/r/5442 : net: yaip: Add initial Bluetooth support
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/5443 : net: echo_server: Add Bluetooth support
- https://gerrit.zephyrproject.org/r/5442 : net: yaip: Add initial Bluetooth support
|
By
donotreply@...
·
#3925
·
|
|
Re: Device driver configuration and driver_data distinction.
Hi Marcus,
Currently no.
However, if any pure ARC based boards come in, this might be found useful.
for instance
https://www.synopsys.com/dw/ipdir.php?ds=arc_em_starter_kit
Uses spi_dw, i2c_dw
Hi Marcus,
Currently no.
However, if any pure ARC based boards come in, this might be found useful.
for instance
https://www.synopsys.com/dw/ipdir.php?ds=arc_em_starter_kit
Uses spi_dw, i2c_dw
|
By
Tomasz Bursztyka
·
#3924
·
|
|
Re: Device driver configuration and driver_data distinction.
Hi,
All of the patches to achieve the above are all now on gerrit, most
have been merged already.
.. with the exception of the DW PWM driver, which so far as I can tell
does not compile for any
Hi,
All of the patches to achieve the above are all now on gerrit, most
have been merged already.
.. with the exception of the DW PWM driver, which so far as I can tell
does not compile for any
|
By
Marcus Shawcroft <marcus.shawcroft@...>
·
#3923
·
|
|
Using ARM CMSIS in Zephyr
I should have asked this question some time ago. Most of the software out there in the wild which was developed for ARM Cortex-M processors is using CMSIS standard. In Zephyr we include core CMSIS
I should have asked this question some time ago. Most of the software out there in the wild which was developed for ARM Cortex-M processors is using CMSIS standard. In Zephyr we include core CMSIS
|
By
Piotr Mienkowski <piotr.mienkowski@...>
·
#3922
·
|
|
Re: Porting to ARM Cortex-M7 / Atmel SAM E70 support
Yes, we probably should add them to the scs.h file.
I've uploaded a patch to gerrit adding preliminary support for Cortex-M7, but it covers only the M7 features which were present in M4 already. It
Yes, we probably should add them to the scs.h file.
I've uploaded a patch to gerrit adding preliminary support for Cortex-M7, but it covers only the M7 features which were present in M4 already. It
|
By
Piotr Mienkowski <piotr.mienkowski@...>
·
#3921
·
|
|
Daily JIRA Digest
NEW JIRA items within last 24 hours: 2
[ZEP-1049] linker: arc-elf32/bin/ld:linker.cmd:43: syntax error
https://jira.zephyrproject.org/browse/ZEP-1049
[ZEP-1050] dma_qmsi.c abuses IRQ_CONNECT
NEW JIRA items within last 24 hours: 2
[ZEP-1049] linker: arc-elf32/bin/ld:linker.cmd:43: syntax error
https://jira.zephyrproject.org/browse/ZEP-1049
[ZEP-1050] dma_qmsi.c abuses IRQ_CONNECT
|
By
donotreply@...
·
#3920
·
|
|
Daily Gerrit Digest
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/5415 : hexiwear: Add support for hexiwear board
- https://gerrit.zephyrproject.org/r/5418 : sanitycheck: Add hexiwear board
-
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/5415 : hexiwear: Add support for hexiwear board
- https://gerrit.zephyrproject.org/r/5418 : sanitycheck: Add hexiwear board
-
|
By
donotreply@...
·
#3919
·
|
|
Re: RFC: documenting licensing of imported components
Now it's clear. Thanks!
By
Piotr Mienkowski <piotr.mienkowski@...>
·
#3918
·
|
|
Re: RFC: documenting licensing of imported components
As I understand it, the Kconfig tool is GPL2, but the Kconfig files used
by Zephyr are covered by Zephyr's license.
As I understand it, the Kconfig tool is GPL2, but the Kconfig files used
by Zephyr are covered by Zephyr's license.
|
By
Iván Briano <ivan.briano at intel.com...>
·
#3917
·
|
|
Re: RFC: documenting licensing of imported components
I'm a bit confused. There are plenty of Kconfig files that contain Apache license embedded in their header. The actual
# Licensed under the Apache License, Version 2.0 (the "License");
...
#
block.
I'm a bit confused. There are plenty of Kconfig files that contain Apache license embedded in their header. The actual
# Licensed under the Apache License, Version 2.0 (the "License");
...
#
block.
|
By
Piotr Mienkowski <piotr.mienkowski@...>
·
#3916
·
|
|
JavaScript Runtime for Zephyr OS
Hi,
Intel has created a new open source project, JavaScript* Runtime for Zephyr* OS (ZJS), which makes JavaScript application development possible on Zephyr. ZJS is based on JerryScript (a
Hi,
Intel has created a new open source project, JavaScript* Runtime for Zephyr* OS (ZJS), which makes JavaScript application development possible on Zephyr. ZJS is based on JerryScript (a
|
By
Poussa, Sakari
·
#3915
·
|
|
Re: [RFC] Real-time interrupts
I forgot about that, but we have a (very) simple sanity test for hooking
ISRs directly in the vector table:
tests/kernel/test_arm_m3_irq_vector_table
--
Benjamin Walsh, SMTS
Wind River
I forgot about that, but we have a (very) simple sanity test for hooking
ISRs directly in the vector table:
tests/kernel/test_arm_m3_irq_vector_table
--
Benjamin Walsh, SMTS
Wind River
|
By
Benjamin Walsh <benjamin.walsh@...>
·
#3914
·
|
|
Daily JIRA Digest
NEW JIRA items within last 24 hours: 4
[ZEP-1045] Add/Enhance shim layer to wrap SOC specific PM implementations
https://jira.zephyrproject.org/browse/ZEP-1045
[ZEP-1047] Adapt to new PM
NEW JIRA items within last 24 hours: 4
[ZEP-1045] Add/Enhance shim layer to wrap SOC specific PM implementations
https://jira.zephyrproject.org/browse/ZEP-1045
[ZEP-1047] Adapt to new PM
|
By
donotreply@...
·
#3913
·
|
|
Daily Gerrit Digest
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/5397 : test: build all possible drivers on all platforms
- https://gerrit.zephyrproject.org/r/5396 : quark_se: x86 core does not
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/5397 : test: build all possible drivers on all platforms
- https://gerrit.zephyrproject.org/r/5396 : quark_se: x86 core does not
|
By
donotreply@...
·
#3912
·
|
|
Re: Porting to ARM Cortex-M7 / Atmel SAM E70 support
What about the new set of System Control Registers added on M7 ?
__OM uint32_t ICIALLU; /*!< Offset: 0x250 ( /W) I-Cache Invalidate All to PoU */
uint32_t RESERVED6[1U];
What about the new set of System Control Registers added on M7 ?
__OM uint32_t ICIALLU; /*!< Offset: 0x250 ( /W) I-Cache Invalidate All to PoU */
uint32_t RESERVED6[1U];
|
By
Bibi, Dani <dani.bibi@...>
·
#3911
·
|
|
Re: RFC Release Notes in Zephyr Kernel Tree
Hello Mike,
It was just a proposal that some Zephyr collaborators are following. As you can see it is not "the rule".
Hello Mike,
It was just a proposal that some Zephyr collaborators are following. As you can see it is not "the rule".
|
By
Flavio Santes <flavio.santes@...>
·
#3910
·
|
|
Daily JIRA Digest
NEW JIRA items within last 24 hours: 2
[ZEP-1043] Update QMSI to 1.2
https://jira.zephyrproject.org/browse/ZEP-1043
[ZEP-1041] NBLE attribute Write event hangs
NEW JIRA items within last 24 hours: 2
[ZEP-1043] Update QMSI to 1.2
https://jira.zephyrproject.org/browse/ZEP-1043
[ZEP-1041] NBLE attribute Write event hangs
|
By
donotreply@...
·
#3909
·
|
|
Daily Gerrit Digest
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/5377 : doc: power_mgmt: Update references to PMA and control functions
- https://gerrit.zephyrproject.org/r/5376 : device_pm: Update
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/5377 : doc: power_mgmt: Update references to PMA and control functions
- https://gerrit.zephyrproject.org/r/5376 : device_pm: Update
|
By
donotreply@...
·
#3908
·
|
|
Re: RFC Release Notes in Zephyr Kernel Tree
Flavio,
Is the process outlined in that thread from May 5 actually followed?
Is it up for discussion at ELC-E?
I'll add some food for thought: last week Greg Kroah-Hartman gave a
nice talk on why
Flavio,
Is the process outlined in that thread from May 5 actually followed?
Is it up for discussion at ELC-E?
I'll add some food for thought: last week Greg Kroah-Hartman gave a
nice talk on why
|
By
Michael Turquette <mturquette@...>
·
#3907
·
|
|
Re: RFC Release Notes in Zephyr Kernel Tree
Well, it makes sense according to this thread:
https://goo.gl/84uRzE
https://lists.zephyrproject.org/archives/list/devel(a)lists.zephyrproject.org/message/EZRVOMEAK2T4BKFNZEXUDDFQGGCHG64X/
Well, it makes sense according to this thread:
https://goo.gl/84uRzE
https://lists.zephyrproject.org/archives/list/devel(a)lists.zephyrproject.org/message/EZRVOMEAK2T4BKFNZEXUDDFQGGCHG64X/
|
By
Flavio Santes <flavio.santes@...>
·
#3906
·
|