|
how to use the debug subsys and what it is used for?
HI all:
in the directory zephyr/subsys/debug/, gdb_server.c used for what and what scenario can we use this function?
can this be used on arm ? what the difference between it and the
HI all:
in the directory zephyr/subsys/debug/, gdb_server.c used for what and what scenario can we use this function?
can this be used on arm ? what the difference between it and the
|
By
曹子龙
·
#133
·
|
|
Fibers Become Unrunnable in Nanokernel
Hello,
I am working off of Zephyr 1.5 in the nanokernel configuration on a custom Intel Curie board. We have a number of fibers running on both cores, but seem to be having trouble with fibers on
Hello,
I am working off of Zephyr 1.5 in the nanokernel configuration on a custom Intel Curie board. We have a number of fibers running on both cores, but seem to be having trouble with fibers on
|
By
Michael Rosen
·
#132
·
|
|
Daily Gerrit Digest
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/11306 : xtensa_sim_console: fix simcall
- https://gerrit.zephyrproject.org/r/11307 : xtensa/soc: drop bss segments from PHDR table
-
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/11306 : xtensa_sim_console: fix simcall
- https://gerrit.zephyrproject.org/r/11307 : xtensa/soc: drop bss segments from PHDR table
-
|
By
donotreply@...
·
#131
·
|
|
Re: Zephyr v.1.7.0-rc1 tagged
Hello Anas,
"Nashif, Anas" <anas.nashif@...> wrote:
Congratulations, and thanks for applying the v1.7.99 tag on master, as
discussed previously. "git describe" is now happy:
$ git
Hello Anas,
"Nashif, Anas" <anas.nashif@...> wrote:
Congratulations, and thanks for applying the v1.7.99 tag on master, as
discussed previously. "git describe" is now happy:
$ git
|
By
Paul Sokolovsky
·
#130
·
|
|
Re: [devel] uint32_t typedef differences causes issues
PRI is *the* solution, stop trying to paddle against the current ;-)
Cheers
/Marcus
PRI is *the* solution, stop trying to paddle against the current ;-)
Cheers
/Marcus
|
By
Marcus Shawcroft <marcus.shawcroft@...>
·
#129
·
|
|
Re: [devel] uint32_t typedef differences causes issues
So I was looking at moving minimal libc’s typedef of {u}int32_t to match newlib. It looks all platforms except elfiamcu define:
#define __INT32_TYPE__ long int
#define __UINT32_TYPE__ long
So I was looking at moving minimal libc’s typedef of {u}int32_t to match newlib. It looks all platforms except elfiamcu define:
#define __INT32_TYPE__ long int
#define __UINT32_TYPE__ long
|
By
Kumar Gala <kumar.gala@...>
·
#128
·
|
|
Daily Gerrit Digest
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/11252 : kernel/sched: protect thread sched_lock with compiler barriers
- https://gerrit.zephyrproject.org/r/11272 : Bluetooth: HFP HF:
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/11252 : kernel/sched: protect thread sched_lock with compiler barriers
- https://gerrit.zephyrproject.org/r/11272 : Bluetooth: HFP HF:
|
By
donotreply@...
·
#127
·
|
|
Zephyr v.1.7.0-rc1 tagged
Hi,
With a slight delay, we are pleased to announce the first release candidate of Zephyr 1.7 with a large set of new features and additional hardware support.
Zephyr 1.7 will introduce 2 new
Hi,
With a slight delay, we are pleased to announce the first release candidate of Zephyr 1.7 with a large set of new features and additional hardware support.
Zephyr 1.7 will introduce 2 new
|
By
Nashif, Anas
·
#126
·
|
|
[RFC] Sensor API for devices with multiple channels of the same type
Hello,
The current Zephyr Sensor API assumes that devices have a single channel of a particular type. Although this may be the most common case for most devices, it is not a rule (e.g. SI1153 can
Hello,
The current Zephyr Sensor API assumes that devices have a single channel of a particular type. Although this may be the most common case for most devices, it is not a rule (e.g. SI1153 can
|
By
Bogdan Davidoaia
·
#125
·
|
|
Re: Build Flag for prerequisites
Hi Paul,
thanks for the very useful hints und links!
/apps_structure.html#support-for-building-third-party-library-code
I didn't know about these docs, thanks!
This is something i really looked
Hi Paul,
thanks for the very useful hints und links!
/apps_structure.html#support-for-building-third-party-library-code
I didn't know about these docs, thanks!
This is something i really looked
|
By
Richard Peters <mail@...>
·
#124
·
|
|
Re: Adding support for CC2650 SoC
Alright, I'll follow your advice then. I agree that, ultimately, Device Tree
and Kconfig files should be completely separate anyway.
Best regards,
--
Geoffrey Le Gourriérec
Alright, I'll follow your advice then. I agree that, ultimately, Device Tree
and Kconfig files should be completely separate anyway.
Best regards,
--
Geoffrey Le Gourriérec
|
By
Geoffrey LE GOURRIEREC <geoffrey.legourrierec@...>
·
#123
·
|
|
Re: Build Flag for prerequisites
Hello Richard,
Richard Peters <mail@...> wrote:
This mail crosses its way with one you sent me privately, about doing
the same thing with MicroPython, so let me try to answer both
Hello Richard,
Richard Peters <mail@...> wrote:
This mail crosses its way with one you sent me privately, about doing
the same thing with MicroPython, so let me try to answer both
|
By
Paul Sokolovsky
·
#122
·
|
|
Re: Problems managing NBUF DATA pool in the networking stack
Hi Geoff,
While it is probably a good idea to look for good research solutions
we actually need to make sense what it does, and what doesn't make
sense, for zephyr. Pretty much any layer that
Hi Geoff,
While it is probably a good idea to look for good research solutions
we actually need to make sense what it does, and what doesn't make
sense, for zephyr. Pretty much any layer that
|
By
Luiz Augusto von Dentz
·
#121
·
|
|
Build Flag for prerequisites
Hi Community,
I use these flags to link jerryscript against zephyr in my project makefile:
ALL_LIBS += jerry-core
export ALL_LIBS
LDFLAGS_zephyr += "-L $(JERRYOUT)/lib"
export LDFLAGS_zephyr
1.
Hi Community,
I use these flags to link jerryscript against zephyr in my project makefile:
ALL_LIBS += jerry-core
export ALL_LIBS
LDFLAGS_zephyr += "-L $(JERRYOUT)/lib"
export LDFLAGS_zephyr
1.
|
By
Richard Peters <mail@...>
·
#120
·
|
|
Re: did the zephyr kernel support the nested interrupt on all the supported arch?
On Nios II we currently just support the very simple IIC (Internal Interrupt Controller) and nested interrupts aren't possible.
Andrew
On Nios II we currently just support the very simple IIC (Internal Interrupt Controller) and nested interrupts aren't possible.
Andrew
|
By
Boie, Andrew P
·
#119
·
|
|
Re: did the zephyr kernel support the nested interrupt on all the supported arch?
Should be supported on architectures where the hardware has support for it. It is a feature of the kernel.
ARM, ARC, x86 do support it.
[ChuckJ] To clarify. On ARC, FIRQ can be nested on top of
Should be supported on architectures where the hardware has support for it. It is a feature of the kernel.
ARM, ARC, x86 do support it.
[ChuckJ] To clarify. On ARC, FIRQ can be nested on top of
|
By
Chuck Jordan <Chuck.Jordan@...>
·
#118
·
|
|
Re: Problems managing NBUF DATA pool in the networking stack
While I don't personally have answers to these buffer-management questions, I am certain they are well-studied, because they are intermingled with lots of other well-studied questions and use-cases
While I don't personally have answers to these buffer-management questions, I am certain they are well-studied, because they are intermingled with lots of other well-studied questions and use-cases
|
By
Geoff Thorpe <geoff.thorpe@...>
·
#117
·
|
|
Daily Gerrit Digest
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/11230 : RFC drivers/timer: Refined version of nRF RTC driver.
- https://gerrit.zephyrproject.org/r/11233 : Bluetooth: SMP: Fix passkey
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/11230 : RFC drivers/timer: Refined version of nRF RTC driver.
- https://gerrit.zephyrproject.org/r/11233 : Bluetooth: SMP: Fix passkey
|
By
donotreply@...
·
#116
·
|
|
Re: did the zephyr kernel support the nested interrupt on all the supported arch?
Hi,
Should be supported on architectures where the hardware has support for
it. It is a feature of the kernel.
ARM, ARC, x86 do support it.
Not entirely sure about Nios2 and
Hi,
Should be supported on architectures where the hardware has support for
it. It is a feature of the kernel.
ARM, ARC, x86 do support it.
Not entirely sure about Nios2 and
|
By
Benjamin Walsh <benjamin.walsh@...>
·
#115
·
|
|
Re: Problems managing NBUF DATA pool in the networking stack
<jukka.rissanen@...> wrote:
We do however still need to figure out, for udp, how to prevent:
- rx path starving tx path to dead lock
- multiple tx paths deadlocking (by attempting to
<jukka.rissanen@...> wrote:
We do however still need to figure out, for udp, how to prevent:
- rx path starving tx path to dead lock
- multiple tx paths deadlocking (by attempting to
|
By
Marcus Shawcroft <marcus.shawcroft@...>
·
#114
·
|