Rename furi to tactility-core (#10)

* renamed module

* renamed code

* more renames

* cleanup
This commit is contained in:
Ken Van Hoeylandt
2024-01-13 22:12:40 +01:00
committed by GitHub
parent 64a01df750
commit 069416eee5
106 changed files with 2992 additions and 3347 deletions
+2 -2
View File
@@ -40,8 +40,8 @@ Other configurations can be supported, but they require you to set up the driver
Until there is proper documentation, here are some pointers:
- Sample application: [bootstrap](main/src/main.c) and [app](main/src/hello_world/hello_world.c)
- [Tactility](./components/tactility/): the main platform with default services and apps
- [Furi](./components/furi/): the core platform code, based on Flipper Zero firmware
- [Tactility](./components/tactility): The main platform with default services and apps.
- [Tactility Core](./components/tactility-core): The core platform code.
## Building Firmware