chore: HERV 통합 저장소 재초기화 커밋

손상된 .git 히스토리(missing tree)로 재초기화 후 작업트리 전체 커밋.
.claude/ 만 제외(로컬 에이전트 설정). 구 저장소 백업(.git_corrupt_backup/) 포함.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
jeon
2026-06-16 09:29:03 +09:00
commit a502322188
630 changed files with 65126 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
{
"configurations": [
{
"name": "Nano100B",
"compilerPath": "C:/Program Files (x86)/GNU Arm Embedded Toolchain/10 2021.10/bin/arm-none-eabi-gcc.exe",
"compilerArgs": [
"-mcpu=cortex-m0",
"-mthumb"
],
"intelliSenseMode": "gcc-arm",
"includePath": [
"${workspaceFolder}/User",
"${workspaceFolder}/Library/CMSIS/Include",
"${workspaceFolder}/Library/Device/Nuvoton/Nano100Series/Include",
"${workspaceFolder}/Library/StdDriver/inc"
],
"defines": [],
"cStandard": "gnu11",
"cppStandard": "gnu++14",
"browse": {
"path": [
"${workspaceFolder}/User",
"${workspaceFolder}/Library"
],
"limitSymbolsToIncludedHeaders": true
}
}
],
"version": 4
}