f9micro / f9-kernel

An efficient and secure microkernel built for ARM Cortex-M cores, inspired by L4
Other
683 stars 145 forks source link

lib: string: add memcpy and memset #57

Closed vh21 closed 11 years ago

vh21 commented 11 years ago

Introduce string utilities from tag v0.9.14 of MUSL libc project(http://www.musl-libc.org/) with the following modifications,

  1. Remove unused ports and functions
  2. Tweak for F9 Microkernel environment

Signed-off-by: Viller Hsiao villerhsiao@gmail.com