CMSIS-Project Manager Version 2.0.0-dev0
Pre-release
Pre-release
brondani
released this
25 May 07:30
·
557 commits
to main
since this release
Release for review of initial development
- added
context-map
handling - added
cdefault
enablement switch in csolution - changed
define
syntax - updated access sequences
- updated generator options customization
- reworked
output
andoutput-type
nodes - removed deprecated nodes
Backward compatibility breaking changes
The following deprecated yml nodes and related handling were removed:
all occurrences:
add-paths
(replaced byadd-path
)del-paths
(replaced bydel-path
)defines
(replaced bydefine
)undefines
(replaced byundefine
)for-type
(replaced byfor-context
)not-for-type
(replaced bynot-for-context
)output-type
(replaced byoutput
node)
in misc
:
compiler
(replaced byfor-compiler
)C*
(replaced byC-CPP
)
in output-dirs
:
rtedir
(but accepted with disabled schema check)gendir
(replaced bygenerators
node)
in processor
:
fpu
andendian
(but accepted with disabled schema check)
in cdefault
:
packs
build-types
output-dirs
The following Access Sequences were removed:
$Source(context)
(replaced by$ProjectDir(context)$
)$Out(context)
(replaced by$elf(context)$
,$bin(context)$
,$hex(context)$
,$lib(context)$
and$cmse-lib(context)$
)