diff options
| author | hathach <[email protected]> | 2026-07-24 15:28:44 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2026-07-24 15:28:44 +0700 |
| commit | d9268d1e19fe7073f49af411fd9c6fa256099d3a (patch) | |
| tree | 1c59427f07ae10f8b0b0b13c001185a6eb3c3fda | |
| parent | 154999dbac95484f3f9a02cbf7a7277d89e1e0e9 (diff) | |
docs: drop remaining stray .idea modifications (code-review follow-up)
misc.xml CMakePythonSetting + vcs.xml Pico-PIO-USB mapping churn were
IDE-local and unrelated; .idea now matches master exactly.
| -rw-r--r-- | .idea/misc.xml | 5 | ||||
| -rw-r--r-- | .idea/vcs.xml | 1 |
2 files changed, 2 insertions, 4 deletions
diff --git a/.idea/misc.xml b/.idea/misc.xml index f0fcd6912..7ed4f1ab9 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,8 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <project version="4"> - <component name="CMakePythonSetting"> - <option name="pythonIntegrationState" value="YES" /> - </component> <component name="CMakeWorkspace" PROJECT_DIR="$PROJECT_DIR$/examples"> <contentRoot DIR="$PROJECT_DIR$" /> </component> @@ -11,4 +8,4 @@ <file path="$PROJECT_DIR$/hw/mcu" /> </excludeRoots> </component> -</project>
\ No newline at end of file +</project> diff --git a/.idea/vcs.xml b/.idea/vcs.xml index 94a25f7f4..d44b5516f 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -2,5 +2,6 @@ <project version="4"> <component name="VcsDirectoryMappings"> <mapping directory="$PROJECT_DIR$" vcs="Git" /> + <mapping directory="$PROJECT_DIR$/hw/mcu/raspberry_pi/Pico-PIO-USB" vcs="Git" /> </component> </project>
\ No newline at end of file |
