.. |
fatfs
|
2b261e54f6
fw: add interrupt support; use a linker script
|
3 years ago |
include
|
aad6fa3aad
fw: link against newlib-nano
|
3 years ago |
.gitignore
|
518503fa99
iodev: centralize definitions and auto-generate boiler plate code
|
3 years ago |
Makefile
|
d37791d8a7
fw: faster memset()
|
3 years ago |
bin2mif.pl
|
4771d428e2
bin2mif: fast_ram expects unpacked decimal filename indicies
|
3 years ago |
boot.mif
|
d6d6390bca
Clean up _start() -- the one in libc doesn't zero bss correctly
|
3 years ago |
console.c
|
3608e21183
Add extended devices (xdevs) that require > 128 bytes
|
3 years ago |
console.h
|
dce6ed79e1
fw, console: add flush function
|
3 years ago |
die.c
|
0176e771d1
fw: irq wrapper, picorv32 custom instructions, _die() with blinkenlights
|
3 years ago |
dummy.c
|
2b261e54f6
fw: add interrupt support; use a linker script
|
3 years ago |
fw.h
|
6b1989fac8
fw: allow gcc to optimize memset, memcpy, and memmove
|
3 years ago |
head.S
|
d6d6390bca
Clean up _start() -- the one in libc doesn't zero bss correctly
|
3 years ago |
hello.c
|
ec99762a84
Use waitirq rather than suspending a memory transaction for SD card
|
3 years ago |
io.h
|
ec99762a84
Use waitirq rather than suspending a memory transaction for SD card
|
3 years ago |
ioregs.h
|
ec99762a84
Use waitirq rather than suspending a memory transaction for SD card
|
3 years ago |
irq.h
|
ec99762a84
Use waitirq rather than suspending a memory transaction for SD card
|
3 years ago |
irqasm.S
|
518503fa99
iodev: centralize definitions and auto-generate boiler plate code
|
3 years ago |
max80.ld
|
d6d6390bca
Clean up _start() -- the one in libc doesn't zero bss correctly
|
3 years ago |
memset.c
|
d37791d8a7
fw: faster memset()
|
3 years ago |
picorv32.h
|
ec99762a84
Use waitirq rather than suspending a memory transaction for SD card
|
3 years ago |
rtc.c
|
ec99762a84
Use waitirq rather than suspending a memory transaction for SD card
|
3 years ago |
sbrk.c
|
75980f5efb
fw: now working interrupt handling, periodic timer flashing LEDs
|
3 years ago |
sdcard.c
|
d37791d8a7
fw: faster memset()
|
3 years ago |
sdcard.h
|
ec99762a84
Use waitirq rather than suspending a memory transaction for SD card
|
3 years ago |
sys.h
|
d6d6390bca
Clean up _start() -- the one in libc doesn't zero bss correctly
|
3 years ago |
systime.h
|
8f74766933
rtc: print the decoded RTC time to the console and update systime
|
3 years ago |
testdata.pl
|
42f4ad6376
Make downloader work; use PLL for SDRAM clock offset
|
3 years ago |