Commit Graph

60 Commits

Author SHA1 Message Date
Zdzislaw Goik
3fa84dc100
Add the ability for GitHub actions to run on beta branch (#67) 2024-04-01 00:01:57 +02:00
DaOfficialWizard
4e1a177fa2 ci(ci-fix): Fix release step 2023-10-19 13:45:30 +01:00
DaOfficialWizard
29bd8c9782 ci: add xiaosense envs to CI pipeline 2023-10-19 13:37:05 +01:00
Zdzislaw Goik
2ca0174f0f
Add pinout and environments for ESP32S3 Xiao Sense boards (#52)
* Add pinout and environments for ESP32S3 Xiao Sense boards

* Add opi memory_type to fix psram issues

* fix: multiple typos or copy paste issues

* fix: fix the XIAO ESP32S3 board type

* fix: xaio crashing when allocating

* fix: xaio crashing when allocating

* fix: experiment with qio

* fix: add some basic logging

* fix: add some more logging

* fix: add some more logging

* fix: add some more logging

* fix: add some more logging

* fix: add some more logging

* fix: add some more logging

* fix: add some more logging

* fix: add some more logging

* fix: try to increase the stack size for the task

* chore: enable wifi

* ci(ci-gha); fix github actions failing

* ci(ci-gha); fix github actions failing

* ci(ci-gh): removing update logic from CI

- i editing the docker container itself to be up-to-date

* ci(ci-test): testing new gh action matrix format

* ci(ci-test): testing new gh action matrix format

* ci(ci-test): testing new gh action matrix format

* ci(ci-test): testing new gh action matrix format

* fix: fix esp32s3 xiao wifi

- fix LED pin issue
- force newest espressif toolchain
- clean up pinout defines
- add lots of logging
- move strings into wifi handler
- upgrade to c++17

* fix: fix esp32s3 xiao wifi

- fix syntax error in wifihandler

* fix: error handling in camera handler

* fix: bug in wifi config saving routine

- refactor lib
- fix bug in wifi config logic
- clean up

---------

Co-authored-by: Sebastian Fitt <9294002+Blu3u@users.noreply.github.com>
Co-authored-by: DaOfficialWizard <45744329+ZanzyTHEbar@users.noreply.github.com>
2023-06-14 14:30:17 +01:00
DaOfficialWizard
90a17d6e6f
feat: improve the initial USB implementation, increase the XCLK clock for S3 boards - higher framerate over usb
* refactor: begin cleaning up USB impl

* refactor: factor out the unneeded header

- use USB envs instead of a header
- use ifndef for one define

* fix: disable Observer on wifi handler

* refactor: rename wrovers3 environments

- add naming convention for QIO PSRAM

* ci(ci-fix): fix gh action environments

* Increase XCLK frequency to 24MHz for higher frame rates on ESP32-S3 boards (#49)

* feat: increase OV2640 clock freq to yield ~70FPS

* fix: cleanup comments

---------

Co-authored-by: Sebastian Fitt <9294002+Blu3u@users.noreply.github.com>
2023-04-19 23:55:52 +02:00
DaOfficialWizard
17e3049be1
feat: Code cleanup and initial implementation of improv
* feat: add improv

- add version to build flags
- add improv
- remove byte pointers from config calls

* ´fix: improve not initilizing in ADHOC mode

* feat: add wifihandler to observers

* refactor: move improv handler to top of loop

* refactor: minor refactor to callback

* refactor: minor refactor to callback

* refactor: trying to weed out the timeout issue

* refactor: trying to weed out the timeout issue

* refactor: total refactor to clean up code

-  clean up statemanagers
- fix observer
- fix bugs introducted by fixing the observer

BREAKING CHANGES

* refactor: minor logging refactor

* fix: add config save to delete method

* fix: improv provisioning error

* refactor: simplify library interface

- implement pass by reference for all objects
- implement get by reference for all objects
- remove passing state to classes
- migrate to range based for loops

BREAKING CHANGES

* fix: esp crash on wifi updates

- figure out why esp crashes sometimes when wifi config changes

* fix: add warning about clang-format to baseAPI.hpp

* refactor: update improv

* ci(ci-test): setup prerelease

- use ci to merge binaries for testing in etvr app

* fix: compile time error

* fix: compile time error

* fix folder names

* fix folder names

* fix: compile time error

* fix: compile time error

* feat: remove improv from main

- keep improv code, incase we fix issue later on
- comment out improv includes

* fix: remove pre-release from release cycle

* fix: resolve wifiState manager state in config

* fix: file name casing

* fix: file name casing

* feat: add custom string_view header

- it is the intention to implement string_view
- vastly reduce heap allocations and improve performance of strings

* refactor: move improv class to new branch

* fix: file name casing

* feat: add newer esp cam driver

* Cleanup after merge

---------

Co-authored-by: lorow <smykupyka@gmail.com>
2023-04-02 17:44:38 +02:00
ZanzyTHEbar
6cc8985413 fix: permission denied issue with shell script
- add group concurrency
- add write permissions
2023-03-21 13:05:20 +00:00
ZanzyTHEbar
78df34542f fix: release version out of sync 2023-03-21 12:51:40 +00:00
ZanzyTHEbar
65ffbbd038 fix: release version out of sync 2023-03-21 12:46:52 +00:00
ZanzyTHEbar
fafd35d19e fix: remove ota env from cleanup step 2023-03-12 09:52:01 +00:00
ZanzyTHEbar
78e5cbfd8f fix: add s3 env to cleanup step 2023-03-12 01:39:59 +00:00
ZanzyTHEbar
8b29a47504 fix: remove OTA builds
- OTA is supported by default
2023-03-12 01:23:17 +00:00
ZanzyTHEbar
87bc5b3f7f ci(ci-test-docker): test new docker container 2023-03-12 01:14:09 +00:00
ZanzyTHEbar
b8a40f133f ci(ci-test-docker): test new docker container 2023-03-12 01:11:27 +00:00
ZanzyTHEbar
16eefb86f4 ci(ci-test-docker): test new docker container 2023-03-12 01:02:40 +00:00
ZanzyTHEbar
2463aac8c8 ci(test-docker-container): test new docker container 2023-03-12 00:39:18 +00:00
ZanzyTHEbar
f8de13c97a ci(ci-binaries): testing merge 2023-02-27 14:37:39 +00:00
ZanzyTHEbar
14cc1dad62 refactor: prepare for merging binaries 2023-02-04 19:28:13 +00:00
DaOfficialWizard
8229a3a1e5
Create zip (#39)
* feat: testing craetezip script

* feat: testing craetezip script

* feat: testing craetezip script

* feat: testing craetezip script

* feat: testing createzip script

* feat: testing createzip script

* chore(minor): 1.4.0-create-zip.1 [skip ci]

## [1.4.0-create-zip.1](https://github.com/lorow/OpenIris/compare/v1.3.0...v1.4.0-create-zip.1) (2023-01-31)

### 🍕 Features

* testing craetezip script ([7db8063](7db8063291))
* testing craetezip script ([2584e37](2584e37ffa))
* testing craetezip script ([174e9ae](174e9aebe7))
* testing craetezip script ([0d2b56e](0d2b56e62f))
* testing createzip script ([c7d3ed7](c7d3ed7b79))
* testing createzip script ([4eb4758](4eb4758147))

* feat: testing createzip script

* chore(minor): 1.4.0-create-zip.2 [skip ci]

## [1.4.0-create-zip.2](https://github.com/lorow/OpenIris/compare/v1.4.0-create-zip.1...v1.4.0-create-zip.2) (2023-01-31)

### 🍕 Features

* testing createzip script ([fb9c35d](fb9c35dda9))

* feat: testing createzip script

* feat: testing createzip script

* feat: testing createzip script

* feat: testing createzip script

* feat: testing createzip script

* feat: testing createzip script

* feat: testing createzip script

* feat: testing createzip script

* feat: testing createzip script

* feat: testing createzip script

* feat: testing createzip script

* chore(minor): 1.4.0-create-zip.3 [skip ci]

## [1.4.0-create-zip.3](https://github.com/lorow/OpenIris/compare/v1.4.0-create-zip.2...v1.4.0-create-zip.3) (2023-01-31)

### 🍕 Features

* testing createzip script ([1a3ba1b](1a3ba1b47f))
* testing createzip script ([3094c29](3094c29d1f))
* testing createzip script ([af89d4d](af89d4d380))
* testing createzip script ([35bb0f2](35bb0f2935))
* testing createzip script ([ab196c5](ab196c56ac))
* testing createzip script ([c63e223](c63e223002))
* testing createzip script ([9d3fd65](9d3fd65d6f))
* testing createzip script ([ef652f4](ef652f4a92))
* testing createzip script ([bcef340](bcef34014d))
* testing createzip script ([8d4d5cc](8d4d5cc170))
* testing createzip script ([fd6ccdc](fd6ccdcae1))

* fix offset order bug

* fix: firmware binary bundling bug

* chore(patch): 1.4.0-create-zip.4 [skip ci]

## [1.4.0-create-zip.4](https://github.com/lorow/OpenIris/compare/v1.4.0-create-zip.3...v1.4.0-create-zip.4) (2023-02-01)

### 🐛 Bug Fixes

* firmware binary bundling bug ([6004cdf](6004cdf9b7))

* no-release: cleanup script

* refactor: cleanup script

* chore(patch): 1.4.0-create-zip.5 [skip ci]

## [1.4.0-create-zip.5](https://github.com/lorow/OpenIris/compare/v1.4.0-create-zip.4...v1.4.0-create-zip.5) (2023-02-02)

### 🧑‍💻 Code Refactoring

* cleanup script ([a2202d6](a2202d6288))

* feat: add detection of environment variable

* chore(minor): 1.4.0-create-zip.6 [skip ci]

## [1.4.0-create-zip.6](https://github.com/lorow/OpenIris/compare/v1.4.0-create-zip.5...v1.4.0-create-zip.6) (2023-02-02)

### 🍕 Features

* add detection of environment variable ([ca8080e](ca8080e7f1))

* refactor: prepare for merge

---------

Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
2023-02-02 10:43:53 +00:00
ZanzyTHEbar
c8e4bb6fcd ci(ci-actions): fix semver release step 2023-01-18 14:08:21 +00:00
ZanzyTHEbar
5bf781548c ci(ci-actions): fix cleanup step 2023-01-18 14:03:37 +00:00
ZanzyTHEbar
0f6b299fc8 ci(ci-actions): fix cleanup
- add changelog support
2023-01-18 14:02:19 +00:00
ZanzyTHEbar
3d243febe6 ci(ci-actions): add autoamated cleanup stage 2023-01-18 13:25:22 +00:00
ZanzyTHEbar
6c8664c425 refactor: factor out autoversioning.py
and fix build yml

BREAKING CHANGE
2023-01-11 19:27:54 +00:00
ZanzyTHEbar
89767aff92 ci(ci-semver): testing semver release of bins 2023-01-11 18:49:44 +00:00
ZanzyTHEbar
2ad57f2ad8 ci(ci-semver): testing semver release of bins 2023-01-11 18:42:00 +00:00
ZanzyTHEbar
c16f7f1112 ci(ci-semver): testing semver release of bins 2023-01-11 18:34:02 +00:00
ZanzyTHEbar
e70d092afa ci(ci-semver): add semver release for binaries 2023-01-08 20:57:22 +00:00
ZanzyTHEbar
1e2960f793 ci(ci-semver): add semver release for binaries 2023-01-08 20:41:31 +00:00
ZanzyTHEbar
b899818984 update
- remove second action file
- update names for environments
2022-12-31 02:52:50 +00:00
ZanzyTHEbar
982a067c8c Merge branch 'feature/mdns-autodiscovery' of https://github.com/lorow/OpenIris 2022-12-31 02:27:47 +00:00
ZanzyTHEbar
5e4e1a971c update
- actions yaml
2022-12-31 02:10:26 +00:00
clienthax
5c7027f09b
Fix CI and use double matrix (#35)
Fix pipeline failing due to typo in ArduinoJson include, Fix pin deprecation warning, Add workaround for M5Stack not having a defined camera for now
2022-12-29 23:09:55 +01:00
DaOfficialWizard
8fc9486214
Feature/esp eye support (#34)
- add support for ESP-EYE
2022-12-29 20:30:32 +01:00
ZanzyTHEbar
be1530b5c2 update
- migrate to official 1.0.0 release
2022-12-15 17:05:58 +00:00
ZanzyTHEbar
36f7bfa719 update
- fix regex tag
2022-12-15 05:20:22 +00:00
ZanzyTHEbar
ddbb8b3737 update
- fix regex tag
2022-12-15 05:12:12 +00:00
ZanzyTHEbar
9b77c8a965 add name to release 2022-12-15 03:27:56 +00:00
ZanzyTHEbar
d76525245d updte condition to run based on regex tag 2022-12-15 03:11:54 +00:00
ZanzyTHEbar
16f34be0ac set custom retention 2022-12-15 03:02:25 +00:00
ZanzyTHEbar
9a6bdc3549 update environment variable usage 2022-12-15 02:57:09 +00:00
ZanzyTHEbar
8feed9bc9a update environment variable usage 2022-12-15 02:48:59 +00:00
ZanzyTHEbar
4bb0d6d5e8 update environment variable usage 2022-12-15 02:44:09 +00:00
ZanzyTHEbar
491f724142 update environment variable usage 2022-12-15 02:31:26 +00:00
ZanzyTHEbar
07898f910f update environment variable usage 2022-12-15 02:26:56 +00:00
ZanzyTHEbar
1eb6a9609c update environment variable usage 2022-12-15 02:21:59 +00:00
ZanzyTHEbar
270561a025 update 2022-12-15 02:17:45 +00:00
ZanzyTHEbar
c202ee2a78 update 2022-12-15 02:15:02 +00:00
ZanzyTHEbar
feee0bd0fa update 2022-12-15 02:07:35 +00:00
ZanzyTHEbar
d095487650 update 2022-12-15 02:04:58 +00:00