From 7165258602f40db4a98b65be1d042091a8fde2f1 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Sun, 13 Feb 2022 12:12:24 +0100 Subject: [PATCH] Update changelogs --- CHANGELOG.md | 3 ++- RELEASENOTES.md | 3 ++- lib/lib_i2c/Adafruit_BusIO/.travis.yml | 23 ----------------------- lib/lib_i2c/Adafruit_BusIO/CMakeLists.txt | 11 ----------- lib/lib_i2c/Adafruit_BusIO/component.mk | 1 - 5 files changed, 4 insertions(+), 37 deletions(-) delete mode 100644 lib/lib_i2c/Adafruit_BusIO/.travis.yml delete mode 100644 lib/lib_i2c/Adafruit_BusIO/CMakeLists.txt delete mode 100644 lib/lib_i2c/Adafruit_BusIO/component.mk diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e7407f53..2310003f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,8 @@ All notable changes to this project will be documented in this file. - ESP32 integrate Homekit in Bluetooth binary (#14818) ### Changed -- ESP32 update the internal Berry type system to sync with Skiars Berry reopsitory. No expected impact on code, but .bec files need to be generated again. (#14811) +- Adafruit BusIO library from v1.0.10 to v1.11.0 +- ESP32 update the internal Berry type system to sync with Skiars Berry repository. No expected impact on code, but .bec files need to be generated again. (#14811) - ESP32 LVGL library from v8.1.0 to v8.2.0 - ESP32 NimBLE library from v1.3.3 to v1.3.6 diff --git a/RELEASENOTES.md b/RELEASENOTES.md index d7b33fd38..0d001f05d 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -111,9 +111,10 @@ The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmo ### Breaking Changed ### Changed +- Adafruit BusIO library from v1.0.10 to v1.11.0 - ESP32 LVGL library from v8.1.0 to v8.2.0 - ESP32 NimBLE library from v1.3.3 to v1.3.6 -- ESP32 update the internal Berry type system to sync with Skiars Berry reopsitory. No expected impact on code, but .bec files need to be generated again [#14811](https://github.com/arendst/Tasmota/issues/14811) +- ESP32 update the internal Berry type system to sync with Skiars Berry repository. No expected impact on code, but .bec files need to be generated again [#14811](https://github.com/arendst/Tasmota/issues/14811) ### Fixed - SSPM energy yesterday when zero diff --git a/lib/lib_i2c/Adafruit_BusIO/.travis.yml b/lib/lib_i2c/Adafruit_BusIO/.travis.yml deleted file mode 100644 index 40754054e..000000000 --- a/lib/lib_i2c/Adafruit_BusIO/.travis.yml +++ /dev/null @@ -1,23 +0,0 @@ -language: c -sudo: false -cache: - directories: - - ~/arduino_ide - - ~/.arduino15/packages/ -git: - depth: false - quiet: true -env: - global: - - PRETTYNAME="Adafruit BusIO Library" - -before_install: - - source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh) - -script: - - build_main_platforms - -# Generate and deploy documentation -after_success: - - source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/library_check.sh) - - source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/doxy_gen_and_deploy.sh) \ No newline at end of file diff --git a/lib/lib_i2c/Adafruit_BusIO/CMakeLists.txt b/lib/lib_i2c/Adafruit_BusIO/CMakeLists.txt deleted file mode 100644 index 880b1aa99..000000000 --- a/lib/lib_i2c/Adafruit_BusIO/CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ -# Adafruit Bus IO Library -# https://github.com/adafruit/Adafruit_BusIO -# MIT License - -cmake_minimum_required(VERSION 3.5) - -idf_component_register(SRCS "Adafruit_I2CDevice.cpp" "Adafruit_BusIO_Register.cpp" "Adafruit_SPIDevice.cpp" - INCLUDE_DIRS "." - REQUIRES arduino) - -project(Adafruit_BusIO) diff --git a/lib/lib_i2c/Adafruit_BusIO/component.mk b/lib/lib_i2c/Adafruit_BusIO/component.mk deleted file mode 100644 index 049f190ee..000000000 --- a/lib/lib_i2c/Adafruit_BusIO/component.mk +++ /dev/null @@ -1 +0,0 @@ -COMPONENT_ADD_INCLUDEDIRS = .