On Mon, Mar 23, 2020 at 10:13 PM Gedare Bloom wrote:
>
> Students,
>
> Please make note of the updated timeline. Reflect this in your proposal.
> https://summerofcode.withgoogle.com/dashboard/timeline/
>
> The application deadline remains unchanged.
>
> Thanks,
> Gedare
>
> On Sun, Mar 22, 2020 at
Students,
Please make note of the updated timeline. Reflect this in your proposal.
https://summerofcode.withgoogle.com/dashboard/timeline/
The application deadline remains unchanged.
Thanks,
Gedare
On Sun, Mar 22, 2020 at 12:50 AM suyash singh wrote:
>
> I have submitted the draft proposal and
On Mon, Mar 23, 2020 at 9:17 AM Eshan Dhawan
wrote:
> hello everyone,
> As @Vaibhav Guptatold the FreeBSD and
> NetBSD implemenattio of ftw.h requirs fts.h which inturn requires
> sys/mount.h which requirs many other headres that are not yet implemented
> so creating a dependencies chain
> re
Please add the maintainer info for the package, and/or devel@rtems.org
for questions (just in case someone picks this up somehow without
RTEMS!)
On Mon, Mar 23, 2020 at 12:44 PM Vijay Kumar Banerjee
wrote:
>
> ---
> README.md | 34 ++
> 1 file changed, 34 insertio
Based on feedback from Dr.@Gedare Bloom and @Peter
Dufault I have made changes to my proposal draft, it
would be very helpful if the members of the community can provide further
feedback on the same. I would in particular request the community to review
the 'Work Package Flow' and 'GSoC Timeline
On Mon, Mar 23, 2020 at 12:41 PM Eshan Dhawan
wrote:
> hello everyone,
> For porting fenv.h to POWERPC I went to FreeBSD and NetBSD They both have
> the same implementation.
> But musl has a different implementation following the same structure as in
> previous implementations.
> Which would be b
---
lv_drivers | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lv_drivers b/lv_drivers
index 24cedaa..ae69299 16
--- a/lv_drivers
+++ b/lv_drivers
@@ -1 +1 @@
-Subproject commit 24cedaa756b83c50c36f4aa0c625fcdfba89431b
+Subproject commit ae69299c1fadb459d0438575d285f1ccf95b
---
README.md | 34 ++
1 file changed, 34 insertions(+)
create mode 100644 README.md
diff --git a/README.md b/README.md
new file mode 100644
index 000..161e4d9
--- /dev/null
+++ b/README.md
@@ -0,0 +1,34 @@
+RTEMS LittlevGL
+===
+
+Welcome to RTEMS
hello everyone,
For porting fenv.h to POWERPC I went to FreeBSD and NetBSD They both have
the same implementation.
But musl has a different implementation following the same structure as in
previous implementations.
Which would be better??
FreeBSD: https://github.com/freebsd/freebsd/tree/master/li
On Sun, Mar 22, 2020 at 2:11 PM Eshan dhawan wrote:
>
> ---
> testsuites/psxtests/psxfenv01/init.c| 105 +++-
> testsuites/psxtests/psxfenv01/psxfenv01.doc | 9 +-
> testsuites/psxtests/psxfenv01/psxfenv01.scn | 4 -
> 3 files changed, 85 insertions(+), 33 deletions(-)
On Mon, Mar 23, 2020 at 3:35 AM Niteesh G. S. wrote:
>
> On Mon, Mar 23, 2020 at 11:58 AM Sebastian Huber
> wrote:
>>
>> On 23/03/2020 06:59, Niteesh G. S. wrote:
>>>
>>> From here on I would prefer references to the existing documentation
>>> with any GSoC details list here. I would prefer we
hello everyone,
As @Vaibhav Guptatold the FreeBSD and NetBSD
implemenattio of ftw.h requirs fts.h which inturn requires sys/mount.h
which requirs many other headres that are not yet implemented so creating a
dependencies chain
requiring to add 10-15 more headers just to add ftw.h
So I started s
On 23/03/2020 13:50, jan.som...@dlr.de wrote:
-Ursprüngliche Nachricht-
Von: Sebastian Huber [mailto:sebastian.hu...@embedded-brains.de]
Gesendet: Montag, 23. März 2020 10:59
An: Sommer, Jan;devel@rtems.org
Betreff: Re: [PATCH v3 3/3] i386: Port to RTEMS
On 23/03/2020 09:06, Jan Sommer
> -Ursprüngliche Nachricht-
> Von: Sebastian Huber [mailto:sebastian.hu...@embedded-brains.de]
> Gesendet: Montag, 23. März 2020 10:59
> An: Sommer, Jan; devel@rtems.org
> Betreff: Re: [PATCH v3 3/3] i386: Port to RTEMS
>
> On 23/03/2020 09:06, Jan Sommer wrote:
>
> > @@ -4597,7 +4599,1
This patch updates the console driver to new Termios API.
Update #3034
---
bsps/arm/beagle/console/console-config.c | 117 +--
c/src/lib/libbsp/arm/beagle/Makefile.am | 4 +-
2 files changed, 69 insertions(+), 52 deletions(-)
diff --git a/bsps/arm/beagle/console/console-co
On 23/03/2020 09:06, Jan Sommer wrote:
@@ -4597,7 +4599,12 @@ iflib_device_register(device_t dev, void *sc,
if_shared_ctx_t sctx, if_ctx_t *ct
/* Set up cpu set. If it fails, use the set of all CPUs. */
if (bus_get_cpus(dev, INTR_CPUS, sizeof(ctx->ifc_cpus), &ctx->ifc_cpus)
!=
On Mon, Mar 23, 2020 at 11:58 AM Sebastian Huber <
sebastian.hu...@embedded-brains.de> wrote:
> On 23/03/2020 06:59, Niteesh G. S. wrote:
>
> From here on I would prefer references to the existing documentation
>> with any GSoC details list here. I would prefer we avoid duplicating
>> prefix, sou
- Update FreeBSD files in libbsd.py
- Introduce path-mappings in waf_libsd.py and libbsd.py for include path
fixes
---
libbsd.py | 17 +++--
waf_libbsd.py | 13 +++--
2 files changed, 26 insertions(+), 4 deletions(-)
diff --git a/libbsd.py b/libbsd.py
index d791efe4..3c0b7
- Update imported files to compile rtems-libbsd for i386 based BSPs
---
freebsd-org |2 +-
freebsd/sbin/sysctl/sysctl.c |8 +
freebsd/sys/dev/pci/pci_pci.c|2 +
freebsd/sys/i386/i386/legacy.c | 381
This is the backport for the 5-freebsd-12 branch to make rtems-libbsd compile
for i386 again:
- It also introduces path-mappings to waf_libbsd.py as introduced here:
https://lists.rtems.org/pipermail/devel/2020-February/057457.html
Changes compared to v2:
- callout.h: Change the callout_reset_on
Hello Joel,
On 18/03/2020 07:09, Sebastian Huber wrote:
On 18/03/2020 05:53, j...@rtems.org wrote:
libtool: compile: gcc -O2 -g -pipe
-I/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/tmp/sb-1001/6/rtems-riscv/home/joel/rtems-cron-6/tools/6/include
-DHAVE_CONFIG_H -I.
-I../../sourc
21 matches
Mail list logo