litex/litex/soc/software
Gabriel Somlo d92f10dfb0 64-bit follow-up for picolibc warning fixes
Providing "uint32_t" to printf's "%ld" results in warnings on 64-bit
builds: use "unsigned long" instead.
2021-09-30 20:26:40 -04:00
..
bios 64-bit follow-up for picolibc warning fixes 2021-09-30 20:26:40 -04:00
demo software: Avoid libase renaming to libutils/libcomm and keep readchar/putsnonl retro-compatibility. 2021-09-27 16:15:13 +02:00
include/hw Move stuff out of libbase 2021-09-16 10:42:54 +02:00
libbase software/libc/stdio: Simplify/Cleanup. 2021-09-28 14:04:24 +02:00
libc libc: refactor picolibc build deps 2021-09-28 15:17:30 +02:00
libcompiler_rt Enable LTO 2021-09-16 10:42:29 +02:00
libfatfs soc/software: move FatFs to libfatfs (avoid duplication in liblitesdcard/liblitesata). 2020-10-29 15:06:02 +01:00
liblitedram software: Avoid libase renaming to libutils/libcomm and keep readchar/putsnonl retro-compatibility. 2021-09-27 16:15:13 +02:00
libliteeth software/libliteeth: Fix missing prototype warnings. 2021-09-28 17:46:23 +02:00
liblitesata software/liblitesata: Fix compilation with picolibc. 2021-09-30 18:56:01 +02:00
liblitesdcard 64-bit follow-up for picolibc warning fixes 2021-09-30 20:26:40 -04:00
liblitespi software: Avoid libase renaming to libutils/libcomm and keep readchar/putsnonl retro-compatibility. 2021-09-27 16:15:13 +02:00
common.mak software: Avoid libase renaming to libutils/libcomm and keep readchar/putsnonl retro-compatibility. 2021-09-27 16:15:13 +02:00
memusage.py
mkmscimg.py