Standardise references to the Raspberry Pi Pico SDK

This commit is contained in:
graham sanderson
2021-01-26 07:56:30 -06:00
committed by Graham Sanderson
parent 0396bf1da9
commit 143657b875
18 changed files with 66 additions and 66 deletions

View File

@ -5,7 +5,7 @@
# SPDX-License-Identifier: BSD-3-Clause
#
#
# Script to scan the Raspberry Pi PICO SDK tree searching for configuration items
# Script to scan the Raspberry Pi Pico SDK tree searching for configuration items
# Outputs a tab separated file of the configuration item:
# name location description type advanced default depends enumvalues group max min
#

View File

@ -19,7 +19,7 @@ struct c_sdk_output : public output_format {
c_sdk_output() : output_format("c-sdk") {}
std::string get_description() override {
return "C header suitable for use with the Pico SDK";
return "C header suitable for use with the Raspberry Pi Pico SDK";
}
void output_symbols(FILE *out, std::string prefix, const std::vector<compiled_source::symbol> &symbols) {