|
Re: Cleaning up drivers/ethernet Kconfig files
Hi Tomasz,
Thanks for the clarification. I was planning to add basic Atmel SAM E70 SoC support to the master branch and without SoC support the Ethernet driver will also not work. It's anyway still
Hi Tomasz,
Thanks for the clarification. I was planning to add basic Atmel SAM E70 SoC support to the master branch and without SoC support the Ethernet driver will also not work. It's anyway still
|
By
Piotr Mienkowski <piotr.mienkowski@...>
·
#3942
·
|
|
Re: Cleaning up drivers/ethernet Kconfig files
Hi Piotr,
Definitely.
Things are mixed up between net/ip/Kconfig and driver part.
You might want to take a look at net branch of Zephyr. (and port your
driver for it)
Such change will make sense
Hi Piotr,
Definitely.
Things are mixed up between net/ip/Kconfig and driver part.
You might want to take a look at net branch of Zephyr. (and port your
driver for it)
Such change will make sense
|
By
Tomasz Bursztyka
·
#3941
·
|
|
Re: PCI enumeration and IRQ_CONNECT ?
By
Liu, Baohong
·
#3940
·
|
|
Re: Porting to ARM Cortex-M7 / Atmel SAM E70 support
Hi Niheer,
Thanks a lot for the update and following up on the issue!
Regards,
Piotr
Hi Niheer,
Thanks a lot for the update and following up on the issue!
Regards,
Piotr
|
By
Piotr Mienkowski <piotr.mienkowski@...>
·
#3939
·
|
|
Cleaning up drivers/ethernet Kconfig files
I've created Ethernet driver for Atmel SAM board I'm working with, however integrating it cleanly with Zephyr is a bit tricky. I believe Kconfig files in drivers/ethernet directory need cleaning
I've created Ethernet driver for Atmel SAM board I'm working with, however integrating it cleanly with Zephyr is a bit tricky. I believe Kconfig files in drivers/ethernet directory need cleaning
|
By
Piotr Mienkowski <piotr.mienkowski@...>
·
#3938
·
|
|
Re: Porting to ARM Cortex-M7 / Atmel SAM E70 support
Hi Piotr,
By
Patel, Niheer <Niheer.Patel@...>
·
#3937
·
|
|
Daily JIRA Digest
NEW JIRA items within last 24 hours: 3
[ZEP-1061] Create a tool for finding out stack sizes automatically.
https://jira.zephyrproject.org/browse/ZEP-1061
[ZEP-1052] Native IP Stack
NEW JIRA items within last 24 hours: 3
[ZEP-1061] Create a tool for finding out stack sizes automatically.
https://jira.zephyrproject.org/browse/ZEP-1061
[ZEP-1052] Native IP Stack
|
By
donotreply@...
·
#3936
·
|
|
Daily Gerrit Digest
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/5475 : DONT MERGE - break sanity AND checkpatch
- https://gerrit.zephyrproject.org/r/5467 : unified: Move memory map doxygen API
NEW within last 24 hours:
- https://gerrit.zephyrproject.org/r/5475 : DONT MERGE - break sanity AND checkpatch
- https://gerrit.zephyrproject.org/r/5467 : unified: Move memory map doxygen API
|
By
donotreply@...
·
#3935
·
|
|
Re: TCP/IPv4/uIP stack appears to be broken with recent commit
Hello Jukka,
Jukka Rissanen <jukka.rissanen(a)linux.intel.com> wrote:
I'm aware of issues Rohit experienced, as I literally followed on his
footsteps to re-discover them. What weren't clear were
Hello Jukka,
Jukka Rissanen <jukka.rissanen(a)linux.intel.com> wrote:
I'm aware of issues Rohit experienced, as I literally followed on his
footsteps to re-discover them. What weren't clear were
|
By
Paul Sokolovsky
·
#3934
·
|
|
Re: TCP/IPv4/uIP stack appears to be broken with recent commit
Hello Rohit,
Rohit Grover <Rohit.Grover(a)arm.com> wrote:
I'm not sure what you mean by "vanilla". Default configuration of
echo_server doesn't have IPv4 or TCP enabled, and one needs to
Hello Rohit,
Rohit Grover <Rohit.Grover(a)arm.com> wrote:
I'm not sure what you mean by "vanilla". Default configuration of
echo_server doesn't have IPv4 or TCP enabled, and one needs to
|
By
Paul Sokolovsky
·
#3933
·
|
|
Re: TCP/IPv4/uIP stack appears to be broken with recent commit
Paul,
Can your issue be reproduced by the vanilla echo_server sample?
rohit
Paul,
Can your issue be reproduced by the vanilla echo_server sample?
rohit
|
By
Rohit Grover
·
#3932
·
|
|
Re: TCP/IPv4/uIP stack appears to be broken with recent commit
Hi Paul,
we can revert https://gerrit.zephyrproject.org/r/#/c/4282/6 if needed.
The patch fixed an issue Rohit had thou. Best would be to find a
solution that fixes both problems.
Cheers,
Jukka
Hi Paul,
we can revert https://gerrit.zephyrproject.org/r/#/c/4282/6 if needed.
The patch fixed an issue Rohit had thou. Best would be to find a
solution that fixes both problems.
Cheers,
Jukka
|
By
Jukka Rissanen
·
#3931
·
|
|
PCI enumeration and IRQ_CONNECT ?
Hi,
A question has come up in one of the config_info refactor patches
about the relationship between PCI enumeration and IRQ_CONNECT.... (
https://gerrit.zephyrproject.org/r/#/c/5427/2 )
Can anyone
Hi,
A question has come up in one of the config_info refactor patches
about the relationship between PCI enumeration and IRQ_CONNECT.... (
https://gerrit.zephyrproject.org/r/#/c/5427/2 )
Can anyone
|
By
Marcus Shawcroft <marcus.shawcroft@...>
·
#3930
·
|
|
Re: Porting to ARM Cortex-M7 / Atmel SAM E70 support
Hi,
Just a quick question, are there maybe any news regarding Atmel's license issue? I.e. is Atmel going to provide its ASF library / register header files with Zephyr's compatible
Hi,
Just a quick question, are there maybe any news regarding Atmel's license issue? I.e. is Atmel going to provide its ASF library / register header files with Zephyr's compatible
|
By
Piotr Mienkowski <piotr.mienkowski@...>
·
#3929
·
|
|
Re: Device driver configuration and driver_data distinction.
Hi,
The ARC EM Starter Kit board support is already in Zephyr as of release 1.4 (added by Chuck Jordan) but it doesn't use DW PWM at the moment.
Francois
Hi,
The ARC EM Starter Kit board support is already in Zephyr as of release 1.4 (added by Chuck Jordan) but it doesn't use DW PWM at the moment.
Francois
|
By
Francois Bedard <Francois.Bedard@...>
·
#3975
·
|
|
Re: TCP/IPv4/uIP stack appears to be broken with recent commit
Paul Sokolovsky wrote (on Tuesday, October 11, 2016 10:22AM):
FWIW, I don't know enough about the uIP stack to add anything
technical, but:
An even better way to make sure that report isn't lost is
Paul Sokolovsky wrote (on Tuesday, October 11, 2016 10:22AM):
FWIW, I don't know enough about the uIP stack to add anything
technical, but:
An even better way to make sure that report isn't lost is
|
By
Andy Ross
·
#3928
·
|
|
TCP/IPv4/uIP stack appears to be broken with recent commit
Hello,
To make sure that my comment to
https://gerrit.zephyrproject.org/r/#/c/4282/6 isn't lost, I'd like to
dup it with this email. The patch above has broke echo_server
TCP/IPv4 for me. When run on
Hello,
To make sure that my comment to
https://gerrit.zephyrproject.org/r/#/c/4282/6 isn't lost, I'd like to
dup it with this email. The patch above has broke echo_server
TCP/IPv4 for me. When run on
|
By
Paul Sokolovsky
·
#3927
·
|
|
Daily JIRA Digest
NEW JIRA items within last 24 hours: 1
[ZEP-1051] mpool allocation failed after defrag twice...
https://jira.zephyrproject.org/browse/ZEP-1051
UPDATED JIRA items within last 24 hours: 6
NEW JIRA items within last 24 hours: 1
[ZEP-1051] mpool allocation failed after defrag twice...
https://jira.zephyrproject.org/browse/ZEP-1051
UPDATED JIRA items within last 24 hours: 6
|
By
donotreply@...
·
#3926
·
|
|
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
·
|