mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-04-18 09:25:06 +00:00
Rename device modules (#470)
Standardised device module identifiers across all supported devices to use consistent naming conventions with lowercase alphanumeric and hyphen-separated formats.
This commit is contained in:
parent
399dca5e14
commit
5993ceb232
@ -14,7 +14,7 @@ static error_t stop() {
|
||||
|
||||
/** @warning The variable name must be exactly "device_module" */
|
||||
struct Module device_module = {
|
||||
.name = "BigTreeTech Panda Touch / K Touch",
|
||||
.name = "btt-panda-touch",
|
||||
.start = start,
|
||||
.stop = stop
|
||||
};
|
||||
|
||||
@ -14,7 +14,7 @@ static error_t stop() {
|
||||
|
||||
/** @warning The variable name must be exactly "device_module" */
|
||||
struct Module device_module = {
|
||||
.name = "Module",
|
||||
.name = "cyd-2432s024c",
|
||||
.start = start,
|
||||
.stop = stop
|
||||
};
|
||||
|
||||
@ -14,7 +14,7 @@ static error_t stop() {
|
||||
|
||||
/** @warning The variable name must be exactly "device_module" */
|
||||
struct Module device_module = {
|
||||
.name = "Module",
|
||||
.name = "cyd-2432s028r",
|
||||
.start = start,
|
||||
.stop = stop
|
||||
};
|
||||
|
||||
@ -14,7 +14,7 @@ static error_t stop() {
|
||||
|
||||
/** @warning The variable name must be exactly "device_module" */
|
||||
struct Module device_module = {
|
||||
.name = "Module",
|
||||
.name = "cyd-2432s028rv3",
|
||||
.start = start,
|
||||
.stop = stop
|
||||
};
|
||||
|
||||
@ -14,7 +14,7 @@ static error_t stop() {
|
||||
|
||||
/** @warning The variable name must be exactly "device_module" */
|
||||
struct Module device_module = {
|
||||
.name = "Module",
|
||||
.name = "cyd-2432s032c",
|
||||
.start = start,
|
||||
.stop = stop
|
||||
};
|
||||
|
||||
@ -14,7 +14,7 @@ static error_t stop() {
|
||||
|
||||
/** @warning The variable name must be exactly "device_module" */
|
||||
struct Module device_module = {
|
||||
.name = "Module",
|
||||
.name = "cyd-4848s040c",
|
||||
.start = start,
|
||||
.stop = stop
|
||||
};
|
||||
|
||||
@ -14,7 +14,7 @@ static error_t stop() {
|
||||
|
||||
/** @warning The variable name must be exactly "device_module" */
|
||||
struct Module device_module = {
|
||||
.name = "Module",
|
||||
.name = "cyd-8048s043c",
|
||||
.start = start,
|
||||
.stop = stop
|
||||
};
|
||||
|
||||
@ -14,7 +14,7 @@ static error_t stop() {
|
||||
|
||||
/** @warning The variable name must be exactly "device_module" */
|
||||
struct Module device_module = {
|
||||
.name = "Module",
|
||||
.name = "cyd-e32r28t",
|
||||
.start = start,
|
||||
.stop = stop
|
||||
};
|
||||
|
||||
@ -14,7 +14,7 @@ static error_t stop() {
|
||||
|
||||
/** @warning The variable name must be exactly "device_module" */
|
||||
struct Module device_module = {
|
||||
.name = "Module",
|
||||
.name = "cyd-e32r32p",
|
||||
.start = start,
|
||||
.stop = stop
|
||||
};
|
||||
|
||||
@ -14,7 +14,7 @@ static error_t stop() {
|
||||
|
||||
/** @warning The variable name must be exactly "device_module" */
|
||||
struct Module device_module = {
|
||||
.name = "Module",
|
||||
.name = "elecrow-crowpanel-advance-28",
|
||||
.start = start,
|
||||
.stop = stop
|
||||
};
|
||||
|
||||
@ -14,7 +14,7 @@ static error_t stop() {
|
||||
|
||||
/** @warning The variable name must be exactly "device_module" */
|
||||
struct Module device_module = {
|
||||
.name = "Module",
|
||||
.name = "elecrow-crowpanel-advance-35",
|
||||
.start = start,
|
||||
.stop = stop
|
||||
};
|
||||
|
||||
@ -14,7 +14,7 @@ static error_t stop() {
|
||||
|
||||
/** @warning The variable name must be exactly "device_module" */
|
||||
struct Module device_module = {
|
||||
.name = "Module",
|
||||
.name = "elecrow-crowpanel-advance-50",
|
||||
.start = start,
|
||||
.stop = stop
|
||||
};
|
||||
|
||||
@ -14,7 +14,7 @@ static error_t stop() {
|
||||
|
||||
/** @warning The variable name must be exactly "device_module" */
|
||||
struct Module device_module = {
|
||||
.name = "Module",
|
||||
.name = "elecrow-crowpanel-basic-28",
|
||||
.start = start,
|
||||
.stop = stop
|
||||
};
|
||||
|
||||
@ -14,7 +14,7 @@ static error_t stop() {
|
||||
|
||||
/** @warning The variable name must be exactly "device_module" */
|
||||
struct Module device_module = {
|
||||
.name = "Module",
|
||||
.name = "elecrow-crowpanel-basic-35",
|
||||
.start = start,
|
||||
.stop = stop
|
||||
};
|
||||
|
||||
@ -14,7 +14,7 @@ static error_t stop() {
|
||||
|
||||
/** @warning The variable name must be exactly "device_module" */
|
||||
struct Module device_module = {
|
||||
.name = "Module",
|
||||
.name = "elecrow-crowpanel-basic-50",
|
||||
.start = start,
|
||||
.stop = stop
|
||||
};
|
||||
|
||||
@ -14,7 +14,7 @@ static error_t stop() {
|
||||
|
||||
/** @warning The variable name must be exactly "device_module" */
|
||||
struct Module device_module = {
|
||||
.name = "Module",
|
||||
.name = "generic-esp32",
|
||||
.start = start,
|
||||
.stop = stop
|
||||
};
|
||||
|
||||
@ -14,7 +14,7 @@ static error_t stop() {
|
||||
|
||||
/** @warning The variable name must be exactly "device_module" */
|
||||
struct Module device_module = {
|
||||
.name = "Module",
|
||||
.name = "generic-esp32c6",
|
||||
.start = start,
|
||||
.stop = stop
|
||||
};
|
||||
|
||||
@ -14,7 +14,7 @@ static error_t stop() {
|
||||
|
||||
/** @warning The variable name must be exactly "device_module" */
|
||||
struct Module device_module = {
|
||||
.name = "Module",
|
||||
.name = "generic-esp32p4",
|
||||
.start = start,
|
||||
.stop = stop
|
||||
};
|
||||
|
||||
@ -14,7 +14,7 @@ static error_t stop() {
|
||||
|
||||
/** @warning The variable name must be exactly "device_module" */
|
||||
struct Module device_module = {
|
||||
.name = "Module",
|
||||
.name = "generic-esp32s3",
|
||||
.start = start,
|
||||
.stop = stop
|
||||
};
|
||||
|
||||
@ -14,7 +14,7 @@ static error_t stop() {
|
||||
|
||||
/** @warning The variable name must be exactly "device_module" */
|
||||
struct Module device_module = {
|
||||
.name = "Module",
|
||||
.name = "guition-jc1060p470ciwy",
|
||||
.start = start,
|
||||
.stop = stop
|
||||
};
|
||||
|
||||
@ -14,7 +14,7 @@ static error_t stop() {
|
||||
|
||||
/** @warning The variable name must be exactly "device_module" */
|
||||
struct Module device_module = {
|
||||
.name = "Module",
|
||||
.name = "guition-jc2432w328c",
|
||||
.start = start,
|
||||
.stop = stop
|
||||
};
|
||||
|
||||
@ -14,7 +14,7 @@ static error_t stop() {
|
||||
|
||||
/** @warning The variable name must be exactly "device_module" */
|
||||
struct Module device_module = {
|
||||
.name = "Module",
|
||||
.name = "guition-jc3248w535c",
|
||||
.start = start,
|
||||
.stop = stop
|
||||
};
|
||||
|
||||
@ -14,7 +14,7 @@ static error_t stop() {
|
||||
|
||||
/** @warning The variable name must be exactly "device_module" */
|
||||
struct Module device_module = {
|
||||
.name = "Module",
|
||||
.name = "guition-jc8048w550c",
|
||||
.start = start,
|
||||
.stop = stop
|
||||
};
|
||||
|
||||
@ -14,7 +14,7 @@ static error_t stop() {
|
||||
|
||||
/** @warning The variable name must be exactly "device_module" */
|
||||
struct Module device_module = {
|
||||
.name = "Module",
|
||||
.name = "heltec-wifi-lora-32-v3",
|
||||
.start = start,
|
||||
.stop = stop
|
||||
};
|
||||
|
||||
@ -14,7 +14,7 @@ static error_t stop() {
|
||||
|
||||
/** @warning The variable name must be exactly "device_module" */
|
||||
struct Module device_module = {
|
||||
.name = "LilyGO T-Deck",
|
||||
.name = "lilygo-tdeck",
|
||||
.start = start,
|
||||
.stop = stop
|
||||
};
|
||||
|
||||
@ -14,7 +14,7 @@ static error_t stop() {
|
||||
|
||||
/** @warning The variable name must be exactly "device_module" */
|
||||
struct Module device_module = {
|
||||
.name = "Module",
|
||||
.name = "lilygo-tdisplay-s3",
|
||||
.start = start,
|
||||
.stop = stop
|
||||
};
|
||||
|
||||
@ -14,7 +14,7 @@ static error_t stop() {
|
||||
|
||||
/** @warning The variable name must be exactly "device_module" */
|
||||
struct Module device_module = {
|
||||
.name = "Module",
|
||||
.name = "lilygo-tdisplay",
|
||||
.start = start,
|
||||
.stop = stop
|
||||
};
|
||||
|
||||
@ -14,7 +14,7 @@ static error_t stop() {
|
||||
|
||||
/** @warning The variable name must be exactly "device_module" */
|
||||
struct Module device_module = {
|
||||
.name = "Module",
|
||||
.name = "lilygo-tdongle-s3",
|
||||
.start = start,
|
||||
.stop = stop
|
||||
};
|
||||
|
||||
@ -22,7 +22,7 @@ static error_t stop() {
|
||||
|
||||
/** @warning The variable name must be exactly "device_module" */
|
||||
struct Module device_module = {
|
||||
.name = "LilyGO T-Lora Pager",
|
||||
.name = "lilygo-tlora-pager",
|
||||
.start = start,
|
||||
.stop = stop
|
||||
};
|
||||
|
||||
@ -14,7 +14,7 @@ static error_t stop() {
|
||||
|
||||
/** @warning The variable name must be exactly "device_module" */
|
||||
struct Module device_module = {
|
||||
.name = "Module",
|
||||
.name = "m5stack-cardputer-adv",
|
||||
.start = start,
|
||||
.stop = stop
|
||||
};
|
||||
|
||||
@ -14,7 +14,7 @@ static error_t stop() {
|
||||
|
||||
/** @warning The variable name must be exactly "device_module" */
|
||||
struct Module device_module = {
|
||||
.name = "Module",
|
||||
.name = "m5stack-cardputer",
|
||||
.start = start,
|
||||
.stop = stop
|
||||
};
|
||||
|
||||
@ -14,7 +14,7 @@ static error_t stop() {
|
||||
|
||||
/** @warning The variable name must be exactly "device_module" */
|
||||
struct Module device_module = {
|
||||
.name = "Module",
|
||||
.name = "m5stack-core2",
|
||||
.start = start,
|
||||
.stop = stop
|
||||
};
|
||||
|
||||
@ -14,7 +14,7 @@ static error_t stop() {
|
||||
|
||||
/** @warning The variable name must be exactly "device_module" */
|
||||
struct Module device_module = {
|
||||
.name = "Module",
|
||||
.name = "m5stack-cores3",
|
||||
.start = start,
|
||||
.stop = stop
|
||||
};
|
||||
|
||||
@ -14,7 +14,7 @@ static error_t stop() {
|
||||
|
||||
/** @warning The variable name must be exactly "device_module" */
|
||||
struct Module device_module = {
|
||||
.name = "Module",
|
||||
.name = "m5stack-stickc-plus",
|
||||
.start = start,
|
||||
.stop = stop
|
||||
};
|
||||
|
||||
@ -14,7 +14,7 @@ static error_t stop() {
|
||||
|
||||
/** @warning The variable name must be exactly "device_module" */
|
||||
struct Module device_module = {
|
||||
.name = "Module",
|
||||
.name = "m5stack-stickc-plus2",
|
||||
.start = start,
|
||||
.stop = stop
|
||||
};
|
||||
|
||||
@ -14,7 +14,7 @@ static error_t stop() {
|
||||
|
||||
/** @warning The variable name must be exactly "device_module" */
|
||||
struct Module device_module = {
|
||||
.name = "Module",
|
||||
.name = "m5stack-tab5",
|
||||
.start = start,
|
||||
.stop = stop
|
||||
};
|
||||
|
||||
@ -14,7 +14,7 @@ static error_t stop() {
|
||||
|
||||
/** @warning The variable name must be exactly "device_module" */
|
||||
struct Module device_module = {
|
||||
.name = "Module",
|
||||
.name = "simulator",
|
||||
.start = start,
|
||||
.stop = stop
|
||||
};
|
||||
|
||||
@ -14,7 +14,7 @@ static error_t stop() {
|
||||
|
||||
/** @warning The variable name must be exactly "device_module" */
|
||||
struct Module device_module = {
|
||||
.name = "Module",
|
||||
.name = "unphone",
|
||||
.start = start,
|
||||
.stop = stop
|
||||
};
|
||||
|
||||
@ -14,7 +14,7 @@ static error_t stop() {
|
||||
|
||||
/** @warning The variable name must be exactly "device_module" */
|
||||
struct Module device_module = {
|
||||
.name = "Module",
|
||||
.name = "waveshare-esp32-s3-geek",
|
||||
.start = start,
|
||||
.stop = stop
|
||||
};
|
||||
|
||||
@ -14,7 +14,7 @@ static error_t stop() {
|
||||
|
||||
/** @warning The variable name must be exactly "device_module" */
|
||||
struct Module device_module = {
|
||||
.name = "Module",
|
||||
.name = "waveshare-s3-lcd-13",
|
||||
.start = start,
|
||||
.stop = stop
|
||||
};
|
||||
|
||||
@ -14,7 +14,7 @@ static error_t stop() {
|
||||
|
||||
/** @warning The variable name must be exactly "device_module" */
|
||||
struct Module device_module = {
|
||||
.name = "Module",
|
||||
.name = "waveshare-s3-touch-lcd-128",
|
||||
.start = start,
|
||||
.stop = stop
|
||||
};
|
||||
|
||||
@ -14,7 +14,7 @@ static error_t stop() {
|
||||
|
||||
/** @warning The variable name must be exactly "device_module" */
|
||||
struct Module device_module = {
|
||||
.name = "Module",
|
||||
.name = "waveshare-s3-touch-lcd-147",
|
||||
.start = start,
|
||||
.stop = stop
|
||||
};
|
||||
|
||||
@ -14,7 +14,7 @@ static error_t stop() {
|
||||
|
||||
/** @warning The variable name must be exactly "device_module" */
|
||||
struct Module device_module = {
|
||||
.name = "Module",
|
||||
.name = "waveshare-s3-touch-lcd-43",
|
||||
.start = start,
|
||||
.stop = stop
|
||||
};
|
||||
|
||||
@ -14,7 +14,7 @@ static error_t stop() {
|
||||
|
||||
/** @warning The variable name must be exactly "device_module" */
|
||||
struct Module device_module = {
|
||||
.name = "Module",
|
||||
.name = "wireless-tag-wt32-sc01-plus",
|
||||
.start = start,
|
||||
.stop = stop
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user