From ddf3bf51c26532d2779f565281edfd0b84e450eb Mon Sep 17 00:00:00 2001 From: Willian Paixao Date: Sun, 5 Dec 2021 18:37:44 +0100 Subject: update gitgnore --- .github/workflows/main.yml | 8 ++++++-- .gitignore | 15 ++++++++------- Doxyfile | 2 +- apps/Sensor Watch Accelerometer Test/make/.gitignore | 1 - apps/Sensor Watch BME280 Project/make/.gitignore | 1 - apps/Sensor Watch Buzzer Demo/make/.gitignore | 1 - apps/Sensor Watch SPI Test/make/.gitignore | 1 - apps/Sensor Watch Starter Project/make/.gitignore | 1 - apps/beats-time/make/.gitignore | 1 - 9 files changed, 15 insertions(+), 16 deletions(-) delete mode 100755 apps/Sensor Watch Accelerometer Test/make/.gitignore delete mode 100755 apps/Sensor Watch BME280 Project/make/.gitignore delete mode 100755 apps/Sensor Watch Buzzer Demo/make/.gitignore delete mode 100755 apps/Sensor Watch SPI Test/make/.gitignore delete mode 100755 apps/Sensor Watch Starter Project/make/.gitignore delete mode 100755 apps/beats-time/make/.gitignore diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ba485570..f07c5db0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 diff --git a/.gitignore b/.gitignore index 4c97e2d4..6c5ca630 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/Doxyfile b/Doxyfile index da710195..7f04a047 100644 --- 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/Sensor Watch Accelerometer Test/make/.gitignore b/apps/Sensor Watch Accelerometer Test/make/.gitignore deleted file mode 100755 index 567609b1..00000000 --- a/apps/Sensor Watch Accelerometer Test/make/.gitignore +++ /dev/null @@ -1 +0,0 @@ -build/ diff --git a/apps/Sensor Watch BME280 Project/make/.gitignore b/apps/Sensor Watch BME280 Project/make/.gitignore deleted file mode 100755 index 3722ac63..00000000 --- a/apps/Sensor Watch BME280 Project/make/.gitignore +++ /dev/null @@ -1 +0,0 @@ -build/ diff --git a/apps/Sensor Watch Buzzer Demo/make/.gitignore b/apps/Sensor Watch Buzzer Demo/make/.gitignore deleted file mode 100755 index 3722ac63..00000000 --- a/apps/Sensor Watch Buzzer Demo/make/.gitignore +++ /dev/null @@ -1 +0,0 @@ -build/ diff --git a/apps/Sensor Watch SPI Test/make/.gitignore b/apps/Sensor Watch SPI Test/make/.gitignore deleted file mode 100755 index 3722ac63..00000000 --- a/apps/Sensor Watch SPI Test/make/.gitignore +++ /dev/null @@ -1 +0,0 @@ -build/ diff --git a/apps/Sensor Watch Starter Project/make/.gitignore b/apps/Sensor Watch Starter Project/make/.gitignore deleted file mode 100755 index 3722ac63..00000000 --- a/apps/Sensor Watch Starter Project/make/.gitignore +++ /dev/null @@ -1 +0,0 @@ -build/ diff --git a/apps/beats-time/make/.gitignore b/apps/beats-time/make/.gitignore deleted file mode 100755 index 3722ac63..00000000 --- a/apps/beats-time/make/.gitignore +++ /dev/null @@ -1 +0,0 @@ -build/ -- cgit v1.2.3