diff --git a/docs/YML-Input-Format.md b/docs/YML-Input-Format.md index 63063ec..86eeadc 100644 --- a/docs/YML-Input-Format.md +++ b/docs/YML-Input-Format.md @@ -1235,7 +1235,7 @@ The `processor:` keyword specifies the usage of processor features for this proj     `dsp:` | Select usage of SIMD instructions: `on` (enabled) \| `off` (disabled).     `mve:` | Select usage of M-Profile vector extension: `fp` (floating point and integer instructions) \| `int` (integer instructions) \| `off` (disabled).     `trustzone:` | Select TrustZone mode: `secure` \| `non-secure` \| `off`. -    `branch-protection:` | Select Branch Protection mode: `bti` (branch target identification) \| `bit-signret` (branch target identification and pointer authentication) \| `off` (disabled). +    `branch-protection:` | Select Branch Protection mode: `bti` (branch target identification) \| `bti-signret` (branch target identification and pointer authentication) \| `off` (disabled). The default setting enables the available features of the device. For example `fpu: dp` is selected for devices that offer double precision floating point hardware.