.. |
fatfs
|
23b273eb2a
rv32: update fatfs to version 0.15
|
hace 1 año |
roms
|
2ff6b56a54
rv32/roms: add Smartaid Magnum ROM images
|
hace 1 año |
test
|
d0c6ce11ed
rv32: rename fw.h -> common.h for consistency
|
hace 2 años |
zlib
|
b3a3490ca5
rv32: build zlib
|
hace 2 años |
.gitignore
|
d99bcca6d2
roms: build and/or provide more ROMs
|
hace 1 año |
Makefile
|
3852e7b473
rv32: fix dependencies
|
hace 1 año |
abcdisk.c
|
1ffb9183cf
rv32: do graceful shutdown whereever possible
|
hace 1 año |
abcdrive.c
|
d0c6ce11ed
rv32: rename fw.h -> common.h for consistency
|
hace 2 años |
abcio.c
|
eadb35de6c
rv32: be more consistent in message formatting
|
hace 1 año |
abcio.h
|
1ffb9183cf
rv32: do graceful shutdown whereever possible
|
hace 1 año |
abcmem.c
|
09273c35a8
Wire up Smartaid Magnum in the FPGA
|
hace 1 año |
abcpun80.c
|
bcf6d05aa2
config: fix marshalling of strings; handle reconfiguration events
|
hace 1 año |
abcrtc.c
|
bcf6d05aa2
config: fix marshalling of strings; handle reconfiguration events
|
hace 1 año |
atomic.h
|
78fb11f073
fpga, rv32: Add custom atomic instructions lw.l/sw.u
|
hace 1 año |
boardinfo_fpga.h
|
e43d50fa6b
rv32: add missing header file
|
hace 2 años |
checksum.h
|
09273c35a8
Wire up Smartaid Magnum in the FPGA
|
hace 1 año |
checksum.pl
|
9471dad838
Move date stamp generation to fpga build; record SDRAM checksum
|
hace 2 años |
common.h
|
98143f3b66
rv32: flush disk cache on reconfiguration reboot
|
hace 1 año |
config.c
|
98143f3b66
rv32: flush disk cache on reconfiguration reboot
|
hace 1 año |
config.h
|
439ba5bf6b
abcmem: make emulated memory configuration configurable
|
hace 1 año |
console.c
|
969d145878
fw: propagate board_info from ESP32 to FPGA
|
hace 2 años |
console.h
|
98143f3b66
rv32: flush disk cache on reconfiguration reboot
|
hace 1 año |
debug.S
|
bf9aa45886
riscv32: add the ctz instruction for better interrupt latency
|
hace 1 año |
die.c
|
d0c6ce11ed
rv32: rename fw.h -> common.h for consistency
|
hace 2 años |
dirty.h
|
528fc292ee
rv32: add software interface to dirty bit tracking
|
hace 1 año |
diskcache.c
|
0e09a7c608
fwupdate: update esp32 when flashing from sdcard
|
hace 2 años |
dummy.c
|
ac8a492ba2
sdram: fix 8-bit ports; rename fw/ to rv32/ to avoid confusion
|
hace 3 años |
esp.c
|
eadb35de6c
rv32: be more consistent in message formatting
|
hace 1 año |
esp.h
|
b746a57a9f
Consolidate firmware format definitions into common/fwimg.h
|
hace 2 años |
head.S
|
78fb11f073
fpga, rv32: Add custom atomic instructions lw.l/sw.u
|
hace 1 año |
io.h
|
0115548fc0
rv32: use a dedicated interrupt stack
|
hace 1 año |
iodeva.h
|
84e666e703
rv32: put the symbols for I/O registers back in
|
hace 2 años |
ioregs.h
|
528fc292ee
rv32: add software interface to dirty bit tracking
|
hace 1 año |
ioregsa.pl
|
fcbaca5e17
iodevs.conf: move iodevs.conf into common/
|
hace 1 año |
irq.h
|
bf9aa45886
riscv32: add the ctz instruction for better interrupt latency
|
hace 1 año |
irqasm.S
|
2ec1af473b
picorv32: further IRQ latency improvements; regenerate with Quartus 22.1
|
hace 1 año |
irqtable.S
|
bf9aa45886
riscv32: add the ctz instruction for better interrupt latency
|
hace 1 año |
jtagupd.c
|
0115548fc0
rv32: use a dedicated interrupt stack
|
hace 1 año |
jtagupd.ld
|
84e666e703
rv32: put the symbols for I/O registers back in
|
hace 2 años |
killed.c
|
78fb11f073
fpga, rv32: Add custom atomic instructions lw.l/sw.u
|
hace 1 año |
list.h
|
d0c6ce11ed
rv32: rename fw.h -> common.h for consistency
|
hace 2 años |
max80.c
|
439ba5bf6b
abcmem: make emulated memory configuration configurable
|
hace 1 año |
max80.ld
|
0115548fc0
rv32: use a dedicated interrupt stack
|
hace 1 año |
memcpy.S
|
f1e04bf5c7
esp32 firmware image with support for OTA updates of both FPGA and ESP32
|
hace 2 años |
memset.c
|
d0c6ce11ed
rv32: rename fw.h -> common.h for consistency
|
hace 2 años |
picorv32.h
|
2ec1af473b
picorv32: further IRQ latency improvements; regenerate with Quartus 22.1
|
hace 1 año |
rom.S
|
25ab761380
rv32/rom.S: correctly paste symbols
|
hace 1 año |
romcopy.c
|
55783db494
rv32: support max80.fw for sdcard updates; guess at boardver if needed
|
hace 1 año |
rtc.c
|
67b4ddafc1
rv32/rtc: log bytes read for RTC, for card bringup
|
hace 1 año |
runtest.c
|
d0c6ce11ed
rv32: rename fw.h -> common.h for consistency
|
hace 2 años |
sbrk.c
|
bf2d593e50
rv32: combine heap and disk cache
|
hace 2 años |
sdcard.c
|
2e544bb970
sdcard: reinitialize on system (soft) reset
|
hace 3 años |
sdcard.h
|
d0c6ce11ed
rv32: rename fw.h -> common.h for consistency
|
hace 2 años |
sections.h
|
0ccc916f7e
abcmem: implement XM# handling and ABC800MAC+"ROM hack" map switching
|
hace 1 año |
shutdown.c
|
1ffb9183cf
rv32: do graceful shutdown whereever possible
|
hace 1 año |
spiflash.c
|
7b5981fe5b
fwupdate: fix flags matching
|
hace 2 años |
spiflash.h
|
634b03c355
fwupdate: support fw v2 format (multiversion) for OTA updates
|
hace 2 años |
spurious_irq.c
|
bf9aa45886
riscv32: add the ctz instruction for better interrupt latency
|
hace 1 año |
start_test.S
|
ac8a492ba2
sdram: fix 8-bit ports; rename fw/ to rv32/ to avoid confusion
|
hace 3 años |
sys.h
|
0115548fc0
rv32: use a dedicated interrupt stack
|
hace 1 año |
system.c
|
933b8432fd
rv32: don't initialize the ABC memmap until we have configuration
|
hace 1 año |
systime.h
|
9ac4e30722
time: synchronize all clocks: RTC, SNTP, ESP, FPGA/ABC
|
hace 2 años |
testdata.S
|
ac8a492ba2
sdram: fix 8-bit ports; rename fw/ to rv32/ to avoid confusion
|
hace 3 años |
testimg.S
|
ac8a492ba2
sdram: fix 8-bit ports; rename fw/ to rv32/ to avoid confusion
|
hace 3 años |