Skip to content

Commit

Permalink
mio168 sd card support
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed Dec 9, 2020
1 parent 6d8507e commit d16a9a6
Show file tree
Hide file tree
Showing 39 changed files with 54,269 additions and 53,724 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,5 @@ src/third_party/stm32_cubeide/Debug
src/third_party/stm32_cubeide/Debug (R3B3)
src/third_party/stm32_cubeide/Debug (FPGA)
src/third_party/stm32_cubeide/Release
src/third_party/stm32_truestudio/Debug
src/third_party/stm32_truestudio/Debug (R3B3)
src/third_party/stm32_truestudio/Debug (FPGA)
*.eez-project-ui-state
src/third_party/stm32_truestudio/.settings/language.settings.xml
src/third_party/stm32_cubeide/.settings/language.settings.xml
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ set(src_eez
src/eez/firmware.cpp
src/eez/debug.cpp
src/eez/file_type.cpp
src/eez/fs_driver.cpp
src/eez/hmi.cpp
src/eez/index.cpp
src/eez/keyboard.cpp
Expand All @@ -117,6 +118,7 @@ set(header_eez
src/eez/firmware.h
src/eez/debug.h
src/eez/file_type.h
src/eez/fs_driver.h
src/eez/hmi.h
src/eez/index.h
src/eez/keyboard.h
Expand Down
Loading

0 comments on commit d16a9a6

Please sign in to comment.