Re: Re: I want port rtems to a Cortex_R5 CPU

2020-06-19 Thread yuan...@aliyun.com
Thank you very much! I will try the tms570 bsp. yuan...@aliyun.com From: Joel Sherrill Date: 2020-06-20 06:02 To: yuan...@aliyun.com CC: devel Subject: Re: I want port rtems to a Cortex_R5 CPU On Thu, Jun 18, 2020 at 8:23 PM yuan...@aliyun.com wrote: Does rtems support this cpu? The arch is

Re: I want port rtems to a Cortex_R5 CPU

2020-06-19 Thread Joel Sherrill
On Thu, Jun 18, 2020 at 8:23 PM yuan...@aliyun.com wrote: > Does rtems support this cpu? The arch is ARM v7r. > There is a BSP for the TI tms570 (rtems/bsps/arm/tms570) which should be an r5 similar to what you are targeting. > Another question is when the 5.1 edition will be released? Thank y

Re: GSoC 2020: Weekly Progress Update

2020-06-19 Thread Mritunjay Sharma
On Fri, Jun 19, 2020 at 11:45 AM Chris Johns wrote: > On 17/6/20 3:11 pm, Mritunjay Sharma wrote: > > Hello everyone, > > > > Following up as decided to update the weekly progress report on irc > > channel on every Wednesday, I am updating the progress on the mailing > list as well. > > Thank you

Re: Multicast in Libbsd

