Generate .hex files instead of .srec for the right half firmware.
This commit is contained in:
@@ -3,7 +3,7 @@ const program = require('commander');
|
||||
require('shelljs/global');
|
||||
require('./shared')
|
||||
|
||||
const extension = '.srec';
|
||||
const extension = '.hex';
|
||||
config.fatal = true;
|
||||
|
||||
program
|
||||
|
||||
Reference in New Issue
Block a user