From b67556949aa080fc5e70771e972de880e44eca12 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Wed, 5 Nov 2014 22:11:44 -0800 Subject: [PATCH] altos: Rename microwater to microsplash Signed-off-by: Keith Packard --- src/{microwater => microsplash}/.gitignore | 0 src/{microwater => microsplash}/Makefile | 4 ++-- src/{microwater => microsplash}/ao_pins.h | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename src/{microwater => microsplash}/.gitignore (100%) rename src/{microwater => microsplash}/Makefile (97%) rename src/{microwater => microsplash}/ao_pins.h (100%) diff --git a/src/microwater/.gitignore b/src/microsplash/.gitignore similarity index 100% rename from src/microwater/.gitignore rename to src/microsplash/.gitignore diff --git a/src/microwater/Makefile b/src/microsplash/Makefile similarity index 97% rename from src/microwater/Makefile rename to src/microsplash/Makefile index a49cda4b..10cb825b 100644 --- a/src/microwater/Makefile +++ b/src/microsplash/Makefile @@ -48,14 +48,14 @@ INC=\ altitude-pa.h IDPRODUCT=0 -PRODUCT=MicroWater-v0.1 +PRODUCT=MicroSplash-v0.1 PRODUCT_DEF=-DMICROPEAK CFLAGS = $(PRODUCT_DEF) -I. -I../attiny -I../kernel -I.. -I../drivers -I../product CFLAGS += -g -mmcu=$(MCU) -Wall -Wstrict-prototypes -O2 -mcall-prologues -DATTINY NICKLE=nickle -PROG=microwater-v0.1 +PROG=microsplash-v1.0 SRC=$(ALTOS_SRC) OBJ=$(SRC:.c=.o) diff --git a/src/microwater/ao_pins.h b/src/microsplash/ao_pins.h similarity index 100% rename from src/microwater/ao_pins.h rename to src/microsplash/ao_pins.h -- 2.30.2