Home
last modified time | relevance | path

Searched refs:old (Results 1 – 6 of 6) sorted by relevance

/mcuboot-latest/ci/
Dcompare_versions.py34 if args.old is None or args.new is None:
44 for version in [args.old, args.new]:
51 old, new = versions[0], versions[1] variable
52 for version in [old, new]:
57 if new == old:
60 elif new > old:
61 print("Upgrade detected ({} > {})".format(new, old))
64 print("Downgrade detected ({} < {})".format(new, old))
Dimgtool_run.sh36 python ../ci/compare_versions.py --old $last_release --new $repo_version
/mcuboot-latest/docs/release-notes.d/
Dzephyr-auto-max-sectors.md4 can be reverted to the old manual behaviour by disabling
/mcuboot-latest/docs/
Decdsa.md14 EC256 would work, while newer MCUboot code would reject old
54 - `--pad-sig` will now bring back the old padding behavior.
/mcuboot-latest/boot/espressif/hal/
DCMakeLists.txt152 "-Wno-old-style-declaration"
/mcuboot-latest/boot/espressif/
DCMakeLists.txt259 "-Wno-old-style-declaration"