Initial Setup
This commit is contained in:
parent
4960f0fd05
commit
be289e18ac
4
.github/FUNDING.yml
vendored
4
.github/FUNDING.yml
vendored
|
@ -1,10 +1,10 @@
|
||||||
# These are supported funding model platforms
|
# These are supported funding model platforms
|
||||||
|
|
||||||
|
|
||||||
github: [nimaltd]
|
github: [rwd]
|
||||||
patreon: # Replace with a single Patreon username
|
patreon: # Replace with a single Patreon username
|
||||||
open_collective: # Replace with a single Open Collective 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
|
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
|
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
|
||||||
otechie: # Replace with a single Otechie username
|
otechie: # Replace with a single Otechie username
|
||||||
|
|
BIN
STM32-PACK/RWD-EEE4STM32.1.0.0.pack
Normal file
BIN
STM32-PACK/RWD-EEE4STM32.1.0.0.pack
Normal file
Binary file not shown.
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
<?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">
|
<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>
|
<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://github.com/nimaltd/STM32-PACK/raw/main/EE/</url>
|
||||||
|
@ -18,8 +18,8 @@
|
||||||
<component Cclass="Driver" Cgroup="RWD" Cversion="1.0.0" maxInstances="1">
|
<component Cclass="Driver" Cgroup="RWD" 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/EE/ee.c"/>
|
<file category="source" name="Middlewares/Third_Party/EEE4STM32/EEE4STM32.c"/>
|
||||||
<file category="header" name="Middlewares/Third_Party/EE/ee.h"/>
|
<file category="header" name="Middlewares/Third_Party/EEE4STM32/EEE4STM32.h"/>
|
||||||
</files>
|
</files>
|
||||||
</component>
|
</component>
|
||||||
</components>
|
</components>
|
Loading…
Reference in New Issue
Block a user