mirror of
https://github.com/google/pebble.git
synced 2025-06-28 03:36:16 +00:00
Import of the watch repository from Pebble
This commit is contained in:
commit
3b92768480
10334 changed files with 2564465 additions and 0 deletions
17
platform/robert/boot/vendor/wscript
vendored
Normal file
17
platform/robert/boot/vendor/wscript
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
def configure(conf):
|
||||
conf.env.append_unique('DEFINES', 'STM32F779xx')
|
||||
|
||||
def build(bld):
|
||||
stm32_sources = bld.path.ant_glob('stm32f7haxx_stdperiph/*.c')
|
||||
|
||||
includes = ['.',
|
||||
'CMSIS/Include',
|
||||
'CMSIS/Device/ST/STM32F7xx/Include',
|
||||
'stm32f7haxx_stdperiph']
|
||||
|
||||
bld.stlib(source=stm32_sources,
|
||||
target='stm32_stdlib',
|
||||
includes=includes,
|
||||
export_includes=includes)
|
||||
|
||||
# vim:filetype=python
|
Loading…
Add table
Add a link
Reference in a new issue