diff options
author | Keith Packard <keithp@keithp.com> | 2014-11-05 22:11:44 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-11-05 22:11:44 -0800 |
commit | b67556949aa080fc5e70771e972de880e44eca12 (patch) | |
tree | 9405e68a9355906ad6a2c1c72e7954b5015cee6d /src | |
parent | b0e903a76276e33f531eade42ac721c9490c6758 (diff) |
altos: Rename microwater to microsplash
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/microsplash/.gitignore (renamed from src/microwater/.gitignore) | 0 | ||||
-rw-r--r-- | src/microsplash/Makefile (renamed from src/microwater/Makefile) | 4 | ||||
-rw-r--r-- | src/microsplash/ao_pins.h (renamed from src/microwater/ao_pins.h) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/src/microwater/.gitignore b/src/microsplash/.gitignore index 0573d989..0573d989 100644 --- a/src/microwater/.gitignore +++ b/src/microsplash/.gitignore diff --git a/src/microwater/Makefile b/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 index 37885ec2..37885ec2 100644 --- a/src/microwater/ao_pins.h +++ b/src/microsplash/ao_pins.h |