Skip to content

Commit 5489480

Browse files
committed
refactor(build): remove core component
1 parent 403df4e commit 5489480

17 files changed

Lines changed: 9 additions & 495 deletions

DOCS/REPO_MAP.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
- `platforms/tab5/` – ESP-IDF application for the Tab5 hardware. Contains the
44
board-specific `main/` component, sdkconfig defaults, partition table, and
55
audio assets that ship with the firmware image.
6-
- `components/core/` – device-agnostic logic (ring buffer, settings store,
7-
future shared services) that is built both for firmware and host tests.
86
- `custom/` – application-specific UI, integration layers, and runtime asset
97
loaders. Files here are shared across hardware and desktop targets.
8+
- `custom/app_trace.h` – shared logging helpers available to both firmware and
9+
host targets; the former `components/core/` directory has been removed.
1010
- `tests/` – host-side unit tests, LVGL snapshot tests, and future firmware
1111
smoke tests. Invoked with `make test`.
1212
- `tools/` – development utilities such as format/lint wrappers and the asset

TRACEPOINTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Tracepoints
22

3-
Use the macros in `components/core/include/app_trace.h` to annotate important
3+
Use the macros in `custom/app_trace.h` to annotate important
44
runtime events. Common sections/events:
55

66
| Section | Event | Purpose |

components/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
set(PROJECT_COMPONENTS
2-
core
32
settings_core
43
settings_ui
54
connection_tester

components/core/CMakeLists.txt

Lines changed: 0 additions & 7 deletions
This file was deleted.

components/core/include/ringbuf.h

Lines changed: 0 additions & 43 deletions
This file was deleted.

components/core/include/settings.h

Lines changed: 0 additions & 73 deletions
This file was deleted.

components/core/include/settings_impl.h

Lines changed: 0 additions & 37 deletions
This file was deleted.

components/core/src/ringbuf.cpp

Lines changed: 0 additions & 87 deletions
This file was deleted.

components/core/src/settings.cpp

Lines changed: 0 additions & 117 deletions
This file was deleted.

0 commit comments

Comments
 (0)