1
0
mirror of git://projects.qi-hardware.com/antorcha.git synced 2024-11-01 11:28:26 +02:00

rename "whirl" to "tornado"

This commit is contained in:
Werner Almesberger 2012-11-19 12:30:57 -03:00
parent 08e7c6bb11
commit 6a8fd6cc9f
18 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@ frame cpu {
rect __0 . w
}
package "whirl"
package "tornado"
unit mm
table

View File

@ -1,5 +1,5 @@
#
# Makefile - Makefile of the Whirl firmware
# Makefile - Makefile of the Tornado firmware
#
# Written 2012 by Werner Almesberger
# Copyright 2012 by Werner Almesberger
@ -12,7 +12,7 @@
SHELL = /bin/bash
NAME = whirl
NAME = tornado
CFLAGS = -g -mmcu=$(CHIP) \
-DBOOT_ADDR=$(BOOT_ADDR) \