picorv32/firmware
retrhelo 6399aeaa59 firmware: fix unaligned symbol problem 2022-05-12 16:32:58 +08: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 Improve test firmware, increase testbench memory size to 128kB 2019-09-12 10:50:45 +02:00
hello.c Improve test firmware, increase testbench memory size to 128kB 2019-09-12 10:50:45 +02: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 Improve test firmware, increase testbench memory size to 128kB 2019-09-12 10:50:45 +02:00
print.c Test firmware: Added print_hex() digits arg 2015-11-19 14:01:16 +01:00
riscv.ld Cleanup whitespaces 2020-04-23 17:59:17 +02:00
riscv.ld.orig Update riscv-gnu-toolchain to 1b80cbe 2018-04-03 20:14:17 +02:00
sections.lds Remove obsolete line from firmware/sections.lds 2020-04-23 18:01:24 +02:00
sieve.c RISC-V ISA 2.1 now calls "sbreak" officially "ebreak" 2016-06-06 10:46:52 +02:00
start.S firmware: fix unaligned symbol problem 2022-05-12 16:32:58 +08: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.