README.md edited

This commit is contained in:
Yann MAGNIN 2020-10-21 20:29:48 +00:00
parent 565a159370
commit e9984365eb
1 changed files with 2 additions and 1 deletions

View File

@ -80,7 +80,7 @@ please, try to respect these constraints:
* One function per files.
* Each file name content only the name of the function.
* Respect the Linux Coding style as much as possible (if you are not familiar
with this norm, you can use `indent -linux` utilities to help to format).
with this norm, you can use `indent -linux` utility to help to format).
* Header must respect the `/usr/include` architecture.
* Avoid modules hardware-specific code which can generate interruptions
(DMA, SPU, ...) except if you are absolutely sure that the operating
@ -91,6 +91,7 @@ please, try to respect these constraints:
### Using Fx C Library
To use Fx C library as your runtime environment, the bare minimum is:
* You must add `fxlibc/` instead of each include file (for example, if you want
to include `stdio.h` you mush use `#include <fxlibc/stdio.h>`.
* Link with: