Skip to content

Commit b1cd17c

Browse files
Improve app names, retire memtest
1 parent 13d200a commit b1cd17c

File tree

10 files changed

+6
-285
lines changed

10 files changed

+6
-285
lines changed

internal_filesystem/apps/com.example.camtest/META-INF/MANIFEST.JSON

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "Camera Tester",
2+
"name": "Camera",
33
"publisher": "ACME Inc",
44
"short_description": "Simple test of the camera",
55
"long_description": "A simple test of the camera makes it possible to validate the hardware.",

internal_filesystem/apps/com.example.cputest/META-INF/MANIFEST.JSON

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "CPU Tester",
2+
"name": "Benchmark",
33
"publisher": "ACME Inc",
44
"short_description": "Testing the CPU speed",
55
"long_description": "Experimentally determines how many idle loops and sha256-hashing loops the CPU can perform per second.",

internal_filesystem/apps/com.example.imutest/META-INF/MANIFEST.JSON

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "IMU Tester",
2+
"name": "Accelero",
33
"publisher": "ACME Inc",
44
"short_description": "Test the Inertial Measurement Unit",
55
"long_description": "It is always good to make sure the accelerometer is working properly. How else can you measure acceleration and position?",

internal_filesystem/apps/com.example.lvgltest/META-INF/MANIFEST.JSON

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "SpinnerTest",
2+
"name": "Graphics",
33
"publisher": "ACME Inc",
44
"short_description": "Testing on-display spinner animations",
55
"long_description": "Stress testing multiple concurrent animations on the display by adding more and more spinners",

internal_filesystem/apps/com.example.memtest/META-INF/MANIFEST.JSON

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

internal_filesystem/apps/com.example.memtest/assets/memtest.py

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

internal_filesystem/apps/com.example.memtest/assets/memtest_timer.py

Lines changed: 0 additions & 136 deletions
This file was deleted.
Binary file not shown.

internal_filesystem/builtin/apps/com.example.osupdate/META-INF/MANIFEST.JSON

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "OSUpdate",
2+
"name": "Update",
33
"publisher": "ACME Inc",
44
"short_description": "Operating System Updater",
55
"long_description": "",

internal_filesystem/builtin/apps/com.example.wificonf/META-INF/MANIFEST.JSON

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "WiFiConf",
2+
"name": "WiFi",
33
"publisher": "ACME Inc",
44
"short_description": "Wireless Network Configuration",
55
"long_description": "",

0 commit comments

Comments
 (0)