mirror of
https://github.com/Valeh2012/PersonalVotingMachine
synced 2025-12-09 02:15:13 +02:00
first commit
This commit is contained in:
17
basic-setup/components/u8g2/sys/arm/lpc804/hex2lpc/Makefile
Normal file
17
basic-setup/components/u8g2/sys/arm/lpc804/hex2lpc/Makefile
Normal file
@@ -0,0 +1,17 @@
|
||||
#
|
||||
# hex2lpc: Linux flash utility for LPC8xx devices
|
||||
#
|
||||
|
||||
CFLAGS = -g -pg -Wall
|
||||
#CFLAGS = -O4 -Wall
|
||||
|
||||
SRC = hex2lpc.c
|
||||
|
||||
OBJ = $(SRC:.c=.o)
|
||||
|
||||
hex2lpc: $(SRC)
|
||||
$(CC) -Wall -g $(LDFLAGS) $(SRC) -o hex2lpc
|
||||
|
||||
clean:
|
||||
-rm ./hex2lpc
|
||||
|
||||
1788
basic-setup/components/u8g2/sys/arm/lpc804/hex2lpc/hex2lpc.c
Normal file
1788
basic-setup/components/u8g2/sys/arm/lpc804/hex2lpc/hex2lpc.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user