- Oct 04, 2018
-
-
Vincent Dupont authored
-
Vincent Dupont authored
-
- May 29, 2018
-
-
kenrabold authored
New CPU FE310 from SiFive based on RISC-V architecture build: add makefile for RISC-V builds Makefile for builds using RISC-V tools
-
- May 11, 2018
-
-
Kaspar Schleiser authored
Works around a regression in gcc 8.1. See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85606.
-
- Mar 14, 2018
-
-
Kaspar Schleiser authored
CFLAGS_CPU is used in ASFLAGS, but assembler doesn't know that parameter. Moving to CFLAGS uses it only for the C compiler.
-
- Jan 30, 2018
-
-
Gaëtan Harter authored
This allows providing 'vectors.o' by another module than 'cpu' by overwriting VECTORS_O variable.
-
- Nov 16, 2017
-
-
Kaspar Schleiser authored
-
- Nov 06, 2017
-
-
Kaspar Schleiser authored
-
- Jun 28, 2017
-
-
Neil Jones authored
-
Neil Jones authored
-
- Jun 02, 2017
-
-
Joakim Nohlgård authored
Causes compilation error on Clang
-
Joakim Nohlgård authored
Some headers in the tool chain cause compilation errors with Clang in assembly mode.
-
Joakim Nohlgård authored
- Copied the relevant parts of mipshal.mk from the toolchain - Cleaned up CFLAGS and more in Makefile.include - Added empty syscalls implementation which can be used to interface with the UHI system - Added a note on why -std=gnu99 is necessary for this CPU presently
-
- Apr 04, 2017
-
-
Joakim Nohlgård authored
-