summaryrefslogtreecommitdiff
path: root/fw/rtos/modules/meson.build
blob: 14b14f505020a696e187fafde1ad9eeee47252eb (plain)
1
2
3
4
5
6
7
8
9
10
zephyr_modules = [
  meson.current_source_dir() / 'cmsis',
  meson.current_source_dir() / 'hal_stm32',
  meson.current_source_dir() / 'mbedtls',
  meson.current_source_dir() / 'mcuboot',
]

mcuboot = meson.current_source_dir() / 'mcuboot'
bootloader_firmware = mcuboot / 'boot' / 'zephyr'
imgtool = mcuboot / 'scripts' / 'imgtool.py'