rp2040

RP2040 Programming without SDK
Log | Files | Refs

commit 54e5a93bd22d90c0fcd278a66703084e88bcb373
parent 5d4346205579c591f5ff384acc66973ba3636769
Author: Matsuda Kenji <info@mtkn.jp>
Date:   Fri,  7 Apr 2023 09:24:17 +0900

delete debug flag

Diffstat:
MMakefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile @@ -6,8 +6,8 @@ ELF2UF2 = ../pico-sdk/build/elf2uf2/elf2uf2 MCPU = -mcpu=cortex-m0plus -ASFLAGS = $(MCPU) -g -CFLAGS = $(MCPU) -ffreestanding -g -O0 -fpic -mthumb -c +ASFLAGS = $(MCPU) +CFLAGS = $(MCPU) -ffreestanding -O0 -fpic -mthumb -c LDFLAGS = -norelax -nostdlib -nostartfiles all: led.uf2