File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -62,9 +62,9 @@ clean_submodules:
62
62
63
63
# Create the pico-sdk Doxygen XML files
64
64
$(DOXYGEN_XML_DIR ) $(DOXYGEN_XML_DIR ) /index.xml : | $(ALL_SUBMODULE_CMAKELISTS ) $(DOXYGEN_PICO_SDK_BUILD_DIR )
65
- cmake -S $(PICO_SDK_DIR ) -B $(DOXYGEN_PICO_SDK_BUILD_DIR ) /combined -D PICO_EXAMPLES_PATH=../../$(PICO_EXAMPLES_DIR ) -D PICO_PLATFORM=combined-docs
66
- cmake -S $(PICO_SDK_DIR ) -B $(DOXYGEN_PICO_SDK_BUILD_DIR ) /PICO_RP2040 -D PICO_EXAMPLES_PATH=../../$(PICO_EXAMPLES_DIR ) -D PICO_PLATFORM=rp2040
67
- cmake -S $(PICO_SDK_DIR ) -B $(DOXYGEN_PICO_SDK_BUILD_DIR ) /PICO_RP2350 -D PICO_EXAMPLES_PATH=../../$(PICO_EXAMPLES_DIR ) -D PICO_PLATFORM=rp2350
65
+ cmake -S $(PICO_SDK_DIR ) -B $(DOXYGEN_PICO_SDK_BUILD_DIR ) /combined -D PICO_EXAMPLES_PATH=../../$(PICO_EXAMPLES_DIR ) -D PICO_NO_PICOTOOL=1 -D PICO_PLATFORM=combined-docs
66
+ cmake -S $(PICO_SDK_DIR ) -B $(DOXYGEN_PICO_SDK_BUILD_DIR ) /PICO_RP2040 -D PICO_EXAMPLES_PATH=../../$(PICO_EXAMPLES_DIR ) -D PICO_NO_PICOTOOL=1 -D PICO_PLATFORM=rp2040
67
+ cmake -S $(PICO_SDK_DIR ) -B $(DOXYGEN_PICO_SDK_BUILD_DIR ) /PICO_RP2350 -D PICO_EXAMPLES_PATH=../../$(PICO_EXAMPLES_DIR ) -D PICO_NO_PICOTOOL=1 -D PICO_PLATFORM=rp2350
68
68
$(MAKE ) -C $(DOXYGEN_PICO_SDK_BUILD_DIR ) /combined docs
69
69
$(MAKE ) -C $(DOXYGEN_PICO_SDK_BUILD_DIR ) /PICO_RP2040 docs
70
70
$(MAKE ) -C $(DOXYGEN_PICO_SDK_BUILD_DIR ) /PICO_RP2350 docs
You can’t perform that action at this time.
0 commit comments