summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiku Isokoski <riksu9000@gmail.com>2022-08-21 14:42:53 +0300
committerGitHub <noreply@github.com>2022-08-21 14:42:53 +0300
commite02b58bf1b760f1041bff30594cc6aac6132e6f2 (patch)
treedce3d1101dce03e2df19996642271d0cd56abea0
parentef6ed5d26e9c75017d51fdf889dfe991e63cca4e (diff)
Move all images to doc. Remove old images. (#1282)
-rw-r--r--.github/workflows/lv_sim.yml2
-rw-r--r--.github/workflows/main.yml2
-rw-r--r--README.md2
-rw-r--r--doc/logo/infinitime-logo-small.jpg (renamed from images/infinitime-logo-small.jpg)bin31710 -> 31710 bytes
-rw-r--r--doc/logo/infinitime-logo.jpg (renamed from images/infinitime-logo.jpg)bin55627 -> 55627 bytes
-rw-r--r--doc/openOCD.md4
-rw-r--r--doc/openOCD/pogopins.jpg (renamed from images/pogopins.jpg)bin1956623 -> 1956623 bytes
-rw-r--r--doc/openOCD/swd_pinout.jpg (renamed from images/swd_pinout.jpg)bin1427895 -> 1427895 bytes
-rw-r--r--images/0.14.0/collage1.pngbin621336 -> 0 bytes
-rw-r--r--images/0.14.0/collage2.pngbin639600 -> 0 bytes
-rw-r--r--images/0.7.0/montage.jpgbin589552 -> 0 bytes
-rw-r--r--images/1.0.0/collage.pngbin1500485 -> 0 bytes
-rw-r--r--images/pinetime.jpgbin51344 -> 0 bytes
-rw-r--r--images/pinetimestub1.jpgbin2059874 -> 0 bytes
-rw-r--r--images/v0.3.0.pngbin1141603 -> 0 bytes
-rw-r--r--images/v0.3.0/Gauge.jpgbin2237900 -> 0 bytes
-rw-r--r--images/v0.3.0/Helloworld.jpgbin2334850 -> 0 bytes
-rw-r--r--images/v0.3.0/Meter.jpgbin2207746 -> 0 bytes
-rw-r--r--images/v0.3.0/Version.jpgbin2852866 -> 0 bytes
-rw-r--r--images/v0.3.0/Watchface.jpgbin1899555 -> 0 bytes
-rw-r--r--images/v0.3.0/Watchface2.jpgbin2411819 -> 0 bytes
-rw-r--r--images/v0.3.0/menu.jpgbin2362011 -> 0 bytes
22 files changed, 3 insertions, 7 deletions
diff --git a/.github/workflows/lv_sim.yml b/.github/workflows/lv_sim.yml
index 951b3c8d..503f5780 100644
--- a/.github/workflows/lv_sim.yml
+++ b/.github/workflows/lv_sim.yml
@@ -7,12 +7,10 @@ on:
branches: [ master, develop ]
paths-ignore:
- 'doc/**'
- - 'images/**'
pull_request:
branches: [ develop ]
paths-ignore:
- 'doc/**'
- - 'images/**'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 69cdb715..45aac7ca 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -10,12 +10,10 @@ on:
branches: [ master, develop ]
paths-ignore:
- 'doc/**'
- - 'images/**'
pull_request:
branches: [ develop ]
paths-ignore:
- 'doc/**'
- - 'images/**'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
diff --git a/README.md b/README.md
index 7c52cb44..e886bb09 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
[![Build PineTime Firmware](https://github.com/InfiniTimeOrg/InfiniTime/workflows/Build%20PineTime%20Firmware/badge.svg?branch=master)](https://github.com/InfiniTimeOrg/InfiniTime/actions)
-![InfiniTime logo](images/infinitime-logo-small.jpg "InfiniTime Logo")
+![InfiniTime logo](doc/logo/infinitime-logo-small.jpg "InfiniTime Logo")
Fast open-source firmware for the [PineTime smartwatch](https://www.pine64.org/pinetime/) with many features, written in modern C++.
diff --git a/images/infinitime-logo-small.jpg b/doc/logo/infinitime-logo-small.jpg
index 9949f5b0..9949f5b0 100644
--- a/images/infinitime-logo-small.jpg
+++ b/doc/logo/infinitime-logo-small.jpg
Binary files differ
diff --git a/images/infinitime-logo.jpg b/doc/logo/infinitime-logo.jpg
index 86a16f0b..86a16f0b 100644
--- a/images/infinitime-logo.jpg
+++ b/doc/logo/infinitime-logo.jpg
Binary files differ
diff --git a/doc/openOCD.md b/doc/openOCD.md
index df24b30b..ef0f6605 100644
--- a/doc/openOCD.md
+++ b/doc/openOCD.md
@@ -99,7 +99,7 @@ openocd -f ./openocd-stlink.ocd -f ./flash_graphics.ocd
## Connect the STLinkV2 to the PineTime
Here is an example using the pogo pins:
-![SWD pinout](../images/swd_pinout.jpg)
-![Pogo pins](../images/pogopins.jpg)
+![SWD pinout](openOCD/swd_pinout.jpg)
+![Pogo pins](openOCD/pogopins.jpg)
You can find more information about the SWD wiring [on the wiki](https://wiki.pine64.org/index.php?title=PineTime_devkit_wiring).
diff --git a/images/pogopins.jpg b/doc/openOCD/pogopins.jpg
index 28a1c7fc..28a1c7fc 100644
--- a/images/pogopins.jpg
+++ b/doc/openOCD/pogopins.jpg
Binary files differ
diff --git a/images/swd_pinout.jpg b/doc/openOCD/swd_pinout.jpg
index 1545916d..1545916d 100644
--- a/images/swd_pinout.jpg
+++ b/doc/openOCD/swd_pinout.jpg
Binary files differ
diff --git a/images/0.14.0/collage1.png b/images/0.14.0/collage1.png
deleted file mode 100644
index fd5f27ba..00000000
--- a/images/0.14.0/collage1.png
+++ /dev/null
Binary files differ
diff --git a/images/0.14.0/collage2.png b/images/0.14.0/collage2.png
deleted file mode 100644
index 293147dd..00000000
--- a/images/0.14.0/collage2.png
+++ /dev/null
Binary files differ
diff --git a/images/0.7.0/montage.jpg b/images/0.7.0/montage.jpg
deleted file mode 100644
index 81716cc9..00000000
--- a/images/0.7.0/montage.jpg
+++ /dev/null
Binary files differ
diff --git a/images/1.0.0/collage.png b/images/1.0.0/collage.png
deleted file mode 100644
index b9ffaa88..00000000
--- a/images/1.0.0/collage.png
+++ /dev/null
Binary files differ
diff --git a/images/pinetime.jpg b/images/pinetime.jpg
deleted file mode 100644
index 7f729fa5..00000000
--- a/images/pinetime.jpg
+++ /dev/null
Binary files differ
diff --git a/images/pinetimestub1.jpg b/images/pinetimestub1.jpg
deleted file mode 100644
index 3ebc34e5..00000000
--- a/images/pinetimestub1.jpg
+++ /dev/null
Binary files differ
diff --git a/images/v0.3.0.png b/images/v0.3.0.png
deleted file mode 100644
index 4a2bcdd2..00000000
--- a/images/v0.3.0.png
+++ /dev/null
Binary files differ
diff --git a/images/v0.3.0/Gauge.jpg b/images/v0.3.0/Gauge.jpg
deleted file mode 100644
index aa12a01c..00000000
--- a/images/v0.3.0/Gauge.jpg
+++ /dev/null
Binary files differ
diff --git a/images/v0.3.0/Helloworld.jpg b/images/v0.3.0/Helloworld.jpg
deleted file mode 100644
index b3b09009..00000000
--- a/images/v0.3.0/Helloworld.jpg
+++ /dev/null
Binary files differ
diff --git a/images/v0.3.0/Meter.jpg b/images/v0.3.0/Meter.jpg
deleted file mode 100644
index a2c28e14..00000000
--- a/images/v0.3.0/Meter.jpg
+++ /dev/null
Binary files differ
diff --git a/images/v0.3.0/Version.jpg b/images/v0.3.0/Version.jpg
deleted file mode 100644
index d126d741..00000000
--- a/images/v0.3.0/Version.jpg
+++ /dev/null
Binary files differ
diff --git a/images/v0.3.0/Watchface.jpg b/images/v0.3.0/Watchface.jpg
deleted file mode 100644
index 1cfaa976..00000000
--- a/images/v0.3.0/Watchface.jpg
+++ /dev/null
Binary files differ
diff --git a/images/v0.3.0/Watchface2.jpg b/images/v0.3.0/Watchface2.jpg
deleted file mode 100644
index 63783051..00000000
--- a/images/v0.3.0/Watchface2.jpg
+++ /dev/null
Binary files differ
diff --git a/images/v0.3.0/menu.jpg b/images/v0.3.0/menu.jpg
deleted file mode 100644
index bf94a2e5..00000000
--- a/images/v0.3.0/menu.jpg
+++ /dev/null
Binary files differ