Skip to content

Commit

Permalink
fixup! feat(core): add basic support for STM32U5
Browse files Browse the repository at this point in the history
  • Loading branch information
TychoVrahe committed Nov 2, 2023
1 parent b7050ec commit b66856a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/SConscript.reflash
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ env = Environment(ENV=os.environ, CFLAGS='%s -DPRODUCTION=%s' % (ARGUMENTS.get('
FEATURES_AVAILABLE = tools.configure_board(TREZOR_MODEL, FEATURES_WANTED, env, CPPDEFINES_HAL, SOURCE_HAL, PATH_HAL)

FILE_SUFFIX= env.get('ENV')['SUFFIX']
LINKER_SCRIPT_SUFFIX= env.get('ENV')['SCRIPT_SUFFIX']
LINKER_SCRIPT_SUFFIX= env.get('ENV')['LINKER_SCRIPT']

SOURCE_REFLASH = [
f'embed/reflash/startup_{FILE_SUFFIX}.s',
Expand Down

0 comments on commit b66856a

Please sign in to comment.