~ruther/qmk_firmware

3aebc8acb06bcef11bee989c62f1696c6d09e182 — Drashna Jaelre 1 year, 10 months ago 5633a2c
Add RTC IRQ Priority to RP2040 board files (#21926)

M platforms/chibios/boards/GENERIC_PROMICRO_RP2040/configs/mcuconf.h => platforms/chibios/boards/GENERIC_PROMICRO_RP2040/configs/mcuconf.h +1 -0
@@ 54,6 54,7 @@
#define RP_IRQ_USB0_PRIORITY                3
#define RP_IRQ_I2C0_PRIORITY                2
#define RP_IRQ_I2C1_PRIORITY                2
#define RP_IRQ_RTC_PRIORITY                 3

/*
 * ADC driver system settings.

M platforms/chibios/boards/GENERIC_RP_RP2040/configs/mcuconf.h => platforms/chibios/boards/GENERIC_RP_RP2040/configs/mcuconf.h +1 -0
@@ 54,6 54,7 @@
#define RP_IRQ_USB0_PRIORITY                3
#define RP_IRQ_I2C0_PRIORITY                2
#define RP_IRQ_I2C1_PRIORITY                2
#define RP_IRQ_RTC_PRIORITY                 3

/*
 * ADC driver system settings.

M platforms/chibios/boards/QMK_BLOK/configs/mcuconf.h => platforms/chibios/boards/QMK_BLOK/configs/mcuconf.h +1 -0
@@ 54,6 54,7 @@
#define RP_IRQ_USB0_PRIORITY                3
#define RP_IRQ_I2C0_PRIORITY                2
#define RP_IRQ_I2C1_PRIORITY                2
#define RP_IRQ_RTC_PRIORITY                 3

/*
 * ADC driver system settings.

M platforms/chibios/boards/QMK_PM2040/configs/mcuconf.h => platforms/chibios/boards/QMK_PM2040/configs/mcuconf.h +1 -0
@@ 54,6 54,7 @@
#define RP_IRQ_USB0_PRIORITY                3
#define RP_IRQ_I2C0_PRIORITY                2
#define RP_IRQ_I2C1_PRIORITY                2
#define RP_IRQ_RTC_PRIORITY                 3

/*
 * ADC driver system settings.