-
Notifications
You must be signed in to change notification settings - Fork 884
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into uart_pio_dma
- Loading branch information
Showing
218 changed files
with
27,545 additions
and
947 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,5 +3,6 @@ | |
_deps | ||
cmake-* | ||
build | ||
build-* | ||
.DS_Store | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
if (NOT PICO_NO_HARDWARE) | ||
add_subdirectory(adc_console) | ||
add_subdirectory(dma_capture) | ||
add_subdirectory(hello_adc) | ||
add_subdirectory(joystick_display) | ||
add_subdirectory(onboard_temperature) | ||
add_subdirectory(microphone_adc) | ||
add_subdirectory(read_vsys) | ||
endif () | ||
if (TARGET hardware_adc) | ||
add_subdirectory_exclude_platforms(adc_console) | ||
add_subdirectory_exclude_platforms(dma_capture) | ||
add_subdirectory_exclude_platforms(hello_adc) | ||
add_subdirectory_exclude_platforms(joystick_display) | ||
add_subdirectory_exclude_platforms(onboard_temperature) | ||
add_subdirectory_exclude_platforms(microphone_adc) | ||
add_subdirectory_exclude_platforms(read_vsys) | ||
else() | ||
message("Skipping ADC examples as hardware_adc is unavailable on this platform") | ||
endif() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.