From fce42fc7fa22f9a8061ef8700e2d17a6082f782e Mon Sep 17 00:00:00 2001 From: deadprogram Date: Tue, 26 Apr 2022 13:26:24 +0200 Subject: [PATCH] machine/thingplus: rename to the singular thing as that it the correct name Signed-off-by: deadprogram --- .../{board_thingsplus_rp2040.go => board_thingplus_rp2040.go} | 4 ++-- targets/{thingsplus-rp2040.json => thingplus-rp2040.json} | 4 ++-- targets/{thingsplus-rp2040.ld => thingplus-rp2040.ld} | 0 3 files changed, 4 insertions(+), 4 deletions(-) rename src/machine/{board_thingsplus_rp2040.go => board_thingplus_rp2040.go} (96%) rename targets/{thingsplus-rp2040.json => thingplus-rp2040.json} (58%) rename targets/{thingsplus-rp2040.ld => thingplus-rp2040.ld} (100%) diff --git a/src/machine/board_thingsplus_rp2040.go b/src/machine/board_thingplus_rp2040.go similarity index 96% rename from src/machine/board_thingsplus_rp2040.go rename to src/machine/board_thingplus_rp2040.go index 3ac55f56..67678cb7 100644 --- a/src/machine/board_thingsplus_rp2040.go +++ b/src/machine/board_thingplus_rp2040.go @@ -1,5 +1,5 @@ -//go:build thingsplus_rp2040 -// +build thingsplus_rp2040 +//go:build thingplus_rp2040 +// +build thingplus_rp2040 package machine diff --git a/targets/thingsplus-rp2040.json b/targets/thingplus-rp2040.json similarity index 58% rename from targets/thingsplus-rp2040.json rename to targets/thingplus-rp2040.json index 814172c0..d101e855 100644 --- a/targets/thingsplus-rp2040.json +++ b/targets/thingplus-rp2040.json @@ -3,8 +3,8 @@ "rp2040" ], "serial": "uart", - "build-tags": ["thingsplus_rp2040"], - "linkerscript": "targets/thingsplus-rp2040.ld", + "build-tags": ["thingplus_rp2040"], + "linkerscript": "targets/thingplus-rp2040.ld", "extra-files": [ "targets/pico-boot-stage2.S" ] diff --git a/targets/thingsplus-rp2040.ld b/targets/thingplus-rp2040.ld similarity index 100% rename from targets/thingsplus-rp2040.ld rename to targets/thingplus-rp2040.ld