Revision 6ec8d60d
modules/DiWheelDrive_1-1/Makefile | ||
---|---|---|
208 | 208 |
$(TESTINC) \ |
209 | 209 |
$(BOOTLOADERINC) \ |
210 | 210 |
$(CHIBIOS)/os/hal/lib/streams \ |
211 |
$(CHIBIOS)/os/various \ |
|
212 | 211 |
$(PERIPHERYLLDINC) \ |
213 | 212 |
$(AMIROOS) \ |
214 | 213 |
$(AMIROOSCOREINC) \ |
modules/LightRing_1-0/Makefile | ||
---|---|---|
208 | 208 |
$(TESTINC) \ |
209 | 209 |
$(BOOTLOADERINC) \ |
210 | 210 |
$(CHIBIOS)/os/hal/lib/streams \ |
211 |
$(CHIBIOS)/os/various \ |
|
212 | 211 |
$(PERIPHERYLLDINC) \ |
213 | 212 |
$(AMIROOS) \ |
214 | 213 |
$(AMIROOSCOREINC) \ |
modules/PowerManagement_1-1/Makefile | ||
---|---|---|
208 | 208 |
$(TESTINC) \ |
209 | 209 |
$(BOOTLOADERINC) \ |
210 | 210 |
$(CHIBIOS)/os/hal/lib/streams \ |
211 |
$(CHIBIOS)/os/various \ |
|
212 | 211 |
$(PERIPHERYLLDINC) \ |
213 | 212 |
$(AMIROOS) \ |
214 | 213 |
$(AMIROOSCOREINC) \ |
tools/ide/QtCreator/QtCreatorSetup.sh | ||
---|---|---|
551 | 551 |
find $chibiosrootdir -type d | grep -E "/os/hal/ports/(common/ARMCMx|STM32/(LLD/(CANv1|DACv1|DMAv1|EXTIv1|GPIOv1|I2Cv1|RTCv1|SDIOv1|SPIv1|TIMv1|USARTv1|USBv1|xWDGv1)|STM32F1xx))$" >> ${projectdir}/LightRing.includes |
552 | 552 |
find $chibiosrootdir -type d | grep -E "/os/license$" >> ${projectdir}/LightRing.includes |
553 | 553 |
find $chibiosrootdir -type d | grep -E "/os/rt/(include|src)$" >> ${projectdir}/LightRing.includes |
554 |
find $chibiosrootdir -type d | grep -E "/os/various/(shell|cpp_wrappers)" >> ${projectdir}/LightRing.includes |
|
555 | 554 |
find $chibiosrootdir -type d | grep -E "/test/(lib|rt/source/test)$" >> ${projectdir}/LightRing.includes |
556 | 555 |
find $amirobltrootdir -type d | grep -E "/Target/Source/AMiRo$" >> ${projectdir}/LightRing.includes |
557 | 556 |
echo "$(realpath ${amirolldrootdir}/..)" >> ${projectdir}/LightRing.includes |
... | ... | |
685 | 684 |
find $chibiosrootdir -type d | grep -E "/os/hal/ports/(common/ARMCMx|STM32/(LLD/(ADCv2|CANv1|DACv1|DMAv2|EXTIv1|GPIOv2|I2Cv1|MACv1|OTGv1|RTCv2|SDIOv1|SPIv1|TIMv1|USARTv1|USBv1|xWDGv1)|STM32F4xx))$" >> ${projectdir}/PowerManagement.includes |
686 | 685 |
find $chibiosrootdir -type d | grep -E "/os/license$" >> ${projectdir}/PowerManagement.includes |
687 | 686 |
find $chibiosrootdir -type d | grep -E "/os/rt/(include|src)$" >> ${projectdir}/PowerManagement.includes |
688 |
find $chibiosrootdir -type d | grep -E "/os/various/(shell|cpp_wrappers)" >> ${projectdir}/PowerManagement.includes |
|
689 | 687 |
find $chibiosrootdir -type d | grep -E "/test/(lib|rt/source/test)$" >> ${projectdir}/PowerManagement.includes |
690 | 688 |
find $amirobltrootdir -type d | grep -E "/Target/Source/AMiRo$" >> ${projectdir}/PowerManagement.includes |
691 | 689 |
echo "$(realpath ${amirolldrootdir}/..)" >> ${projectdir}/PowerManagement.includes |
... | ... | |
818 | 816 |
find $chibiosrootdir -type d | grep -E "/os/hal/ports/(common/ARMCMx|STM32/(LLD/(CANv1|DACv1|DMAv1|EXTIv1|GPIOv1|I2Cv1|RTCv1|SDIOv1|SPIv1|TIMv1|USARTv1|USBv1|xWDGv1)|STM32F1xx))$" >> ${projectdir}/DiWheelDrive.includes |
819 | 817 |
find $chibiosrootdir -type d | grep -E "/os/license$" >> ${projectdir}/DiWheelDrive.includes |
820 | 818 |
find $chibiosrootdir -type d | grep -E "/os/rt/(include|src)$" >> ${projectdir}/DiWheelDrive.includes |
821 |
find $chibiosrootdir -type d | grep -E "/os/various/(shell|cpp_wrappers)" >> ${projectdir}/DiWheelDrive.includes |
|
822 | 819 |
find $chibiosrootdir -type d | grep -E "/test/(lib|rt/source/test)$" >> ${projectdir}/DiWheelDrive.includes |
823 | 820 |
find $amirobltrootdir -type d | grep -E "/Target/Source/AMiRo$" >> ${projectdir}/DiWheelDrive.includes |
824 | 821 |
echo "$(realpath ${amirolldrootdir}/..)" >> ${projectdir}/DiWheelDrive.includes |
Also available in: Unified diff