OLD | NEW |
1 # Copyright (c) 2015, the Fletch project authors. Please see the AUTHORS file | 1 # Copyright (c) 2015, the Dartino project authors. Please see the AUTHORS file |
2 # for details. All rights reserved. Use of this source code is governed by a | 2 # for details. All rights reserved. Use of this source code is governed by a |
3 # BSD-style license that can be found in the LICENSE.md file. | 3 # BSD-style license that can be found in the LICENSE.md file. |
4 | 4 |
5 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'posix': 0, | 7 'posix': 0, |
8 | 8 |
9 'stm32_cube_f7': '<(DEPTH)/third_party/stm/stm32cube_fw_f7', | 9 'stm32_cube_f7': '<(DEPTH)/third_party/stm/stm32cube_fw_f7', |
10 'stm32_cube_f7_free_rtos': | 10 'stm32_cube_f7_free_rtos': |
11 '<(stm32_cube_f7)/Middlewares/Third_Party/FreeRTOS', | 11 '<(stm32_cube_f7)/Middlewares/Third_Party/FreeRTOS', |
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
206 '<@(common_cross_gcc_debug_cflags)', | 206 '<@(common_cross_gcc_debug_cflags)', |
207 ], | 207 ], |
208 }], | 208 }], |
209 ], | 209 ], |
210 }], | 210 }], |
211 ], | 211 ], |
212 }, | 212 }, |
213 }, | 213 }, |
214 }, | 214 }, |
215 } | 215 } |
OLD | NEW |