Skip to content

Commit

Permalink
Merge pull request #564 from UncleRus/bugfix/pcf8563-add-bm8563
Browse files Browse the repository at this point in the history
fix: describe support for bm8563 in pcf8563 driver
  • Loading branch information
UncleRus authored Aug 18, 2023
2 parents b9d8b5e + 2733b9e commit f72ffcf
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ or [GitLab examples](https://gitlab.com/UncleRus/esp-idf-lib/tree/master/example
| **ds1302** | Driver for DS1302 RTC module | BSD-3-Clause | esp32, esp8266, esp32s2, esp32c3 | no |
| **ds1307** | Driver for DS1307 RTC module | BSD-3-Clause | esp32, esp8266, esp32s2, esp32c3 | yes |
| **ds3231** | Driver for DS1337 RTC and DS3231 high precision RTC module | MIT | esp32, esp8266, esp32s2, esp32c3 | yes |
| **pcf8563** | Driver for PCF8563 real-time clock/calendar | BSD-3-Clause | esp32, esp8266, esp32s2, esp32c3 | yes |
| **pcf8563** | Driver for PCF8563 (BM8563) real-time clock/calendar | BSD-3-Clause | esp32, esp8266, esp32s2, esp32c3 | yes |


### Temperature sensors
Expand Down
2 changes: 1 addition & 1 deletion components/pcf8563/.eil.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: pcf8563
description: Driver for PCF8563 real-time clock/calendar
description: Driver for PCF8563 (BM8563) real-time clock/calendar
version: 1.0.0
groups:
- rtc
Expand Down
2 changes: 1 addition & 1 deletion components/pcf8563/pcf8563.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
/**
* @file pcf8563.c
*
* ESP-IDF driver for PCF8563 real-time clock/calendar
* ESP-IDF driver for PCF8563 (BM8563) real-time clock/calendar
*
* Copyright (c) 2020 Ruslan V. Uss <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion components/pcf8563/pcf8563.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* @defgroup pcf8563 pcf8563
* @{
*
* ESP-IDF driver for PCF8563 real-time clock/calendar
* ESP-IDF driver for PCF8563 (BM8563) real-time clock/calendar
*
* Copyright (c) 2020 Ruslan V. Uss <[email protected]>
*
Expand Down
2 changes: 2 additions & 0 deletions docs/source/chips.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ Supported devices
+---------------+----------------------------------------+----------------------+
| PCF8563 | NXP | :ref:`pcf8563` |
+---------------+----------------------------------------+----------------------+
| BM8563 | GATEMODE | :ref:`pcf8563` |
+---------------+----------------------------------------+----------------------+
| PCF8574 | NXP | :ref:`pcf8574` |
+---------------+----------------------------------------+----------------------+
| PCF8575 | NXP | :ref:`pcf8575` |
Expand Down
5 changes: 2 additions & 3 deletions docs/source/groups/pcf8563.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
.. _pcf8563:

pcf8563 - Driver for PCF8563 real-time clock/calendar
=====================================================
pcf8563 - Driver for PCF8563 (BM8563) real-time clock/calendar
==============================================================

.. doxygengroup:: pcf8563
:members:

0 comments on commit f72ffcf

Please sign in to comment.