remove one mpsoc file

This commit is contained in:
Robin Müller 2022-03-25 17:01:16 +01:00
parent f8283e4024
commit 4b918b3da0
1 changed files with 1 additions and 5 deletions

View File

@ -25,9 +25,8 @@ flash_write_file_dict = {
}
mpsoc_file_dict = {
"1": ["0:/EM16/231", "0:/EM16/231"],
MANUAL_INPUT: ["manual input", ""],
"2": ["/tmp/flash_write", "/tmp/flash_write.bin"],
"2": ["0:/EM16/231", "0:/EM16/231"],
}
@ -41,15 +40,12 @@ class CommandIds(enum.IntEnum):
TC_REPLAY_WRITE_SEQUENCE = 13
TC_DOWNLINK_PWR_ON = 14
TC_DOWNLINK_PWR_OFF = 15
<<<<<<< HEAD
OBSW_RESET_SEQ_COUNT = 50
=======
TC_MODE_REPLAY = 16
class MemAddresses(enum.IntEnum):
DEADBEEF = 0x40000000
>>>>>>> 6572a5df6169772b517f2de2f3e4a1ba8f6471f4
class PlocReplyIds: