Standardise references to the Raspberry Pi Pico SDK
This commit is contained in:
committed by
Graham Sanderson
parent
705f1ae59f
commit
3e52e57f5f
@ -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
|
||||
#
|
||||
|
@ -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) {
|
||||
|
Reference in New Issue
Block a user