aboutsummaryrefslogtreecommitdiffstats
path: root/example/Makefile
blob: 6b0d2fc5903b9b7b2578861530b3b6601395e566 (plain)
1
2
3
4
5
6
7
all:
	arm-none-eabi-g++ -mcpu=cortex-m0plus -mthumb -std=c++20 -O1 -I .. \
		-fno-exceptions -fno-rtti -fdata-sections -ffunction-sections \
		main.cpp startup_stm32u083xx.s \
		-o main -T STM32U083xx_FLASH.ld -Wl,-gc-sections
	arm-none-eabi-objcopy -Oihex main main.hex