Browse code

gitignore implemented

Louis authored on12/12/2022 18:39:44
Showing1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,36 +0,0 @@
1
-# project  configured on Sun Oct 17 20:56:53 2021 by
2
-# waf 1.7.11 (abi 98, python 20711f0 on linux2)
3
-# using /home/louis/.pebble-sdk/SDKs/current/sdk-core/pebble/waf configure
4
-#
5
-Setting top to
6
-/home/louis/pebble-dev/repos/Pebble-Watchface-Day-and-Night-Earth-Connection-master
7
-Setting out to
8
-/home/louis/pebble-dev/repos/Pebble-Watchface-Day-and-Night-Earth-Connection-master/build
9
-Checking for program webpack
10
-/home/louis/.pebble-sdk/SDKs/current/node_modules/.bin/webpack
11
-find program=['webpack'] paths=['/home/louis/.pebble-sdk/SDKs/current/node_modules/.bin'] var='WEBPACK' -> '/home/louis/.pebble-sdk/SDKs/current/node_modules/.bin/webpack'
12
-Found Pebble SDK for diorite in:
13
-/home/louis/.pebble-sdk/SDKs/current/sdk-core/pebble/diorite
14
-Checking for program gcc,cc
15
-arm-none-eabi-gcc
16
-find program=['gcc', 'cc'] paths='' var='CC' -> 'arm-none-eabi-gcc'
17
-Checking for program ar
18
-arm-none-eabi-ar
19
-find program=['ar'] paths='' var='AR' -> 'arm-none-eabi-ar'
20
-Found Pebble SDK for aplite in:
21
-/home/louis/.pebble-sdk/SDKs/current/sdk-core/pebble/aplite
22
-Checking for program gcc,cc
23
-arm-none-eabi-gcc
24
-find program=['gcc', 'cc'] paths='' var='CC' -> 'arm-none-eabi-gcc'
25
-Checking for program ar
26
-arm-none-eabi-ar
27
-find program=['ar'] paths='' var='AR' -> 'arm-none-eabi-ar'
Browse code

add aplite as pebble hardware

Louis authored on17/10/2021 20:57:00
Showing1 changed files
... ...
@@ -1,13 +1,13 @@
1
-# project  configured on Wed Oct 17 20:30:48 2018 by
2
-# waf 1.7.11 (abi 98, python 2070fc1 on linux2)
1
+# project  configured on Sun Oct 17 20:56:53 2021 by
2
+# waf 1.7.11 (abi 98, python 20711f0 on linux2)
3 3
 # using /home/louis/.pebble-sdk/SDKs/current/sdk-core/pebble/waf configure
4 4
 #
5 5
 ----------------------------------------
6 6
 Setting top to
7
-/home/louis/pebble-dev/projects/Pebble-Watchface-Day-and-Night-Earth-Connection-master
7
+/home/louis/pebble-dev/repos/Pebble-Watchface-Day-and-Night-Earth-Connection-master
8 8
 ----------------------------------------
9 9
 Setting out to
10
-/home/louis/pebble-dev/projects/Pebble-Watchface-Day-and-Night-Earth-Connection-master/build
10
+/home/louis/pebble-dev/repos/Pebble-Watchface-Day-and-Night-Earth-Connection-master/build
11 11
 ----------------------------------------
12 12
 Checking for program webpack
13 13
 /home/louis/.pebble-sdk/SDKs/current/node_modules/.bin/webpack
... ...
@@ -23,3 +23,14 @@ find program=['gcc', 'cc'] paths='' var='CC' -> 'arm-none-eabi-gcc'
23 23
 Checking for program ar
24 24
 arm-none-eabi-ar
25 25
 find program=['ar'] paths='' var='AR' -> 'arm-none-eabi-ar'
26
+----------------------------------------
27
+Found Pebble SDK for aplite in:
28
+/home/louis/.pebble-sdk/SDKs/current/sdk-core/pebble/aplite
29
+----------------------------------------
30
+Checking for program gcc,cc
31
+arm-none-eabi-gcc
32
+find program=['gcc', 'cc'] paths='' var='CC' -> 'arm-none-eabi-gcc'
33
+----------------------------------------
34
+Checking for program ar
35
+arm-none-eabi-ar
36
+find program=['ar'] paths='' var='AR' -> 'arm-none-eabi-ar'
Louis authored on17/10/2018 20:31:52
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,25 @@
1
+# project  configured on Wed Oct 17 20:30:48 2018 by
2
+# waf 1.7.11 (abi 98, python 2070fc1 on linux2)
3
+# using /home/louis/.pebble-sdk/SDKs/current/sdk-core/pebble/waf configure
4
+#
5
+----------------------------------------
6
+Setting top to
7
+/home/louis/pebble-dev/projects/Pebble-Watchface-Day-and-Night-Earth-Connection-master
8
+----------------------------------------
9
+Setting out to
10
+/home/louis/pebble-dev/projects/Pebble-Watchface-Day-and-Night-Earth-Connection-master/build
11
+----------------------------------------
12
+Checking for program webpack
13
+/home/louis/.pebble-sdk/SDKs/current/node_modules/.bin/webpack
14
+find program=['webpack'] paths=['/home/louis/.pebble-sdk/SDKs/current/node_modules/.bin'] var='WEBPACK' -> '/home/louis/.pebble-sdk/SDKs/current/node_modules/.bin/webpack'
15
+----------------------------------------
16
+Found Pebble SDK for diorite in:
17
+/home/louis/.pebble-sdk/SDKs/current/sdk-core/pebble/diorite
18
+----------------------------------------
19
+Checking for program gcc,cc
20
+arm-none-eabi-gcc
21
+find program=['gcc', 'cc'] paths='' var='CC' -> 'arm-none-eabi-gcc'
22
+----------------------------------------
23
+Checking for program ar
24
+arm-none-eabi-ar
25
+find program=['ar'] paths='' var='AR' -> 'arm-none-eabi-ar'