Skip to content

Commit

Permalink
[examples] Rename communication examples to xpcc
Browse files Browse the repository at this point in the history
  • Loading branch information
salkinium committed Aug 8, 2018
1 parent 29fc3cd commit 733525b
Show file tree
Hide file tree
Showing 19 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
command: |
python2 tools/scripts/authors.py --handles --count --shoutout --since 2017-01-01
python3 tools/scripts/authors.py --handles --count --shoutout --since 2017-01-01
python2 tools/system_design/builder/system_layout.py examples/communication/xml/communication.xml -o /tmp
python3 tools/system_design/builder/system_layout.py examples/communication/xml/communication.xml -o /tmp
python2 tools/system_design/builder/system_layout.py examples/xpcc/xml/communication.xml -o /tmp
python3 tools/system_design/builder/system_layout.py examples/xpcc/xml/communication.xml -o /tmp
stm32f0-f1-examples:
docker:
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<options>
<option name=":target">atmega644</option>
<option name=":platform:clock:f_cpu">14745600</option>
<option name=":build:build.path">../../../../build/avr/communication/receiver</option>
<option name="::xpcc:generator:source">../../../communication/xml/communication.xml</option>
<option name=":build:build.path">../../../../build/avr/xpcc/receiver</option>
<option name="::xpcc:generator:source">../../../xpcc/xml/communication.xml</option>
<option name="::xpcc:generator:container">receiver</option>
</options>
<modules>
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<options>
<option name=":target">atmega644</option>
<option name=":platform:clock:f_cpu">14745600</option>
<option name=":build:build.path">../../../../build/avr/communication/sender</option>
<option name="::xpcc:generator:source">../../../communication/xml/communication.xml</option>
<option name=":build:build.path">../../../../build/avr/xpcc/sender</option>
<option name="::xpcc:generator:source">../../../xpcc/xml/communication.xml</option>
<option name="::xpcc:generator:container">sender</option>
</options>
<modules>
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

<options>
<option name=":target">hosted-linux</option>
<option name=":build:build.path">../../../../build/linux/communication/basic</option>
<option name=":communication:xpcc:generator:source">../../../communication/xml/communication.xml</option>
<option name=":build:build.path">../../../../build/linux/xpcc/basic</option>
<option name=":communication:xpcc:generator:source">../../../xpcc/xml/communication.xml</option>
<option name=":communication:xpcc:generator:container">sender receiver</option>
</options>
<modules>
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion examples/zmq/1_stm32/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<extends>../../../src/modm/board/disco_f407vg/board.xml</extends>
<options>
<option name=":build:build.path">../../../build/zmq/1_stm32</option>
<option name=":communication:xpcc:generator:source">../../communication/xml/communication.xml</option>
<option name=":communication:xpcc:generator:source">../../xpcc/xml/communication.xml</option>
<option name=":communication:xpcc:generator:container">odometry</option>
</options>
<modules>
Expand Down
2 changes: 1 addition & 1 deletion examples/zmq/3_zmq_app/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<options>
<option name=":target">hosted-linux</option>
<option name=":build:build.path">../../../build/zmq/3_zmq_app</option>
<option name=":communication:xpcc:generator:source">../../communication/xml/communication.xml</option>
<option name=":communication:xpcc:generator:source">../../xpcc/xml/communication.xml</option>
<option name=":communication:xpcc:generator:container">gui</option>
</options>
<modules>
Expand Down

0 comments on commit 733525b

Please sign in to comment.