1 project('cmsis-driver-bare', 'c')
5 cmsis_core_dep = subproject('cmsis').get_variable('cmsis_core_dep')
6 cmsis_driver_dep = subproject('cmsis').get_variable('cmsis_driver_dep')
7 cmsis_dfp_dep = subproject('cmsis-dfp-stm32f4').get_variable('cmsis_dfp_stm32f4_dep')
8 internal_inc = include_directories('inc')
14 run_target('flash', command: [flash_cmd, demo_gpio])
15 run_target('debug', command: [debug_cmd, demo_gpio])