|
Daily JIRA Digest
NEW JIRA items within last 24 hours: 6
[ZEP-1191] Create wiki page for Hexiwear board
https://jira.zephyrproject.org/browse/ZEP-1191
[ZEP-1181] zephyrSDK + newlib: unexpected warning raised
NEW JIRA items within last 24 hours: 6
[ZEP-1191] Create wiki page for Hexiwear board
https://jira.zephyrproject.org/browse/ZEP-1191
[ZEP-1181] zephyrSDK + newlib: unexpected warning raised
|
By
donotreply@...
·
#4072
·
|
|
Daily Gerrit Digest
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/6500 : net: Add network utilities shell support
- https://gerrit.zephyrproject.org/r/6540 : net: Allow binding to any IP address
-
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/6500 : net: Add network utilities shell support
- https://gerrit.zephyrproject.org/r/6540 : net: Allow binding to any IP address
-
|
By
donotreply@...
·
#4071
·
|
|
Re: stm32f7/cortex M7 port and M-7 assembler error
I'm using the original GCC ARM Embedded cross compiler and am therefore not familiar with Zephyr SDK but you are definitely missing the compiler flags defined in arch/arm/Makefile. These are
I'm using the original GCC ARM Embedded cross compiler and am therefore not familiar with Zephyr SDK but you are definitely missing the compiler flags defined in arch/arm/Makefile. These are
|
By
Piotr Mieńkowski <piotr.mienkowski at gmail.com...>
·
#4070
·
|
|
Re: stm32f7/cortex M7 port and M-7 assembler error
Yes, Here is the verbose build output. I do not see specific compiler cflag for M-7.
/opt/zephyr-sdk/sysroots/i686-pokysdk-linux/usr/bin/arm-poky-eabi/arm-poky-eabi-gcc
Yes, Here is the verbose build output. I do not see specific compiler cflag for M-7.
/opt/zephyr-sdk/sysroots/i686-pokysdk-linux/usr/bin/arm-poky-eabi/arm-poky-eabi-gcc
|
By
prasanna karthik <prasannakarthik123@...>
·
#4069
·
|
|
Daily JIRA Digest
NEW JIRA items within last 24 hours: 7
[ZEP-1172] Update logger Api to allow using a hook for SYS_LOG_BACKEND_FN function
https://jira.zephyrproject.org/browse/ZEP-1172
[ZEP-1170] Thread
NEW JIRA items within last 24 hours: 7
[ZEP-1172] Update logger Api to allow using a hook for SYS_LOG_BACKEND_FN function
https://jira.zephyrproject.org/browse/ZEP-1172
[ZEP-1170] Thread
|
By
donotreply@...
·
#4068
·
|
|
Daily Gerrit Digest
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/6468 : net: ieee802154: MAC command frames needs a buffer from tx pool
- https://gerrit.zephyrproject.org/r/6475 : Bluetooth: tester:
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/6468 : net: ieee802154: MAC command frames needs a buffer from tx pool
- https://gerrit.zephyrproject.org/r/6475 : Bluetooth: tester:
|
By
donotreply@...
·
#4067
·
|
|
STM32Cube SDK in Zephyr
Hi all,
There are growing number of STM32 based boards being ported in Zephyr
by the community. As part of ST, I can say that we are pleased to contribute
this way to Zephyr impact in IoT world.
In
Hi all,
There are growing number of STM32 based boards being ported in Zephyr
by the community. As part of ST, I can say that we are pleased to contribute
this way to Zephyr impact in IoT world.
In
|
By
Erwan Gouriou
·
#4066
·
|
|
Re: Handling unused but bit rotting code...
The trigger for this thread is pwm/dw where no board currently
supports the driver, it does not currently build but there is an
expectation that the driver will be useful in the
The trigger for this thread is pwm/dw where no board currently
supports the driver, it does not currently build but there is an
expectation that the driver will be useful in the
|
By
Marcus Shawcroft <marcus.shawcroft@...>
·
#4065
·
|
|
Re: Porting to ARM Cortex-M7 / Atmel SAM E70 support
Hi Niheer,
The merge window for the release 1.6 closes on Nov 9th. Is there any chance the license issue could be solved before?
Thanks and regards,
Piotr
Hi Niheer,
The merge window for the release 1.6 closes on Nov 9th. Is there any chance the license issue could be solved before?
Thanks and regards,
Piotr
|
By
Piotr Mieńkowski <piotr.mienkowski at gmail.com...>
·
#4064
·
|
|
Re: stm32f7/cortex M7 port and M-7 assembler error
Hi,
If you haven't solved the issue yet it would be best if you check (and maybe post here) what are the actual options passed on to the assembler. To do it add V=1 to the invocation of make, as
Hi,
If you haven't solved the issue yet it would be best if you check (and maybe post here) what are the actual options passed on to the assembler. To do it add V=1 to the invocation of make, as
|
By
Piotr Mieńkowski <piotr.mienkowski at gmail.com...>
·
#4063
·
|
|
Re: Handling unused but bit rotting code...
I feel that outside of extraordinary circumstances, a test program
should be added to show that a subsystem or driver at least *compiles*,
if not prove that it works.
Under what circumstances is
I feel that outside of extraordinary circumstances, a test program
should be added to show that a subsystem or driver at least *compiles*,
if not prove that it works.
Under what circumstances is
|
By
Boie, Andrew P
·
#4062
·
|
|
Re: Reg: Memory consumption command - Command similar to "top"
Hi Anas
Thanks for the reply.
In the outdir I can see " Linker.cmd & Final-linker.cmd" files
Is the linker file inside the arch/processor/linker.ld is linked to above
files ?
Thanks again
Hi Anas
Thanks for the reply.
In the outdir I can see " Linker.cmd & Final-linker.cmd" files
Is the linker file inside the arch/processor/linker.ld is linked to above
files ?
Thanks again
|
By
vishnuvaradan vishnuvaradan
·
#4061
·
|
|
Re: Reg: Memory consumption command - Command similar to "top"
# make ram_report
or
# make rom_report
For an analysis of all objects in the final binary
Anas
Sent: Wednesday, November 2, 2016 2:10 PM
To: devel(a)lists.zephyrproject.org
Subject: [devel] Reg:
# make ram_report
or
# make rom_report
For an analysis of all objects in the final binary
Anas
Sent: Wednesday, November 2, 2016 2:10 PM
To: devel(a)lists.zephyrproject.org
Subject: [devel] Reg:
|
By
Nashif, Anas
·
#4060
·
|
|
Reg: Memory consumption command - Command similar to "top"
Hi all
Help me on the following
I have compiled the simple hello world example for a specific arch (eg
galileo or d2000)
Is there any command similar to "top" - ?
In the outdir following files
Hi all
Help me on the following
I have compiled the simple hello world example for a specific arch (eg
galileo or d2000)
Is there any command similar to "top" - ?
In the outdir following files
|
By
vishnuvaradan vishnuvaradan
·
#4059
·
|
|
Daily JIRA Digest
NEW JIRA items within last 24 hours: 4
[ZEP-1165] support enums as IRQ line argument in IRQ_CONNECT()
https://jira.zephyrproject.org/browse/ZEP-1165
[ZEP-1164] ztest skip waiting the test case
NEW JIRA items within last 24 hours: 4
[ZEP-1165] support enums as IRQ line argument in IRQ_CONNECT()
https://jira.zephyrproject.org/browse/ZEP-1165
[ZEP-1164] ztest skip waiting the test case
|
By
donotreply@...
·
#4058
·
|
|
Daily Gerrit Digest
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/6393 : samples: cpp synchronization: move to legacy/
- https://gerrit.zephyrproject.org/r/6392 : samples: synchronization: move to
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/6393 : samples: cpp synchronization: move to legacy/
- https://gerrit.zephyrproject.org/r/6392 : samples: synchronization: move to
|
By
donotreply@...
·
#4057
·
|
|
Re: Handling unused but bit rotting code...
Sure, the drivers that I have yet to find a test case for are:
pwm/dw
gpio/mmio
adc/dw
pinmux_dev_qmsi
grove/temperature_sensor
grove/light_sensor
gpio/stm32
Cheers
/Marcus
Sure, the drivers that I have yet to find a test case for are:
pwm/dw
gpio/mmio
adc/dw
pinmux_dev_qmsi
grove/temperature_sensor
grove/light_sensor
gpio/stm32
Cheers
/Marcus
|
By
Marcus Shawcroft <marcus.shawcroft@...>
·
#4056
·
|
|
Re: Handling unused but bit rotting code...
Marcus,
Do you have a list of the code you mention below?
Anas
Marcus,
Do you have a list of the code you mention below?
Anas
|
By
Nashif, Anas
·
#4055
·
|
|
Re: [RFC] [RFC] Add new SYS_LOG_BACKEND_FN to sys_log
Hi Anas,
Thank you for your quick response,
I've created a Jira story ZEP-1172 and delivered the code to Gerrit https://tm-gerrit.ostc.intel.com/gerrit/4280
I'll work on a simple sample and will
Hi Anas,
Thank you for your quick response,
I've created a Jira story ZEP-1172 and delivered the code to Gerrit https://tm-gerrit.ostc.intel.com/gerrit/4280
I'll work on a simple sample and will
|
By
Havusha, Yossi <yossi.havusha@...>
·
#4054
·
|
|
Handling unused but bit rotting code...
Hi,
Recently I stumbled into a couple of examples of components within the
zephyr tree that for whatever reason are currently unused, not
compilable and not testable in current form. The code is
Hi,
Recently I stumbled into a couple of examples of components within the
zephyr tree that for whatever reason are currently unused, not
compilable and not testable in current form. The code is
|
By
Marcus Shawcroft <marcus.shawcroft@...>
·
#4053
·
|