diff --git a/LICENSE b/LICENSE index a2f3c00..65a0583 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2019-2023 Piotr Stolarz +Copyright (c) 2019-2024 Piotr Stolarz All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/README.md b/README.md index 8a6d310..9395653 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,6 @@ [![Pico SDK builds](https://github.com/pstolarz/OneWireNg/workflows/Pico%20SDK%20builds/badge.svg?branch=master)](https://github.com/pstolarz/OneWireNg/actions/workflows/picosdk-builds.yml) [![Mbed OS builds](https://github.com/pstolarz/OneWireNg/workflows/Mbed%20OS%20builds/badge.svg?branch=master)](https://github.com/pstolarz/OneWireNg/actions/workflows/mbedos-builds.yml) [![Unit tests](https://github.com/pstolarz/OneWireNg/workflows/Unit%20tests/badge.svg?branch=master)](https://github.com/pstolarz/OneWireNg/actions/workflows/ut.yml) -[![Join the chat at https://gitter.im/pstolarz/OneWireNg](https://badges.gitter.im/pstolarz/OneWireNg.svg)](https://gitter.im/pstolarz/OneWireNg?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![PlatformIO Registry](https://badges.registry.platformio.org/packages/pstolarz/library/OneWireNg.svg)](https://registry.platformio.org/libraries/pstolarz/OneWireNg)
diff --git a/library.properties b/library.properties index cbab425..d44b21c 100644 --- a/library.properties +++ b/library.properties @@ -6,4 +6,4 @@ sentence=Arduino 1-wire service library. OneWire alternative. paragraph=Written from scratch alternative for the classic Arduino OneWire library providing: (1) fixed handling of the 1-wire bus low-level activities related to its open-drain characteristic, (2) 1-wire touch support, (3) new I/O interface with enhanced parasite powering support, (4) advanced search filtering, (5) overdrive mode support, (6) Dallas thermometers driver, (7) OneWire compatibility interface, (8) improved overall software architecture. category=Communication url=https://github.com/pstolarz/OneWireNg -architectures=avr,megaavr,esp8266,esp32,rp2040,sam,samd,samd_beta,stm32,mbed_edge,mbed_nano,mbed_nicla,mbed_opta,mbed_portenta,mbed_rp2040 +architectures=avr,megaavr,esp8266,esp32,rp2040,sam,samd,samd_beta,stm32,mbed,mbed_edge,mbed_giga,mbed_nano,mbed_nicla,mbed_opta,mbed_portenta,mbed_rp2040