Skip to content

Commit

Permalink
Upload mtb-example-pmg1-8-bit-saradc-basic [2336]
Browse files Browse the repository at this point in the history
  • Loading branch information
gitlab-runner committed Apr 9, 2024
1 parent 7300885 commit 4f87378
Show file tree
Hide file tree
Showing 4 changed files with 545 additions and 130 deletions.
31 changes: 18 additions & 13 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,30 +10,39 @@
# ModusToolbox library repos or information about library dependencies
libs/

# Eclipse IDE for ModusToolbox files
.metadata/
# .cyignore
# .settings/
# .cproject
# .project
# .mtbLaunchConfigs/
# Uncomment below line if you want to lock the library versions for your application
# !locking_commit.log

# ModusToolbox Configurator generated code
# ModusToolbox Configurator generated code and lock file
GeneratedSource/
*.lock
.mtbqueryapi

# ModusToolbox BSP files. Any custom BSP file for code examples is shipped within the 'templates' folder
# bsps/

# ModusToolbox build system output
build/
Debug/
Release/
*_build/

# Eclipse IDE for ModusToolbox files. Comment those files if you want to track them
.metadata/
.settings/
.cproject
.project
.mtbLaunchConfigs/
makefile.init

# Visual Studio Code
openocd.tcl
.vscode/
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# *.code-workspace

# IAR Embedded Workbench files

Expand Down Expand Up @@ -95,7 +104,7 @@ Backup*
*.cpdsc
*.gpdsc

# uVision Project file (generated by uVision). Uncomment this if do not want to track the Keil uVision project file
# uVision Project file (generated by uVision). Uncomment this if you do not want to track the Keil uVision project file
# *.uvprojx (is used to build the project from scratch)

# Project options file (contains information about the debugger and trace configuration)
Expand All @@ -114,10 +123,6 @@ Backup*
*.lst
*.map

# Eclipse workspace/user-specific files/settings/caches
.metadata/
# .settings/

# Vi and Emacs backup files
*~
\#*\#
Expand Down
Loading

0 comments on commit 4f87378

Please sign in to comment.