Compare commits

..

No commits in common. "f73c99b182b4792b0a9677f5cc2c3d7ad037f96c" and "ee6392817d5908d3792cccc2c48ab2e837a3314a" have entirely different histories.

7 changed files with 0 additions and 22 deletions

2
.gitignore vendored
View file

@ -4,5 +4,3 @@ irena.bin
irena.hex
irena.rom*
revision.h
*.fat
__pycache__

View file

@ -223,7 +223,6 @@ FATNAME_flash_alke=ALKE
FATNAME_flash_TANOS=TANOS
FATNAME_flash_CHAOS=CHAOS
FATNAME_flash_µM=IRENAuM
FATNAME_flash_NMAHEPAM=NMAHEPAM
FATNAME=$(FATNAME_$(FLASH))
FATSIZE_flash_pirena=1M

View file

@ -1,3 +0,0 @@
@clock/short
@s/if sec==5: v hk_c=1; s/exit
@s/if sec==6 and hk_mes>1: v hk_c=hk_mes-1; s/exit

View file

@ -1,10 +0,0 @@
@sleep 1
@var/set verb=3
@var/set script_cron_prio = 3
sd/init
@var/set dac=0
@s/if product!=0xee0c: s/exit
altera/file "NMAHEPAM.RBF"
@s/if errno>=500: s/exit
@nm/utick 96*0x1000000
@e/eval "s/exe 'SN%d.RC'", serial

Binary file not shown.

View file

@ -1,6 +0,0 @@
FAT12 2MByte Filesystem for NMAHEPAM
INIT.RC script loaded at startup
NMAHEPAM.RBF Altera FPGA bitfile, Cyclone 10CL025
CRON.RC cron script, to to HK every Minute
SN14.RC unit config

View file