blob: 2d506b8696fecd2a6288466954f32b825104f108 [file] [log] [blame]
Brian Silverman2d9cf662013-12-18 14:22:49 -08001{
2 'targets': [
3 {
4 'target_name': 'All',
5 'type': 'none',
6 'dependencies': [
7 'stm32_flasher',
8 ],
9 },
10 {
11 'target_name': 'stm32_flasher',
12 'type': 'executable',
13 'sources': [
14 'stm32_flasher.cc',
15 ],
16 'dependencies': [
Brian Silverman3aa0d542014-01-25 17:16:43 -080017 '<(EXTERNALS):stm32flash',
Brian Silverman2d9cf662013-12-18 14:22:49 -080018 '<(AOS)/build/aos.gyp:logging',
Brian Silvermane364e382014-02-08 21:51:33 -080019 '<(DEPTH)/bbb_cape/src/bbb/bbb.gyp:gpios',
20 '<(AOS)/common/common.gyp:time',
Brian Silverman2d9cf662013-12-18 14:22:49 -080021 ],
22 },
Brian Silverman2d9cf662013-12-18 14:22:49 -080023 ],
24}