Skip to content

Commit

Permalink
Merge pull request #4 from ElectronicCats/dev
Browse files Browse the repository at this point in the history
Release v1.1.0.0
  • Loading branch information
sabas1080 authored Aug 1, 2024
2 parents 914ffb2 + 931c058 commit f679a77
Show file tree
Hide file tree
Showing 3,619 changed files with 919,917 additions and 21,083 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
16 changes: 16 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
# options: https://clang.llvm.org/docs/ClangFormatStyleOptions.html
BasedOnStyle: chromium
IndentWidth: 2
# Must be 80 characters or less!
# ColumnLimit: 80
# does (int) x instead of (int)x
SpaceAfterCStyleCast: true
# spaces, not tabs!
UseTab: Never
#
AlignTrailingComments: true
# #define SHORT_NAME 42
# #define LONGER_NAME 0x007f # does nice spacing for macros
AlignConsecutiveMacros: Consecutive
IndentPPDirectives: BeforeHash
11 changes: 10 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ _autosave-*
*-save.pro
*-save.kicad_pcb
fp-info-cache
hardware/**/~*.lck

# Netlist files (exported from Eeschema)
*.net
Expand All @@ -34,9 +35,17 @@ hardware/minino-backups/
# Firmware binaries
/**/build/
/**/managed_components/
/**/build_files/
/**/build_files.tgz
/**/build_files.zip

# IDF sdkconfig
/**/sdkconfig
/**/sdkconfig.old
/**/dependencies.lock

# CPL file in csv
minino-all-pos.csv

# Gerber
/**/MININO_GERBER
/**/MININO_GERBER
4 changes: 3 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ repos:
- id: clang-format
types_or: [c++, c]
args: ['--style=file']
exclude: ^firmware/components/openthread
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v3.2.0
hooks:
- id: conventional-pre-commit
stages: [commit-msg]
args: []
args: []
exclude: ^firmware/components/openthread
1 change: 0 additions & 1 deletion examples/Arduino/Menu/DetectAirTags.h

This file was deleted.

88 changes: 0 additions & 88 deletions examples/Arduino/Menu/DetectAirTags.ino

This file was deleted.

47 changes: 0 additions & 47 deletions examples/Arduino/Menu/Keyboard.cpp

This file was deleted.

18 changes: 0 additions & 18 deletions examples/Arduino/Menu/Keyboard.h

This file was deleted.

4 changes: 0 additions & 4 deletions examples/Arduino/Menu/Layer.h

This file was deleted.

16 changes: 0 additions & 16 deletions examples/Arduino/Menu/Makefile

This file was deleted.

147 changes: 0 additions & 147 deletions examples/Arduino/Menu/Menu.ino

This file was deleted.

Loading

0 comments on commit f679a77

Please sign in to comment.