summaryrefslogtreecommitdiff
path: root/fw/meson.build
blob: 492465ea5a3ac4a24323492dfa04467d9f19be54 (plain)
1
2
3
4
5
6
7
8
board = 'nucleo_f767zi'

fs = import('fs')
signing_key = fs.expanduser('~') / 'mcuboot' / 'key.pem'

subdir('rtos')
subdir('app')
subdir('btl')