Skip to content
This repository has been archived by the owner on Nov 3, 2024. It is now read-only.

Commit

Permalink
Merge dev updates to master (0.1.0 release)
Browse files Browse the repository at this point in the history
PR #117
  • Loading branch information
CAP1Sup authored Jan 29, 2022
2 parents f292d5d + 43afc27 commit e88caa9
Show file tree
Hide file tree
Showing 55 changed files with 6,692 additions and 1,374 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
**/c_cpp_properties.json
.vscode/launch.json
.vscode/ipch
Kicad/**/*-bak
Kicad/**/*-cache*
Kicad/**/*.dcm
Kicad/**/_autosave*
Kicad/**/*.bck
STM32CubeMX/STM32F103CBTx_LQFP48/Core*
STM32CubeMX/STM32F103CBTx_LQFP48/Drivers*
STM32CubeMX/STM32F103CBTx_LQFP48/EWARM*
Expand Down
25 changes: 24 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,30 @@
"cstdint": "cpp",
"random": "cpp",
"iosfwd": "cpp",
"streambuf": "cpp"
"streambuf": "cpp",
"cctype": "cpp",
"clocale": "cpp",
"cstdarg": "cpp",
"cstdio": "cpp",
"cstdlib": "cpp",
"cwchar": "cpp",
"cwctype": "cpp",
"exception": "cpp",
"iterator": "cpp",
"memory_resource": "cpp",
"numeric": "cpp",
"system_error": "cpp",
"tuple": "cpp",
"type_traits": "cpp",
"utility": "cpp",
"fstream": "cpp",
"istream": "cpp",
"ostream": "cpp",
"sstream": "cpp",
"stdexcept": "cpp",
"cinttypes": "cpp",
"typeinfo": "cpp",
"config_adv.h": "cpp"
},
"cSpell.words": [
"CANID",
Expand Down
1 change: 0 additions & 1 deletion Kicad/BTTS42Bv2/BTTS42Bv2.kicad_pcb

This file was deleted.

43 changes: 0 additions & 43 deletions Kicad/BTTS42Bv2/BTTS42Bv2.pro

This file was deleted.

File renamed without changes.
File renamed without changes.
Loading

0 comments on commit e88caa9

Please sign in to comment.