diff --git a/Makefile b/Makefile index 507e600..b97a66d 100644 --- a/Makefile +++ b/Makefile @@ -39,6 +39,10 @@ efm32prog: cd '.\efm32\GNU ARM v7.2.1 - Debug' && $(MAKE) all commander flash '.\efm32\GNU ARM v7.2.1 - Debug\EFM32.hex' -s 440121060 +efm32bootprog: + cd '.\efm32boot\GNU ARM v7.2.1 - Debug' && $(MAKE) all + commander flash '.\efm32boot\GNU ARM v7.2.1 - Debug\efm32boot.hex' -s 440121060 + $(name): $(obj) $(CC) $(LDFLAGS) -o $@ $(obj) $(LDFLAGS) diff --git a/efm32/.cproject b/efm32/.cproject index 0f9b67d..1c5ecb7 100644 --- a/efm32/.cproject +++ b/efm32/.cproject @@ -29,6 +29,14 @@