Update #2949.
---
tools/WARNING | 2 ++
1 file changed, 2 insertions(+)
create mode 100644 tools/WARNING
diff --git a/tools/WARNING b/tools/WARNING
new file mode 100644
index 000..cf60060
--- /dev/null
+++ b/tools/WARNING
@@ -0,0 +1,2 @@
+This directory and all its content is READ ONLY. Do
On 09/11/17 23:47, Chris Johns wrote:
On 09/11/2017 17:24, Sebastian Huber wrote:
2. Documentation website repo. Easy.
I don't know how to do this.
https://git.rtems.org/chrisj/rtems-admin.git/
Ok, should I do this?
--
Sebastian Huber, embedded brains GmbH
Address : Dornierstr. 4, D-8217
On 10/11/17 01:14, Chris Johns wrote:
On 09/11/2017 19:16, Sebastian Huber wrote:
Module:rtems-tools
Branch:master
Commit:2da13568ddc41fdeb6e8ddf067bd550bb8753bd8
Changeset:http://git.rtems.org/rtems-tools/commit/?id=2da13568ddc41fdeb6e8ddf067bd550bb8753bd8
Author:Sebastian Hube
On 10/11/17 12:44, Chris Johns wrote:
/D/opt/rtems/rsb.git/rtems/build/nrg7n2xwm1/build/./gcc/xgcc -B/D/opt/rtems/rsb.git/rtems/build/nrg7n2xwm1/build/./gcc/ -nostdinc -B/D/opt/rtems/rsb.git/rtems/build/nrg7n2xwm1/build/nios2-rtems5/newlib/ -isystem/D/opt/rtems/rsb.git/rtems/build/nrg7n2xwm1/buil
On 08/11/17 14:43, Sichen Zhao wrote:
So BBB can mount and read eMMC and SD card.
Thanks, committed.
--
Sebastian Huber, embedded brains GmbH
Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone : +49 89 189 47 41-16
Fax : +49 89 189 47 41-09
E-Mail : sebastian.hu...@embedded-brain
Hello Sichen,
thanks for your WPA supplicant porting contribution which was a part of
GSoC this year. It took a while to commit it.
I checked in the patch series with some minor modifications.
--
Sebastian Huber, embedded brains GmbH
Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone
On Fri, Nov 10, 2017 at 8:28 AM, Sebastian Huber
wrote:
> Hello Sichen,
>
> thanks for your WPA supplicant porting contribution which was a part of GSoC
> this year. It took a while to commit it.
>
> I checked in the patch series with some minor modifications.
>
Great effort, Sichen! Well done
>
>
> On Fri, Nov 10, 2017 at 8:28 AM, Sebastian Huber
> wrote:
>> Hello Sichen,
>>
>> thanks for your WPA supplicant porting contribution which was a part of GSoC
>> this year. It took a while to commit it.
>>
>> I checked in the patch series with some minor modifications.
> Great effort, Sich
> diff --git a/c/src/lib/libbsp/shared/getentropy-cpucounter-based.c
> b/c/src/lib/libbsp/shared/getentropy-cpucounter-based.c
> new file mode 100644
> index 00..137fdfbb6c
> --- /dev/null
> +++ b/c/src/lib/libbsp/shared/getentropy-cpucounter-based.c
> @@ -0,0 +1,46 @@
> +/*
> + * Copyrigh
This is a necessary test, but I don't think it is that sufficient to
give a good idea of the quality of the entropy returned. It would be
better instead to calculate an actual entropy (information theoretic)
measure over multiple calls to getentropy(). The program test logic
could be something like
Hi
Just curious why this wasn't included? Is it just an accident?
There are tool chains for other architectures which we hope
to have a port for included.
--joel
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel
- Ursprüngliche Mail -
> Von: "Gedare Bloom"
> An: "Christian Mauderer"
> CC: devel@rtems.org
> Gesendet: Freitag, 10. November 2017 16:55:33
> Betreff: Re: [PATCH 2/4] getentropy: Add cpu counter based implementation.
>> diff --git a/c/src/lib/libbsp/shared/getentropy-cpucounter-based.c
- Ursprüngliche Mail -
> Von: "Gedare Bloom"
> An: "Christian Mauderer"
> CC: devel@rtems.org
> Gesendet: Freitag, 10. November 2017 17:14:38
> Betreff: Re: [PATCH 3/4] getentropy: Add test.
> This is a necessary test, but I don't think it is that sufficient to
> give a good idea of the
On Fri, Nov 10, 2017 at 2:34 PM, Christian Mauderer
wrote:
> - Ursprüngliche Mail -
>> Von: "Gedare Bloom"
>> An: "Christian Mauderer"
>> CC: devel@rtems.org
>> Gesendet: Freitag, 10. November 2017 16:55:33
>> Betreff: Re: [PATCH 2/4] getentropy: Add cpu counter based implementation.
>
>
On Fri, Nov 10, 2017 at 2:49 PM, Christian Mauderer
wrote:
> - Ursprüngliche Mail -
>> Von: "Gedare Bloom"
>> An: "Christian Mauderer"
>> CC: devel@rtems.org
>> Gesendet: Freitag, 10. November 2017 17:14:38
>> Betreff: Re: [PATCH 3/4] getentropy: Add test.
>
>> This is a necessary test,
On 11/11/17 3:32 am, Joel Sherrill wrote:
>
> Just curious why this wasn't included? Is it just an accident?
> There are tool chains for other architectures which we hope
> to have a port for included.
>
Looks like it was missed. I have raised #3228 to track this issue.
Chris
__
On 10/11/17 5:20 pm, Sebastian Huber wrote:
>
> These are not new patches. They just moved from tools/4.12 to tools/5.
>
Understood. They follow the pattern of the RSB I started and this approach is
now a mistake. The improvement in the RSB, such as per release versions and
better ways to bring
On 10/11/2017 20:16, Sebastian Huber wrote:
> On 09/11/17 23:47, Chris Johns wrote:
>> On 09/11/2017 17:24, Sebastian Huber wrote:
2. Documentation website repo. Easy.
>>> I don't know how to do this.
>>>
>> https://git.rtems.org/chrisj/rtems-admin.git/
>>
>
> Ok, should I do this?
>
Yes if
On 10/11/2017 17:30, Sebastian Huber wrote:
> On 09/11/17 23:52, Joel Sherrill wrote:
>> My question about the version number went unanswered. Is this the point
>> were we are switching to two digit versions? This thread has 5.0.0 in the
>> title (3 digits, no change in style) but the current tool
On 10/11/2017 17:59, Christian Mauderer wrote:
>
> I took a quick glance to find out the behaviour on FreeBSD: It supports
> hot-plugging. If I for example add a
>
> wlans_rtwn0="wlan7"
> ifconfig_wlan7="DHCP"
>
> to rc.conf a RTL8188 USB WiFi dongle is created as wlan7. I'll add that
> pice
On 10/11/2017 19:43, Sebastian Huber wrote:
> Update #2949.
> ---
> tools/WARNING | 2 ++
> 1 file changed, 2 insertions(+)
> create mode 100644 tools/WARNING
>
> diff --git a/tools/WARNING b/tools/WARNING
> new file mode 100644
> index 000..cf60060
> --- /dev/null
> +++ b/tools/WARNING
> @@
21 matches
Mail list logo