[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [[UNIKRAFT PATCH] v2 0/1] lib/isrlib: Introduce libc-like interrupt-context-safe routines
From: Cristian Vijelie <cristianvijelie@xxxxxxxxx> This library aims to provide functions tat are interrupt-safe, to be used by interrupt handlers and drivers. It is based on nolibc. For now, only string functions are implemented. Cristian Vijelie (1): Implementation of isrlib string.c include/uk/isr/string.h | 72 ++++++++++ lib/isrlib/Config.uk | 3 + lib/isrlib/Makefile.uk | 3 + lib/isrlib/string.c | 299 ++++++++++++++++++++++++++++++++++++++++ 4 files changed, 377 insertions(+) create mode 100644 include/uk/isr/string.h create mode 100644 lib/isrlib/Config.uk create mode 100644 lib/isrlib/Makefile.uk create mode 100644 lib/isrlib/string.c -- 2.25.1
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |