We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7c04b4 commit 849bdc8Copy full SHA for 849bdc8
Makefile
@@ -21,8 +21,8 @@ PREFIX ?= arm-none-eabi
21
#PREFIX ?= arm-elf
22
23
TARGETS := stm32/f0 stm32/f1 stm32/f2 stm32/f3 stm32/f4 stm32/l0 stm32/l1
24
-TARGETS += lpc13xx lpc17xx #lpc43xx
25
-TARGETS += lm3s lm4f
+TARGETS += lpc/lpc13xx lpc/lpc17xx #lpc/lpc43xx
+TARGETS += tiva/lm3s tiva/lm4f
26
TARGETS += efm32/efm32tg efm32/efm32g efm32/efm32lg efm32/efm32gg
27
28
# Be silent per default, but 'make V=1' will show all compiler calls.
0 commit comments