feat: rcc522 card reader

This commit is contained in:
2025-03-20 04:30:01 +08:00
parent 05dc5e3f53
commit 2fd2a63235
5 changed files with 105 additions and 72 deletions

28
.idea/workspace.xml generated
View File

@ -22,17 +22,18 @@
<config projectName="IntelliChargingPile" targetName="IntelliChargingPile.elf" />
</generated>
</component>
<component name="CMakeSettings">
<component name="CMakeSettings" AUTO_RELOAD="true">
<configurations>
<configuration PROFILE_NAME="Debug" ENABLED="true" CONFIG_NAME="Debug" />
<configuration PROFILE_NAME="Debug" ENABLED="true" CONFIG_NAME="Debug" GENERATION_OPTIONS="-DCMAKE_EXE_LINKER_FLAGS:STRING=--specs=nano.specs" />
</configurations>
</component>
<component name="ChangeListManager">
<list default="true" id="56631632-52f0-4e39-b905-89e46eb6e768" name="Changes" comment="initial commit: oled, rc522, exti">
<change afterPath="$PROJECT_DIR$/Core/Inc/retarget.h" afterDir="false" />
<change afterPath="$PROJECT_DIR$/Core/Src/retarget.c" afterDir="false" />
<list default="true" id="56631632-52f0-4e39-b905-89e46eb6e768" name="Changes" comment="feat: usart retarget">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Core/Src/gpio.c" beforeDir="false" afterPath="$PROJECT_DIR$/Core/Src/gpio.c" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Core/Src/main.c" beforeDir="false" afterPath="$PROJECT_DIR$/Core/Src/main.c" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Core/Src/rc522.c" beforeDir="false" afterPath="$PROJECT_DIR$/Core/Src/rc522.c" afterDir="false" />
<change beforePath="$PROJECT_DIR$/IntelliChargingPile.ioc" beforeDir="false" afterPath="$PROJECT_DIR$/IntelliChargingPile.ioc" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
@ -85,7 +86,7 @@
"node.js.selected.package.eslint": "(autodetect)",
"node.js.selected.package.tslint": "(autodetect)",
"nodejs_package_manager_path": "npm",
"settings.editor.selected.configurable": "com.jetbrains.cidr.embedded.config",
"settings.editor.selected.configurable": "CMakeSettings",
"vue.rearranger.settings.migration": "true"
}
}]]></component>
@ -129,7 +130,7 @@
<workItem from="1742375147816" duration="297000" />
<workItem from="1742375453292" duration="8414000" />
<workItem from="1742385111843" duration="9995000" />
<workItem from="1742408425253" duration="828000" />
<workItem from="1742408425253" duration="7279000" />
</task>
<task id="LOCAL-00001" summary="initial commit: oled, rc522, exti">
<option name="closed" value="true" />
@ -139,7 +140,15 @@
<option name="project" value="LOCAL" />
<updated>1742407507479</updated>
</task>
<option name="localTasksCounter" value="2" />
<task id="LOCAL-00002" summary="feat: usart retarget">
<option name="closed" value="true" />
<created>1742409329840</created>
<option name="number" value="00002" />
<option name="presentableId" value="LOCAL-00002" />
<option name="project" value="LOCAL" />
<updated>1742409329840</updated>
</task>
<option name="localTasksCounter" value="3" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
@ -152,6 +161,7 @@
</component>
<component name="VcsManagerConfiguration">
<MESSAGE value="initial commit: oled, rc522, exti" />
<option name="LAST_COMMIT_MESSAGE" value="initial commit: oled, rc522, exti" />
<MESSAGE value="feat: usart retarget" />
<option name="LAST_COMMIT_MESSAGE" value="feat: usart retarget" />
</component>
</project>