The file is taken from FreeBSD
and added to lib/libc/gen
Update #3373
Signed-off-by: Eshan dhawan
---
freebsd/lib/libc/gen/confstr.c | 127 +
libbsd.py | 1 +
2 files changed, 128 insertions(+)
create mode 100644 freebsd/lib/libc/gen/confs
Hi
The m2006-2 candidate passed more of the build sweep steps than any of the
other candidates. The bsp builder sweep of all BSPs and many (1700+)
configurations has the normal 6 GCC induced epiphany failures. All but one
of the BSP bsets built. atsamv failed:
https://lists.rtems.org/pipermail/bu
On Sat, Jun 20, 2020 at 6:12 AM Richi Dubey wrote:
>
> Hi,
>
> I've been learning how SMP scheduler word in RTEMS and I came across the
> following function definition:
>
>
> /**
> * @brief Allocates the
Hi,
I've been learning how SMP scheduler word in RTEMS and I came across the
following function definition:
/**
* @brief Allocates the cpu for the scheduled thread.
*
* Attempts to prevent migrations b
---
testsuites/smptests/smp02/smp02.doc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/testsuites/smptests/smp02/smp02.doc
b/testsuites/smptests/smp02/smp02.doc
index ba916d32dc..1158456c43 100644
--- a/testsuites/smptests/smp02/smp02.doc
+++ b/testsuites/smptests/smp02/s