Migrated generic-*

This commit is contained in:
Ken Van Hoeylandt 2026-07-15 23:58:21 +02:00
parent 799e5a7756
commit 5160bcf2bf
16 changed files with 16 additions and 32 deletions

View File

@ -1,7 +1,6 @@
file(GLOB_RECURSE SOURCE_FILES Source/*.c*)
file(GLOB_RECURSE SOURCE_FILES source/*.c*)
idf_component_register(
SRCS ${SOURCE_FILES}
INCLUDE_DIRS "Source"
REQUIRES Tactility
REQUIRES TactilityKernel driver
)

View File

@ -1,3 +0,0 @@
#include <Tactility/hal/Configuration.h>
extern const tt::hal::Configuration hardwareConfiguration = {};

View File

@ -7,4 +7,6 @@ hardware.target=ESP32
hardware.flashSize=8MB
hardware.spiRam=false
dependencies.useDeprecatedHal=false
storage.userDataLocation=Internal

View File

@ -3,12 +3,10 @@
extern "C" {
static error_t start() {
// Empty for now
return ERROR_NONE;
}
static error_t stop() {
// Empty for now
return ERROR_NONE;
}

View File

@ -1,7 +1,6 @@
file(GLOB_RECURSE SOURCE_FILES Source/*.c*)
file(GLOB_RECURSE SOURCE_FILES source/*.c*)
idf_component_register(
SRCS ${SOURCE_FILES}
INCLUDE_DIRS "Source"
REQUIRES Tactility
REQUIRES TactilityKernel driver
)

View File

@ -1,3 +0,0 @@
#include <Tactility/hal/Configuration.h>
extern const tt::hal::Configuration hardwareConfiguration = {};

View File

@ -7,4 +7,6 @@ hardware.target=ESP32C6
hardware.flashSize=8MB
hardware.spiRam=false
dependencies.useDeprecatedHal=false
storage.userDataLocation=Internal

View File

@ -3,12 +3,10 @@
extern "C" {
static error_t start() {
// Empty for now
return ERROR_NONE;
}
static error_t stop() {
// Empty for now
return ERROR_NONE;
}

View File

@ -1,7 +1,6 @@
file(GLOB_RECURSE SOURCE_FILES Source/*.c*)
file(GLOB_RECURSE SOURCE_FILES source/*.c*)
idf_component_register(
SRCS ${SOURCE_FILES}
INCLUDE_DIRS "Source"
REQUIRES Tactility
REQUIRES TactilityKernel driver
)

View File

@ -1,3 +0,0 @@
#include <Tactility/hal/Configuration.h>
extern const tt::hal::Configuration hardwareConfiguration = {};

View File

@ -7,4 +7,6 @@ hardware.target=ESP32P4
hardware.flashSize=8MB
hardware.spiRam=false
dependencies.useDeprecatedHal=false
storage.userDataLocation=Internal

View File

@ -3,12 +3,10 @@
extern "C" {
static error_t start() {
// Empty for now
return ERROR_NONE;
}
static error_t stop() {
// Empty for now
return ERROR_NONE;
}

View File

@ -1,7 +1,6 @@
file(GLOB_RECURSE SOURCE_FILES Source/*.c*)
file(GLOB_RECURSE SOURCE_FILES source/*.c*)
idf_component_register(
SRCS ${SOURCE_FILES}
INCLUDE_DIRS "Source"
REQUIRES Tactility
REQUIRES TactilityKernel driver
)

View File

@ -1,3 +0,0 @@
#include <Tactility/hal/Configuration.h>
extern const tt::hal::Configuration hardwareConfiguration = {};

View File

@ -7,4 +7,6 @@ hardware.target=ESP32S3
hardware.flashSize=8MB
hardware.spiRam=false
dependencies.useDeprecatedHal=false
storage.userDataLocation=Internal

View File

@ -3,12 +3,10 @@
extern "C" {
static error_t start() {
// Empty for now
return ERROR_NONE;
}
static error_t stop() {
// Empty for now
return ERROR_NONE;
}