docs: finish codename rename in README and CMake label

The Python package and track_core namespace stay as-is by design.
This commit is contained in:
2026-07-31 09:04:57 +08:00
parent 584ae52f0b
commit bae0a1962f
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ else()
target_compile_features(track_core PUBLIC cxx_std_23) target_compile_features(track_core PUBLIC cxx_std_23)
option(TRACK_CORE_BUILD_PYTHON "Build Python bindings" OFF) option(TRACK_CORE_BUILD_PYTHON "Build Python bindings" OFF)
option(TRACK_CORE_BUILD_TESTS "Build track-core tests" ON) option(TRACK_CORE_BUILD_TESTS "Build chataway tests" ON)
if(TRACK_CORE_BUILD_PYTHON) if(TRACK_CORE_BUILD_PYTHON)
find_package(Python 3.9 COMPONENTS Interpreter Development.Module REQUIRED) find_package(Python 3.9 COMPONENTS Interpreter Development.Module REQUIRED)
+2 -2
View File
@@ -1,4 +1,4 @@
# track-core # chataway
Standalone C++ core for mcwhirter track simulation and strip rendering. Standalone C++ core for mcwhirter track simulation and strip rendering.
@@ -17,7 +17,7 @@ cmake --build build
ctest --test-dir build --output-on-failure ctest --test-dir build --output-on-failure
``` ```
When used inside an ESP-IDF project under `components/track-core`, the same When used inside an ESP-IDF project under `components/chataway`, the same
`CMakeLists.txt` registers an IDF component for the portable core only. `CMakeLists.txt` registers an IDF component for the portable core only.
## Python bindings ## Python bindings