|
Re: RFC: Clarifying UART API
Perhaps we should note that interpretation 1 is the "right" one in the sense that this is what the current implementations of the API currently approximate to.
I also view interpretation #2 is only
Perhaps we should note that interpretation 1 is the "right" one in the sense that this is what the current implementations of the API currently approximate to.
I also view interpretation #2 is only
|
By
Daniel Thompson <daniel.thompson@...>
·
#518
·
|
|
RFC: Clarifying UART API
Hello,
We have a problem in the UART (and UART driver) API very akin to the
proverbial half-empty vs half-full glass problem. So, there're 2
interrupt testing predicates:
* uart_irq_tx_ready()
*
Hello,
We have a problem in the UART (and UART driver) API very akin to the
proverbial half-empty vs half-full glass problem. So, there're 2
interrupt testing predicates:
* uart_irq_tx_ready()
*
|
By
Paul Sokolovsky
·
#517
·
|
|
Re: BSD Sockets like API: prototyping report #3
Hello,
By
Paul Sokolovsky
·
#516
·
|
|
Help required on reading UART device and print on console
Hi,
I am a day old since I started in Zephyr and from Arduino background. Could you please help with an example how to read from UART ports which are from
Hi,
I am a day old since I started in Zephyr and from Arduino background. Could you please help with an example how to read from UART ports which are from
|
By
Dhamodharan Krishnan <dhamukrish@...>
·
#515
·
|
|
RFC: Fault injection framework for Zephyr
Hello,
It's fair to say that we're seeing the need to better test various
error handling paths in Zephyr, for example, in networking code.
This is commonly handled with fault injection. I grepped
Hello,
It's fair to say that we're seeing the need to better test various
error handling paths in Zephyr, for example, in networking code.
This is commonly handled with fault injection. I grepped
|
By
Paul Sokolovsky
·
#514
·
|
|
BSD Sockets like API: prototyping report #3
Hello,
This report is quite overdue, and I hoped to have sent it weeks ago, as
the initial implementation of all the basic functions were done long
ago. But I wanted to back it with automated easily
Hello,
This report is quite overdue, and I hoped to have sent it weeks ago, as
the initial implementation of all the basic functions were done long
ago. But I wanted to back it with automated easily
|
By
Paul Sokolovsky
·
#513
·
|
|
Re: RFC: TCP receive/send window handling in Zephyr IP stack
Hello Jukka,
By
Paul Sokolovsky
·
#512
·
|
|
Re: Move to Github completed and some issue
Andrew,
This is only possible if you're a member of the organization. Right now, as far as I can tell, people are mostly contributors to the "zephyr" repository there. This is in the pipeline to be
Andrew,
This is only possible if you're a member of the organization. Right now, as far as I can tell, people are mostly contributors to the "zephyr" repository there. This is in the pipeline to be
|
By
Leandro Pereira
·
#511
·
|
|
Re: Zephyr JSON API can't find missing fields in sub-objects
Marti,
That's indeed a known limitation.
In this case, it might be sufficient to zero out the struct hawkbit_ctl_res struct, and then just NULL-check _links.cancelAction.href or
Marti,
That's indeed a known limitation.
In this case, it might be sufficient to zero out the struct hawkbit_ctl_res struct, and then just NULL-check _links.cancelAction.href or
|
By
Leandro Pereira
·
#510
·
|
|
Re: Move to Github completed and some issue
Github appears to have a feature where you can have notification emails to sent to different email addresses depending on the ‘organization’ that owns a particular project. Under Personal Settings
Github appears to have a feature where you can have notification emails to sent to different email addresses depending on the ‘organization’ that owns a particular project. Under Personal Settings
|
By
Boie, Andrew P
·
#509
·
|
|
Re: Zephyr JSON API can't find missing fields in sub-objects
Hit send too soon.
...uire changes to the Zephyr API.
Here is the reference on the JSON I am trying to parse, for the
hawkBit device management
Hit send too soon.
...uire changes to the Zephyr API.
Here is the reference on the JSON I am trying to parse, for the
hawkBit device management
|
By
Marti Bolivar <marti.bolivar@...>
·
#508
·
|
|
Zephyr JSON API can't find missing fields in sub-objects
Hi,
I am trying to convert an application to use the Zephyr JSON library in lib/json from jsmn [1], and have run into an issue that I think will req
[1] https://github.com/zserge/jsmn
Hi,
I am trying to convert an application to use the Zephyr JSON library in lib/json from jsmn [1], and have run into an issue that I think will req
[1] https://github.com/zserge/jsmn
|
By
Marti Bolivar <marti.bolivar@...>
·
#507
·
|
|
Move to Github completed and some issue
Hi,
We are now on github and PRs are flowing in, CI is operational as expected and we are getting used to the new flow.
Thank you for all who helped make this happen.
Now, we have been on
Hi,
We are now on github and PRs are flowing in, CI is operational as expected and we are getting used to the new flow.
Thank you for all who helped make this happen.
Now, we have been on
|
By
Nashif, Anas
·
#506
·
|
|
Re: Arduino DUE with ESP6288
Hi Kevin,
there is no driver for ESP6288 in Zephyr. Patches are welcome to fix
this situation.
Cheers,
Jukka
Hi Kevin,
there is no driver for ESP6288 in Zephyr. Patches are welcome to fix
this situation.
Cheers,
Jukka
|
By
Jukka Rissanen
·
#505
·
|
|
Re: RFC: TCP receive/send window handling in Zephyr IP stack
Hi Paul,
Thanks for pushing this, we definitely have an issue with the rcv wnd
handling.
I like this better than an application manually calling a special
function to do the trick like what was
Hi Paul,
Thanks for pushing this, we definitely have an issue with the rcv wnd
handling.
I like this better than an application manually calling a special
function to do the trick like what was
|
By
Jukka Rissanen
·
#504
·
|
|
RFC: HTTP client API for review
Hi all,
I just submitted a simple HTTP client API for review at https://github.
com/zephyrproject-rtos/zephyr/pull/50
The API is very simple providing following functions:
* http_client_send_req():
Hi all,
I just submitted a simple HTTP client API for review at https://github.
com/zephyrproject-rtos/zephyr/pull/50
The API is very simple providing following functions:
* http_client_send_req():
|
By
Jukka Rissanen
·
#503
·
|
|
Re: Zephyr is moving to Github on May 1st
Wonderful; glad to hear it!
Marti
Wonderful; glad to hear it!
Marti
|
By
Marti Bolivar <marti.bolivar@...>
·
#502
·
|
|
Re: Zephyr is moving to Github on May 1st
Marti,
Yes, those will be enabled on github as well, emails should start flowing in during this week.
Anas
Marti,
Yes, those will be enabled on github as well, emails should start flowing in during this week.
Anas
|
By
Anas Nashif
·
#501
·
|
|
Re: Zephyr is moving to Github on May 1st
Hi Anas,
Thanks for the information. I read through the emails on this and the Contribution Guide on the Zephyr GitHub wiki, which was clear.
One thing I don't see is whether the daily Gerrit digest
Hi Anas,
Thanks for the information. I read through the emails on this and the Contribution Guide on the Zephyr GitHub wiki, which was clear.
One thing I don't see is whether the daily Gerrit digest
|
By
Marti Bolivar <marti.bolivar@...>
·
#500
·
|
|
Re: Migration to Github - Status update
Hello Anas,
"Nashif, Anas" <anas.nashif@...> wrote:
I hope you guys are aware of CONTRIBUTING.md:
https://github.com/blog/1184-contributing-guidelines , so hope the
content will be moved there
Hello Anas,
"Nashif, Anas" <anas.nashif@...> wrote:
I hope you guys are aware of CONTRIBUTING.md:
https://github.com/blog/1184-contributing-guidelines , so hope the
content will be moved there
|
By
Paul Sokolovsky
·
#499
·
|