Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 0 additions & 25 deletions .github/workflows/esp-idf.yml

This file was deleted.

9 changes: 0 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
# Ignore the "build" directory created by esp-idf
build

# Ignore the user-customized project configuration file.
# (https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/kconfig.html)
sdkconfig*
# Unignore the default project configuration file.
!sdkconfig.defaults

# Ignore IDE configs
.vscode

Expand Down
36 changes: 0 additions & 36 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -18,47 +18,11 @@
path = firmware/clockfaces/cw-cf-0x05
url = https://github.com/jnthas/cw-cf-0x05
shallow = true
[submodule "components/ezTime"]
path = components/ezTime
url = https://github.com/ropg/ezTime.git
shallow = true
[submodule "components/ESP32-HUB75-MatrixPanel-I2S-DMA"]
path = components/ESP32-HUB75-MatrixPanel-I2S-DMA
url = https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA.git
shallow = true
[submodule "components/Adafruit_BusIO"]
path = components/Adafruit_BusIO
url = https://github.com/adafruit/Adafruit_BusIO.git
shallow = true
[submodule "components/Adafruit-GFX-Library"]
path = components/Adafruit-GFX-Library
url = https://github.com/adafruit/Adafruit-GFX-Library.git
shallow = true
[submodule "components/arduino"]
path = components/arduino
url = https://github.com/espressif/arduino-esp32.git
shallow = true
[submodule "components/Improv-WiFi-Library"]
path = components/Improv-WiFi-Library
url = https://github.com/jnthas/Improv-WiFi-Library.git
shallow = true
[submodule "firmware/clockfaces/cw-cf-0x06"]
path = firmware/clockfaces/cw-cf-0x06
url = https://github.com/jnthas/cw-cf-0x06.git
shallow = true
[submodule "components/WiFiManager"]
path = components/WiFiManager
url = https://github.com/tzapu/WiFiManager
shallow = true
[submodule "firmware/clockfaces/cw-cf-0x07"]
path = firmware/clockfaces/cw-cf-0x07
url = https://github.com/jnthas/cw-cf-0x07.git
shallow = true
[submodule "components/ArduinoJson"]
path = components/ArduinoJson
url = https://github.com/bblanchon/ArduinoJson
shallow = true
[submodule "components/PNGdec"]
path = components/PNGdec
url = https://github.com/bitbank2/PNGdec
shallow = true
2 changes: 0 additions & 2 deletions CHECKLIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,5 @@ Just a checklist to follow the steps to be done when releasing a new version of
- [ ] For new clockfaces
- [ ] Add new folder with the clockface code in the branch [gh-pages](https://github.com/jnthas/clockwise/tree/gh-pages/static/firmware/cw-cf-0x01)
- [ ] Include the new clockface in the [CI/CD file](https://github.com/jnthas/clockwise/blob/main/.github/workflows/clockwise-ci.yml)
- [ ] Add the [CMakeLists.txt](https://github.com/jnthas/cw-cf-0x07/blob/12eb5e70f0d4993d8531b871ad02f3964b76e582/CMakeLists.txt) in the new clokface repository
- [ ] Check if [ESP-IDF CI](https://github.com/jnthas/clockwise/actions) is passing without errors
- [ ] Create a branch called releases/1.x.x (it will trigger the build and release)
- [ ] Create a tag (add the same description of the CHANGELOG)
5 changes: 0 additions & 5 deletions CMakeLists.txt

This file was deleted.

7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,9 @@ Mario Bros | Words | World Map | Castlevania | Pacman | Pokedex | Canvas

## How to Build

You can start developing and customizing Clockwise in two different ways:
You can start developing and customizing Clockwise using **PlatformIO** — advanced usage for developers.

1. **PlatformIO** — advanced usage for developers
2. **ESP-IDF** — for full control

👉 [Both are described in the Flashing section of the Wiki](https://github.com/jnthas/clockwise/wiki/%F0%9F%92%BE-Flashing-the-Firmware)
👉 [It is described in the Flashing section of the Wiki](https://github.com/jnthas/clockwise/wiki/%F0%9F%92%BE-Flashing-the-Firmware)

---

Expand Down
1 change: 0 additions & 1 deletion components/Adafruit-GFX-Library
Submodule Adafruit-GFX-Library deleted from 2b3e45
1 change: 0 additions & 1 deletion components/Adafruit_BusIO
Submodule Adafruit_BusIO deleted from 42e31a
1 change: 0 additions & 1 deletion components/ArduinoJson
Submodule ArduinoJson deleted from 071f71
1 change: 0 additions & 1 deletion components/ESP32-HUB75-MatrixPanel-I2S-DMA
Submodule ESP32-HUB75-MatrixPanel-I2S-DMA deleted from ebdf46
1 change: 0 additions & 1 deletion components/Improv-WiFi-Library
Submodule Improv-WiFi-Library deleted from 9a7eed
1 change: 0 additions & 1 deletion components/PNGdec
Submodule PNGdec deleted from a0f4b1
1 change: 0 additions & 1 deletion components/WiFiManager
Submodule WiFiManager deleted from aa8856
1 change: 0 additions & 1 deletion components/arduino
Submodule arduino deleted from f49931
1 change: 0 additions & 1 deletion components/ezTime
Submodule ezTime deleted from 7b3c8a
15 changes: 0 additions & 15 deletions firmware/lib/cw-commons/CMakeLists.txt

This file was deleted.

8 changes: 0 additions & 8 deletions firmware/lib/cw-gfx-engine/CMakeLists.txt

This file was deleted.

9 changes: 0 additions & 9 deletions main/CMakeLists.txt

This file was deleted.

30 changes: 0 additions & 30 deletions main/Kconfig.projbuild

This file was deleted.

5 changes: 0 additions & 5 deletions main/main.cpp

This file was deleted.

2 changes: 0 additions & 2 deletions sdkconfig.defaults

This file was deleted.