phoenix-rtos / phoenix-rtos-hostutils

Phoenix-RTOS supporting daemon
BSD 3-Clause "New" or "Revised" License
1 stars 5 forks source link

psdisk: adapt to changed libptable interface #41

Closed Maxez closed 1 year ago

Maxez commented 1 year ago

Description

psd: switched to using new libptable from phoenix-rtos-corelibs (code refactoring + removed unused -o option). psu: changed WRITE_FILE command syntax to WRITE_FILE <F/S> 'file' [addr] [format] [offset] [size]. Added direct write support (doesn't fail with error on writing to bad block) with format=1.

Motivation and Context

JIRA: DTR-340

Types of changes

How Has This Been Tested?

Checklist:

Special treatment