A new feature release is now available. Consider updating if you are using Version 5.7.2 or older.
preprocessing (ccbm_prep
):
STOREAS_UINT16 = TRUE
(implements FR#19476)FORBID_COMMA = TRUE
(implements FR#19477)coverage merging (ccbm_mco
):
<n>[*]:
markers,
which indicate (for a ‘covered’ line) the presence of
an assembler statement with zero execution count
new option –list-zeros displays these lines on termination
(implements #19466)Generated Code Flexibility:
allow skipping of print functions
by guard CCBM_CONFIG_SKIP_PRINT_FUNCTIONS
(both in ccbm_prep
and asts-ccbm-create-call
)
asts-ccbm-create-call
has new option --storeas-uint16
(corresponds to FR#19476)
configure/scripts:
asts-ccbm-eeprom-gen
weeds out DOS linebreaks (Fixes #19202)