From: Udit kumar agarwal
- Add rtems-specific config files.
- Constructors/Destructors being not supported by RTEMS, should be
invoked as normal routines.
- Add documentation for RTEMS
- Update Makefile, os.h for RTEMS
---
Makefile | 11 ++-
README| 29 ++
Following IOengines are currently working on RTEMS:
- psync, sync, vsync, filecreate, ftruncate, null
I've attached the patch in my following mail, please have a look.
Here's the corresponding ticket:https://devel.rtems.org/ticket/3429
Please note that i have also sent the patch to f...@vger.ker
From: Udit agarwal
---
bsps/arm/include/libcpu/am335x.h | 33 ++
c/src/lib/libbsp/arm/beagle/Makefile.am | 4 +-
c/src/lib/libbsp/arm/beagle/dev/bbb_getentropy.c | 130 +++
3 files changed, 166 insertions(+), 1 deletion(-)
create mode 100644 c
From: Udit agarwal
---
c/src/lib/libbsp/arm/atsam/startup/getentropy-trng.c | 7 +++
1 file changed, 7 insertions(+)
diff --git a/c/src/lib/libbsp/arm/atsam/startup/getentropy-trng.c
b/c/src/lib/libbsp/arm/atsam/startup/getentropy-trng.c
index 11e24dc..d3f1cf5 100644
--- a/c/src/lib/libbsp