8000 bump pico-sdk to 1.3.0 · adafruit/circuitpython@749bb99 · GitHub
[go: up one dir, main page]

Skip to content

Commit 749bb99

Browse files
committed
bump pico-sdk to 1.3.0
1 parent 0129735 commit 749bb99

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

ports/raspberrypi/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ SRC_SDK := \
187187
src/rp2_common/pico_unique_id/unique_id.c \
188188

189189
SRC_SDK := $(addprefix sdk/, $(SRC_SDK))
190-
$(patsubst %.c,$(BUILD)/%.o,$(SRC_SDK)): CFLAGS += -Wno-missing-prototypes
190+
$(patsubst %.c,$(BUILD)/%.o,$(SRC_SDK)): CFLAGS += -Wno-missing-prototypes -Wno-undef
191191

192192
SRC_C += \
193193
boards/$(BOARD)/board.c \

ports/raspberrypi/common-hal/audiopwmio/PWMAudioOut.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@
4444
#include "src/rp2040/hardware_structs/include/hardware/structs/dma.h"
4545
#include "src/rp2_common/hardware_pwm/include/hardware/pwm.h"
4646

47-
#define NUM_DMA_TIMERS 4
48-
4947
// The PWM clock frequency is base_clock_rate / PWM_TOP, typically 125_000_000 / PWM_TOP.
5048
// We pick BITS_PER_SAMPLE so we get a clock frequency that is above what would cause aliasing.
5149
#define BITS_PER_SAMPLE 10

ports/raspberrypi/sdk

Submodule sdk updated 158 files

0 commit comments

Comments
 (0)
0