trennfix/sw: Added smokefix, further modularized the mm decoder
authorPhilipp Hachtmann <hachti@hachti.de>
Tue, 28 Feb 2017 16:59:18 +0000 (17:59 +0100)
committerPhilipp Hachtmann <hachti@hachti.de>
Tue, 18 Apr 2023 20:03:20 +0000 (22:03 +0200)
commitf12652dfe40fa03634eb01b2cdda861a46e46a03
tree2bd90672710fcf5745619609025a0ec2df6ce304
parentc839c431361d81dd2ff5a2ac46401204a7bf019e
trennfix/sw: Added smokefix, further modularized the mm decoder

The mm decoder part will probably be renamed to "railway" or some
other more generic term when it also supports DCC.

Signed-off-by: Philipp Hachtmann <hachti@hachti.de>
12 files changed:
trennfix/sw/Makefile
trennfix/sw/config/trennfix_0.4.h
trennfix/sw/mk/hw/trennfix_0.4.mk [new file with mode: 0644]
trennfix/sw/mk/prog/smokefix.mk [new file with mode: 0644]
trennfix/sw/mk/prog/trennfix.mk [new file with mode: 0644]
trennfix/sw/mk/trennfix_0.4.mk [deleted file]
trennfix/sw/mm/include/mm/mm_decode.h [new file with mode: 0644]
trennfix/sw/mm/include/mm/mm_switch.h
trennfix/sw/mm/src/mm_switch.c
trennfix/sw/src/main.c [deleted file]
trennfix/sw/src/smokefix_main.c [new file with mode: 0644]
trennfix/sw/src/trennfix_main.c [new file with mode: 0644]