mirror of
git://projects.qi-hardware.com/antorcha.git
synced 2025-04-21 12:27:27 +03:00
rename "whirl" to "tornado"
This commit is contained in:
@@ -31,7 +31,7 @@ frame cpu {
|
|||||||
rect __0 . w
|
rect __0 . w
|
||||||
}
|
}
|
||||||
|
|
||||||
package "whirl"
|
package "tornado"
|
||||||
unit mm
|
unit mm
|
||||||
|
|
||||||
table
|
table
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Makefile - Makefile of the Whirl firmware
|
# Makefile - Makefile of the Tornado firmware
|
||||||
#
|
#
|
||||||
# Written 2012 by Werner Almesberger
|
# Written 2012 by Werner Almesberger
|
||||||
# Copyright 2012 by Werner Almesberger
|
# Copyright 2012 by Werner Almesberger
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
SHELL = /bin/bash
|
SHELL = /bin/bash
|
||||||
|
|
||||||
NAME = whirl
|
NAME = tornado
|
||||||
|
|
||||||
CFLAGS = -g -mmcu=$(CHIP) \
|
CFLAGS = -g -mmcu=$(CHIP) \
|
||||||
-DBOOT_ADDR=$(BOOT_ADDR) \
|
-DBOOT_ADDR=$(BOOT_ADDR) \
|
||||||
Reference in New Issue
Block a user