picorv32/firmware
Clifford Wolf f52f36762e Update riscv-gnu-toolchain to 1b80cbe
Signed-off-by: Clifford Wolf <clifford@clifford.at>
2018-04-03 20:14:17 +02:00
..
README More README stuff 2015-06-28 12:20:23 +02:00
custom_ops.S Add newlib linker info to README file 2017-01-15 14:38:27 +01:00
firmware.h Test firmware: Added print_hex() digits arg 2015-11-19 14:01:16 +01:00
irq.c Fixed bug in test firmware IRQ handling 2016-08-29 23:37:17 +02:00
makehex.py Using "#!/usr/bin/env python3" 2015-08-22 09:54:21 +02:00
multest.c RISC-V ISA 2.1 now calls "sbreak" officially "ebreak" 2016-06-06 10:46:52 +02:00
print.c Test firmware: Added print_hex() digits arg 2015-11-19 14:01:16 +01:00
riscv.ld Update riscv-gnu-toolchain to 1b80cbe 2018-04-03 20:14:17 +02:00
riscv.ld.orig Update riscv-gnu-toolchain to 1b80cbe 2018-04-03 20:14:17 +02:00
sections.lds Improvements in firmware/sections.lds 2015-10-30 15:58:29 +01:00
sieve.c RISC-V ISA 2.1 now calls "sbreak" officially "ebreak" 2016-06-06 10:46:52 +02:00
start.S assembler support for custom0 is deprecated, using cpp macros now 2016-12-09 14:48:37 +01:00
stats.c Add missing "volatile" to "asm" statements 2017-10-30 11:22:54 +01:00

README

A simple test firmware. This code is in the public domain. Simply copy whatever
you can use.