litex/software/libbase
whitequark c8ffd0c9ee Switch to -fPIC.
Using -fPIC for everything allows to link the MiSoC static libraries
both into static images such as the BIOS as well as
into shared libraries.
2015-07-26 16:06:48 +03:00
..
console.c Add support for fprintf(stderr, ...). 2015-07-26 12:42:53 +03:00
crc16.c
crc32.c
crt0-lm32.S
crt0-or1k.S Switch to -fPIC. 2015-07-26 16:06:48 +03:00
environ.c Add a stub getenv() implementation. 2015-07-26 12:55:52 +03:00
errno.c
exception.c style 2014-07-05 18:56:20 +02:00
id.c
libc.c
linker-sdram.ld linker-sdram.ld: sdram mem region is now called main_ram 2015-03-25 16:45:19 +01:00
Makefile Add a stub getenv() implementation. 2015-07-26 12:55:52 +03:00
qsort.c
spiflash.c spiflash: now using 64k sectors 2015-05-27 18:44:14 +08:00
strtod.c
system.c software/libbase/system: fix flush_l2_cache 2015-06-19 09:00:14 +02:00
time.c
uart.c uart: remove option to refill HW from uart_write 2015-07-19 23:41:38 +02:00
vsnprintf.c