Skip to content

Commit

Permalink
bump pico-sdk to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jepler committed Feb 2, 2022
1 parent 0129735 commit 749bb99
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ports/raspberrypi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ SRC_SDK := \
src/rp2_common/pico_unique_id/unique_id.c \

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

SRC_C += \
boards/$(BOARD)/board.c \
Expand Down
2 changes: 0 additions & 2 deletions ports/raspberrypi/common-hal/audiopwmio/PWMAudioOut.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@
#include "src/rp2040/hardware_structs/include/hardware/structs/dma.h"
#include "src/rp2_common/hardware_pwm/include/hardware/pwm.h"

#define NUM_DMA_TIMERS 4

// The PWM clock frequency is base_clock_rate / PWM_TOP, typically 125_000_000 / PWM_TOP.
// We pick BITS_PER_SAMPLE so we get a clock frequency that is above what would cause aliasing.
#define BITS_PER_SAMPLE 10
Expand Down
2 changes: 1 addition & 1 deletion ports/raspberrypi/sdk
Submodule sdk updated 158 files

0 comments on commit 749bb99

Please sign in to comment.