Skip to content

Commit

Permalink
Merge branch 'develop' into develop_FW-876
Browse files Browse the repository at this point in the history
# Conflicts:
#	bsp/boards/openmote-b-24ghz/sensors.c
  • Loading branch information
changtengfei committed Aug 4, 2020
2 parents abeb43e + 4e58c93 commit bf9cd20
Show file tree
Hide file tree
Showing 171 changed files with 16,241 additions and 15,423 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
language: c

before_script:
- python --version
- pip install --user pip
- pip install --user colorama
- sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6D1D8367A3421AFB
- sudo add-apt-repository -y ppa:team-gcc-arm-embedded/ppa
- sudo apt-get update
Expand Down
1,835 changes: 950 additions & 885 deletions SConscript

Large diffs are not rendered by default.

521 changes: 168 additions & 353 deletions SConstruct

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions bsp/boards/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,9 @@ sources_h = [
'uart.h',
'sctimer.h',
'sensors.h',
os.path.join('common', 'openccms.h'),
os.path.join('common', 'openaes.h'),
]

sources_c = [
os.path.join('common', 'openccms.c'),
os.path.join('common', 'openaes.c'),
]

target = 'libbsp'
Expand Down
3 changes: 0 additions & 3 deletions bsp/boards/common/README.md

This file was deleted.

354 changes: 0 additions & 354 deletions bsp/boards/common/openccms.c

This file was deleted.

15 changes: 0 additions & 15 deletions bsp/boards/common/openccms.h

This file was deleted.

Loading

0 comments on commit bf9cd20

Please sign in to comment.