2020-06-19 Thread Joel Sherrill
This turned out to be a trivial problem but hard to figure out. :( The code has a POSIX_Init which initializes the stack and then calls the application's main() which spawns a number of threads which start using the stack. I disabled the POSIX_Init from calling main(), added mcast-listener and mca

Re: Multicast in Libbsd

2020-06-19 Thread Heinz Junkes
I can agree with Cedric. I use rtems5 with rtems-libbsd. I initialize the network interfaces of my target via dhcpcd and the interfaces are automatically multicast capable. This works without creating a route: if (setsockopt(conf->udp, IPPROTO_IP, IP_ADD_MEMBERSHIP, (c

Re: Documentation of Qualification Toolchain?

2020-06-19 Thread Gedare Bloom
That seems like a good place for it. On Fri, Jun 19, 2020, 7:38 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Hello, > > the qualification toolchain in > > https://git.rtems.org/sebh/rtems-qual.git/ > > needs a bit of documentation. For a start, I propose to add it to the > RT

Re: Context switching for protected stacks

2020-06-19 Thread Gedare Bloom
You can start with the CPP macro you suggest, but eventually we probably want to make all of this part of application configuration. It is probably easier to develop using the macros, and then refactor later. On Thu, Jun 18, 2020, 11:59 PM Utkarsh Rai wrote: > > > On Fri, Jun 19, 2020 at 3:04 AM

Re: Multicast in Libbsd

2020-06-19 Thread Cedric Berger
On 18.06.20 22:47, Joel Sherrill wrote: Hi I have an example FACE application I am trying to port to RTEMS.  This is a multi-question email: First, it fails with EADDRNOTAVAIL on this call:          // Subscribe to multicast group           struct ip_mreq mreq;           rc = inet_pton(AF_I

Documentation of Qualification Toolchain?

2020-06-19 Thread Sebastian Huber
Hello, the qualification toolchain in https://git.rtems.org/sebh/rtems-qual.git/ needs a bit of documentation. For a start, I propose to add it to the RTEMS Software Engineering manual. ___ devel mailing list devel@rtems.org http://lists.rtems.org/

Re: [PATCH] Adding APA terms to glossary

2020-06-19 Thread Sebastian Huber
Hello Richi, thanks for the update, we are getting closer to the final version. On 19/06/2020 11:49, Richi Dubey wrote: --- c-user/glossary.rst | 31 +++ 1 file changed, 31 insertions(+) diff --git a/c-user/glossary.rst b/c-user/glossary.rst index 86350a8..691ba5

Re: [PATCH] APA definitions

2020-06-19 Thread Sebastian Huber
On 19/06/2020 11:51, Richi Dubey wrote: Also writing 'qa' after visually selecting words by pressing v did not do anything. I also search the docs on http://vimdoc.sourceforge.net/htmldoc/editing.html but couldn't find anything. What is qa supposed to do? Is it related to formatting? Sorry,

[PATCH 01/10] mDNSResponder: Back to mDNSResponder-878.30.4

2020-06-19 Thread Sebastian Huber
Update #4010. --- mDNSResponder/mDNSCore/anonymous.c| 15 +- mDNSResponder/mDNSCore/mDNS.c | 4 - mDNSResponder/mDNSCore/mDNSEmbeddedAPI.h | 40 - .../mDNSMacOSX/BonjourTop/source/BonjourTop.1 | 156 mDNSResponder/mDNSPosix/mDNSPosix.c

[PATCH 06/10] mDNSResponder: Update to v878.240.1

2020-06-19 Thread Sebastian Huber
The sources can be obtained via: https://opensource.apple.com/tarballs/mDNSResponder/mDNSResponder-878.240.1.tar.gz Update #4010. --- mDNSResponder/Makefile | 2 +- mDNSResponder/mDNSCore/DNSCommon.c | 4 ++-- mDNSResponder/mDNSCore/DNSCommon.h | 7 +++ mDNSResponder/mDNSCore/

[PATCH 03/10] mDNSResponder: Update to v878.70.2

2020-06-19 Thread Sebastian Huber
The sources can be obtained via: https://opensource.apple.com/tarballs/mDNSResponder/mDNSResponder-878.70.2.tar.gz Update #4010. --- mDNSResponder/Makefile | 2 +- mDNSResponder/mDNSCore/DNSCommon.c | 6 -- mDNSResponder/mDNSShared/dns_sd.h | 2 +- 3 files changed, 6 insertions(

[PATCH 10/10] mDNSResponder: Port to RTEMS

2020-06-19 Thread Sebastian Huber
Update #4010. --- mDNSResponder/mDNSCore/anonymous.c | 15 -- mDNSResponder/mDNSCore/mDNS.c | 4 ++ mDNSResponder/mDNSCore/mDNSEmbeddedAPI.h| 40 ++ mDNSResponder/mDNSPosix/mDNSPosix.c | 58 + mDNSResponder/mDNSPosix/mDNSPosix

[PATCH 02/10] mDNSResponder: Update to v878.50.17

2020-06-19 Thread Sebastian Huber
The sources can be obtained via: https://opensource.apple.com/tarballs/mDNSResponder/mDNSResponder-878.50.17.tar.gz Update #4010. --- mDNSResponder/Clients/dnssdutil.c | 1550 ++--- mDNSResponder/Makefile|2 +- mDNSResponder/mDNSCore/DNSCommon.

[PATCH 05/10] mDNSResponder: Update to v878.230.2

2020-06-19 Thread Sebastian Huber
The sources can be obtained via: https://opensource.apple.com/tarballs/mDNSResponder/mDNSResponder-878.230.2.tar.gz Update #4010. --- mDNSResponder/Makefile | 2 +- mDNSResponder/mDNSCore/mDNS.c | 24 +++--- mDNSResponder/mDNSCore/mDNSEmbeddedAPI

[PATCH 08/10] mDNSResponder: Update to v878.260.1

2020-06-19 Thread Sebastian Huber
The sources can be obtained via: https://opensource.apple.com/tarballs/mDNSResponder/mDNSResponder-878.260.1.tar.gz Update #4010. --- mDNSResponder/Makefile | 2 +- mDNSResponder/mDNSCore/mDNS.c| 19 +- mDNSResponder/mDNSCore/mDNSEmbeddedAPI.h | 2 +- mDNSRespo

[PATCH 00/10] Update mDNSResponder to Apple v878.270.2

2020-06-19 Thread Sebastian Huber
This patch set applies to the master and 5-freebsd-12 branches of libbsd. Sebastian Huber (10): mDNSResponder: Back to mDNSResponder-878.30.4 mDNSResponder: Update to v878.50.17 mDNSResponder: Update to v878.70.2 mDNSResponder: Update to v878.200.35 mDNSResponder: Update to v878.230.2

[PATCH 09/10] mDNSResponder: Update to v878.270.2

2020-06-19 Thread Sebastian Huber
The sources can be obtained via: https://opensource.apple.com/tarballs/mDNSResponder/mDNSResponder-878.270.2.tar.gz Update #4010. --- mDNSResponder/Makefile| 2 +- mDNSResponder/mDNSCore/DNSCommon.c| 15 +- mDNSResponder/mDNSCore/DNSCommon.h|

Re: [PATCH] APA definitions

2020-06-19 Thread Richi Dubey
Hi, Thanks again for your detailed explanation and review. I've sent in the new patch with the changes. Also writing 'qa' after visually selecting words by pressing v did not do anything. I also search the docs on http://vimdoc.sourceforge.net/htmldoc/editing.html but couldn't find anything. What i

[PATCH] Adding APA terms to glossary

2020-06-19 Thread Richi Dubey
--- c-user/glossary.rst | 31 +++ 1 file changed, 31 insertions(+) diff --git a/c-user/glossary.rst b/c-user/glossary.rst index 86350a8..691ba52 100644 --- a/c-user/glossary.rst +++ b/c-user/glossary.rst @@ -1,5 +1,6 @@ .. SPDX-License-Identifier: CC-BY-SA-4.0 +.. C