]> git.earman.xyz Git - sensor-watch.git/commit
move apps to subdirectory, add relative path support to Makefile
authorJoey Castillo <jose.castillo@gmail.com>
Thu, 16 Sep 2021 19:40:01 +0000 (15:40 -0400)
committerJoey Castillo <jose.castillo@gmail.com>
Thu, 16 Sep 2021 19:40:01 +0000 (15:40 -0400)
commit07420e6ead840973d7136222b8e872261a7b18b8
tree72c8af88f945c0d4f8b2a3b467994ccc8cc7bfd8
parentb3de08343b7db4ed380cdfa3ca0df824728999b1
move apps to subdirectory, add relative path support to Makefile
17 files changed:
Sensor Watch BME280 Project/app.c [deleted file]
Sensor Watch BME280 Project/app.h [deleted file]
Sensor Watch BME280 Project/bme280.h [deleted file]
Sensor Watch BME280 Project/make/.gitignore [deleted file]
Sensor Watch BME280 Project/make/Makefile [deleted file]
Sensor Watch Starter Project/app.c [deleted file]
Sensor Watch Starter Project/make/.gitignore [deleted file]
Sensor Watch Starter Project/make/Makefile [deleted file]
apps/Sensor Watch BME280 Project/app.c [new file with mode: 0644]
apps/Sensor Watch BME280 Project/app.h [new file with mode: 0644]
apps/Sensor Watch BME280 Project/bme280.h [new file with mode: 0644]
apps/Sensor Watch BME280 Project/make/.gitignore [new file with mode: 0755]
apps/Sensor Watch BME280 Project/make/Makefile [new file with mode: 0755]
apps/Sensor Watch Starter Project/app.c [new file with mode: 0644]
apps/Sensor Watch Starter Project/make/.gitignore [new file with mode: 0755]
apps/Sensor Watch Starter Project/make/Makefile [new file with mode: 0755]
make.mk