Initial Setup

This commit is contained in:
XPS\Micro 2024-08-03 17:32:21 +02:00
parent 4960f0fd05
commit be289e18ac
3 changed files with 5 additions and 5 deletions

4
.github/FUNDING.yml vendored
View File

@ -1,10 +1,10 @@
# These are supported funding model platforms
github: [nimaltd]
github: [rwd]
patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: nimaltd
ko_fi: rwd
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
otechie: # Replace with a single Otechie username

Binary file not shown.

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<package schemaVersion="1.7.7" xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="PACK.xsd">
<vendor>NimaLTD</vendor>
<vendor>RainerWieland</vendor>
<name>I-CUBE-EEE4STM32</name>
<description>EEPROM Emulation Driver for STM32</description>
<url>https://github.com/nimaltd/STM32-PACK/raw/main/EE/</url>
@ -18,8 +18,8 @@
<component Cclass="Driver" Cgroup="RWD" Cversion="1.0.0" maxInstances="1">
<description>EEPROM Emulation Driver</description>
<files>
<file category="source" name="Middlewares/Third_Party/EE/ee.c"/>
<file category="header" name="Middlewares/Third_Party/EE/ee.h"/>
<file category="source" name="Middlewares/Third_Party/EEE4STM32/EEE4STM32.c"/>
<file category="header" name="Middlewares/Third_Party/EEE4STM32/EEE4STM32.h"/>
</files>
</component>
</components>