|
Re: Dev-Review Meeting Agenda May 7
Sorry, found it in the notes!
- Simon
Sorry, found it in the notes!
- Simon
|
By
Simon Glass
·
#6990
·
|
|
Upcoming Event: Zephyr Project: Dev Meeting - Thu, 05/07/2020 8:00am-9:00am, Please RSVP
#cal-reminder
Reminder: Zephyr Project: Dev Meeting
When: Thursday, 7 May 2020, 8:00am to 9:00am, (GMT-07:00) America/Los Angeles
Where:Microsoft Teams Meeting
An RSVP is requested. Click here to
Reminder: Zephyr Project: Dev Meeting
When: Thursday, 7 May 2020, 8:00am to 9:00am, (GMT-07:00) America/Los Angeles
Where:Microsoft Teams Meeting
An RSVP is requested. Click here to
|
By
devel@lists.zephyrproject.org Calendar <devel@...>
·
#6989
·
|
|
Re: Dev-Review Meeting Agenda May 7
Hi Kumar,
Is there a link to the meeting somewhere please?
Regards,
Simon
Hi Kumar,
Is there a link to the meeting somewhere please?
Regards,
Simon
|
By
Simon Glass
·
#6988
·
|
|
Dev-Review Meeting Agenda May 7
Here’s the agenda topics for this week:
* Review PR’s tagged with dev-review
* Any topics anyone else has.
- k
Here’s the agenda topics for this week:
* Review PR’s tagged with dev-review
* Any topics anyone else has.
- k
|
By
Kumar Gala
·
#6987
·
|
|
Re: Bridging
#networking
Hi Kenth,
there has not been such plans so far. Patches are welcome of course.
What kind of hw you had in mind that has multiple Ethernet sockets?
Cheers,
Jukka
Hi Kenth,
there has not been such plans so far. Patches are welcome of course.
What kind of hw you had in mind that has multiple Ethernet sockets?
Cheers,
Jukka
|
By
Jukka Rissanen
·
#6986
·
|
|
Bridging
#networking
Any plans to add Ethernet bridging support? I want to add VLAN sub-interfaces into a bridge.
Any plans to add Ethernet bridging support? I want to add VLAN sub-interfaces into a bridge.
|
By
Kenth Eriksson
·
#6985
·
|
|
[2.3 release] Feature merge window close (M2) tomorrow
Hi all,
This is just a reminder that the feature merge window closes tomorrow, the 8th of May.
This means that any changes that are not bugfixes or documentation changes must be merged by
Hi all,
This is just a reminder that the feature merge window closes tomorrow, the 8th of May.
This means that any changes that are not bugfixes or documentation changes must be merged by
|
By
Carles Cufi
·
#6984
·
|
|
Re: #networking #ppp #gsm_modem #mbedtls
#ppp
#gsm_modem
#mbedtls
#networking
Hi Bo,
some comments inline below:
Can you try what you are doing using upstream master branch, it might
have issues fixed regarding what you are trying to do?
Where do you see a recommendation to
Hi Bo,
some comments inline below:
Can you try what you are doing using upstream master branch, it might
have issues fixed regarding what you are trying to do?
Where do you see a recommendation to
|
By
Jukka Rissanen
·
#6983
·
|
|
#networking #ppp #gsm_modem #mbedtls
#ppp
#gsm_modem
#mbedtls
#networking
Hello
I am working on an application on frdm_k64f board using official zephyr release 2.2.0.
The application involves mqtt and mbedtls.
The connection is a secure connection using certificates.
The
Hello
I am working on an application on frdm_k64f board using official zephyr release 2.2.0.
The application involves mqtt and mbedtls.
The connection is a secure connection using certificates.
The
|
By
Bo.Kragelund@...
·
#6982
·
|
|
DMA: No cache mermory region
Hi Tomasz, all,
We have a DMA controller requiring 1MB of non-cache memory region for DMA descriptors.
I had a look into CONFIG_NOCACHE_MEMORY implementation.
./arch/common/nocache.ld
/*
Hi Tomasz, all,
We have a DMA controller requiring 1MB of non-cache memory region for DMA descriptors.
I had a look into CONFIG_NOCACHE_MEMORY implementation.
./arch/common/nocache.ld
/*
|
By
Raveendra Padasalagi <raveendra.padasalagi@...>
·
#6981
·
|
|
Re: DMA: driver API's thread safety
Hi Tomasz,
Thanks for the info, link provided was very helpful.
I do have additional queries on DMA driver implementation and will send in a
separate thread for each.
Regards,
Raveendra
Hi Tomasz,
Thanks for the info, link provided was very helpful.
I do have additional queries on DMA driver implementation and will send in a
separate thread for each.
Regards,
Raveendra
|
By
Raveendra Padasalagi <raveendra.padasalagi@...>
·
#6980
·
|
|
Upcoming Event: Zephyr Project: APIs - Tue, 05/05/2020 9:00am-10:00am, Please RSVP
#cal-reminder
Reminder: Zephyr Project: APIs
When: Tuesday, 5 May 2020, 9:00am to 10:00am, (GMT-07:00) America/Los Angeles
Where:Microsoft Teams Meeting
An RSVP is requested. Click here to
Reminder: Zephyr Project: APIs
When: Tuesday, 5 May 2020, 9:00am to 10:00am, (GMT-07:00) America/Los Angeles
Where:Microsoft Teams Meeting
An RSVP is requested. Click here to
|
By
devel@lists.zephyrproject.org Calendar <devel@...>
·
#6979
·
|
|
Re: API meeting: agenda
Updated agenda:
- RFC: API change: Add I2C bus recovery API
- Issue: https://github.com/zephyrproject-rtos/zephyr/issues/23441
- PR: https://github.com/zephyrproject-rtos/zephyr/pull/23442
-
Updated agenda:
- RFC: API change: Add I2C bus recovery API
- Issue: https://github.com/zephyrproject-rtos/zephyr/issues/23441
- PR: https://github.com/zephyrproject-rtos/zephyr/pull/23442
-
|
By
Carles Cufi
·
#6978
·
|
|
API meeting: agenda
Hi all,
*************************************************
We will be using Teams instead of
Hi all,
*************************************************
We will be using Teams instead of
|
By
Carles Cufi
·
#6977
·
|
|
Network forum agenda
Hi all,
There is a network forum meeting tomorrow 5 May at 8AM PDT / 17.00 CET.
We will be using Teams instead of Zoom:
________________________________________________________________
Join
Hi all,
There is a network forum meeting tomorrow 5 May at 8AM PDT / 17.00 CET.
We will be using Teams instead of Zoom:
________________________________________________________________
Join
|
By
Jukka Rissanen
·
#6976
·
|
|
Re: DMA: driver API's thread safety
Hi Raveendra,
Yes it should be up to the driver to manage this. However, this is not
the case in many drivers (across all domain, not only DMA).
This is also one of the thing which is being solved
Hi Raveendra,
Yes it should be up to the driver to manage this. However, this is not
the case in many drivers (across all domain, not only DMA).
This is also one of the thing which is being solved
|
By
Tomasz Bursztyka
·
#6975
·
|
|
Re: I2c read/write command?
Thanks, it seemed to work so I added another patch and send a pull request.
- Simon
Thanks, it seemed to work so I added another patch and send a pull request.
- Simon
|
By
Simon Glass
·
#6974
·
|
|
DMA: driver API's thread safety
Hi,
Is dma_config(), dma_start() API’s are thread safe ?
Is it a dma controller driver responsibility to use locks to ensure dma hardware channels are accessed safely across multiple threads
Hi,
Is dma_config(), dma_start() API’s are thread safe ?
Is it a dma controller driver responsibility to use locks to ensure dma hardware channels are accessed safely across multiple threads
|
By
Raveendra Padasalagi <raveendra.padasalagi@...>
·
#6973
·
|
|
Re: I2c read/write command?
Simon,
The i2c shell was introduced just recently and scan was the first command, I had a prototype for write_byte and read_byte back then but never got to complete it, see
Simon,
The i2c shell was introduced just recently and scan was the first command, I had a prototype for write_byte and read_byte back then but never got to complete it, see
|
By
Nashif, Anas
·
#6972
·
|
|
I2c read/write command?
Hi,
I don't see a command to read/write from an i2c device, just 'i2c scan'. Am I missing something? If not, I could take a crack at it.
Regards,
Simon
Hi,
I don't see a command to read/write from an i2c device, just 'i2c scan'. Am I missing something? If not, I could take a crack at it.
Regards,
Simon
|
By
Simon Glass
·
#6971
·
|