]> git.earman.xyz Git - sensor-watch.git/commitdiff
update gitgnore
authorWillian Paixao <willian@ufpa.br>
Sun, 5 Dec 2021 17:37:44 +0000 (18:37 +0100)
committerWillian Paixao <willian@ufpa.br>
Sat, 11 Dec 2021 18:50:49 +0000 (19:50 +0100)
.github/workflows/main.yml
.gitignore
Doxyfile
apps/accelerometer-test/make/.gitignore [deleted file]
apps/beats-time/make/.gitignore [deleted file]
apps/buzzer-test/make/.gitignore [deleted file]
apps/spi-test/make/.gitignore [deleted file]
apps/starter-project/make/.gitignore [deleted file]

index ba48557096b4c808b2615619c8c426a2bf5314d4..f07c5db04260ecf984cebdb76ed5c4ebbdf87b8f 100644 (file)
@@ -10,7 +10,11 @@ jobs:
     steps:
       - name: Checkout
         uses: actions/checkout@v2
-      - name: Compile Starter Project
+      - name: Compile beats-time app
         run: make
         working-directory: 'apps/beats-time/make'
-
+      - name: Upload UF2
+        uses: actions/upload-artifact@v2
+        with:
+          name: watch.uf2
+          path: apps/beats-time/make/build/watch.uf2
index 4c97e2d4d9a4120fd4716dcc4e1fa1c9ff243444..6c5ca6304893e204858ce84079f2e000f725b53a 100644 (file)
@@ -1,17 +1,18 @@
-.DS_Store
-*.s#*
+**/build/
 *.b#*
-*.pro
-*.job
-
 *.bin
+*.d
 *.elf
 *.hex
+*.job
 *.lss
 *.map
+*.o
+*.pro
+*.s#*
 *.uf2
 *srec
-*.o
-*.d
+.DS_Store
 .vs
 .vscode
+docs/
\ No newline at end of file
index da7101957de17e4d53bd862cf21fc979d96cdf24..7f04a04776bc1fca7a90604534ffd996fe7b0f28 100644 (file)
--- a/Doxyfile
+++ b/Doxyfile
@@ -8,7 +8,7 @@ PROJECT_NAME           = "Sensor Watch"
 PROJECT_NUMBER         = "0.0.0"
 PROJECT_BRIEF          = "A board replacement for the classic Casio F-91W wristwatch, powered by a Microchip SAM L22 microcontroller."
 PROJECT_LOGO           =
-OUTPUT_DIRECTORY       = "../Sensor-Watch-Documentation"
+OUTPUT_DIRECTORY       = "."
 CREATE_SUBDIRS         = NO
 ALLOW_UNICODE_NAMES    = NO
 OUTPUT_LANGUAGE        = English
diff --git a/apps/accelerometer-test/make/.gitignore b/apps/accelerometer-test/make/.gitignore
deleted file mode 100755 (executable)
index 567609b..0000000
+++ /dev/null
@@ -1 +0,0 @@
-build/
diff --git a/apps/beats-time/make/.gitignore b/apps/beats-time/make/.gitignore
deleted file mode 100755 (executable)
index 3722ac6..0000000
+++ /dev/null
@@ -1 +0,0 @@
-build/\r
diff --git a/apps/buzzer-test/make/.gitignore b/apps/buzzer-test/make/.gitignore
deleted file mode 100755 (executable)
index 3722ac6..0000000
+++ /dev/null
@@ -1 +0,0 @@
-build/\r
diff --git a/apps/spi-test/make/.gitignore b/apps/spi-test/make/.gitignore
deleted file mode 100755 (executable)
index 3722ac6..0000000
+++ /dev/null
@@ -1 +0,0 @@
-build/\r
diff --git a/apps/starter-project/make/.gitignore b/apps/starter-project/make/.gitignore
deleted file mode 100755 (executable)
index 3722ac6..0000000
+++ /dev/null
@@ -1 +0,0 @@
-build/\r