Is there anyone who would like to have NTP support in RTEMS 5? Just wondering
if it makes sense to port it back to RTEMS 5
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel
---
cpukit/include/rtems/libcsupport.h| 5 +++
cpukit/libcsupport/src/mallocusablesize.c | 48 +++
spec/build/cpukit/librtemscpu.yml | 1 +
testsuites/libtests/malloctest/init.c | 15 ++-
4 files changed, 68 insertions(+), 1 deletion(-)
create mode 10
Zack,
not in the position of reviewing your code, but you should probably fill
the template markers (, ) in
the license comment below.
Thanks,
Karel
On 3/4/22 03:49, zack leung wrote:
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
+ * Copyright (C) ,
___