Compare commits

...

4 commits

Author SHA1 Message Date
Max Jakobitsch 267fcc7b66
Merge a44d00acdc into 8598142c27 2024-10-09 23:02:25 +02:00
NeroBurner 8598142c27
Remove unused submodule QCBOR (#2138)
Some checks failed
CI / build-firmware (push) Successful in 5m57s
CI / build-simulator (push) Failing after 3s
CI / get-base-ref-size (push) Has been skipped
CI / Compare build size (push) Has been skipped
The submodule isn't used anymore. Remove the submodule reference
completely.
2024-10-09 20:26:08 +02:00
Max Jakobitsch a44d00acdc Apply suggestions from code review
add reminder why this is necessary directly to file

Co-authored-by: NeroBurner <pyro4hell@gmail.com>
2024-09-19 02:26:35 +02:00
Max-Julian Jakobitsch 8020c97c09 fix: eol settings
only affects windows users
2024-09-19 02:26:35 +02:00
3 changed files with 3 additions and 6 deletions

5
.gitattributes vendored
View file

@ -1,8 +1,9 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
# Prevent build errors on non lf systems (like Windows), we need files with lf as newlines.
* text=auto eol=lf
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
# to lf line endings on checkout.
*.c text
*.cpp text
*.h text

3
.gitmodules vendored
View file

@ -4,9 +4,6 @@
[submodule "src/libs/littlefs"]
path = src/libs/littlefs
url = https://github.com/littlefs-project/littlefs.git
[submodule "src/libs/QCBOR"]
path = src/libs/QCBOR
url = https://github.com/laurencelundblade/QCBOR.git
[submodule "src/libs/arduinoFFT"]
path = src/libs/arduinoFFT
url = https://github.com/kosme/arduinoFFT.git

@ -1 +0,0 @@
Subproject commit 56b17bf9f74096774944bcac0829adcd887d391e