From bd32fc10a7e12d01a43cc47610af49b3f36f7bff Mon Sep 17 00:00:00 2001 From: SMFSW Date: Wed, 30 Apr 2025 23:25:34 +0200 Subject: [PATCH] - .github gh-pages workflow added (generate doxygen doc & push) - Removal of unneeded .travis.yml & references (not used anymore) --- .gitignore | 0 .travis.yml | 29 ------------------- Doxyfile | 0 Doxyfile.auto | 0 LICENSE | 0 README.md | 2 +- ReleaseNotes.md | 0 examples/ci2c_advanced/ci2c_advanced.ino | 0 .../ci2c_master_read/ci2c_master_read.ino | 0 .../ci2c_master_write/ci2c_master_write.ino | 0 keywords.txt | 0 library.properties | 0 src/ci2c.c | 0 src/ci2c.h | 0 14 files changed, 1 insertion(+), 30 deletions(-) mode change 100755 => 100644 .gitignore delete mode 100755 .travis.yml mode change 100755 => 100644 Doxyfile mode change 100755 => 100644 Doxyfile.auto mode change 100755 => 100644 LICENSE mode change 100755 => 100644 README.md mode change 100755 => 100644 ReleaseNotes.md mode change 100755 => 100644 examples/ci2c_advanced/ci2c_advanced.ino mode change 100755 => 100644 examples/ci2c_master_read/ci2c_master_read.ino mode change 100755 => 100644 examples/ci2c_master_write/ci2c_master_write.ino mode change 100755 => 100644 keywords.txt mode change 100755 => 100644 library.properties mode change 100755 => 100644 src/ci2c.c mode change 100755 => 100644 src/ci2c.h diff --git a/.gitignore b/.gitignore old mode 100755 new mode 100644 diff --git a/.travis.yml b/.travis.yml deleted file mode 100755 index 6119218..0000000 --- a/.travis.yml +++ /dev/null @@ -1,29 +0,0 @@ -language: c - -addons: - apt: - packages: - - graphviz - -# Blacklist -branches: - except: - - gh-pages - -env: - global: - - PRETTYNAME="cI2C: Arduino Hardware I2C for AVR (in plain c)" - - GH_REPO_NAME: cI2C - - GH_REPO_REF: github.com/SMFSW/cI2C.git - - DOXYFILE: $TRAVIS_BUILD_DIR/Doxyfile.auto - -before_install: - - source <(curl -SLs https://raw.githubusercontent.com/SMFSW/travis-ci-arduino/master/install.sh) - -script: - - build_avr_platforms - -# Generate and deploy documentation -after_success: - - source <(curl -SLs https://raw.githubusercontent.com/SMFSW/travis-ci-arduino/master/library_check.sh) - - source <(curl -SLs https://raw.githubusercontent.com/SMFSW/travis-ci-arduino/master/doxy_gen_and_deploy.sh) diff --git a/Doxyfile b/Doxyfile old mode 100755 new mode 100644 diff --git a/Doxyfile.auto b/Doxyfile.auto old mode 100755 new mode 100644 diff --git a/LICENSE b/LICENSE old mode 100755 new mode 100644 diff --git a/README.md b/README.md old mode 100755 new mode 100644 index 21f8a46..026f029 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# cI2C [![Build Status](https://travis-ci.com/SMFSW/cI2C.svg?branch=master)](https://travis-ci.com/SMFSW/cI2C) +# cI2C Arduino Hardware I2C for AVR (plain c) diff --git a/ReleaseNotes.md b/ReleaseNotes.md old mode 100755 new mode 100644 diff --git a/examples/ci2c_advanced/ci2c_advanced.ino b/examples/ci2c_advanced/ci2c_advanced.ino old mode 100755 new mode 100644 diff --git a/examples/ci2c_master_read/ci2c_master_read.ino b/examples/ci2c_master_read/ci2c_master_read.ino old mode 100755 new mode 100644 diff --git a/examples/ci2c_master_write/ci2c_master_write.ino b/examples/ci2c_master_write/ci2c_master_write.ino old mode 100755 new mode 100644 diff --git a/keywords.txt b/keywords.txt old mode 100755 new mode 100644 diff --git a/library.properties b/library.properties old mode 100755 new mode 100644 diff --git a/src/ci2c.c b/src/ci2c.c old mode 100755 new mode 100644 diff --git a/src/ci2c.h b/src/ci2c.h old mode 100755 new mode 100644