Skip to content

Commit

Permalink
[examples] Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
salkinium committed Apr 6, 2024
1 parent bc35ac6 commit d539d8d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 19 deletions.
10 changes: 8 additions & 2 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,12 @@ Here are some additional examples of displays and sensors we like:
<!--/checkrepourls-->


<!--webignore-->
### Compiling Examples for Multiple Targets


<!--/webignore-->

### Copy Carefully

When copying from our examples make sure to set the repository path correctly!
Expand All @@ -134,10 +140,10 @@ The `modm/examples/lbuild.xml` file:
When you write your own application, you must set this
path yourself! -->
<repositories>
<repository><path>../repo.lb</path></repository>
<repository><path>../repo.lb</path></repository>
</repositories>
<modules>
<module>modm:docs</module>
<module>modm:docs</module>
</modules>
</library>
```
Expand Down
15 changes: 0 additions & 15 deletions examples/generic/README.md

This file was deleted.

6 changes: 4 additions & 2 deletions examples/generic/delay/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,22 @@
<!-- <extends>modm:nucleo-f446re</extends> -->
<!-- <extends>modm:nucleo-g071rb</extends> -->
<!-- <extends>modm:nucleo-h743zi</extends> -->
<extends>modm:nucleo-l152re</extends>
<!-- <extends>modm:nucleo-l152re</extends> -->
<!-- <extends>modm:nucleo-l432kc</extends> -->
<!-- <extends>modm:nucleo-l476rg</extends> -->
<!-- <extends>modm:samd21-mini</extends> -->
<!-- <extends>modm:rp-pico</extends> -->
<!-- <extends>modm:samd21-mini</extends> -->
<options>
<option name="modm:build:build.path">../../../build/generic/delay</option>
<option name="modm:io:with_printf">true</option>
<!-- Required for modm:samd21-mini, modm:rp-pico -->
<!-- <option name="modm:tinyusb:config">device.cdc</option> -->
</options>
<modules>
<module>modm:build:scons</module>
<module>modm:debug</module>
<module>modm:driver:cycle_counter</module>
<!-- Required for modm:samd21-mini, modm:rp-pico -->
<!-- <module>modm:tinyusb</module> -->
</modules>
</library>

0 comments on commit d539d8d

Please sign in to comment.