blob: 09e4ccf3e45e0746049797f442eaeb74c8bca645 [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',
Brian Silverman0117dbc2014-03-24 17:08:38 -070020 '<(DEPTH)/bbb_cape/src/bbb/bbb.gyp:export_uart',
Brian Silvermane364e382014-02-08 21:51:33 -080021 '<(AOS)/common/common.gyp:time',
Brian Silvermanaf784862014-05-13 08:14:55 -070022 '<(AOS)/common/libc/libc.gyp:dirname',
Brian Silverman2d9cf662013-12-18 14:22:49 -080023 ],
24 },
Brian Silverman2d9cf662013-12-18 14:22:49 -080025 ],
26}