This commit is contained in:
XPS\Micro 2024-08-04 07:22:23 +02:00
commit 8aa679a7ad
2 changed files with 3 additions and 3 deletions

View File

@ -42,7 +42,7 @@ This library facilitates EEPROM emulation on microcontrollers by selecting the l
- - [X] STM32WL - - [X] STM32WL
- - [ ] STM32WBA - - [ ] STM32WBA
--- ---
* Install Library from https://gitea.iotxs.de/RainerWieland/EEE4STM32/raw/branch/master/RWD-EEE4STM32.pdsc * Install Library from https://gitea.iotxs.de/RainerWieland/EEE4STM32/raw/branch/master/STM32-PACK/RWD-EEE4STM32.pdsc
* Add and enable it. * Add and enable it.
* It does not need to any configuration. This Library Select the latest page/sector of the MCU. * It does not need to any configuration. This Library Select the latest page/sector of the MCU.
* Generate Code. * Generate Code.

View File

@ -3,7 +3,7 @@
<vendor>RainerWieland</vendor> <vendor>RainerWieland</vendor>
<name>I-CUBE-EEE4STM32</name> <name>I-CUBE-EEE4STM32</name>
<description>EEPROM Emulation Driver for STM32</description> <description>EEPROM Emulation Driver for STM32</description>
<url>https://github.com/nimaltd/STM32-PACK/raw/main/EE/</url> <url>https://gitea.iotxs.de/RainerWieland/EEE4STM32/src/branch/master/STM32-PACK/</url>
<license>LICENSE.txt</license> <license>LICENSE.txt</license>
<releases> <releases>
<release date="2024-08-03" version="1.0.0">- First Version</release> <release date="2024-08-03" version="1.0.0">- First Version</release>
@ -15,7 +15,7 @@
<description Cclass="Driver">Driver</description> <description Cclass="Driver">Driver</description>
</taxonomy> </taxonomy>
<components> <components>
<component Cclass="Driver" Cgroup="RWD" Cversion="1.0.0" maxInstances="1"> <component Cclass="Driver" Cgroup="EEE4STM32" Cversion="1.0.0" maxInstances="1">
<description>EEPROM Emulation Driver</description> <description>EEPROM Emulation Driver</description>
<files> <files>
<file category="source" name="Middlewares/Third_Party/EEE4STM32/EEE4STM32.c"/> <file category="source" name="Middlewares/Third_Party/EEE4STM32/EEE4STM32.c"/>