|
did the zephyr kernel support the nested interrupt on all the supported arch?
hi all:
i have reviewed the cortex-m arch about the interrupt flow, and found that cortex-m support max 255 interrupt entry and it allows interrupt with higher prio preempted another one with
hi all:
i have reviewed the cortex-m arch about the interrupt flow, and found that cortex-m support max 255 interrupt entry and it allows interrupt with higher prio preempted another one with
|
By
曹子龙
·
#111
·
|
|
Re: Problems managing NBUF DATA pool in the networking stack
Hi, So, what should be the final solution to the NBUF DATA issue? Do we want to redesign echo_server sample application to use shallow copy, should we introduce NBUF DATA pool per
Hi, So, what should be the final solution to the NBUF DATA issue? Do we want to redesign echo_server sample application to use shallow copy, should we introduce NBUF DATA pool per
|
By
Piotr Mienkowski
·
#110
·
|
|
Re: Adding support for CC2650 SoC
Hi Geoffrey,
Good question.
I understand "SimpleLink" to describe a family of connectivity SoC's.
But an SoC can include a heterogeneous mix of CPU core types: ARM
cores (of different
Hi Geoffrey,
Good question.
I understand "SimpleLink" to describe a family of connectivity SoC's.
But an SoC can include a heterogeneous mix of CPU core types: ARM
cores (of different
|
By
Gil Pitney
·
#109
·
|
|
Re: FRDM eth driver and TCP apps
Can you raise a JIRA issue and add some details of the failure you are seeing ?
Thanks
/Marcus
Can you raise a JIRA issue and add some details of the failure you are seeing ?
Thanks
/Marcus
|
By
Marcus Shawcroft <marcus.shawcroft@...>
·
#108
·
|
|
FRDM eth driver and TCP apps
Hello,
This patch https://gerrit.zephyrproject.org/r/#/c/11176/ is breaking some network applications (i.e. samples/net/mqtt_publisher). A local revert solves the issue for me.
Regards,
Flavio
Hello,
This patch https://gerrit.zephyrproject.org/r/#/c/11176/ is breaking some network applications (i.e. samples/net/mqtt_publisher). A local revert solves the issue for me.
Regards,
Flavio
|
By
Santes, Flavio <flavio.santes@...>
·
#107
·
|
|
Daily Gerrit Digest
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/11183 : sensor: fix typo in sensor.h
- https://gerrit.zephyrproject.org/r/11166 : ext/lib/mbedtls: Add the TLS configuration file
-
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/11183 : sensor: fix typo in sensor.h
- https://gerrit.zephyrproject.org/r/11166 : ext/lib/mbedtls: Add the TLS configuration file
-
|
By
donotreply@...
·
#106
·
|
|
Re: did the scheduler need report the misuse of k_sched_lock before k_sleep?
Hi,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
I'm not sure what this means... This code is valid. The scheduler lock
is per-thread. If the thread goes to sleep, it relinquishes the CPU,
Hi,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
I'm not sure what this means... This code is valid. The scheduler lock
is per-thread. If the thread goes to sleep, it relinquishes the CPU,
|
By
Benjamin Walsh <benjamin.walsh@...>
·
#105
·
|
|
Adding support for CC2650 SoC
Hello Gil,
I am starting to work on supporting Zephyr on Texas Instruments' "SensorTag" device.
To this end, I need to add support for the CC2650 MCU. I looked at the support you
added for the
Hello Gil,
I am starting to work on supporting Zephyr on Texas Instruments' "SensorTag" device.
To this end, I need to add support for the CC2650 MCU. I looked at the support you
added for the
|
By
Geoffrey LE GOURRIEREC <geoffrey.legourrierec@...>
·
#104
·
|
|
did the scheduler need report the misuse of k_sched_lock before k_sleep?
hi all:
i review the code of zephyr of riscv arch, with the aim that to porting this to the mips arch because the reiscv is the most like the mips,
when i read the function" __irq_wrapper" , and
hi all:
i review the code of zephyr of riscv arch, with the aim that to porting this to the mips arch because the reiscv is the most like the mips,
when i read the function" __irq_wrapper" , and
|
By
曹子龙
·
#103
·
|
|
Daily Gerrit Digest
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/11163 : Revert tests: disable qemu_riscv32 on test_ecc_dh test [REVERT ME]
- https://gerrit.zephyrproject.org/r/11162 : tinycrypt:
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/11163 : Revert tests: disable qemu_riscv32 on test_ecc_dh test [REVERT ME]
- https://gerrit.zephyrproject.org/r/11162 : tinycrypt:
|
By
donotreply@...
·
#102
·
|
|
Daily Gerrit Digest
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/11101 : samples/net/http: Add HTTP over TLS sample application
- https://gerrit.zephyrproject.org/r/11114 : arc: add _tsc_read
-
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/11101 : samples/net/http: Add HTTP over TLS sample application
- https://gerrit.zephyrproject.org/r/11114 : arc: add _tsc_read
-
|
By
donotreply@...
·
#101
·
|
|
Re: Inconsistent and ever-changing device naming in Zephyr
Actually, I'm leaning toward the opinion that the names of the I/O shouldn't matter.
But what does matter, are the properties associated with that object.
Take GPIO, for example. Some GPIO
Actually, I'm leaning toward the opinion that the names of the I/O shouldn't matter.
But what does matter, are the properties associated with that object.
Take GPIO, for example. Some GPIO
|
By
Chuck Jordan <Chuck.Jordan@...>
·
#100
·
|
|
Re: Inconsistent and ever-changing device naming in Zephyr
<paul.sokolovsky@...> wrote:
SoC uart mappings are one thing. Board uart mappings are another.
SoC uart mappings are merely assigning an index to a base address and
then generating the label
<paul.sokolovsky@...> wrote:
SoC uart mappings are one thing. Board uart mappings are another.
SoC uart mappings are merely assigning an index to a base address and
then generating the label
|
By
Andy Gross
·
#99
·
|
|
Re: Inconsistent and ever-changing device naming in Zephyr
"Jon Medhurst (Tixy)" <tixy@...> wrote:
Nope, I really appreciate different people approaching this from
different sides, and considering the usecases and details they have in
mind. Well, I
"Jon Medhurst (Tixy)" <tixy@...> wrote:
Nope, I really appreciate different people approaching this from
different sides, and considering the usecases and details they have in
mind. Well, I
|
By
Paul Sokolovsky
·
#98
·
|
|
Daily Gerrit Digest
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/11062 : arm: enable direct interrupts feature
- https://gerrit.zephyrproject.org/r/11087 : Merge net branch into master
-
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/11062 : arm: enable direct interrupts feature
- https://gerrit.zephyrproject.org/r/11087 : Merge net branch into master
-
|
By
donotreply@...
·
#97
·
|
|
Re: Inconsistent and ever-changing device naming in Zephyr
Yes, I agree with that. That's why I original asked about which 'name'
aliases in DT we're being used for, a) the name you pass to
device_get_binding, or b) the name used in C macro name inside
Yes, I agree with that. That's why I original asked about which 'name'
aliases in DT we're being used for, a) the name you pass to
device_get_binding, or b) the name used in C macro name inside
|
By
Jon Medhurst (Tixy) <tixy@...>
·
#96
·
|
|
Re: Inconsistent and ever-changing device naming in Zephyr
"Jon Medhurst (Tixy)" <tixy@...> wrote:
I understand this discusses details of DT bindings and processing, but
for my own and other folks' understanding, I'd like to point that for a
device
"Jon Medhurst (Tixy)" <tixy@...> wrote:
I understand this discusses details of DT bindings and processing, but
for my own and other folks' understanding, I'd like to point that for a
device
|
By
Paul Sokolovsky
·
#95
·
|
|
Re: Inconsistent and ever-changing device naming in Zephyr
Hello Andy,
By
Paul Sokolovsky
·
#94
·
|
|
Re: Inconsistent and ever-changing device naming in Zephyr
Hello Daniel,
Daniel Thompson <daniel.thompson@...> wrote:
To clarify, the concern behind my original mail is exactly regarding
having a good consistent scheme for "SoC-wide defaults". Across
Hello Daniel,
Daniel Thompson <daniel.thompson@...> wrote:
To clarify, the concern behind my original mail is exactly regarding
having a good consistent scheme for "SoC-wide defaults". Across
|
By
Paul Sokolovsky
·
#93
·
|
|
Re: Inconsistent and ever-changing device naming in Zephyr
Hello Maureen,
By
Paul Sokolovsky
·
#92
·
|