RTEMS | bsps/stm32h7: make errata configurable (!184)

Sebastian Huber (@sebhub) gitlab at rtems.org
Fri Aug 16 00:23:59 UTC 2024




Sebastian Huber started a new discussion on spec/build/bsps/arm/stm32h7/optenfmc282errata.yml: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/184#note_111134

 > +SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
 > +actions:
 > +- get-boolean: null
 > +- env-assign: null
 > +- define-condition: null

With current list of actions, you:

1. Get a boolean option value from the configuration file or the default value.
2. You assign the option value to the build environment variable named `STM32H7_ERRATA_ENABLE_FMC_282`.
3. If the option value is true, then you define the define named `STM32H7_ERRATA_ENABLE_FMC_282`.

If you want to use `STM32H7_ERRATA_ENABLE_FMC_282` in `enabled-by` expressions, then you also have to add it to the enabled set. This is done by the

```yaml
- env-enable: null
```

action.

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/184#note_111134
You're receiving this email because of your account on gitlab.rtems.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20240816/e46ca58e/attachment-0001.htm>


More information about the bugs mailing list