You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
all:
|
|
@arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -fsigned-char -Os -nostdinc \
|
|
-I../src/pdclib/include -I../src/pdclib/platform/stmos/include \
|
|
test.c ../src/pdclib/pdclib.a -s -o test -pie
|