rusefi-1/firmware/config/boards/kinetis/libc
David Holdeman 6d4060d824
Doxygen titles (#2728)
* move addRow call

* undo submo bump

* add header titles
2021-05-22 22:10:58 +03:00
..
!compile.bat
abort.c.o
libc_stub.c
libc_stub.o
libtinyc.a
memcmp.c.o
memcpy.c.o
memset.c.o
readme.md
strcmp.c.o
strcpy.c.o
strlen.c.o
strncmp.c.o
strncpy.c.o

readme.md

Kinetis libC

Here is the magic here

  1. AndreiKA has downloaded libtinyc from somewhere
  2. AndreiKA has compiled libtinyc locally
  3. AndreiKA has taken some of the .o object files and pasted those here
  4. AndreiKA has added his custom libc_stub.c

libtinyc.a is the gcc library produced from all the above mentioned object files

todo: open question where is the official home of libtinyc

This is about wasting as little RAM as possible. Even complete libtinyc wastes some RAM.