File tree Expand file tree Collapse file tree 3 files changed +12
-19
lines changed Expand file tree Collapse file tree 3 files changed +12
-19
lines changed Original file line number Diff line number Diff line change @@ -117,6 +117,12 @@ Here are some additional examples of displays and sensors we like:
117117<!-- /checkrepourls-->
118118
119119
120+ <!-- webignore-->
121+ ### Compiling Examples for Multiple Targets
122+
123+
124+ <!-- /webignore-->
125+
120126### Copy Carefully
121127
122128When copying from our examples make sure to set the repository path correctly!
@@ -134,10 +140,10 @@ The `modm/examples/lbuild.xml` file:
134140 When you write your own application, you must set this
135141 path yourself! -->
136142 <repositories >
137- <repository ><path >../repo.lb</path ></repository >
143+ <repository ><path >../repo.lb</path ></repository >
138144 </repositories >
139145 <modules >
140- <module >modm:docs</module >
146+ <module >modm:docs</module >
141147 </modules >
142148</library >
143149```
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1313 <!-- <extends>modm:nucleo-f446re</extends> -->
1414 <!-- <extends>modm:nucleo-g071rb</extends> -->
1515 <!-- <extends>modm:nucleo-h743zi</extends> -->
16- <extends >modm:nucleo-l152re</extends >
16+ <!-- < extends>modm:nucleo-l152re</extends> -- >
1717 <!-- <extends>modm:nucleo-l432kc</extends> -->
1818 <!-- <extends>modm:nucleo-l476rg</extends> -->
19- <!-- <extends>modm:samd21-mini</extends> -->
2019 <!-- <extends>modm:rp-pico</extends> -->
20+ <!-- <extends>modm:samd21-mini</extends> -->
2121 <options >
2222 <option name =" modm:build:build.path" >../../../build/generic/delay</option >
2323 <option name =" modm:io:with_printf" >true</option >
24+ <!-- Required for modm:samd21-mini, modm:rp-pico -->
2425 <!-- <option name="modm:tinyusb:config">device.cdc</option> -->
2526 </options >
2627 <modules >
2728 <module >modm:build:scons</module >
2829 <module >modm:debug</module >
2930 <module >modm:driver:cycle_counter</module >
31+ <!-- Required for modm:samd21-mini, modm:rp-pico -->
3032 <!-- <module>modm:tinyusb</module> -->
3133 </modules >
3234</library >
You can’t perform that action at this time.
0 commit comments